*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;justify-content:center;align-items:center;min-height:100vh;font-family:JetBrains Mono,Fira Code,monospace;display:flex}.app.typing-game{width:100%;padding:20px}.stats{justify-content:center;gap:24px;margin-bottom:20px;display:flex}.stats span{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;padding:8px 16px;font-size:.95rem}.card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:24px;max-width:520px;margin:0 auto;padding:48px}h1{color:#f1f5f9;margin-bottom:8px;font-size:2rem}.subtitle{color:#64748b;margin-bottom:32px;font-size:.9rem}.rules{text-align:left;margin-bottom:32px;list-style:none}.rules li{color:#94a3b8;border-bottom:1px solid #ffffff0d;padding:8px 0;font-size:.95rem}.btn{color:#fff;cursor:pointer;letter-spacing:.05em;background:linear-gradient(135deg,#f97316,#ef4444);border:none;border-radius:14px;width:100%;padding:16px;font-size:1.1rem;font-weight:700;transition:transform .15s}.btn:hover{transform:scale(1.02)}.word-display{letter-spacing:.15em;color:#f1f5f9;min-height:60px;margin-bottom:24px;font-size:2.4rem;font-weight:700}.word-display .correct{color:#22c55e}.word-display .wrong{color:#ef4444;text-decoration:underline}.type-input{color:#f1f5f9;text-align:center;background:#ffffff0f;border:2px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:14px 20px;font-family:inherit;font-size:1.1rem;transition:border-color .2s}.type-input:focus{border-color:#f97316}.type-input::placeholder{color:#475569}.hint{color:#475569;margin-top:16px;font-size:.8rem}.gameover h2{color:#ef4444;margin-bottom:16px;font-size:1.8rem}.gameover p{color:#94a3b8;margin-bottom:8px;font-size:1.1rem}.gameover strong{color:#f97316;font-size:1.3rem}.gameover .btn{margin-top:24px}
