.hero-picker { --hero-from: 65px; margin: 18px auto 24px; text-align: center; max-width: 540px; }
.bb-mascot-frame--wave > img { top: -100%; left: 0; }
.hero-picker__stage { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; min-height: 265px; border-radius: 32px; background: radial-gradient(ellipse at 50% 85%,#c8e9df 0 16%,transparent 17%),linear-gradient(150deg,#e5faf3,#eeebff); overflow: hidden; padding: 12px; }
.hero-picker__actor { width: min(100%,250px); aspect-ratio: 1; justify-self: center; border: 0; background: transparent; padding: 0; cursor: pointer; }
.hero-picker__actor .bb-mascot-frame { width: 100%; height: 100%; }
.hero-picker__arrow { background: white; border: 2px solid #d8d2eb; border-bottom-width: 5px; color: #6550c7; border-radius: 16px; height: 54px; font: 700 36px/1 sans-serif; cursor: pointer; }
.hero-picker button:focus-visible { outline: 3px solid #087f75; outline-offset: 3px; }
.hero-picker__info h3 { font-size: 29px; margin: 14px 0 4px; color: #27243e; }
.hero-picker__info p { font-size: 15px; margin: 0 0 5px; }.hero-picker__info small { color: #6c6583; }
.hero-picker__dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.hero-picker__dots button { border: 2px solid transparent; border-radius: 12px; padding: 8px 10px; min-height: 44px; background: #eeebf6; color: #625878; cursor: pointer; font: inherit; font-size: 13px; }
.hero-picker__dots button[aria-pressed="true"] { border-color: #7754da; color: #5134b3; background: #e6dcff; font-weight: 800; }
.hero-picker__voice[hidden] { display: none; }.hero-picker__status { font-size: 12px; min-height: 18px; margin: 5px 0 0; }
.hero-picker__actor.is-entering { animation: hero-walk-in .65s ease-out both; }
.hero-picker__actor.is-celebrating { animation: hero-hop .85s ease both; }
@keyframes hero-walk-in { 0% { opacity: 0; transform: translateX(var(--hero-from)) rotate(-5deg); } 35% { opacity: 1; transform: translateX(20px) translateY(-9px) rotate(3deg); } 70% { transform: translateX(6px) rotate(-2deg); } 100% { transform: none; } }
@keyframes hero-hop { 30% { transform: translateY(-18px) rotate(-4deg); } 65% { transform: translateY(-5px) rotate(3deg); } 100% { transform: none; } }
@media(max-width:400px) { .hero-picker__stage { min-height:220px; grid-template-columns:40px minmax(0,1fr) 40px; padding:6px; }.hero-picker__dots button { padding:6px 8px; } }
@media(prefers-reduced-motion:reduce) { .hero-picker__actor { animation:none!important; } }
