.game-help-dock{position:fixed;right:14px;top:86px;z-index:80;display:flex;gap:7px}.game-help-dock button{width:42px;height:42px;border:1px solid rgba(232,205,151,.38);border-radius:12px;background:rgba(37,27,18,.9);color:#f4dfb6;font:800 18px/1 system-ui;box-shadow:0 8px 24px rgba(0,0,0,.25);cursor:pointer;backdrop-filter:blur(10px)}.game-help-dock button:hover,.game-help-dock button:focus-visible{background:#4a3422;outline:2px solid #e5bc6c;outline-offset:2px}.game-help-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(12,9,6,.72);backdrop-filter:blur(5px)}.game-help-overlay[hidden]{display:none}.game-help-dialog{width:min(760px,100%);max-height:min(760px,90vh);overflow:auto;border:1px solid rgba(232,205,151,.45);border-radius:18px;background:linear-gradient(180deg,#302218,#21170f);color:#ead8b7;box-shadow:0 24px 80px rgba(0,0,0,.55)}.game-help-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 16px;border-bottom:1px solid rgba(232,205,151,.18)}.game-help-dialog header span{font:800 11px/1 system-ui;letter-spacing:.16em;color:#c89a55}.game-help-dialog h2{margin:6px 0 0;font:800 30px/1.1 Georgia,serif;color:#fff1cf}.game-help-dialog header button{border:0;background:transparent;color:#e8d5b1;font:400 32px/1 system-ui;cursor:pointer}.game-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 24px}.game-help-grid article{padding:16px;border:1px solid rgba(232,205,151,.16);border-radius:14px;background:rgba(255,255,255,.035)}.game-help-grid h3{margin:0 0 8px;color:#f5d99f;font:800 17px/1.2 Georgia,serif}.game-help-grid p,.game-help-note{margin:0;font:500 14px/1.55 system-ui}.game-help-dialog kbd{display:inline-grid;min-width:24px;place-items:center;padding:2px 6px;border:1px solid rgba(241,213,158,.35);border-bottom-width:2px;border-radius:5px;background:#19110c;color:#fff1cf;font:800 12px/1.4 system-ui}.game-help-note{margin:0 24px 24px;padding:14px 16px;border-left:3px solid #c89a55;background:rgba(200,154,85,.09)}@media(max-width:760px){.game-help-dock{top:auto;right:10px;bottom:92px}.game-help-dock button{width:38px;height:38px}.game-help-grid{grid-template-columns:1fr;padding:16px}.game-help-dialog header{padding:18px 16px 14px}.game-help-dialog h2{font-size:25px}.game-help-note{margin:0 16px 18px}}@media(prefers-reduced-motion:reduce){.game-help-dock button{transition:none}}
