@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@keyframes bounce-in{0%{transform:scale(.6);opacity:0}70%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.bounce-in{animation:bounce-in .4s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float{animation:float 3s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(139,92,246,.4)}50%{box-shadow:0 0 40px rgba(139,92,246,.8),0 0 60px rgba(139,92,246,.3)}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes correct-flash{0%{background-color:rgba(34,197,94,.3)}50%{background-color:rgba(34,197,94,.6)}to{background-color:rgba(34,197,94,.3)}}.correct-flash{animation:correct-flash .6s ease-in-out}@keyframes score-pop{0%{transform:scale(1) translateY(0);opacity:1}50%{transform:scale(1.5) translateY(-10px);opacity:1}to{transform:scale(1) translateY(-20px);opacity:0}}.score-pop{animation:score-pop 1s ease-out forwards}.glass{background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.12)}.timer-bar-animate{transition:width .1s linear}