:root{--font: "Outfit", "Segoe UI", system-ui, -apple-system, sans-serif}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html,body,#root{margin:0;padding:0;min-height:100%;background:#1a3a0f;font-family:var(--font)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overscroll-behavior-y:none}#root{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}button{font-family:var(--font);touch-action:manipulation;transition:transform .09s ease,filter .18s ease,opacity .18s ease,background .2s ease,border-color .2s ease}button:not(:disabled):active{transform:scale(.96)}button:not(:disabled):hover{filter:brightness(1.06)}input{font-family:var(--font);-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus{border-color:#f5c51899!important;box-shadow:0 0 0 3px #f5c5181f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}70%{transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{box-shadow:0 0 #22c55e73}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.screen-in>*{animation:fadeInUp .5s both}.screen-in>*:nth-child(1){animation-delay:0s}.screen-in>*:nth-child(2){animation-delay:.05s}.screen-in>*:nth-child(3){animation-delay:.1s}.screen-in>*:nth-child(4){animation-delay:.15s}.screen-in>*:nth-child(5){animation-delay:.2s}.screen-in>*:nth-child(6){animation-delay:.25s}.screen-in>*:nth-child(7){animation-delay:.3s}.screen-in>*:nth-child(8){animation-delay:.35s}.screen-in>*:nth-child(n+9){animation-delay:.4s}.screen-in>.pitch-bg,.screen-in>canvas{animation:fadeIn .6s both}.pop{animation:popIn .4s both}.fade-in{animation:fadeIn .5s both}.floaty{animation:floaty 2.4s ease-in-out infinite}.stagger>*{animation:fadeInUp .45s both}.stagger>*:nth-child(1){animation-delay:.06s}.stagger>*:nth-child(2){animation-delay:.13s}.stagger>*:nth-child(3){animation-delay:.2s}.stagger>*:nth-child(4){animation-delay:.27s}.stagger>*:nth-child(5){animation-delay:.34s}.stagger>*:nth-child(6){animation-delay:.41s}.game-card{transition:transform .14s ease,border-color .2s ease,box-shadow .2s ease}.game-card:not(:disabled):active{transform:scale(.97)}.game-card:not(:disabled):hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000059}.badge-live{animation:shimmer 2s ease-out infinite}@media (prefers-reduced-motion: reduce){*,.screen-in>*,.stagger>*{animation:none!important;transition:none!important}}
