@keyframes game-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes game-fade-in{0%{opacity:0}to{opacity:1}}@keyframes game-pop{0%{opacity:0;transform:scale(.88)}60%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes game-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes game-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes game-blink{0%,55%{opacity:1}56%,to{opacity:.25}}@keyframes game-shake{0%,to{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}@keyframes game-pulse-soft{0%,to{opacity:.45}50%{opacity:1}}@keyframes game-ping{0%{transform:scale(1);opacity:.6}to{transform:scale(2.1);opacity:0}}@keyframes game-confetti{0%{opacity:1;transform:translateZ(0) rotate(0deg) scale(1)}to{opacity:0;transform:translate3d(var(--gc-x),var(--gc-y),0) rotate(var(--gc-r)) scale(.65)}}.game-fade-up{animation:game-fade-up .48s cubic-bezier(.22,1,.36,1) both}.game-fade-in{animation:game-fade-in .4s ease-out both}.game-pop{animation:game-pop .42s cubic-bezier(.22,1,.36,1) both}.game-float{animation:game-float 3.4s ease-in-out infinite}.game-bob{animation:game-bob 1.7s ease-in-out infinite}.game-blink{animation:game-blink 1.2s step-end infinite}.game-shake{animation:game-shake .48s ease-in-out}.game-pulse-soft{animation:game-pulse-soft 2.2s ease-in-out infinite}.game-ping{animation:game-ping 1.6s cubic-bezier(0,0,.2,1) infinite;transform-origin:center;transform-box:fill-box}.game-confetti-piece{animation:game-confetti 1.3s cubic-bezier(.25,.45,.45,.95) var(--gc-d,0ms) both;will-change:transform,opacity}.game-stagger>*{animation:game-fade-up .44s cubic-bezier(.22,1,.36,1) both}.game-stagger>:first-child{animation-delay:50ms}.game-stagger>:nth-child(2){animation-delay:.11s}.game-stagger>:nth-child(3){animation-delay:.17s}.game-stagger>:nth-child(4){animation-delay:.23s}.game-stagger>:nth-child(5){animation-delay:.29s}.game-stagger>:nth-child(6){animation-delay:.35s}.game-stagger>:nth-child(7){animation-delay:.41s}.game-stagger>:nth-child(8){animation-delay:.47s}@media (prefers-reduced-motion:reduce){.game-blink,.game-bob,.game-fade-in,.game-fade-up,.game-float,.game-pop,.game-pulse-soft,.game-shake,.game-stagger>*{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}.game-confetti-piece,.game-ping{display:none!important}.game-motion{transition-duration:.01ms!important}}