@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
[hidden]{display:none!important}.positive{color:#c4fa70}.negative{color:#ffaca0}.plan-panel .plan-modes{margin:0 0 16px;width:100%;display:flex}.plan-modes button{flex:1;min-height:36px}#tradeTicket label{display:block;font-size:12px;color:var(--muted);margin-bottom:7px}#companySelect{width:100%;background:#17232f;color:var(--text);border:1px solid #546779;border-radius:6px;font:14px var(--font);padding:10px;min-height:44px}#companySelect:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.quote-line{display:flex;align-items:center;justify-content:space-between;margin:14px 0 5px}.quote-line strong{font-size:27px;font-weight:500;font-variant-numeric:tabular-nums}.quote-line>span{font-size:12px}#positionText{font-size:12px;line-height:1.7;color:var(--muted)}.trade-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 9px}.trade-actions .secondary{white-space:normal;font-size:12px;padding:9px 7px}.trade-actions button:first-child{border-color:#6d8b4f;color:var(--accent)}.exchange{margin-top:24px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}.exchange-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px}.exchange-heading p{font-size:13px;color:var(--muted);margin-top:5px}.portfolio-summary{display:flex;gap:28px}.portfolio-summary>span{display:grid;gap:4px;font-size:12px;color:var(--muted)}.portfolio-summary b{font-size:19px;font-weight:500;color:var(--text)}.portfolio-summary b.positive{color:var(--accent)}.portfolio-summary b.negative{color:var(--error)}.stock-table{width:100%;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}.stock-table th{font-weight:400;color:var(--muted);font-size:12px;text-align:right;padding:11px 22px;background:#0c131b}.stock-table th:first-child,.stock-table td:first-child{text-align:left}.stock-table td{text-align:right;border-top:1px solid var(--line);padding:7px 22px}.stock-table .selected-stock{background:#c4fa7006}.stock-select{border:0;background:none;text-align:left;display:block;padding:5px 0;min-height:44px;font-size:14px;font-weight:500;color:var(--text)}.stock-select span{display:block;font-size:12px;color:var(--muted);font-weight:400;margin-top:3px}.stock-select:hover{color:var(--accent)}.exchange-rule{padding:15px 22px;border-top:1px solid var(--line);font-size:12px;line-height:1.8;color:var(--muted)}.market-rules{padding-top:24px;max-width:80ch}.market-rules h3{font-size:16px}.market-rules p{font-size:14px;line-height:1.8;color:var(--muted);margin-top:10px}@media(max-width:780px){.exchange-heading{display:block;padding:16px}.portfolio-summary{margin-top:16px;justify-content:space-between;gap:10px}.portfolio-summary b{font-size:17px}.stock-table{font-size:12px}.stock-table th{font-size:10px}.stock-table th,.stock-table td{padding:8px}.stock-select{font-size:12px}.stock-select span{font-size:10px;max-width:105px}.exchange-rule{padding:12px 15px}.stock-table th:nth-child(5),.stock-table td:nth-child(5){display:none}.trade-actions .secondary{font-size:14px;min-height:46px}}
:root{color-scheme:dark;--bg:#0b1015;--surface:#111820;--raised:#1a2430;--line:#2d3945;--text:#edf2f5;--muted:#a2aebc;--accent:#c4fa70;--error:#ffaca0;--font:'Space Grotesk',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-padding-top:20px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 var(--font)}::selection{background:var(--accent);color:var(--bg)}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{font:inherit;cursor:pointer;color:inherit;transition:background .18s,color .18s,border-color .18s}button:disabled{cursor:not-allowed;opacity:.45}button:not(:disabled):active{transform:translateY(1px)}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button,summary{-webkit-user-select:none;user-select:none}h1,h2,h3,p{margin:0}h1{font-size:1.5rem;line-height:1.3;letter-spacing:-.03em}h2{font-size:1.125rem;font-weight:600;letter-spacing:-.02em}h3{font-size:.875rem;font-weight:500}a{color:inherit}.skip-link{position:fixed;top:-80px;left:16px;background:var(--accent);color:var(--bg);padding:12px;z-index:50}.skip-link:focus{top:10px}.site-header{height:68px;padding:0 36px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-size:22px;font-weight:700;letter-spacing:2px}.brand svg{width:30px;height:30px;fill:none;stroke:var(--accent);stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.arena-label{border-left:1px solid var(--line);padding-left:28px;font-size:14px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:24px;margin-left:auto}.practice{font-size:12px;color:var(--muted)}.quiet{border:0;background:none;color:var(--muted);font-size:14px;min-height:40px;padding:6px}.quiet:hover{color:var(--text)}main{max-width:1370px;margin:auto;padding:24px 36px}.match-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.match-heading p{color:var(--muted);font-size:14px;margin-top:5px}.secondary{border:1px solid #52616d;background:transparent;border-radius:7px;padding:10px 15px;font-size:14px;min-height:44px;white-space:nowrap}.secondary:hover{background:var(--raised)}.scoreboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:12px;margin-bottom:20px;background:var(--surface);overflow:hidden}.player{display:flex;align-items:center;gap:12px;padding:14px 20px;border-right:1px solid var(--line);position:relative}.player:last-child{border:0}.player-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:8px;color:var(--pc);background:color-mix(in srgb,var(--pc) 12%,var(--surface));font-size:15px;font-weight:700;border:1px solid color-mix(in srgb,var(--pc) 50%,var(--surface))}.player-info{min-width:0;flex:1}.player-name{font-size:14px;font-weight:500}.player-detail{font-size:12px;color:var(--muted);white-space:nowrap}.player-score{font-size:26px;line-height:1;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.player-score small{display:block;color:var(--muted);font-size:10px;letter-spacing:.04em;margin-top:5px;text-align:right}.arena-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}.battlefield{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 22px}.board-toolbar>div:first-child{display:flex;align-items:baseline;gap:14px}.board-toolbar h2{font-size:16px}.board-toolbar #filled{font-size:12px;color:var(--muted);white-space:nowrap;font-variant-numeric:tabular-nums}.view-switch{display:flex;background:#0c1219;border:1px solid var(--line);padding:3px;border-radius:7px;flex-shrink:0}.view-switch button{border:0;background:transparent;font-size:12px;color:var(--muted);padding:6px 11px;border-radius:4px;min-height:32px}.view-switch button[aria-pressed=true]{background:#2a3742;color:#fff}.priority-line{padding:9px 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.priority-line ol{list-style:none;padding:0;margin:0;display:flex;gap:12px}.priority-line li{display:flex;align-items:center;gap:4px;color:var(--pc)}.priority-line li span{font-size:10px;color:var(--muted)}.priority-help{margin-left:auto}.board-stage{padding:9px 12px 0;background:#101820}#board{display:block;width:100%;max-height:580px;margin:auto;touch-action:manipulation;outline:none}.node{cursor:pointer;outline:none}.node .node-main{transition:fill .16s,stroke .16s}.node:hover .node-main,.node:focus-visible .node-main{stroke:#fff;stroke-width:3}.node text{pointer-events:none;font-family:var(--font)}.node-hit{fill:transparent;pointer-events:all}.node:focus-visible .focus-ring{stroke:#fff;stroke-width:2}.node.resolved .node-main{animation:restored .6s ease-out}@keyframes restored{from{stroke-width:6;fill:#fff4}to{stroke-width:1.5}}.board-legend{display:flex;align-items:center;justify-content:center;gap:19px;font-size:12px;color:var(--muted);padding:0 20px 9px}.board-legend>span{display:flex;align-items:center;gap:7px}.board-legend i{width:8px;height:8px;display:inline-block}.legend-fixed{background:#9babbc;transform:rotate(45deg);width:5px!important;height:5px!important}.legend-queued{border:1px dashed var(--accent);border-radius:50%;width:12px!important;height:12px!important}.legend-core{border:1px solid var(--accent);border-radius:2px}.board-legend button{font-size:12px;margin-left:auto}.sector-inspector{padding:15px 22px 18px;border-top:1px solid var(--line)}.sector-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.sector-heading h3{font-size:14px}.sector-heading>span{font-size:12px;color:var(--muted)}#sectorCounts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:12px 0}.sector-count{font-size:12px;color:var(--muted)}.sector-count b{float:right;color:var(--text);font-weight:500}.sector-meter{height:3px;background:#2c3945;margin-top:7px}.sector-meter i{display:block;height:100%;background:var(--pc)}#sectorNote{font-size:12px;color:var(--muted);line-height:1.6}.command-column{display:grid;gap:20px}.plan-panel{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:21px}.turn-status{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px;font-size:14px}.turn-status strong{font-size:20px;margin-left:6px;font-weight:500;font-variant-numeric:tabular-nums}.round-total{color:var(--muted)}#phase{color:var(--accent);font-size:12px;background:#25301e;padding:4px 8px;border-radius:4px}.plan-heading{display:flex;align-items:center;justify-content:space-between;margin:19px 0 12px}#energy{font-size:12px;color:var(--muted)}.picker-heading{display:flex;align-items:center;justify-content:space-between;min-height:30px;gap:8px}#selectionText{font-size:14px;color:#ced7e2}#cancelSelection{font-size:12px;display:none;padding:2px;min-height:30px}.has-selection #cancelSelection{display:block}.palette{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:5px;margin:10px 0}.color-button{height:39px;padding:0;border-radius:5px;border:1px solid var(--c);background:color-mix(in srgb,var(--c) 12%,var(--surface));color:var(--c);font-size:14px}.color-button:disabled{opacity:.3}.color-button:not(:disabled):hover{background:var(--c);color:var(--bg)}.picker-note{font-size:12px;color:var(--muted);line-height:1.6}.queue-heading{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.queue-heading h3{font-size:14px}.queue-heading h3 span{font-size:12px;color:var(--muted);margin-left:8px}.queue-heading button{font-size:12px}.queue-slot{display:flex;align-items:center;gap:10px;min-height:43px;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.queue-slot.empty{color:var(--muted)}.queue-num{font-size:12px;color:var(--muted);width:15px}.queue-coordinate{flex:1}.queue-value{width:23px;height:23px;border-radius:4px;display:grid;place-items:center;color:#0b1015;background:var(--c);font-weight:600}.queue-points{font-size:12px;color:var(--accent);min-width:36px;text-align:right}#notice{font-size:13px;color:#bbceaa;line-height:1.7;min-height:74px;padding:15px 0}#notice.error{color:var(--error)}.primary{border:0;border-radius:7px;background:var(--accent);color:#15200a;min-height:46px;padding:12px 16px;font-size:14px;font-weight:600;width:100%}.primary:not(:disabled):hover{background:#d5ffa1}.hint-button{width:100%;border:0;background:transparent;color:var(--muted);font-size:13px;min-height:42px;margin-top:4px}.hint-button:hover{color:var(--text)}.shortcut-note{text-align:center;font-size:11px;color:var(--muted);margin-top:8px;display:flex;justify-content:center;align-items:center;gap:4px}kbd{font-family:inherit;background:#1c2732;border:1px solid #43505d;border-radius:3px;font-size:10px;padding:0 3px}.shortcut-note span{margin:0 3px}.activity-panel{padding:0 4px}.activity-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.activity-title h2{font-size:14px}.activity-title>span{font-size:12px;color:var(--muted)}.empty-log{font-size:13px;line-height:1.8;color:var(--muted)}.reveal-summary{font-size:13px;color:#c2cbd5;margin-bottom:9px}.reveal-event{padding:7px 0;border-bottom:1px solid #28333e;display:flex;align-items:center;gap:8px;font-size:12px}.event-player{color:var(--pc);min-width:48px}.event-coordinate{flex:1}.event-outcome{color:var(--muted)}.reveal-event.failed .event-outcome{color:var(--error)}.reveal-details{margin-top:10px;font-size:12px}.reveal-details summary{color:var(--muted);cursor:pointer;min-height:32px}.field-manual{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:24px;padding:16px 0}.field-manual>summary{cursor:pointer;font-size:14px;min-height:28px}.field-manual>summary span{font-size:12px;color:var(--muted);margin-left:14px}.rules-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:4px 0 20px;max-width:1150px}.rules-content h3{font-size:16px;margin:24px 0 8px}.rules-content p{font-size:14px;line-height:1.8;color:var(--muted);max-width:65ch}footer{display:flex;justify-content:space-between;gap:16px;padding:20px 0 8px;font-size:12px;color:var(--muted)}footer>span:first-child{font-weight:600;letter-spacing:1px}.version{font-weight:400;letter-spacing:0;margin-left:6px}dialog{max-width:480px;width:calc(100% - 32px);background:var(--surface);color:var(--text);border:1px solid #4c5f40;border-radius:14px;padding:28px}dialog::backdrop{background:#02070cbb}dialog h2{font-size:24px;line-height:1.4;margin-bottom:12px}dialog p{font-size:14px;line-height:1.8;color:var(--muted)}.dialog-actions{display:flex;gap:12px;margin-top:24px}.dialog-actions button{flex:1}#finalScores{margin:20px 0}.final-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}
@media(min-width:1500px){main{padding-top:30px}.arena-layout{grid-template-columns:minmax(0,1fr) 350px}#board{max-height:640px}.palette{gap:6px}.color-button{height:44px}}
@media(max-width:1050px){.site-header{padding:0 22px}main{padding:22px}.arena-layout{gap:16px;grid-template-columns:minmax(0,1fr) 310px}.player{padding:13px 15px;gap:9px}.player-icon{width:30px;height:30px}.player-detail{font-size:11px}.board-toolbar{padding:14px;align-items:flex-start}.board-toolbar>div:first-child{display:block}.board-toolbar #filled{display:block;margin-top:3px}.priority-line{padding:9px 14px;gap:8px}.priority-line ol{gap:8px}.priority-help{display:none}.plan-panel{padding:18px}.board-legend{gap:12px;padding:0 12px 5px}.board-legend>span{gap:5px;font-size:11px}.sector-inspector{padding:14px}.arena-label{display:none}}
@media(max-width:780px){.site-header{height:58px;padding:0 16px}.brand{font-size:20px}.header-actions{gap:14px}.practice{font-size:11px}main{padding:18px 14px}.match-heading{gap:12px;margin-bottom:17px}h1{font-size:20px}.match-heading p{font-size:12px;max-width:28ch}.secondary{padding:8px 12px;font-size:12px}.scoreboard{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.player{padding:12px 7px;gap:6px;flex-wrap:wrap}.player-icon{display:none}.player-info{flex:auto}.player-name{font-size:12px}.player-detail{font-size:10px;white-space:normal}.player-score{font-size:21px;margin-top:4px;width:100%}.player-score small{display:inline;font-size:9px;margin-left:4px}.arena-layout{grid-template-columns:1fr}.board-stage{padding:4px 4px 0}#board{max-height:570px}.board-toolbar{align-items:center}.board-toolbar h2{font-size:14px}.view-switch button{font-size:11px;padding:5px 8px}.priority-line{font-size:11px}.priority-line ol{margin-left:auto;gap:12px}.priority-line li span{font-size:9px}.board-legend{gap:10px;font-size:10px}.board-legend .quiet{font-size:11px}.sector-inspector{padding:12px 14px}.sector-heading h3{font-size:13px}#sectorCounts{gap:10px}.sector-count{font-size:11px}.command-column{gap:20px}.plan-panel{padding:18px}.palette{grid-template-columns:repeat(9,minmax(0,1fr));gap:7px}.color-button{height:44px}.activity-panel{padding:0 4px}.shortcut-note{display:none}.has-selection .frequency-picker{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));padding:14px 16px;background:#17222d;border:1px solid #738f54;border-radius:12px;z-index:20;box-shadow:0 8px 24px #0008}.has-selection{padding-bottom:175px}.has-selection .picker-note{display:none}.has-selection .picker-heading p{font-size:14px}.has-selection #cancelSelection{min-height:36px;padding:6px}.has-selection .palette{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.has-selection .color-button{height:44px}.has-selection .field-manual{scroll-margin-bottom:200px}.rules-content{grid-template-columns:1fr;gap:0}.field-manual>summary span{display:block;margin:5px 0 0 16px}footer{flex-direction:column;font-size:11px;gap:8px}.plan-heading{margin-top:16px}#notice{min-height:62px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

#pickerFeedback{font-size:12px;line-height:1.6;color:var(--accent)}#pickerFeedback:empty{display:none}#pickerFeedback.error{color:var(--error)}.header-actions .quiet{white-space:nowrap}@media(max-width:420px){.practice{display:none}.node>text:first-of-type{font-size:24px}.priority-line ol{gap:9px}}
.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:500;color:var(--muted)}
#lobby{max-width:1060px;margin:auto}.lobby-heading{padding:40px 0 24px}.lobby-heading h1{font-size:clamp(32px,4.2vw,56px);line-height:1.1;letter-spacing:-.04em;font-weight:500;margin:15px 0 18px}.lobby-heading>p{max-width:63ch;color:var(--muted);font-size:16px}.lobby-strap{display:flex;gap:24px;padding:16px 0 24px;font-size:12px;color:var(--muted)}.lobby-strap span+span:before{content:' / ';margin-right:24px;color:#61717f}.mode-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:18px}.mode-card{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:28px;text-align:left;display:flex;flex-direction:column;align-items:stretch;gap:22px;min-height:320px}.mode-card:hover{border-color:#8bab63;background:#162020}.mode-kicker{font-size:11px;letter-spacing:.08em;color:var(--muted);display:flex;justify-content:space-between;gap:12px}.mode-card>strong{font-size:32px;line-height:1.15;font-weight:500;letter-spacing:-.035em}.mode-card>span:not(.mode-kicker){color:var(--muted);font-size:14px;line-height:1.7;max-width:44ch}.mode-card>b{margin-top:auto;font-size:14px;display:flex;justify-content:space-between;font-weight:500;border-top:1px solid var(--line);padding-top:18px}.daily-card{border-color:#607c41;background:#182018}.daily-card>b,.daily-card .mode-kicker{color:var(--accent)}.friend-lobby{padding:28px 0;display:flex;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);align-items:center}.friend-lobby h2{font-size:23px;margin:8px 0}.friend-lobby p{font-size:13px;color:var(--muted)}.friend-controls{display:flex;align-items:flex-end;gap:14px;flex-shrink:0}#joinForm label{display:block;font-size:11px;color:var(--muted);margin-bottom:6px}#joinForm>div{display:flex;gap:8px}#roomCode{font:13px var(--font);width:170px;min-height:44px;border:1px solid #52616d;background:var(--surface);border-radius:7px;padding:10px;color:var(--text);text-transform:uppercase}#roomCode::placeholder{text-transform:none;color:#a2aebc}input:focus-visible{outline:2px solid var(--accent);outline-offset:3px}#lobbyNotice{font-size:13px;color:var(--muted);padding:17px 0;min-height:56px}#lobbyNotice.error{color:var(--error)}.record-section{margin-top:20px}.section-heading{display:flex;align-items:center;justify-content:space-between}.record-explainer{font-size:12px;color:var(--muted);max-width:75ch;margin:4px 0 18px}.career-stats{display:flex;gap:30px;align-items:baseline;padding:14px 0 20px;border-bottom:1px solid var(--line)}.career-stats span{font-size:12px;color:var(--muted)}.career-stats b{color:var(--text);font-size:24px;font-weight:500;margin-right:6px;font-variant-numeric:tabular-nums}.career-stats small{margin-left:auto;color:var(--muted);font-size:11px}.history-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);padding:16px 0;font-size:13px}.history-row:hover{background:#17212a}.history-row>span:last-child{text-align:right;color:var(--muted)}.history-row strong{font-weight:500}.history-row small{display:block;color:var(--muted);margin-top:4px;font-size:11px}.history-row b{display:block;font-weight:500;color:var(--accent);font-size:12px;margin-top:3px}.empty-history{padding:24px 0;color:var(--muted);font-size:14px}.lobby-footnote{padding:22px 0;color:var(--muted);font-size:12px}.session-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 0 15px;font-size:12px;color:var(--muted)}.session-bar>div{display:flex;gap:12px;align-items:center}.session-bar strong{font-size:12px;font-weight:400;color:var(--accent)}#inviteCode{font-family:monospace;letter-spacing:.06em;color:var(--text)}.coach{position:relative;border-left:2px solid var(--accent);background:#17221a;padding:13px 85px 13px 15px;margin-bottom:16px}.coach p{font-size:13px;color:#ccd7c3;margin-top:3px}.coach button{position:absolute;right:12px;top:12px;font-size:12px}.news-bar{border-top:1px solid var(--line);display:flex;gap:16px;padding:13px 0;margin-bottom:8px;align-items:baseline}.news-bar .eyebrow{white-space:nowrap;color:var(--accent)}.news-bar p{font-size:12px;color:var(--muted)}.seat-type{display:inline-block;font-size:8px;color:var(--muted);font-weight:400;margin-left:6px;letter-spacing:.04em}.missions{padding:0 2px}.missions>p{font-size:11px;color:var(--muted);margin:4px 0 16px}.objective{margin:14px 0}.objective>div{display:flex;justify-content:space-between;font-size:12px}.objective strong{font-weight:500}.objective span{color:var(--muted);font-variant-numeric:tabular-nums}.objective p{font-size:11px;color:var(--muted);margin:3px 0}.objective progress{width:100%;height:3px;display:block;margin-top:8px;border:0;background:#2d3945;accent-color:var(--accent)}progress::-webkit-progress-bar{background:#2d3945}progress::-webkit-progress-value{background:#c4fa70}.objective.achieved strong{color:var(--accent)}.sparkline{width:50px;height:20px;display:inline-block;vertical-align:middle;margin-left:8px}#shareResult{width:100%;margin-bottom:12px}
@media(max-width:1050px){.friend-lobby{align-items:flex-start;flex-direction:column}.friend-controls{width:100%;justify-content:space-between}}
@media(max-width:780px){.lobby-heading{padding:25px 0 12px}.lobby-heading h1{font-size:37px}.lobby-heading>p{font-size:14px;max-width:36ch}.lobby-strap{gap:12px;font-size:10px;padding:10px 0 22px}.lobby-strap span+span:before{margin-right:12px}.mode-grid{grid-template-columns:1fr;gap:12px}.mode-card{padding:21px;min-height:0;gap:15px}.mode-card>strong{font-size:29px}.mode-card>strong br{display:none}.mode-card>span:not(.mode-kicker){font-size:13px}.mode-card>b{padding-top:13px}.mode-kicker{font-size:10px}.friend-lobby{padding:24px 0;gap:20px}.friend-controls{align-items:stretch;flex-direction:column;gap:15px}#joinForm>div{width:100%}#roomCode{flex:1;width:0}#joinForm button{min-width:80px}.career-stats{gap:15px;flex-wrap:wrap}.career-stats small{width:100%;margin-left:0}.career-stats b{font-size:22px}.session-bar,.session-bar>div{align-items:flex-start;flex-direction:column;gap:5px}.session-bar #roomActions{flex-direction:row;align-items:center;gap:15px}.news-bar{display:block;padding:12px 0}.news-bar p{margin-top:5px}.coach{padding-right:70px}.coach p{font-size:12px}.coach button{right:5px;font-size:11px}.seat-type{display:block;font-size:8px;margin:2px 0}.missions{padding:4px}.sparkline{width:34px;display:block;margin:3px 0 0 auto}.history-row{font-size:12px}.lobby-heading h1 br{display:none}.match-heading h1{font-size:19px}.match-heading .secondary{white-space:normal;min-width:76px}.mode-card,.friend-controls button{min-height:44px}}


#mobileNav{display:none}@media(max-width:780px){#gameSurface{padding-bottom:64px}#mobileNav{position:fixed;display:flex;gap:8px;bottom:0;left:0;right:0;z-index:15;padding:9px 14px calc(9px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#0b1015f5}#mobileNav button{min-height:44px;flex:1;border:1px solid var(--line);border-radius:6px;background:#18222c;font-size:13px}#mobileNav button:last-child{background:#c4fa70;color:#111820;border-color:#c4fa70}.has-selection #mobileNav{display:none}}

.lobby-heading{padding-top:20px}.lobby-heading h1{font-size:clamp(30px,3.4vw,44px);margin-top:0}.first-round-entry{display:flex;gap:24px;align-items:center;margin:0 0 28px}.first-round-entry .primary{width:auto;min-width:240px;margin:0}.first-round-entry p{font-size:13px;color:var(--muted);max-width:45ch}.coach{border-left-width:1px;padding-right:85px}.coach h2{font-size:14px;margin-bottom:6px}.coach #coachAction{position:static;font-size:12px;margin-top:12px;color:var(--accent);min-height:44px}.data-note{font-size:12px;color:var(--muted);margin-top:20px}.data-note summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.data-note p{max-width:75ch;line-height:1.8;margin:10px 0}.data-note label{display:flex;gap:10px;align-items:center;min-height:44px}.data-note input{width:18px;height:18px;accent-color:var(--accent)}.playtest-feedback{border-top:1px solid var(--line);padding:26px 0 80px;margin:24px auto 0;max-width:1060px}.playtest-feedback h2{font-size:23px}.playtest-feedback p{font-size:13px;color:var(--muted);margin:10px 0 16px;max-width:65ch}.feedback-options{display:flex;flex-wrap:wrap;gap:10px}.feedback-options button[aria-pressed=true]{border:1px solid var(--accent);color:var(--accent);background:#1d2918}.feedback-options .quiet{min-height:44px;border:1px solid var(--line);border-radius:7px;padding:8px 12px}.playtest-feedback .primary{width:auto;min-width:220px;margin-top:6px}@media(max-width:780px){.first-round-entry{display:block;margin-bottom:24px}.first-round-entry .primary{width:100%}.first-round-entry p{font-size:12px;margin-top:10px}.lobby-heading h1{font-size:34px}.playtest-feedback h2{font-size:21px}.feedback-options .secondary{flex:1;padding:10px 8px}.playtest-feedback .primary{width:100%}}
.round-recap{border:1px solid #53654a;border-radius:12px;background:#141d18;margin:0 0 20px;scroll-margin-top:16px}.round-recap>summary{cursor:pointer;min-height:52px;padding:15px 20px;font-size:16px;font-weight:500;color:#def6c4}.recap-content{padding:0 20px 18px;max-width:1000px}#recapLead{font-size:14px;line-height:1.7;color:#d1ddc9;max-width:74ch;margin:0 0 16px}#recapLedger{margin:0 0 18px;max-width:720px;font-size:13px;font-variant-numeric:tabular-nums}#recapLedger>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #334034}#recapLedger dt{color:#bac8b5}#recapLedger dd{margin:0;flex-shrink:0;text-align:right}#recapLedger dd span{color:#bac8b5;font-size:12px;margin-left:8px}#recapLedger .ledger-total{font-weight:500;padding-top:12px}#blockedReview h3{font-size:15px;margin:18px 0 10px}.blocked-explanation{padding:10px 0;border-bottom:1px solid #334034}.blocked-explanation strong{font-size:13px;font-weight:500;color:#ffd1a8}.blocked-explanation p{font-size:13px;line-height:1.7;color:#bac8b5;max-width:75ch;margin:6px 0}.blocked-explanation .stock-offset{color:#d1ddc9}.price-explanation{font-size:13px;margin:10px 0}.price-explanation>summary{cursor:pointer;min-height:44px;padding:12px 0;color:#d1ddc9}.price-cause{padding:8px 0 12px;border-top:1px solid #334034}.price-cause h4{margin:5px 0;font-size:14px;font-weight:500}.price-cause h4 span{margin-left:14px;font-variant-numeric:tabular-nums;color:#d1ddc9}.price-cause p,#recapPrices>p{font-size:12px;line-height:1.8;color:#bac8b5;max-width:75ch;margin:5px 0}#recapAdvice{font-size:13px;line-height:1.7;color:#d1ddc9;max-width:75ch;margin:12px 0}.plan-priority{font-size:12px;line-height:1.7;color:#ccd7e1;border-top:1px solid var(--line);padding:12px 0;margin:10px 0}.queue-slot:has(.queue-first){display:grid;grid-template-columns:18px minmax(0,1fr) 24px 42px;row-gap:6px;height:auto;min-height:76px}.queue-first{grid-column:2/-1;justify-self:end;font-size:11px;border:1px solid #53654a;background:#1b271b;color:#d1e8bd;border-radius:5px;padding:5px 10px;min-height:36px}.queue-first:hover{background:#2a3824}.queue-first:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media(max-width:780px){.round-recap>summary{font-size:14px;padding:14px}.recap-content{padding:0 14px 16px}#recapLead{font-size:13px}#recapLedger>div{gap:12px}#recapLedger dt{max-width:57%}#recapLedger dd span{display:block;margin:3px 0 0}#recapNext{width:100%;font-size:13px}.queue-first{min-height:44px}.queue-slot:has(.queue-first){min-height:84px}}

