.hero-characters{flex-wrap:nowrap;justify-content:center;align-items:flex-end;gap:24px;height:160px;margin-top:10px;margin-bottom:4px;padding-top:0;display:flex;position:relative;overflow:visible}.hero-character-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.hero-character-wrapper.dynamic-character{opacity:0;display:none}.hero-character-wrapper.dynamic-character.visible{opacity:1}.hero-character-wrapper.dynamic-character.hiding{opacity:0}.hero-character{width:70px;height:auto;image-rendering:pixelated;transition:transform .3s}.hero-character[src*=vadim\.gif]{image-rendering:auto;width:110px}.hero-character:hover{transform:scale(1.1)}.hero-character-wrapper.flipped .hero-character{transform:scaleX(-1)}.hero-character-wrapper.flipped .hero-character:hover{transform:scaleX(-1)scale(1.1)}.character-name{color:var(--lightningcss-light,#333)var(--lightningcss-dark,#ccc);text-align:center;max-width:90px;margin-top:5px;font-size:11px;line-height:1.2}.character-title{color:var(--lightningcss-light,#666)var(--lightningcss-dark,#999);text-align:center;margin-top:1px;margin-bottom:4px;font-size:9px}.speech-bubble{color:var(--lightningcss-light,#333)var(--lightningcss-dark,#eee);opacity:0;pointer-events:none;white-space:normal;text-align:left;z-index:100;background:var(--lightningcss-light,#fff)var(--lightningcss-dark,#2a2a2a);border:2px solid var(--lightningcss-light,#333)var(--lightningcss-dark,#555);border-radius:20px;width:max-content;min-width:120px;max-width:min(600px,92vw);margin-bottom:15px;padding:12px 18px;font-size:13px;line-height:1.4;transition:opacity .4s,transform .4s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(10px)scale(.9);box-shadow:0 4px 12px #00000026}.speech-bubble.visible{opacity:1;background:var(--lightningcss-light,#fff)var(--lightningcss-dark,#2a2a2a);transform:translate(-50%)translateY(0)scale(1)}.speech-bubble.hiding{opacity:0;transform:translate(-50%)translateY(-10px)scale(.9)}.speech-bubble:before{content:"";z-index:1;border:12px solid #0000;border-top:17px solid var(--lightningcss-light,#333)var(--lightningcss-dark,#555);border-bottom-width:0;position:absolute;bottom:-17px;left:50%;transform:translate(-50%)}.speech-bubble:after{content:"";z-index:2;border:10px solid #0000;border-top:15px solid var(--lightningcss-light,#fff)var(--lightningcss-dark,#2a2a2a);border-bottom-width:0;position:absolute;bottom:-13px;left:50%;transform:translate(-50%)}.speech-bubble.thought:after,.speech-bubble.thought:before{display:none}.speech-bubble.thought{border-radius:25px}.speech-bubble.thought .thought-circles{align-items:flex-end;gap:3px;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.speech-bubble.thought .thought-circles span{background:var(--lightningcss-light,#fff)var(--lightningcss-dark,#2a2a2a);border:2px solid var(--lightningcss-light,#333)var(--lightningcss-dark,#555);border-radius:50%}.speech-bubble.thought .thought-circles span:first-child{width:12px;height:12px}.speech-bubble.thought .thought-circles span:nth-child(2){width:8px;height:8px}.speech-bubble.thought .thought-circles span:nth-child(3){width:5px;height:5px}.speech-bubble .typing-dots{justify-content:center;align-items:center;gap:4px;width:100%;display:flex}.speech-bubble .typing-dots span{background:var(--lightningcss-light,#666)var(--lightningcss-dark,#aaa);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typing-bounce}.speech-bubble .typing-dots span:first-child{animation-delay:0s}.speech-bubble .typing-dots span:nth-child(2){animation-delay:.2s}.speech-bubble .typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}@media (max-width:768px){.hero-characters{gap:14px;height:120px;margin-bottom:4px;padding-top:0}.speech-bubble{width:auto;min-width:140px;max-width:min(400px,85vw);margin-bottom:10px;margin-left:5px;margin-right:5px;padding:8px 12px;font-size:12px}.hero-character{width:50px}.hero-character[src*=vadim\.gif]{width:80px}.character-name{max-width:70px;font-size:9px}.character-title{font-size:8px}}.bubble-animate-in{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards bubbleIn}.bubble-animate-out{animation:.3s ease-in forwards bubbleOut}@keyframes bubbleIn{0%{opacity:0;transform:translate(-50%)translateY(20px)scale(.8)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes bubbleOut{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-15px)scale(.9)}}.bubble-wiggle{animation:.5s ease-in-out wiggle}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}.character-tooltip{color:#333;opacity:0;pointer-events:auto;z-index:200;cursor:default;background:#fffde7;border:2px solid #f9e076;border-radius:12px;width:260px;margin-top:8px;padding:14px 16px;font-size:12px;line-height:1.5;transition:opacity .25s,transform .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-5px);box-shadow:0 4px 16px #00000026,0 0 0 1px #f9e0764d}.character-tooltip.visible{opacity:1;transform:translate(-50%)translateY(0)}.character-tooltip.hiding{opacity:0;transform:translate(-50%)translateY(-5px)}.character-tooltip:before{content:"";border:8px solid #0000;border-top-width:0;border-bottom:11px solid #f9e076;position:absolute;top:-11px;left:50%;transform:translate(-50%)}.character-tooltip:after{content:"";border:6px solid #0000;border-top-width:0;border-bottom:9px solid #fffde7;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.character-tooltip-name{color:#1a1a1a;margin-bottom:2px;font-size:13px;font-weight:700}.character-tooltip-title{color:#8b7b2a;border-bottom:1px solid #f9e07680;margin-bottom:8px;padding-bottom:6px;font-size:11px;font-style:italic}.character-tooltip-bio{color:#555;margin-bottom:8px;font-size:11px;line-height:1.5}.character-tooltip-link{color:#8b6914;font-size:11px;font-weight:600;text-decoration:none;display:inline-block}.character-tooltip-link:hover{color:#6b4f0a;text-decoration:underline}@media (prefers-color-scheme:dark){.character-tooltip{color:#e0dcc0;background:#3d3a20;border-color:#6b6226;box-shadow:0 4px 16px #0006,0 0 0 1px #6b62264d}.character-tooltip:before{border-color:#0000 #0000 #6b6226}.character-tooltip:after{border-color:#0000 #0000 #3d3a20}.character-tooltip-name{color:#f0ecd0}.character-tooltip-title{color:#c8b860;border-bottom-color:#6b622680}.character-tooltip-bio{color:#bbb8a0}.character-tooltip-link{color:#d4c060}.character-tooltip-link:hover{color:#e8d470}}@media (max-width:768px){.character-tooltip{width:220px;padding:10px 12px;font-size:11px}.character-tooltip-name{font-size:12px}.character-tooltip-bio{font-size:10px}}