@keyframes spotlight-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}@keyframes spotlight-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spotlight-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.spotlight-stage-enter{animation:.42s cubic-bezier(.4,0,.2,1) both spotlight-fade-in}.spotlight-card-enter{animation:.52s cubic-bezier(.2,.8,.2,1) both spotlight-card-in}.spotlight-payoff-enter{animation:.42s cubic-bezier(.2,.8,.2,1) both spotlight-card-in}.spotlight-breathing-dot{animation:2.4s ease-in-out infinite spotlight-breathe}@media (prefers-reduced-motion:reduce){.spotlight-stage-enter,.spotlight-card-enter,.spotlight-payoff-enter,.spotlight-breathing-dot{opacity:1!important;animation:none!important;transform:none!important}}
