: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;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}}*{margin:0;padding:0;box-sizing:border-box;color:#333}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;width:100%}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;border-bottom:1px solid rgba(255,255,255,.2);width:100%}.app-header h1{color:#2c3e50;margin-bottom:1rem;font-size:2rem;font-weight:700;text-align:center}.controls{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.layout-selector{display:flex;align-items:center;gap:.5rem}.layout-selector label{font-weight:600;color:#2c3e50}.layout-selector select{padding:.5rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .3s ease}.layout-selector select:focus{outline:none;border-color:#667eea}.toggle-keyboard-btn,.reset-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.toggle-keyboard-btn{background:#667eea;color:#fff}.toggle-keyboard-btn:hover{background:#5a6fd8;transform:translateY(-2px)}.reset-btn{background:#e74c3c;color:#fff}.reset-btn:hover{background:#c0392b;transform:translateY(-2px)}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;width:100%}.mode-selector{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.mode-btn{padding:.6rem 1.2rem;border:2px solid transparent;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;background-color:#f0f0f0;color:#555}.mode-btn.active{background-color:#667eea;color:#fff;border-color:#5a6fd8}.mode-btn:not(.active):hover{background-color:#e0e0e0}.rank-start-screen,.game-summary{background:#fffffff2;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a}.rank-start-screen h2,.game-summary h2{margin-bottom:.5rem;color:#2c3e50}.rank-start-screen p,.game-summary p{margin-bottom:1.5rem;color:#7f8c8d}.game-length-selector{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.game-length-selector label{font-weight:600}.game-length-selector select{padding:.5rem;border-radius:8px;border:1px solid #888;background-color:#333;color:#fff}.game-length-selector select option{background-color:#333;color:#fff}.start-game-btn,.play-again-btn{padding:.8rem 2rem;border:none;border-radius:8px;background-color:#27ae60;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s}.start-game-btn:hover,.play-again-btn:hover{background-color:#2ecc71}.rank-game-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.timer-display{font-size:1.5rem;font-weight:700;color:#333;background:#fff;padding:.5rem 1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000001a}.word-counter{font-size:1.2rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem;padding:.5rem;background-color:#f0f0f0;border-radius:8px;border:2px solid #ddd}@media (max-width: 768px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem}.controls{flex-direction:column;gap:.75rem}.app-main{padding:1rem}}.virtual-keyboard{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);margin:0 auto;min-width:1000px}.keyboard-layout{display:flex;flex-direction:column;gap:.5rem;align-items:center}.keyboard-row{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.keyboard-key{position:relative;min-width:50px;height:50px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Courier New,monospace;box-shadow:0 2px 4px #0000001a}.keyboard-key:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.keyboard-key:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.keyboard-key.pressed{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;transform:translateY(1px);box-shadow:0 1px 3px #0003}.keyboard-key.pressed .key-hangul{color:#fff}.key-latin{font-weight:600;color:#666;margin-bottom:.1rem}.key-hangul{font-size:.9rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;justify-content:center}.keyboard-key.pressed .key-latin{color:#fffc}.hangul-dual{display:flex;align-items:center;gap:.1rem;font-size:.8rem}.hangul-single{font-size:1rem}.hangul-normal{color:#2c3e50}.hangul-separator{color:#95a5a6;font-size:.6rem;font-weight:400}.hangul-shift{color:#e74c3c;font-weight:800}.keyboard-key.pressed .hangul-normal,.keyboard-key.pressed .hangul-shift{color:#fff}.keyboard-key.pressed .hangul-separator{color:#fff9}.space-key{min-width:300px;height:50px}.space-key .key-latin{font-size:.8rem}.space-key .key-hangul{font-size:.9rem}.keyboard-help{margin-top:1rem;padding:.75rem;background:#e8f4fd;border-radius:8px;border:1px solid #bee5eb;text-align:center}.keyboard-help p{margin:0;font-size:.85rem;color:#495057}@media (max-width: 768px){.virtual-keyboard{padding:1rem;margin:0 1rem}.keyboard-key{min-width:40px;height:40px}.key-latin{font-size:.6rem}.key-hangul{font-size:.8rem}.hangul-dual{font-size:.7rem}.hangul-single{font-size:.9rem}.space-key{min-width:200px;height:40px}}@media (max-width: 480px){.keyboard-key{min-width:35px;height:35px}.key-latin{font-size:.5rem}.key-hangul{font-size:.7rem}.hangul-dual{font-size:.6rem}.hangul-single{font-size:.8rem}.space-key{min-width:150px;height:35px}}.typing-area{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.2);max-width:600px;width:100%;text-align:center;margin:0 auto}.word-display{margin-bottom:2rem}.hangul-text{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;letter-spacing:.1em}.english-text{font-size:1.2rem;color:#7f8c8d;margin-bottom:.25rem;font-weight:500}.romanized-text{font-size:.9rem;color:#95a5a6;font-style:italic}.input-display{margin-bottom:2rem}.feedback-text{font-size:2rem;font-weight:600;min-height:3rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.1rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.feedback-char{padding:.1rem;border-radius:4px;transition:all .2s ease}.feedback-char.correct{color:#27ae60;background:#27ae601a;font-weight:700}.feedback-char.incorrect{color:#e74c3c;background:#e74c3c1a;font-weight:700}.cursor{color:#667eea;font-weight:700;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.jamo-display{margin-top:1rem;font-size:1rem;color:#666;display:flex;align-items:center;overflow:hidden;white-space:nowrap}.jamo-label{margin-right:.5rem;font-weight:700}.jamo-text{display:flex;flex-direction:row-reverse;overflow:hidden;max-width:100%}.jamo-char{font-size:1.2rem;font-weight:700;color:#667eea;background:#fff;padding:.25rem .5rem;border-radius:4px;border:1px solid #dee2e6;min-width:1.5rem;text-align:center}.progress{display:flex;flex-direction:column;gap:.5rem}.progress-text{font-size:.9rem;color:#7f8c8d;font-weight:500}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease}@media (max-width: 768px){.typing-area{padding:1.5rem;margin:0 1rem}.hangul-text{font-size:2rem}.feedback-text{font-size:1.5rem;min-height:2.5rem}.jamo-char{font-size:1rem;min-width:1.25rem}}.game-summary{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto}.summary-stats{display:flex;flex-direction:column;gap:1rem;background-color:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #dee2e6}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:600;color:#495057}.stat-value{font-size:1.2rem;font-weight:700;color:#667eea}.stat-detail{font-size:.8rem;color:#7f8c8d;margin-left:.5rem}
