:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.App{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;width:100vw;margin:0;padding-top:5vh;background:linear-gradient(135deg,#1d1f27,#2a2e38);color:#f0f0f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.word-display{margin:1.5rem 0;font-size:1.4rem;line-height:2rem}.word-display span{margin-right:12px;padding:2px 6px;border-radius:6px}.word-display .current{font-weight:700;color:#39f;background:#353b48}.word-display .upcoming{color:#dcdde1}.input-field{margin-top:1.2rem}.input-field input{width:100%;max-width:400px;padding:.8rem 1rem;font-size:1.1rem;border-radius:10px;border:2px solid #3399ff;outline:none;transition:border .3s ease,}.input-field input:focus{border-color:#4cd137;background:#1e272e;color:#f5f6fa}.score-display{margin-top:1.2rem;font-size:1.2rem}.score-display p{margin:.3rem 0}.score-display .wpm{font-weight:700;font-size:1.4rem;color:#4cd137}.typing-game{background:#2b2f3a;border-radius:16px;padding:3rem;width:95%;max-width:900px;box-shadow:0 6px 30px #00000080;text-align:center;margin:0 auto}.typing-game h1{font-size:2.5rem;margin-bottom:1.5rem;color:#39f}.typing-game p{margin:.5rem 0;font-size:1.2rem}.restart-btn{background:#ff4757;border:none;color:#fff;padding:.8rem 1.5rem;border-radius:10px;font-size:1.1rem;cursor:pointer;margin-top:1.5rem;transition:background .3s ease}.restart-btn:hover{background:#e84118}
