*{box-sizing:border-box;margin:0;padding:0}html,body{overflow:hidden;color:#e6e8ec;background:#12161c;width:100%;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#game{display:block;width:100%;height:100%}.hud{position:fixed;pointer-events:none;z-index:10;inset:0}.hud button,.hud .hud-draft-card{pointer-events:auto}.hud-right-col{position:fixed;display:flex;z-index:30;flex-direction:column;align-items:stretch;gap:8px;width:210px;top:12px;right:12px}.hud-banner{letter-spacing:.3px;text-align:center;pointer-events:auto;background:#12161cd9;border:2px solid #555;border-radius:10px;padding:10px;font-size:16px;font-weight:700}.hud-no-actions{display:none;position:fixed;z-index:60;pointer-events:none;letter-spacing:.5px;white-space:nowrap;color:#ffd94d;text-shadow:0 2px 12px #000000e6;animation:endturn-ray 1.7s ease-in-out infinite;font-size:30px;font-weight:800;top:64px;left:50%;transform:translate(-50%)}.hud-turn-announce{position:fixed;z-index:60;pointer-events:none;letter-spacing:.5px;color:#e8ecf3;text-shadow:0 2px 12px #000000d9;animation:turn-announce 2.9s ease-in-out forwards;font-size:34px;font-weight:800;top:42%;left:50%;transform:translate(-50%,-50%)}.hud-turn-announce.quick{animation:turn-announce-quick 1.85s ease-in-out forwards}@keyframes turn-announce-quick{0%{opacity:0}8%{opacity:1}62%{opacity:1}to{opacity:0}}@keyframes turn-announce{0%{opacity:0}5%{opacity:1}76%{opacity:1}to{opacity:0}}.hud{--sel:#3fe05a;--sel-soft:#3fe05a8c}.hud.spent-selection{--sel:#1e6b30;--sel-soft:#1e6b308c}.hud.coop-p2-selection{--sel:#3fb0e0;--sel-soft:#3fb0e08c}.hud.coop-p2-selection.spent-selection{--sel:#1d5a75;--sel-soft:#1d5a758c}.hud-left-col{position:absolute;display:flex;flex-direction:column;gap:10px;width:76px;top:70px;left:16px}.hud-roster{display:flex;overflow-y:auto;scrollbar-width:none;flex-direction:column;gap:8px;max-height:calc(100vh - 210px);padding:6px}.hud-roster-chip{position:relative;cursor:pointer;background:#161b22;border:2px solid #2c3340;border-radius:8px;flex:none;width:56px;height:72px;padding:0}.hud-roster-chip.selected{border-color:var(--sel);z-index:1;box-shadow:0 0 12px var(--sel-soft),0 0 3px var(--sel);border-width:4px}.hud-roster-chip.spent .hud-roster-face{filter:grayscale(.85)brightness(.55)}.hud-roster-face{position:absolute;background-repeat:no-repeat;border-radius:6px;inset:0}.hud-roster-pips{position:absolute;display:flex;gap:3px;top:3px;right:3px}.hud-pip{background:#3a4150;border:1px solid #10141a;border-radius:50%;width:9px;height:9px}.hud-pip.on{background:#ffd94d}.hud-roster-hp{position:absolute;overflow:hidden;background:#0000008c;border-radius:2px;height:4px;bottom:3px;left:3px;right:3px}.hud-roster-hp-fill{background:#e04434;height:100%}.hud-sidebar-wrap{position:absolute;top:var(--detail-top,70px);display:flex;flex-direction:column;gap:10px;width:230px;transition:top .15s;left:104px}.hud:not(.has-selection) .hud-sidebar-wrap{display:none}.hud.has-selection .hud-sidebar{border:2px solid var(--sel);box-shadow:0 0 10px var(--sel-soft)}.hud.has-selection .hud-sidebar-wrap:before{content:"";position:absolute;background:var(--sel);box-shadow:0 0 8px var(--sel-soft);width:14px;height:6px;top:30px;left:-14px}.hud-sidebar{background:#12161cd9;border:1px solid #2c3340;border-radius:10px;min-height:90px;padding:12px 14px}.hud-hint{color:#8b93a1;font-size:13px}.hud-unit-header{display:flex;align-items: center;gap:10px;margin-bottom:10px}.hud-unit-portrait{background-color:#161b22;background-repeat:no-repeat;border:2px solid #555;border-radius:6px;flex:none;width:54px;height:70px}.hud-unit-heading{min-width:0}.hud-unit-title{font-size:18px;font-weight:700}.hud-unit-sub{color:#8b93a1;font-size:11px}.hud-bar{overflow:hidden;background:#2a2f3a;border-radius:4px;height:8px;margin-bottom:10px}.hud-bar-fill{height:100%}.hud-stats{display:grid;grid-template-columns:1fr 1fr;color:#aab2bf;gap:4px 10px;font-size:12px}.hud-stats b{color:#e6e8ec}.hud-actions{position:fixed;display:flex;background:#12161ce0;border:1px solid #2c3340;border-radius:12px;align-items:stretch;gap:8px;padding:8px;bottom:16px;left:50%;transform:translate(-50%)}.hud-actions .hud-btn{border-radius:8px;min-width:84px;min-height:48px;padding:8px 12px;font-size:13px;font-weight:600}.hud-card{position:relative;cursor:pointer;display:flex;background:linear-gradient(#262d3a,#1b212c);border:2px solid #39404e;border-radius:10px;flex-direction:column;align-items: center;gap:4px;width:86px;height:118px;padding:8px 6px 6px;transition:transform .12s,border-color .12s,box-shadow .12s}.hud-card:hover:not(:disabled):not(.armed){border-color:#5a6478;transform:translateY(-8px)}.hud-card.armed,.hud-card.armed:hover{background:linear-gradient(#3d3822,#2b2717);border-color:#ffd94d;transform:translateY(-20px)scale(1.06);box-shadow:0 6px 18px #0000008c,0 0 12px #ffd94d73}.hud-card.armed:hover{background:linear-gradient(#4a4429,#35301c);border-color:#ffe98a;box-shadow:0 6px 18px #0000008c,0 0 18px #ffd94db3}.hud-card.armed .hud-card-label{color:#ffe9a8}.hud-card:disabled{filter:grayscale(.8)brightness(.55);cursor:default}.hud-card-art{width:60px;height:60px;margin-top:6px}.hud-card-art svg{width:100%;height:100%}.hud-card-label{color:#cfd6e1;letter-spacing:.3px;margin-top:auto;font-size:12px;font-weight:700}.hud-card-count{position:absolute;color:#ffd94d;font-size:12px;font-weight:700;top:4px;right:6px}.hud-actions .hud-act-deselect{color:#e8483a;border-radius:8px;align-self: center;width:52px;min-width:52px;height:52px;margin-right:10px;padding:0;font-size:20px;font-weight:700}.hud-actions .hud-btn.armed{color:#ffd94d;border-color:#ffd94d;box-shadow:0 0 10px #ffd94d73}.hud-actions .hud-act-divide{margin-left:16px}.hud-btn{color:#e6e8ec;text-align:center;white-space:nowrap;cursor:pointer;background:#232a36;border:1px solid #353d4c;border-radius:8px;padding:8px 10px;transition:background .12s;font-size:13px}.hud-btn:hover{background:#2e3747}.hud-btn-primary{background:#2f6fff;border-color:#2f6fff}.hud-btn-primary:hover{background:#4a83ff}.hud-pips{letter-spacing:2px;color:#7fd08a}.hud-confirm-move{background:#2c7a4b;border-color:#3fae6b}.hud-confirm-move:hover{background:#339457}.hud-endturn{position:absolute;letter-spacing:.5px;color:#c9d1de;background:#232833;border-color:#39404e;border-radius:12px;padding:20px 44px;font-size:24px;font-weight:700;bottom:16px;right:16px}.hud-endturn:hover{background:#2e3542}.hud-endturn.urgent{color:#1a1408;background:#ffd94d;border-color:#ffe98a}.hud-endturn.urgent:after{content:"";position:absolute;animation:endturn-ray 1.7s ease-in-out infinite;pointer-events:none;background:linear-gradient(270deg,#ffd94d,#ffd94d00);border-radius:4px;width:38vw;height:7px;top:50%;left:auto;right:calc(100% + 10px);transform:translateY(-50%)}.hud-endturn.urgent:before{content:"";position:absolute;animation:endturn-ray 1.7s ease-in-out infinite;pointer-events:none;background:linear-gradient(#ffd94d00,#ffd94d);border-radius:4px;width:7px;height:38vh;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}@keyframes endturn-ray{0%,to{opacity:.35}50%{opacity:1}}.hud-endturn.urgent:hover{background:#ffe36e}.hud-endturn.urgent{animation:endturn-pulse 1.7s ease-in-out infinite}@keyframes endturn-pulse{0%,to{box-shadow:0 0 #ffd94d00}50%{box-shadow:0 0 16px 3px #ffd94dbf}}@media (prefers-reduced-motion:reduce){.hud-endturn.urgent{animation:none;box-shadow:0 0 10px 1px #4a83ff8c}}.hud-log-wrap{display:none;position:absolute;background:#12161cd9;border:1px solid #2c3340;border-radius:10px;width:320px;padding:8px 10px;bottom:100px;right:16px}.hud.log-open .hud-log-wrap{display:block}.hud-right-col .hud-toggle{pointer-events:auto;align-self: flex-end}.hud-log-title{text-transform:uppercase;letter-spacing:1px;color:#8b93a1;margin-bottom:6px;font-size:11px}.hud-log{overflow-y:auto;max-height:180px;font-size:12px;line-height:1.5}.hud-log-line{color:#c7ccd6;pointer-events:auto}.hud-log-system{color:#6fa8ff}.hud-draft{position:absolute;pointer-events:auto;background:#12161cf0;border:1px solid #2c3340;border-radius:14px;flex-direction:column;gap:14px;width:min(620px,90vw);padding:20px;top:50%;left:50%;transform:translate(-50%,-50%)}.hud-draft-title{text-align:center;font-size:18px;font-weight:700}.hud-draft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hud-draft-card{text-align:left;cursor:pointer;color:#e6e8ec;background:#232a36;border:1px solid #353d4c;border-radius:10px;padding:12px;transition:background .12s,transform 80ms}.hud-draft-card:hover{background:#2e3747;transform:translateY(-2px)}.hud-draft-name{margin-bottom:6px;font-weight:700}.hud-draft-stats{color:#aab2bf;font-size:11px;line-height:1.5}.hud-draft-rosters{display:flex;border-top:1px solid #2c3340;justify-content:space-around;padding-top:10px;font-size:12px}.hud-roster-head{display:flex;justify-content:space-between;align-items:baseline}.hud-roster-title{font-size:20px;font-weight:700}.hud-roster-count{color:#aab2bf;font-size:13px}.hud-roster-list{display:flex;overflow-y:auto;flex-direction:column;gap:4px;max-height:52vh;padding-right:4px}.hud-roster-row{display:flex;text-align:left;color:#e6e8ec;cursor:pointer;background:#232a36;border:1px solid #353d4c;border-left-width:4px;border-radius:8px;align-items: center;gap:12px;padding:8px 12px;transition:background .1s}.hud-roster-row:hover:not(:disabled){background:#2e3747}.hud-roster-row.selected{background:#1f3a24;border-left-color:#40d870}.hud-roster-row.injured{cursor:not-allowed;opacity:.85;background:#2a1c1f;border-left-color:#d8453b}.hud-roster-avatar{position:relative;overflow:hidden;background-color:#161b22;background-repeat:no-repeat;border:2px solid #555;border-radius:6px;flex:none;width:44px;height:58px}.hud-roster-role{position:absolute;color:#fff;background:#0009;border-top-right-radius:4px;padding:0 3px;font-size:9px;font-weight:700;line-height:1.3;bottom:0;left:0}.hud-roster-info{flex:auto;min-width:0}.hud-roster-name{font-size:15px;font-weight:600}.hud-roster-sub{color:#8b93a1;font-size:11px}.hud-chip-flag{position:absolute;text-shadow:0 0 2px #000;font-size:11px;line-height:1;bottom:12px;right:2px}.hud-coop-opts{display:flex;flex-direction:column;gap:10px;min-width:340px;margin:14px 0}.hud-coop-opt{display:grid;grid-template-columns:150px 70px 1fr;cursor:pointer;align-items: center;gap:10px}.hud-coop-opt-label{text-align:right;font-weight:600}.hud-coop-opt-hint{color:#8b93a1;font-size:11px}.hud-coop-opt input[type=number],.hud-coop-opt select{color:#e6e8ec;font:inherit;background:#161b22;border:1px solid #2c3340;border-radius:6px;padding:4px 6px}.hud-coop-opt select{grid-column:2/4;width:auto}.hud-coop-opt input[type=checkbox]{justify-self:start;width:18px;height:18px}.hud-roster-chip.coop-p1:not(.selected){border-color:#2c7a3e}.hud-roster-chip.coop-p2:not(.selected){border-color:#2c7fa5}.hud-roster-status{flex:none;font-size:13px;font-weight:700}.hud-roster-status.fit{color:#5bd97a}.hud-roster-status.hurt{color:#ff6a5e}.hud-roster-footer{display:flex;border-top:1px solid #2c3340;justify-content:space-between;gap:12px;padding-top:12px}.hud-roster-footer .hud-btn{flex:none;min-width:120px}.hud-btn:disabled{opacity:.45;cursor:not-allowed}.hud-handoff{position:fixed;z-index:100;text-align:center;pointer-events:auto;background:#0e1116;border-top:6px solid #555;flex-direction:column;justify-content:center;align-items: center;gap:16px;padding:24px;inset:0}.hud-gameover{z-index:200;background:#080a0ed1}.hud-pbm-code{resize:vertical;word-break:break-all;color:#d7dbe2;background:#11151c;border:1px solid #3a4250;border-radius:8px;width:min(560px,90vw);height:84px;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.4}.hud-pbm-divider{color:#8a93a3;margin:4px 0;font-size:13px}.hud-pbm-error{color:#ff8a8a;max-width:460px;font-size:13px}.hud-pbm-note{color:#8a93a3;max-width:460px;margin-top:6px;font-size:12px;line-height:1.5}.hud-handoff-eyes{font-size:64px}.hud-handoff-title{letter-spacing:.4px;font-size:30px;font-weight:800}.hud-handoff-sub{color:#aab2bf;max-width:460px;font-size:15px;line-height:1.55}.hud-handoff-btn{flex:none;margin-top:8px;padding:12px 26px;font-size:16px}.hud-map-list{display:flex;overflow-y:auto;flex-direction:column;gap:6px;width:460px;max-width:90vw;max-height:38vh;margin:6px 0 4px}.hud-map-row{display:flex;text-align:left;cursor:pointer;color:#e6e8ec;background:#1b212b;border:1px solid #2c3542;border-radius:8px;align-items: center;gap:10px;padding:8px 10px}.hud-map-row:hover{background:#232b37}.hud-map-row.selected{background:#1d2735;border-color:#2f6fff}.hud-map-thumb{background:#0e1218;border:1px solid #2c3542;border-radius:5px;flex:none;width:132px;height:76px}.hud-map-text{flex:auto;min-width:0}.hud-mission-info{pointer-events:auto;align-self: flex-end}.hud-mission{position:relative;text-align:left;pointer-events:auto;background:#141c2cf0;border:1px solid #5a78c8;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.45}.hud-mission-close{position:absolute;color:#8b93a1;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;top:2px;right:6px}.hud-mission-close:hover{color:#fff}.hud-minimap{aspect-ratio:3/2;pointer-events:auto;cursor:pointer;z-index:20;background:#0e1218;border:1px solid #2c3542;border-radius:6px;align-self: flex-end;width:min(20vw,540px);height:auto;box-shadow:0 4px 14px #00000073}.hud-objectives{color:#c9d1de;pointer-events:auto;background:#12161cd9;border:1px solid #2c3340;border-radius:10px;align-self: flex-end;width:min(10vw,270px);padding:.68em .8em;font-size:calc(min(10vw,270px)/12.5)}.hud-obj-header{letter-spacing:.02em;text-align:left;color:#e8ecf3;border-bottom:2px solid #4a5261;margin-bottom:.38em;padding-bottom:.32em;font-size:1.18em;font-weight:800}.hud-obj-flag{font-size:1.1em;line-height:1}.hud-obj-row.mine .hud-obj-flag{color:#3fe05a}.hud-obj-row.neutral .hud-obj-flag{color:#9aa0a6}.hud-obj-row.enemy .hud-obj-flag{color:#e0483a}.hud-obj-row{display:flex;white-space:nowrap;align-items: center;gap:.5em;padding:.2em 0}.hud-obj-mark{display:flex;color:#fff;border:2px solid #4a5261;border-radius:.22em;flex:none;justify-content:center;align-items: center;width:1.25em;height:1.25em;font-weight:800;line-height:1}.hud-obj-row.mine .hud-obj-mark{background:#2c7a4b;border-color:#3fae6b}.hud-obj-row.enemy .hud-obj-mark{background:#8c2f27;border-color:#c2493e}.hud-map-name{font-size:15px;font-weight:600}.hud-map-blurb{color:#9aa3b0;margin-top:2px;font-size:12px;line-height:1.4}.hud-calibration{position:fixed;z-index:200;pointer-events:auto;display:none;background:#080a0ef5;flex-direction:column;justify-content:center;align-items: center;gap:12px;padding:16px;inset:0}.hud-calib-hint{color:#c7ccd6;text-align:center;max-width:720px;font-size:13px}.hud-calib-frame{position:relative;display:inline-block;outline:1px solid #444;max-width:96vw;max-height:84vh}.hud-calib-img{display:block;image-rendering:pixelated;max-width:96vw;max-height:84vh}.hud-calib-box{position:absolute;pointer-events:none;border:1px solid #2fff8a;box-shadow:0 0 0 1px #00000080}.hud-calib-tag{position:absolute;color:#2fff8a;white-space:nowrap;background:#000000b3;padding:1px 2px;font-size:9px;line-height:1;top:-1px;left:-1px}.hud-tooltip{position:fixed;z-index:150;color:#d7dbe2;pointer-events:none;background:#0c0f14f2;border:1px solid #3a4250;border-radius:8px;max-width:240px;padding:8px 10px;font-size:12px;line-height:1.5}.hud-tutorial{position:fixed;z-index:140;text-align:center;pointer-events:none;background:#141c2cf5;border:1px solid #5a78c8;border-radius:10px;max-width:min(560px,92vw);padding:12px 18px;top:92px;left:50%;transform:translate(-50%);box-shadow:0 6px 22px #00000080}.hud-tutorial-text{color:#e7ecf5;font-size:14px;line-height:1.55}.hud-tutorial-btn{pointer-events:auto;margin-top:12px}.hud-tutorial-launch{background:#2c7a4b;border-color:#3fae6b;margin-bottom:10px}.hud-tutorial-launch:hover{background:#339457}.hud-help{overflow-y:auto;text-align:left;justify-content:flex-start;padding:32px}.hud-help-title{text-align:center;margin-bottom:8px;font-size:26px;font-weight:800}.hud-help-body{color:#c7ccd6;max-width:640px;font-size:14px;line-height:1.5}.hud-help-body p{margin-bottom:12px}.hud-help-body b{color:#e6e8ec}.hud-feedback{position:absolute;overflow-y:auto;pointer-events:auto;z-index:40;--wttfb-fg:#e6e8ec;--wttfb-muted:#8a93a3;--wttfb-bg:transparent;--wttfb-field-bg:#11151c;--wttfb-border:#3a4250;--wttfb-accent:#2f6fff;--wttfb-accent-fg:#fff;--wttfb-danger:#ff8a8a;--wttfb-radius:8px;background:#141c2cf5;border:1px solid #5a78c8;border-radius:10px;width:360px;max-height:calc(100vh - 32px);padding:10px 12px 12px;bottom:16px;right:16px}.hud.log-open .hud-feedback{right:352px}.hud-feedback-body{color:#d7dbe2;padding-right:14px;font-size:13px}.hud-feedback-offline{color:#aab2bf;font-size:12.5px;line-height:1.5}.editor-root{position:fixed;z-index:50;display:flex;color:#e6e8ec;background:#12161c;flex-direction:column;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;inset:0}.editor-bar{display:flex;background:#1b212b;border-bottom:1px solid #2c3542;flex-wrap:wrap;align-items: flex-end;gap:10px;padding:10px 14px}.editor-spacer{flex:auto}.editor-field{display:flex;flex-direction:column;gap:3px;font-size:11px}.editor-field-label{color:#8b96a5;text-transform:uppercase;letter-spacing:.04em}.editor-num,.editor-text-in{color:#e6e8ec;background:#0e1218;border:1px solid #2c3542;border-radius:5px;padding:5px 7px;font-size:13px}.editor-num{width:64px}.editor-text-in{width:200px}.editor-btn{color:#e6e8ec;cursor:pointer;background:#2a3340;border:1px solid #394452;border-radius:6px;padding:7px 12px;font-size:13px}.editor-btn:hover{background:#344050}.editor-btn-primary{background:#2f6fff;border-color:#2f6fff;font-weight:600}.editor-btn-primary:hover{background:#3f7dff}.editor-main{display:flex;flex:auto;min-height:0}.editor-palette{overflow-y:auto;background:#161b23;border-right:1px solid #2c3542;flex:none;width:180px;padding:12px}.editor-palette-title{text-transform:uppercase;letter-spacing:.06em;color:#8b96a5;margin-bottom:8px;font-size:11px}.editor-swatch{display:flex;cursor:pointer;color:#cdd3db;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;align-items: center;gap:8px;width:100%;margin-bottom:3px;padding:4px 6px;font-size:13px}.editor-swatch:hover{background:#1f2630}.editor-swatch.active{background:#1d2735;border-color:#2f6fff}.editor-swatch-chip{display:flex;border:1px solid #ffffff2e;border-radius:4px;flex:none;justify-content:center;align-items: center;width:22px;height:22px;font-size:13px}.editor-help{color:#8b96a5;margin-top:14px;font-size:12px;line-height:1.5}.editor-canvas-wrap{overflow:auto;display:flex;flex:auto;justify-content:center;align-items: flex-start;padding:18px}.editor-grid{--cell:24px;--hex-h:calc(var(--cell)*1.1547);display:flex;touch-action:none;flex-direction:column}.editor-row{display:flex;gap:2px}.editor-row+.editor-row{margin-top:calc(var(--hex-h)*-.25 + 2px)}.editor-row.odd{margin-left:calc((var(--cell) + 2px)/2)}.editor-cell{width:var(--cell);height:var(--hex-h);display:flex;cursor:crosshair;user-select:none;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);justify-content:center;align-items: center;font-size:12px;line-height:1}.editor-cell.tall{box-shadow:inset 0 0 0 1px #00000059}.editor-cell.flag{color:#ffe066;text-shadow:0 0 2px #000}.editor-cell.raised{color:#11160f;font-weight:700;box-shadow:inset 0 0 0 1px #ffffff73}.editor-side{display:flex;background:#161b23;border-left:1px solid #2c3542;flex-direction:column;flex:none;width:280px;min-height:0;padding:12px}.editor-textarea{color:#b9c1cc;white-space:pre;resize:none;background:#0e1218;border:1px solid #2c3542;border-radius:6px;flex:auto;min-height:160px;padding:8px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;line-height:1.35}.editor-side-btns{display:flex;gap:8px;margin:8px 0}.editor-side-btns .editor-btn{flex:auto}.editor-status{color:#aeb6c1;font-size:12px;line-height:1.5}.editor-warn{color:#ffb24a}.editor-flash{color:#6fd08a;margin-bottom:4px}.hud-toolbar{position:absolute;display:flex;z-index:30;gap:6px;top:16px;left:16px}.hud-quit.armed{color:#fff;background:#7a1f1f;border-color:#c04434;font-weight:700}.mobile-only,.hud:not(.has-selection) .hud-actions{display:none}@media (max-width:768px),(max-height:500px),(pointer:coarse){.hud-banner{position:fixed;text-align:center;background:#12161cb3;border-width:1px;width:max-content;max-width:calc(100vw - 16px);padding:4px 10px;font-size:12px;font-weight:600;top:54px;left:50%;transform:translate(-50%)}.hud-toolbar{flex-wrap:wrap;top:8px;left:8px}.mobile-only{display:block}.hud-toggle{min-height:36px;padding:6px 9px;font-size:12px}.hud-roster{position:fixed;overflow-x:auto;overflow-y:hidden;flex-direction:row;width:auto;max-height:none;top:48px;left:8px;right:8px}.hud-roster-chip{width:40px;height:52px}.hud-pip{width:7px;height:7px}.hud-sidebar-wrap{gap:8px;width:auto;inset:auto 8px 66px}.hud:not(.has-selection) .hud-sidebar-wrap{display:none}.hud-sidebar{background:#12161cf0;min-height:0;padding:8px 10px}.hud.has-selection .hud-sidebar-wrap:before{display:none}.hud.has-selection .hud-sidebar{box-shadow:none;border:1px solid #2c3340}.hud-unit-header{margin-bottom:6px}.hud-unit-portrait{width:42px;height:54px}.hud-unit-title{font-size:16px}.hud-bar{margin-bottom:6px}.hud-stats{gap:2px 8px;font-size:11px}.hud-actions{background:#12161cf0;flex-wrap:wrap;justify-content:center;bottom:62px;left:8px;right:8px;transform:none}.hud-btn{min-height:46px;font-size:13px}.hud-endturn{position:fixed;width:auto;padding:14px;font-size:16px;bottom:8px;left:8px;right:8px}.hud-endturn.urgent:after,.hud-endturn.urgent:before{display:none}.hud-log-wrap{display:none;z-index:25;background:#0e1116f5;width:auto;inset:56px 8px auto}.hud.log-open .hud-log-wrap{display:block}.hud-log{max-height:40vh}.hud-feedback,.hud.log-open .hud-feedback{z-index:45;width:auto;max-height:calc(100vh - 64px);inset:56px 8px auto}.hud-right-col{width:min(210px,60vw);top:44px;right:8px}.hud-minimap{align-self: flex-end;width:150px;height:100px}.hud:not(.map-open) .hud-minimap{display:none}}@media (orientation:landscape) and (pointer:coarse),(orientation:landscape) and (max-height:500px){.hud-sidebar-wrap{overflow-y:auto;gap:6px;width:300px;max-height:calc(100vh - 120px);inset:56px 8px auto auto}.hud-sidebar{padding:8px 10px}.hud-unit-portrait{width:38px;height:48px}.hud-bar{margin-bottom:6px}.hud-actions{bottom:8px;left:40%}.hud-btn{min-height:40px;padding:6px 8px}.hud-endturn{width:300px;padding:10px;left:auto;right:8px}}.hud-cine-bar{position:fixed;z-index:150;pointer-events:none;background:#000;height:0;transition:height .7s;left:0;right:0}.hud-cine-top{top:0}.hud-cine-bottom{bottom:0}.hud.cine .hud-cine-bar{height:11vh}.hud-caption{display:none;position:fixed;z-index:160;text-align:center;color:#e8ecf3;text-shadow:0 2px 10px #000000e6;pointer-events:none;background:#0a0d129e;border-radius:10px;max-width:64vw;padding:10px 20px;font-size:20px;line-height:1.45;bottom:13vh;left:50%;transform:translate(-50%)}.hud-dialogue{display:none;position:fixed;z-index:170;cursor:pointer;pointer-events:auto;background:#0e1218f5;border:1px solid #3a4356;border-radius:14px;align-items: flex-start;gap:18px;width:min(860px,92vw);padding:20px 24px;bottom:12.5vh;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0009}.hud-dialogue-portrait{image-rendering:pixelated;border:2px solid #4a5261;border-radius:10px;flex:none;width:96px;height:96px}.hud-dialogue-col{flex:1}.hud-dialogue-name{color:#ffd94d;margin-bottom:6px;font-size:20px;font-weight:800}.hud-dialogue-text{color:#dfe5ee;font-size:19px;line-height:1.55}.hud-dialogue-continue{color:#fff;animation:endturn-pulse 1.7s ease-in-out infinite;background:#2c7a4b;border:2px solid #3fae6b;border-radius:10px;width:-moz-fit-content;width:fit-content;margin-top:14px;margin-left:auto;padding:10px 22px;font-size:17px;font-weight:800}.hud-skip{position:fixed;z-index:220;color:#c9d1de;pointer-events:auto;background:#232833;border-color:#39404e;padding:10px 18px;font-size:15px;font-weight:700;top:3vh;right:28px}.hud-skip:hover{background:#2e3542}.hud-choice{display:none;position:fixed;z-index:210;pointer-events:auto;text-align:center;background:#0e1218f7;border:1px solid #3a4356;border-radius:14px;flex-direction:column;gap:10px;width:min(880px,94vw);padding:22px 24px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 44px #000000b3}.hud-choice-title{color:#e8ecf3;font-size:20px;font-weight:800}.hud-choice-sub{color:#8a93a6;margin-bottom:8px;font-size:13px}.hud-choice-row{display:flex;align-items:stretch;gap:14px}.hud-choice-or{color:#ffd94d;display:flex;background:#1a2029;border:2px solid #4a5261;border-radius:50%;flex:none;justify-content:center;align-self: center;align-items: center;width:44px;height:44px;font-size:15px;font-weight:800}.hud-choice-btn{text-align:left;display:flex;color:#e6e8ec;cursor:pointer;white-space:normal;background:#232a36;border:2px solid #353d4c;border-radius:12px;flex-direction:column;flex:1;gap:8px;min-width:0;padding:16px 18px;transition:border-color .12s,background .12s,transform .12s}.hud-choice-btn:hover{background:#26303c;border-color:#3fae6b;transform:translateY(-2px)}.hud-choice-label{font-size:16px;font-weight:800;line-height:1.35}.hud-choice-detail{color:#a9b2c3;font-size:14px;line-height:1.5}.hud.cine .hud-endturn,.hud.cine .hud-left-col,.hud.cine .hud-right-col,.hud.cine .hud-actions,.hud.cine .hud-sidebar-wrap,.hud.cine .hud-toolbar{display:none!important}.hud-startmenu{text-align:left;background-color:#0e1116;background-image:var(--start-bg);background-position:50%;background-size:cover;border-top:none;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:26px;padding:48px}.hud-menu-rail{display:flex;flex-direction:column;flex:none;gap:20px;width:33vw;min-width:340px;padding:16px 12px}.hud-menu-logo{user-select:none;filter:drop-shadow(0 6px 18px #000000b3);width:100%;height:auto}.hud-menu-content{display:flex;overflow-y:auto;flex:1;justify-content:center;align-items: center;min-width:0}.hud-menu-nav{display:flex;flex-direction:column;gap:12px;margin-top:16px}.hud-menu-nav-btn{backdrop-filter:blur(3px);color:#cfd6e2;letter-spacing:.8px;text-align:center;cursor:pointer;background:#0d11179e;border:1px solid #7a879e59;border-left-width:3px;border-radius:10px;padding:17px 24px;transition:background .12s,border-color .12s,transform .12s;font-size:21px;font-weight:800}.hud-menu-nav-btn:hover{color:#fff;background:#1c2430cc;border-color:#6f7d94;transform:translate(4px)}.hud-menu-nav-btn.selected{color:#fff;background:#1f2938d9;border-left-color:#ffd94d}.hud-menu-nav-load{margin-top:26px}.hud-menu-panel{display:flex;text-align:center;backdrop-filter:blur(6px);overflow-y:auto;background:#0c0f14db;border:1px solid #39404e;border-radius:14px;flex-direction:column;align-items: center;gap:10px;max-height:88vh;padding:22px 28px;box-shadow:0 14px 40px #0000008c}.hud-menu-panel-title{letter-spacing:.4px;font-size:26px;font-weight:800}.warroom{display:flex;color:#2b2417;flex-direction:row;justify-content:center;align-items: center;gap:18px;width:100%;height:100%;font-family:Courier New,ui-monospace,monospace}.warroom-map{position:relative;aspect-ratio:1448/1086;overflow:hidden;background-repeat:no-repeat;background-size:100% 100%;border:3px solid #3a3427;border-radius:4px;flex:none;height:min(88vh,75vw - 592.5px);box-shadow:0 8px 26px #0000008c}.warroom-pin{position:absolute;pointer-events:none;transform:translate(-50%,-50%)}.warroom-pin.current{cursor:pointer;pointer-events:auto}.warroom-pin-halo{animation:endturn-pulse 1.7s ease-in-out infinite;background:#ffd94d29;border:3px solid #ffd94df2;border-radius:50%;width:58px;height:58px;box-shadow:0 0 18px #ffd94d80}.warroom-pin.done .warroom-pin-halo{box-shadow:none;animation:none;background:#7fd08a26;border-color:#7fd08ae6}.warroom-side{display:flex;overflow-y:auto;text-align:left;flex-direction:column;flex:none;justify-content:center;align-self:stretch;gap:12px;width:min(400px,30vw)}.dossier-orders{align-items:stretch}.orders-page-text{display:flex;flex-direction:column}.orders-heading{width:27em;max-width:100%;margin:0 auto 1em}.orders-date{letter-spacing:2px;color:#3c3014;font-size:1.1em;font-weight:800}.orders-to{letter-spacing:1px;color:#4a3d22;margin-top:.3em;font-size:.92em;font-weight:700}.orders-points{display:flex;flex-direction:column;flex:1;justify-content:space-evenly;align-items: center;gap:.6em;min-height:0}.orders-point{display:flex;align-items: flex-start;gap:.8em;width:27em;max-width:100%}.orders-point-num{display:flex;color:#f2ecd9;background:#a03325;border-radius:50%;flex:none;justify-content:center;align-items: center;width:1.5em;height:1.5em;font-weight:800;box-shadow:0 2px 5px #00000059}.orders-point-body{max-width:26em;font-size:.9em;line-height:1.6}.orders-footer{width:27em;max-width:100%;margin:.8em auto .6em;font-size:.95em;font-weight:700}.orders-page-photos{display:flex;flex-direction:column}.orders-photo-stack{display:flex;flex-direction:column;flex:1;justify-content:space-evenly;min-height:0}.orders-photo{position:relative;background:#f7f4ea;border:1px solid #b8ab8b;flex:none;width:15.5em;padding:.35em .35em .15em;box-shadow:0 3px 9px #0000004d}.orders-photo-num{position:absolute;z-index:1;display:flex;color:#f2ecd9;background:#a03325;border-radius:50%;justify-content:center;align-items: center;width:1.5em;height:1.5em;font-weight:800;top:-.65em;left:-.65em;box-shadow:0 2px 5px #00000059}.orders-photo.lean-left{align-self: flex-start;margin-left:.8em}.orders-photo.lean-right{align-self: flex-end;margin-right:.8em}.orders-photo-img{filter:grayscale(.85)sepia(.35)contrast(1.15)brightness(.94);background-repeat:no-repeat;width:100%;height:6.8em}.orders-photo-caption{letter-spacing:1px;text-align:center;color:#4d4126;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-top:.25em;font-size:.55em;font-weight:700}.orders-sheet-title{letter-spacing:3px;font-size:1.2em;font-weight:800}.orders-sheet-sub{opacity:.75;letter-spacing:1.5px;border-bottom:2px solid #4a4232;margin:.2em 0 .9em;padding-bottom:.5em;font-size:.9em}.orders-sheet-btn{align-self: flex-end;padding:.6em 1.3em;font-size:1em}.wartable-dom.orders-open .wartable-side{opacity:0;pointer-events:none;transition:opacity .4s}.warroom-orders-stamp{position:absolute;color:#a03325;letter-spacing:3px;opacity:.8;pointer-events:none;border:4px solid #a03325;border-radius:4px;padding:.1em .5em;font-size:1.5em;font-weight:800;top:.9em;right:1em;transform:rotate(-7deg)}.wartable-dom{position:fixed;z-index:90;pointer-events:none;transition:opacity .5s;inset:0}.wartable-dom.launching{opacity:0}.wartable-back{position:absolute;pointer-events:auto;color:#c9d1de;background:#232833;border-color:#39404e;padding:10px 16px;font-weight:700;top:16px;left:16px}.wartable-back:hover{background:#2e3542}.wartable-side{position:absolute;pointer-events:auto;width:min(24vw,480px);max-height:86vh;font-size:calc(min(24vw,480px)/27.7778);top:50%;right:18px;transform:translateY(-50%)}.dossier-spread{position:absolute;z-index:5;pointer-events:auto;color:#2b2417;background:#c9b581;border:2px solid #7a6a45;border-radius:4px 8px 8px 4px;width:69em;padding:1.1em 1em 1em;transition:transform .45s cubic-bezier(.2,.8,.3,1);font-family:Courier New,ui-monospace,monospace;font-size:min(1.36vw,1.9vh,21px);top:50%;left:2vw;transform:translate(-130%,-50%)rotate(-4deg);box-shadow:0 16px 44px #0009}.dossier-spread.in{transform:translateY(-50%)rotate(-1.2deg)}.dossier-tabs{position:absolute;display:flex;gap:.35em;top:calc(2px - 1.7em);left:1.6em}.dossier-tab-btn{color:#52431f;font:inherit;letter-spacing:2px;white-space:nowrap;cursor:pointer;background:#a8916a;border:2px solid #7a6a45;border-bottom:none;border-radius:6px 6px 0 0;padding:.3em 1.1em .4em;font-size:.85em;font-weight:800}.dossier-tab-btn:hover{background:#b7a077}.dossier-tab-btn.active{color:#3c3014;background:#c9b581;padding-bottom:calc(.4em + 2px)}.dossier-views{position:relative;height:39.5em}.dossier-view{display:none;height:100%}.dossier-view.active{display:flex}.dossier-squad{align-items:stretch}.dossier-memorial{justify-content:center}.dossier-memorial .dossier-page{flex:0 42em}.dossier-page{position:relative;overflow:visible;background:#efe6cd;border:1px solid #a8946a;flex:1 1 0;min-width:0;padding:.9em .9em .8em}.dossier-manifest{background:#ece1c2;border-radius:3px 0 0 3px}.dossier-pool{border-radius:0 3px 3px 0}.dossier-fold{background:linear-gradient(90deg,#00000038,#0000000d 45%,#00000047);flex:0 0 .5em}.dossier-page-title{letter-spacing:2.5px;border-bottom:2px solid #4a4232;padding-bottom:.25em;font-size:1.1em;font-weight:800}.dossier-page-sub{opacity:.75;margin:.35em 0 1.4em;font-size:.78em}.manifest-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5em .7em}.manifest-slot{position:relative;border:2px dashed #a8946a;border-radius:3px;min-height:5.7em}.manifest-slot.filled{border-color:#0000}.manifest-slot-ghost{position:absolute;display:flex;letter-spacing:3px;color:#a8946a;pointer-events:none;justify-content:center;align-items: center;font-size:.85em;font-weight:800;inset:0}.manifest-slot.filled .manifest-slot-ghost{opacity:0}.dossier-foot{display:flex;align-items: center;gap:.8em;margin-top:1.1em}.dossier-counter{letter-spacing:1.5px;color:#6b5c39;font-size:.82em;font-weight:800}.dossier-counter.full{color:#2e6b33}.dossier-action{font:inherit;letter-spacing:2.5px;text-transform:uppercase;color:#2e4e78;cursor:pointer;background:#dbe5f1;border:3px solid #2e4e78;border-radius:3px;padding:.5em 1.2em;transition:background .12s,color .12s,transform .12s;font-weight:800;transform:rotate(-1.2deg);box-shadow:0 2px 6px #00000040}.dossier-action:hover:not(:disabled){color:#edf3fa;background:#2e4e78;transform:rotate(-1.2deg)scale(1.04)}.dossier-action:disabled{color:#a8946a;box-shadow:none;cursor:not-allowed;background:#f5edd8;border-color:#a8946a}.dossier-action.armed{color:#edf3fa;background:#2e4e78}.dossier-begin{margin-left:auto;padding:.55em 1.3em;font-size:1.15em}.pool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5em .7em}.pool-cell{position:relative;border:2px dashed #0000;border-radius:3px;min-height:5.7em}.pool-cell:not(:has(.dossier-card)){border-color:#d6c8a4}.dossier-card{position:absolute;display:flex;text-align:left;color:inherit;font:inherit;cursor:pointer;background:#f5edd8;border:2px solid #8b7a52;border-radius:3px;align-items: flex-start;gap:.6em;padding:.5em .55em .45em;transition:transform 80ms,box-shadow 80ms;inset:-2px;box-shadow:0 2px 6px #0000002e}.dossier-card:hover{transform:translateY(-2px);box-shadow:0 5px 14px #0000004d}.dossier-card.flying{z-index:40;pointer-events:none;box-shadow:0 10px 24px #0006}.dossier-classtab{position:absolute;display:flex;color:#f2ecd9;letter-spacing:1.5px;white-space:nowrap;pointer-events:none;border:1px solid #00000059;border-bottom:none;border-radius:4px 4px 0 0;align-items: center;gap:.3em;padding:.1em .5em .15em;font-size:.68em;font-weight:800;top:-1.15em;left:.55em}.dossier-glyph{width:1.25em;height:1.25em}.dossier-face{filter:saturate(.65)contrast(1.05)sepia(.15);background-color:#9aa0a8;background-repeat:no-repeat;border:2px solid #6b5c39;border-radius:2px;flex:none;width:4em;height:4.5em}.dossier-info{min-width:0}.dossier-name{letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800}.dossier-nick{color:#7a5230;margin-top:.1em;font-size:.88em;font-weight:700}.dossier-rank{letter-spacing:1px;color:#4a3d22;margin-top:.2em;font-size:.85em;font-weight:800}.dossier-clip{position:absolute;pointer-events:none;background:0 0;border:.13em solid #9299a3;border-radius:.34em;width:.62em;height:1.55em;transition:transform .16s,opacity .16s;top:-.55em;right:1.1em;transform:rotate(8deg);box-shadow:inset 0 0 .12em #00000040}.dossier-clip:after{content:"";position:absolute;border:.11em solid #aab1bb;border-bottom:none;border-radius:.24em .24em 0 0;inset:.14em .1em .35em}.dossier-clip.off{opacity:0;transform:translateY(-.9em)rotate(-24deg)}.dossier-remarks{background:#f5edd8;border:1px solid #a8946a;border-radius:2px;margin-top:1.1em;padding:.5em .7em .55em}.dossier-remarks-title{letter-spacing:2px;color:#6b5c39;border-bottom:1px dashed #a8946a;margin-bottom:.45em;padding-bottom:.3em;font-size:.68em;font-weight:800}.dossier-remarks-body{min-height:2.9em;font-size:.85em;line-height:1.45}.dossier-stamp{position:absolute;color:#a03325;letter-spacing:2px;opacity:0;pointer-events:none;border:3px solid #a03325;border-radius:3px;padding:0 .35em .05em;transition:opacity .12s,transform .12s;font-size:.72em;font-weight:800;bottom:.3em;right:.4em;transform:rotate(-8deg)scale(1.5)}.dossier-card.assigned .dossier-stamp{opacity:.9;transform:rotate(-8deg)scale(1)}.dossier-card.kia{cursor:default;background:#e6ddc3}.dossier-card.kia:hover{transform:none;box-shadow:0 2px 6px #0000002e}.dossier-card.kia .dossier-face{filter:grayscale(1)contrast(1.05)brightness(.82)}.dossier-card.kia .dossier-classtab{filter:grayscale(.7);opacity:.75}.dossier-card.kia .dossier-info{opacity:.65}.dossier-kia{position:absolute;display:flex;pointer-events:none;flex-direction:column;justify-content:center;align-items: center;gap:.15em;inset:0;transform:rotate(-12deg)}.dossier-kia-mark{color:#7a1f1f;letter-spacing:4px;opacity:.85;background:#e6ddc359;border:.14em double #7a1f1f;border-radius:3px;padding:0 .4em .05em;font-size:1.7em;font-weight:800}.dossier-kia-sub{color:#7a1f1f;letter-spacing:1.5px;opacity:.85;white-space:nowrap;font-size:.62em;font-weight:700}.dossier-close{position:absolute;color:#4d3f24;font:inherit;letter-spacing:2px;cursor:pointer;background:#b9a271;border:2px solid #7a6a45;border-top:none;border-radius:0 0 6px 6px;padding:.25em 1em .3em;font-size:.8em;font-weight:800;bottom:-1.6em;left:2em}.dossier-close:hover{background:#c8b485}.wartable-flash{position:fixed;z-index:500;opacity:0;pointer-events:none;background:#000;transition:opacity .3s;inset:0}.wartable-flash.on{opacity:1}.warroom-aar{position:relative;text-align:left;color:#2b2417;background:#efe6cd;border:2px solid #4a4232;border-radius:4px;width:100%;margin-bottom:12px;padding:14px 18px;font-family:Courier New,ui-monospace,monospace}.warroom-aar-title{letter-spacing:2px;margin-bottom:8px;font-weight:800}.warroom-aar-line{font-size:.95em;line-height:1.5}.warroom-aar-losses{color:#a03325;font-weight:700}.warroom-aar-stamp{position:absolute;color:#a03325;letter-spacing:2px;opacity:.8;border:3px solid #a03325;border-radius:4px;padding:2px 10px;font-weight:800;top:12px;right:16px;transform:rotate(6deg)}.campaign-debug{position:fixed;z-index:300;display:flex;pointer-events:auto;flex-direction:column-reverse;gap:8px;bottom:14px;left:14px}.campaign-debug-toggle{background:#232833;border-color:#39404e;width:44px;height:44px;padding:0;font-size:20px}.campaign-debug-panel{display:flex;background:#12161cf2;border:1px solid #39404e;border-radius:10px;flex-direction:column;gap:6px;padding:10px}.campaign-debug-btn{text-align:left;white-space:nowrap;font-size:13px}
