:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e8e8e8;background-color:#1a1a1a}.app{min-height:100vh;padding:1.5rem;max-width:1200px;margin:0 auto}.header{text-align:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #333}.header h1{font-size:2rem;margin-bottom:.8rem;color:#fff;font-weight:600;letter-spacing:-.5px}.score{font-size:1rem;color:#999}.game-container{display:flex;gap:3rem;justify-content:center;align-items:flex-start}.left-section{flex:0 0 auto}.right-section{flex:1;max-width:600px}.hangman-container{text-align:center}.hangman-svg{width:250px;height:300px;margin-bottom:1rem}.wrong-count{font-size:1rem;color:#d44;font-weight:500}.question-card{background:#242424;padding:2rem;border-radius:8px;margin-bottom:2rem;border:1px solid #333}.question-number{font-size:.85rem;color:#888;margin-bottom:1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.word-display{display:flex;justify-content:center;gap:.5rem;margin:2rem 0;flex-wrap:wrap}.letter{display:inline-block;width:2.5rem;height:3rem;line-height:3rem;font-size:2rem;font-weight:500;border-bottom:2px solid #444;color:#fff}.space{width:1rem}.hint{font-size:1rem;color:#aaa;margin-top:1.5rem;line-height:1.6}.hint-label{color:#fff;font-weight:500}.keyboard{display:flex;flex-direction:column;gap:.5rem;max-width:600px;margin:0 auto}.keyboard-row{display:flex;justify-content:center;gap:.5rem}.key{padding:1rem .8rem;font-size:.95rem;font-weight:500;background:#333;color:#fff;border:1px solid #444;border-radius:4px;cursor:pointer;transition:all .15s;min-width:40px}.key:hover:not(:disabled){background:#3a3a3a;border-color:#555}.key:active:not(:disabled){transform:scale(.95)}.key:disabled{opacity:.4;cursor:not-allowed}.key.used{background:#222;color:#555;border-color:#2a2a2a}.result-message{background:#242424;padding:2rem;border-radius:8px;text-align:center;margin-top:2rem;border:1px solid #444}.result-message.lost{border-color:#d44}.result-message.won{border-color:#4a4}.result-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff}.result-answer{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:1px}.result-feedback{font-size:.95rem;color:#aaa;line-height:1.6;margin:1.5rem 0}.next-btn,.restart-btn{padding:.9rem 2rem;font-size:1rem;font-weight:500;background:#fff;color:#1a1a1a;border:none;border-radius:4px;cursor:pointer;margin-top:1rem;transition:all .15s}.next-btn:hover,.restart-btn:hover{background:#e8e8e8}.next-btn:active,.restart-btn:active{transform:scale(.97)}.final-screen{text-align:center;padding:3rem 2rem;background:#242424;border-radius:8px;max-width:500px;margin:3rem auto;border:1px solid #333}.final-screen h2{font-size:2rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.final-score{font-size:1.5rem;font-weight:500;color:#fff;margin-bottom:1.5rem}.final-message{font-size:1rem;color:#aaa;line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.app{padding:1rem}.game-container{flex-direction:column;gap:2rem;align-items:center}.hangman-svg{width:200px;height:250px}.right-section{width:100%}.header h1{font-size:1.6rem}.question-card{padding:1.5rem}.letter{width:2rem;height:2.5rem;line-height:2.5rem;font-size:1.5rem}.key{padding:.8rem .5rem;font-size:.85rem;min-width:32px}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffe6;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#1a1a1a}#root{width:100%}h1{font-size:2em;line-height:1.2;font-weight:600}
