:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.game-container{max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.25rem}h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hangman-svg{width:200px;height:180px}.hangman-svg line,.hangman-svg circle{stroke:#e2e8f0;stroke-width:3;stroke-linecap:round;fill:none}.hangman-svg circle{fill:none}.word-display{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:2.5rem;letter-spacing:.3em;font-weight:600;text-align:center;min-height:3rem;color:#f1f5f9}.status-bar{display:flex;align-items:center;gap:1rem;font-size:.95rem}.wrong-count{color:#ffffff80}.status-won{color:#4ade80;font-weight:600}.status-lost{color:#f87171;font-weight:600}.status-lost strong{color:#fbbf24}.wrong-letters{font-size:.85rem;color:#f87171;letter-spacing:.1em}.keyboard{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-top:.5rem}.keyboard-row{display:flex;gap:.35rem}.key{width:40px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:.4rem;background:#ffffff0f;color:#e2e8f0;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:grid;place-items:center;font-family:inherit;padding:0}.key:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40}.key:active:not(:disabled){transform:scale(.95)}.key-used{opacity:.3;cursor:default}.key:disabled{cursor:default}.play-again-btn{margin-top:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transition:all .2s ease;font-family:inherit}.play-again-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #6366f166}.play-again-btn:active{transform:scale(.97)}
