:root{color-scheme:dark;--bg: #141821;--panel: #1d2330;--text: #e8ecf4;--muted: #9aa4b5;--accent: #f2b463}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#game-shell{width:100%;aspect-ratio:16 / 9;background:var(--panel);border-radius:10px;overflow:hidden;outline:none;border:2px solid transparent;display:flex;align-items:center;justify-content:center}#game-shell:focus,#game-shell:focus-within{border-color:var(--accent)}#game-shell canvas{display:block;margin:0 auto}html,body{height:100%;height:100dvh;overflow:hidden;overscroll-behavior:none}body{touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}:root{--pad-face: #1c2737;--pad-edge: #51637c;--pad-ink: #dfe9f5;--pad-lit: #e9eef6;--pad-lit-ink: #16202e}.run{position:relative;height:100%;display:flex;flex-direction:column;gap:8px;padding:6px calc(8px + env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) calc(8px + env(safe-area-inset-left))}.run-bar{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:0 2px}.run-bar h1{margin:0;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.run-help{margin-left:auto;width:40px;height:40px;flex:0 0 auto;border:1px solid var(--pad-edge);border-radius:50%;background:var(--pad-face);color:var(--accent);font:inherit;font-size:1.1rem;font-weight:700;cursor:pointer}.run-help:hover,.run-help:focus-visible{border-color:var(--accent)}#game-shell{position:relative;flex:1 1 auto;min-height:0;aspect-ratio:auto;background:none;border:none}.pad{flex:0 0 auto;display:flex;align-items:stretch;gap:8px;height:clamp(86px,19dvh,150px);touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.sheet{user-select:text;-webkit-user-select:text;-webkit-touch-callout:default;width:min(560px,100vw);max-height:88dvh;margin:auto;padding:0;border:1px solid #2b3648;border-radius:16px;background:var(--panel);color:var(--text);overflow:auto;overscroll-behavior:contain}.sheet::backdrop{background:#070b12cc}.sheet-body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:18px}.sheet-head{display:flex;align-items:center;gap:12px}.sheet-head h2{margin:0;font-size:1.15rem}.sheet-head .tag{font-size:.75rem;color:var(--accent);border:1px solid var(--accent);border-radius:999px;padding:2px 8px;vertical-align:middle;margin-left:6px;white-space:nowrap}.sheet-close{margin-left:auto;width:36px;height:36px;flex:0 0 auto;border:1px solid var(--pad-edge);border-radius:50%;background:transparent;color:var(--text);font:inherit;font-size:1.3rem;line-height:1;cursor:pointer}.sheet section{display:flex;flex-direction:column;gap:8px}.sheet h3{margin:0;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.sheet p{margin:0;font-size:.9rem;line-height:1.45;color:var(--muted)}.sheet a{color:var(--accent)}.sheet-keys{margin:0;padding-left:18px;font-size:.9rem;line-height:1.7;color:var(--muted)}.sheet-keys b{color:var(--text);font-family:monospace}.sheet-foot{border-top:1px solid #2b3648;padding-top:14px;display:flex;flex-direction:column;gap:6px;font-size:.82rem}@media(max-width:560px){.sheet{width:100vw;max-width:100vw;max-height:92dvh;margin:auto 0 0;border-radius:16px 16px 0 0;border-bottom:none}.sheet-body{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}.run-full{padding:0;gap:0;background:#070a12}.run-full #game-shell{position:absolute;inset:0}.run-full #game-shell canvas{border-radius:0}.run-full .run-bar{position:absolute;top:calc(8px + env(safe-area-inset-top));left:calc(12px + env(safe-area-inset-left));right:calc(12px + env(safe-area-inset-right));z-index:3;padding:0;pointer-events:none}.run-full .run-bar h1{display:block;font-size:.78rem;opacity:.55}.run-full .run-help{pointer-events:auto;width:36px;height:36px;font-size:1rem;background:#10182699;opacity:.8}.run-full .hud{position:absolute;inset:0 0 auto;height:36px;pointer-events:none;font-family:monospace}.hud-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:baseline;gap:10px;white-space:nowrap}.hud-chips{position:absolute;right:calc(50% + 84px);top:50%;transform:translateY(-50%);display:flex;gap:6px}.hud-chip{display:flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid #51637c66;border-radius:999px;background:#10182699;color:var(--pad-ink);font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.hud-chip[hidden]{display:none}@media(max-width:560px){.run-full .run-bar h1{display:none}.hud-chips{right:auto;left:50%;top:calc(100% + 6px);transform:translate(-50%)}}.run-full .pad{position:absolute;inset:0;z-index:2;display:block;height:auto;pointer-events:none}.run-full .pad>*{pointer-events:auto}.pad-icon{display:block;width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pad-pause{position:absolute;left:50%;transform:translate(-50%);bottom:calc(14px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid #51637c99;border-radius:50%;background:#10182699;color:var(--pad-ink);cursor:pointer;opacity:.8}.pad-pause:hover,.pad-pause:focus-visible,.pad-pause.is-down{opacity:1;border-color:var(--accent);color:var(--accent)}.pad-pause.is-down{transform:scale(.94)}.pad-pause:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pad-missile{position:absolute;display:flex;align-items:center;justify-content:center;gap:5px;width:52px;height:52px;padding:0;border:1px solid #51637c99;border-radius:50%;background:#10182699;color:var(--pad-ink);font-family:monospace;font-weight:700;cursor:pointer;opacity:.8}.pad-missile output{font-size:.95rem;font-variant-numeric:tabular-nums}.pad-missile:hover,.pad-missile:focus-visible,.pad-missile.is-down,.pad-missile.is-on{opacity:1;border-color:#ffd23f}.pad-missile.is-on{background:#ffd23f;color:var(--pad-lit-ink)}.pad-missile.is-down{transform:scale(.94)}.pad-missile:focus-visible{outline:2px solid #ffd23f;outline-offset:2px}.pad-missile.is-spent{opacity:.35;cursor:default}.console-pilot{width:clamp(64px,14vmin,96px);height:auto;aspect-ratio:1;flex:0 0 auto;border-radius:50%;border:2px solid rgba(81,99,124,.6);object-fit:cover;background:#101826}.console-pilot.brief-map{width:clamp(112px,30vmin,200px);aspect-ratio:16 / 9;border-radius:8px}@media(max-width:480px){.brief-head.brief-head-map{flex-direction:column;align-items:stretch;gap:10px}.brief-head-map .console-pilot.brief-map{width:100%}}.run-fodder{background:#0f1a12}.run-fodder #game-shell{cursor:crosshair}.run-fodder .hud-core{flex-direction:column;align-items:center;gap:1px}#hud-mission{font-size:.92rem;font-weight:700;letter-spacing:.08em;color:#fff3c4;text-shadow:0 1px 4px #0d1420}#hud-objective{font-size:.72rem;color:var(--pad-ink);opacity:.85;white-space:nowrap}.run-fodder .hud-chips{right:calc(50% + 228px)}.hud-left{color:#ff9d9d}.hud-huts{color:#ffb057}.hud-tanks{color:#cfd6b0}.hud-hostages{color:#7dff8a}.hud-kills{color:#ffd23f}@media(max-width:560px){#hud-objective{display:none}.run-fodder .hud-chips{right:auto}}@media(max-width:1150px){.run-fodder .run-bar h1{display:none}}@media(max-width:950px){.run-fodder .hud-chips{right:auto;left:50%;top:calc(100% + 6px);transform:translate(-50%)}}.roster{position:absolute;left:calc(12px + env(safe-area-inset-left));bottom:calc(14px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:5px;max-width:44vw}.roster-chip{display:flex;align-items:center;gap:6px;min-height:38px;padding:3px 9px 3px 5px;border:1px solid #51637c99;border-radius:999px;background:#10182699;color:var(--pad-ink);font-family:monospace;font-size:11.5px;text-align:left;cursor:pointer;opacity:.92}.roster-chip .roster-portrait{width:30px;height:30px;flex:0 0 30px;object-fit:contain;border-radius:50%;background:radial-gradient(circle at 50% 35%,#54735c,#182722 78%);border:1px solid #a0cfb389}.roster-chip .roster-drone{margin-left:auto;color:#9bfaff;font-size:11px;text-shadow:0 0 7px #41e3f0}.roster-chip .roster-drone.is-lost{color:#8a95a0;text-shadow:none;opacity:.4}.roster-chip .roster-skill{flex:0 0 auto;color:#c0f8a7;font:700 9px/1 monospace;white-space:nowrap;text-shadow:0 0 6px #7de27b88}.roster-chip .roster-skill[data-state=charging],.roster-chip .roster-skill[data-state=waiting]{color:#ffd47a;text-shadow:none}.roster-chip .roster-skill[data-state=spent]{color:#8a95a0;text-shadow:none}.roster-chip .roster-skill[hidden]{display:none}.roster-chip .roster-key{font-size:9px;opacity:.55;min-width:1ch}.roster-chip .roster-rank{font-style:normal;font-size:9.5px;letter-spacing:.08em;color:#8fd0ff;min-width:2.6em}.roster-chip .roster-launcher{font-style:normal;font-size:10px;letter-spacing:.04em;color:#ffd23f}.roster-chip b{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.roster-chip.is-leader{border-color:#ffd23f}.roster-chip.is-leader b{color:#fff3c4}.roster-chip.is-idle{opacity:.55;border-style:dashed}.roster-chip.is-dead{opacity:.4;text-decoration:line-through;cursor:default}.roster-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.pad-fire{position:absolute;right:calc(14px + env(safe-area-inset-right));bottom:calc(14px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:78px;height:78px;padding:0;border:2px solid #ff9d9d99;border-radius:50%;background:#10182699;color:#ff9d9d;font-family:monospace;font-size:11px;font-weight:700;letter-spacing:.12em;cursor:pointer;opacity:.85;touch-action:none}.pad-fire.is-down,.pad-fire.is-on{background:#ff6b6b;border-color:#ff6b6b;color:#16202e;opacity:1}.pad-fire:focus-visible{outline:2px solid #ff9d9d;outline-offset:2px}.run-fodder .pad-missile{right:calc(27px + env(safe-area-inset-right))}.run-fodder .pad-grenade{bottom:calc(106px + env(safe-area-inset-bottom))}.run-fodder .pad-rocket{bottom:calc(168px + env(safe-area-inset-bottom))}.pad-grenade .pad-icon{color:#7dff8a}.pad-rocket .pad-icon{color:#ff9a3d}.run-fodder .pad-missile:hover,.run-fodder .pad-missile:focus-visible,.run-fodder .pad-missile.is-down{border-color:var(--accent)}.brief .sheet-body{gap:14px}.run-fodder~.brief,.run-fodder~.boothill{width:min(760px,100vw)}.brief-cast-label{margin:2px 0 -6px;color:#9fb8a2;font:700 11px/1.2 monospace;letter-spacing:.16em}.brief-head{display:flex;align-items:center;gap:14px}.brief-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.brief-name{font-size:1.2rem;color:var(--text)}.brief-theatre{font-family:monospace;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.brief-objective{font-family:monospace;font-size:.92rem;color:#fff3c4}.brief-squad{margin:0;padding:0;list-style:none;display:flex;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:8px}.brief-squad .brief-recruit{display:flex;gap:10px;min-width:0;padding:9px;border:1px solid #51637c99;border-radius:12px;background:linear-gradient(135deg,#1a2c2c,#19243a);font-family:monospace;font-size:12px;color:var(--pad-ink)}.brief-recruit>img{flex:0 0 76px;width:76px;height:76px;object-fit:contain;border-radius:10px;background:radial-gradient(circle at 50% 35%,#516c56,#18231e 76%)}.brief-recruit-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.brief-recruit-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px}.brief-recruit-head b{color:#f8f3de;font-size:13px}.brief-recruit-head span{color:#bce1b2;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.brief-personality,.brief-lore,.brief-skill{margin:0;line-height:1.35}.brief-personality{color:#c9d2e1}.brief-lore{color:#aebec5;font-size:11px}.brief-skill{color:#ffd47a}.brief-stats{font-family:monospace;font-size:.85rem;line-height:1.5;color:var(--muted)}.brief-stats:empty{display:none}.brief-fallen{color:#ff9d9d}.brief-go{align-self:center;position:sticky;bottom:0;z-index:1;margin-top:4px;padding:12px 34px;border:2px solid #ffd23f;border-radius:999px;background:#10182699;color:#ffd23f;font-family:monospace;font-size:1rem;font-weight:700;letter-spacing:.12em;cursor:pointer}.brief-go:hover,.brief-go:focus-visible{background:#ffd23f;color:#16202e;outline:none}.help-new{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:9px 12px;border:1px solid #51637c99;border-radius:9px;background:#16213699;color:#dfe9f5;font-family:monospace;font-size:12.5px;cursor:pointer}.help-new[hidden]{display:none}.help-new span{color:#9aa7bd}.help-new:hover,.help-new:focus-visible{border-color:#ff9d9d}.boothill{width:min(640px,100vw)}.hill{border-radius:12px;overflow:hidden;background:linear-gradient(#1c2a3d,#24344a 55%,#1a2536)}.hill-svg{display:block;width:100%;height:auto}.hill-ground{fill:#3f7a3a}.grave image{filter:drop-shadow(0 2px 2px #142217a8)}.memorial-grid:not(:empty){display:grid;grid-template-columns:repeat(auto-fit,minmax(116px,1fr));gap:9px;max-height:min(46dvh,340px);overflow-y:auto;padding:8px 2px}.memorial-card{min-width:0;padding:8px;border:1px solid #66788a;border-radius:10px;background:linear-gradient(#243348,#182132);text-align:center}.memorial-stone{position:relative;width:124px;height:145px;margin:auto}.memorial-stone img{display:block;width:100%;height:100%;object-fit:contain}.memorial-stone .memorial-portrait{position:absolute;top:0;right:-8px;width:40px;height:40px;border:2px solid #b3c1cf;border-radius:50%;background:#293a43}.memorial-inscription{position:absolute;top:39%;left:18%;width:64%;display:flex;flex-direction:column;align-items:center;gap:2px;color:#182332;text-shadow:0 1px #dbe5f0aa;font:700 11px/1.1 monospace;overflow-wrap:anywhere}.memorial-inscription b{font-size:12px}.memorial-card p{margin:1px 0 4px;font:italic 11px/1.25 Georgia,serif;color:#e5e1d5}.memorial-card small{color:#aab8c9;font:10px/1.2 monospace}.hill-queue{display:flex;align-items:center;gap:0;padding:2px 10px 6px;background:#35683a;overflow:hidden}.recruit{flex:0 0 auto;width:44px;height:44px;object-fit:contain;border-radius:50%;border:1px solid #b9dbb586;background:radial-gradient(circle at 50% 30%,#66865a,#1c362b 78%)}.hill-count{margin-left:auto;padding-left:8px;font-family:monospace;font-size:11px;color:#dfe9f5;white-space:nowrap}@media(max-width:560px){.roster{max-width:52vw}.roster-chip{font-size:10.5px;min-height:34px}.roster-chip .roster-portrait{width:26px;height:26px;flex-basis:26px}}
