*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:manipulation}#app{min-height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.game{width:min(94vw,440px);display:flex;flex-direction:column;gap:14px}.crumb{font-size:14px}.crumb a{color:var(--accent);text-decoration:none;font-weight:700}.crumb a:hover{text-decoration:underline}.topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.title{font-size:clamp(32px,9vw,48px);font-weight:800;line-height:1;letter-spacing:-1px}.stats{display:flex;gap:8px}.stat{background:var(--board-bg);color:var(--accent-text);border-radius:6px;padding:6px 12px;text-align:center;min-width:58px}.stat .label{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.85;font-weight:700}.stat .value{font-size:20px;font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.stage{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px}.gallows{width:min(46vw,170px);height:auto;flex:0 0 auto}.gallows .beam{stroke:var(--muted);stroke-width:6;stroke-linecap:round}.gallows .part{stroke:var(--text);stroke-width:5;stroke-linecap:round;fill:none;opacity:0;transition:opacity .18s ease}.gallows circle.part{fill:none}.gallows .part.show{opacity:1}.missbox{flex:1;min-width:0}.misslabel{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:700;opacity:.7}.missval{font-size:clamp(26px,8vw,36px);font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}.hint{margin-top:8px;display:inline-block;font-size:13px;font-weight:700;color:var(--accent-text);background:var(--accent);padding:3px 10px;border-radius:999px}.status{font-size:17px;font-weight:800;text-align:center;min-height:24px}.status.win{color:#4a9c4a}.status.lose{color:#d0574a}.word{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 10px;min-height:44px}.slot{min-width:26px;height:42px;padding:0 2px;display:flex;align-items:flex-end;justify-content:center;border-bottom:4px solid var(--board-bg);font-size:clamp(24px,7vw,32px);font-weight:800;line-height:1;text-transform:uppercase;color:var(--text)}.slot.filled{border-bottom-color:var(--accent)}.slot.missed{color:#d0574a;border-bottom-color:#d0574a}.keyboard{display:flex;flex-direction:column;gap:6px}.krow{display:flex;gap:5px;justify-content:center}.key{flex:1;min-width:0;height:48px;border:1px solid var(--line);background:var(--surface);color:var(--text);font-size:clamp(14px,4vw,18px);font-weight:700;text-transform:uppercase;border-radius:6px;cursor:pointer;transition:filter .12s ease,background .12s ease,transform 80ms ease}.key:hover:not(:disabled){filter:brightness(1.05)}.key:active:not(:disabled){transform:scale(.94)}.key:disabled{cursor:default;opacity:.9}.key.correct{background:#4a9c4a;border-color:#4a9c4a;color:#fff;opacity:1}.key.wrong{background:#787c7e;border-color:#787c7e;color:#fff;opacity:.65}.controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.how{font-size:13px;opacity:.85;flex:1;line-height:1.4}.how b{font-weight:700}.btn{background:var(--accent);color:var(--accent-text);border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:filter .12s ease}.btn:hover{filter:brightness(1.05)}.btn:active{filter:brightness(.95)}@media(max-width:390px){.game{gap:12px}.key{height:44px}.krow{gap:4px}.slot{min-width:22px}}
