@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}body{@apply bg-slate-900 text-white antialiased;}.focus-ring{@apply focus:outline-none focus:ring-2 focus:ring-amber-500 focus:ring-offset-2 focus:ring-offset-slate-900;}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out}.animate-slide-down{animation:slide-down .3s ease-out}.animate-fade-in{animation:fade-in .3s ease-out}@supports (padding: max(0px)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}body{overscroll-behavior-y:contain}@keyframes float-particle{0%,to{transform:translateY(0) rotate(0);opacity:0}10%{opacity:.6}90%{opacity:.6}50%{transform:translateY(-40vh) rotate(180deg)}to{transform:translateY(-80vh) rotate(360deg);opacity:0}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #a855f74d,0 0 60px #a855f71a}50%{box-shadow:0 0 30px #a855f780,0 0 80px #a855f733}}@keyframes score-fill{0%{width:0}}@keyframes reveal-bounce{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{transform:scale(1);opacity:1}}@keyframes vinyl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes confetti-fall{0%{transform:translateY(-10vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes timer-tick{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes equalizer-bar{0%,to{height:20%}50%{height:100%}}.animate-float-particle{animation:float-particle linear infinite}.animate-shimmer{background-size:200% auto;animation:shimmer 3s linear infinite}.animate-glow-pulse{animation:glow-pulse 2s ease-in-out infinite}.animate-score-fill{animation:score-fill 1s ease-out forwards}.animate-reveal-bounce{animation:reveal-bounce .6s cubic-bezier(.34,1.56,.64,1) forwards}.animate-vinyl-spin{animation:vinyl-spin 3s linear infinite}.animate-timer-tick{animation:timer-tick 1s ease-in-out}.animate-equalizer-bar{animation:equalizer-bar ease-in-out infinite}.confetti-piece{position:absolute;width:10px;height:10px;top:-10px;animation:confetti-fall linear forwards}@keyframes float-up{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-200px) scale(1.5)}}.animate-float-up{animation:float-up 2s ease-out forwards}.text-gradient-gold{background:linear-gradient(135deg,#f59e0b,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-purple{background:linear-gradient(135deg,#a855f7,#c084fc,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
