@keyframes flash-correct{0%{background-color:#1db95400}20%{background-color:#1db95480}60%{background-color:#1db954cc}to{background-color:#1db95400}}@keyframes pulse-countdown{0%{transform:scale(1)}25%{transform:scale(1.28)}to{transform:scale(1)}}@keyframes flash-green-row{0%{background-color:var(--bg-secondary,#1a1a1a)}25%{background-color:#1db95426}to{background-color:var(--bg-secondary,#1a1a1a)}}@keyframes flash-partial{0%{background-color:#f0c04000}20%{background-color:#f0c04066}60%{background-color:#f0c04099}to{background-color:#f0c04000}}@keyframes flash-incorrect{0%{background-color:#ce3b3b00}20%{background-color:#ce3b3b66}60%{background-color:#ce3b3b99}to{background-color:#ce3b3b00}}@keyframes glow-correct{0%,to{box-shadow:0 0 6px 1px #1db95459}50%{box-shadow:0 0 18px 4px #1db954bf}}@keyframes glow-partial{0%,to{box-shadow:0 0 6px 1px #f0c04059}50%{box-shadow:0 0 18px 4px #f0c040a6}}@keyframes glow-incorrect{0%,to{box-shadow:0 0 6px 1px #ce3b3b59}50%{box-shadow:0 0 18px 4px #ce3b3ba6}}@keyframes slide-in-guess{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.flash-correct{animation:.5s ease-out .3s both flash-correct}.pulse-countdown{animation:.9s ease-out pulse-countdown}.flash-green-row{animation:.3s ease-out flash-green-row}.glow-correct{animation:2s ease-in-out infinite glow-correct}.flash-correct.glow-correct{animation:.6s ease-out .1s both flash-correct,2s ease-in-out infinite glow-correct}.glow-partial{animation:2s ease-in-out infinite glow-partial}.glow-incorrect{animation:2s ease-in-out infinite glow-incorrect}.flash-partial.glow-partial{animation:.6s ease-out .1s both flash-partial,2s ease-in-out infinite glow-partial}.flash-incorrect.glow-incorrect{animation:.6s ease-out .1s both flash-incorrect,2s ease-in-out infinite glow-incorrect}.slide-in-guess{animation:.3s ease-out both slide-in-guess}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}[data-theme=dark]{--bg-color:#121212;--text-color:#fff;--bg-secondary:#1a1a1a;--text-muted:#aaa;--border-color:#333;--me-color:#188dc4}[data-theme=light]{--bg-color:linear-gradient(180deg, #463596 0%, #af49ea 50%, #09bfed 100%);--text-color:#121212;--bg-secondary:#f5f5f5;--text-muted:#666;--border-color:#ddd;--me-color:#251c9f}body{background:var(--bg-color);color:var(--text-color);min-height:100vh}#root{min-height:100vh}
