:root{--bg: #0d1013;--surface: #161a1e;--surface-2: #1d2328;--line: #30383f;--text: #f2f1ec;--muted: #99a3ab;--mrx: #d64b54;--detective: #48b8d6;--taxi: #e5bf46;--bus: #4ca86b;--underground: #db604d;--water: #8b70d2;--river: #3478ad;--focus: #72c9ee;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{overflow:hidden;background:var(--bg);color:var(--text)}button,input{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-rows:64px minmax(0,1fr);height:100vh;min-height:600px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 14px;border-bottom:1px solid var(--line);background:#111519}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid #43505a;border-radius:8px;background:var(--surface-2);font-weight:850}.brand h1,.brand p,.panel h2{margin:0}.brand h1{font-size:18px;line-height:1.05}.brand p{margin-top:4px;color:var(--muted);font-size:12px}.top-actions{display:flex;align-items:center;gap:7px}.icon-button{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:var(--surface-2);color:var(--text);font-weight:800}.icon-button:not(.reset-button,.panel-toggle){padding:0;font-size:19px}.icon-button:hover,.icon-button:focus-visible,.search-row button:hover,.search-row button:focus-visible{border-color:var(--focus);outline:none}.workspace{display:grid;grid-template-columns:250px minmax(0,1fr) 275px;min-height:0}.workspace.left-collapsed{grid-template-columns:minmax(0,1fr) 275px}.panel{display:flex;flex-direction:column;min-width:0;padding:12px;overflow:auto;background:var(--surface);scrollbar-width:thin;scrollbar-color:#47515a transparent}.left-panel{border-right:1px solid var(--line)}.right-panel{border-left:1px solid var(--line)}.panel-section{padding:0 0 13px;margin:0 0 13px;border-bottom:1px solid var(--line)}.panel-section:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.panel h2{margin-bottom:8px;color:#d4d9dc;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.mode-button,.primary-action,.player-row,.move-row{border:1px solid var(--line);border-radius:7px;background:#12171b;color:var(--text)}.mode-button{min-height:38px;padding:7px;color:var(--muted);font-size:12px;font-weight:750}.side-grid .mode-button{min-height:45px;line-height:1.25}.mode-button.active{border-color:#5ba9cc;background:#18242b;color:var(--text)}.primary-action{width:100%;min-height:40px;margin:8px 0;background:#e3e6e7;color:#0c1013;font-weight:850}.primary-action:disabled,.move-row:disabled,.player-row:disabled{cursor:default;opacity:.5}.difficulty-note,.game-hint{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.game-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:9px}.game-status-grid div{min-width:0;padding:7px;border:1px solid var(--line);border-radius:6px;background:#111519}.game-status-grid span{display:block;color:var(--muted);font-size:10px}.game-status-grid strong{display:block;margin-top:3px;overflow:hidden;font-size:14px;text-overflow:ellipsis}.game-status-grid .reveal-card{grid-column:1 / -1}.game-status-grid .reveal-card strong{margin-top:0;font-size:12px}.player-list,.move-list,.ticket-panel{display:grid;gap:7px}.player-row,.move-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:36px;padding:6px 8px;text-align:left}.player-row.is-inspect-only{cursor:help}.player-row.active,.move-row:hover,.move-row:focus-visible,.player-row:hover,.player-row:focus-visible{border-color:var(--focus);outline:none}.player-row.human{background:#132027}.player-row.ai{background:#1d171a}.player-row strong,.move-row strong{display:inline-block;max-width:100%;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.player-row span,.move-row span{color:var(--muted);font-size:11px}.player-chip{display:inline-grid;place-items:center;min-width:28px;height:22px;padding:0 6px;border-radius:999px;background:#242a2f;color:var(--text)!important;font-size:10px!important;font-weight:850}.player-chip.mrx{background:var(--mrx)}.player-chip.detective{background:var(--detective);color:#061116!important}.ticket-filters{display:grid;gap:7px}.compact-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.ticket-toggle{display:flex;align-items:center;gap:6px;min-width:0;min-height:34px;padding:6px 7px;border:1px solid var(--line);border-radius:6px;background:#12171b;color:var(--text);font-size:11px}.ticket-toggle input{width:14px;height:14px;margin:0;accent-color:var(--focus)}.ticket-toggle:before{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:currentColor;content:""}.ticket-toggle.taxi,.ticket-count.taxi{color:var(--taxi)}.ticket-toggle.bus,.ticket-count.bus{color:var(--bus)}.ticket-toggle.underground,.ticket-count.underground{color:var(--underground)}.ticket-toggle.water,.ticket-count.water{color:var(--water)}.ticket-toggle span{min-width:0;overflow:hidden;color:var(--text);text-overflow:ellipsis}.insight-toggle{display:flex;align-items:center;gap:7px;margin-top:9px;color:var(--muted);font-size:11px;font-weight:700}.insight-toggle input{accent-color:var(--focus)}.belief-control{display:grid;gap:7px;padding:8px;margin-top:9px;border:1px solid rgba(143,112,223,.34);border-radius:7px;background:#8f70df0f}.belief-control .insight-toggle{margin-top:0;color:var(--text)}.belief-explanation{display:grid;grid-template-columns:10px minmax(0,1fr);gap:7px;align-items:start;margin:0;color:var(--muted);font-size:10px;line-height:1.35}.belief-explanation>span{width:10px;height:10px;margin-top:2px;border:1px solid rgba(184,163,237,.5);border-radius:50%;background:#8f70df40}.search-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:7px}.search-row input,.search-row button{height:36px;border:1px solid var(--line);border-radius:6px;background:#101519;color:var(--text)}.search-row input{min-width:0;padding:0 9px}.search-row button{background:var(--surface-2);font-weight:750}.board-stage{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;overflow:hidden;overscroll-behavior:contain;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),#0b0e11;background-size:42px 42px}#boardSvg{display:block;width:100%;height:100%;min-height:0;cursor:grab;touch-action:none;overscroll-behavior:contain;user-select:none;-webkit-user-select:none}#boardSvg:active{cursor:grabbing}.loading-overlay{position:absolute;z-index:8;inset:0;display:flex;align-items:center;justify-content:center;background:#080b0dc7}.loading-overlay{color:var(--muted);font-size:13px}.inference-spinner{width:18px;height:18px;flex:0 0 auto;border:2px solid rgba(114,201,238,.2);border-top-color:var(--focus);border-radius:50%;animation:inference-spin .8s linear infinite}.thinking-status{display:flex;align-items:center;gap:9px;padding:9px;margin-bottom:13px;border:1px solid rgba(114,201,238,.42);border-radius:7px;background:#111b21}.thinking-status>span:last-child{display:grid;gap:2px;min-width:0}.thinking-status strong{font-size:12px}.thinking-status small{color:var(--muted);font-size:10px;line-height:1.3}@keyframes inference-spin{to{transform:rotate(360deg)}}.board-hud{position:absolute;z-index:4;top:11px;left:11px;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.board-hud span{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border:1px solid rgba(114,201,238,.35);border-radius:999px;background:#111519e6;font-size:11px;font-weight:800}.board-ticket-card{position:absolute;z-index:9;top:11px;right:11px;display:grid;gap:9px;width:min(255px,calc(100% - 22px));padding:10px;border:1px solid #59656e;border-radius:9px;background:#0c1115f7;box-shadow:0 12px 28px #00000075;pointer-events:none}.board-ticket-card.mrx,.board-ticket-card.last-known{border-color:#d64b54b8}.board-ticket-card.detective{border-color:#48b8d6b8}.board-ticket-card header{display:flex;align-items:center;gap:9px}.board-ticket-card header>span:last-child{display:grid;gap:1px;min-width:0}.board-ticket-card header strong{font-size:13px}.board-ticket-card header small{color:var(--muted);font-size:10px}.ticket-piece{display:grid;place-items:center;min-width:30px;height:30px;padding:0 5px;border-radius:50%;background:var(--mrx);color:#fff;font-size:11px;font-weight:900}.ticket-piece.detective{background:var(--detective);color:#061116}.outcome-banner{position:absolute;z-index:7;top:50px;left:50%;display:flex;align-items:center;gap:16px;min-width:min(420px,calc(100% - 32px));padding:11px 12px;border:1px solid;border-radius:9px;background:#0e1215f2;box-shadow:0 12px 32px #0000006b;transform:translate(-50%)}.outcome-banner.won{border-color:#4ca86b}.outcome-banner.lost{border-color:var(--mrx)}.outcome-banner>div{display:grid;gap:2px;min-width:0}.outcome-banner strong{font-size:19px}.outcome-banner.lost strong{color:#ff727a}.outcome-banner.won strong{color:#6fd18d}.outcome-banner span{color:var(--muted);font-size:11px}.outcome-banner button{min-height:32px;padding:0 10px;margin-left:auto;border:1px solid #59656e;border-radius:6px;background:var(--text);color:#0b1013;font-size:11px;font-weight:800}.river-band,.river-core{fill:none;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.river-band{stroke:var(--river);stroke-width:27;opacity:.22}.river-core{stroke:#4d91c3;stroke-width:11;opacity:.42}.board-edge{fill:none;stroke-width:2.3;stroke-linecap:round;opacity:.48;transition:opacity .12s ease,stroke-width .12s ease}.board-edge.is-muted{opacity:.12}.board-edge.is-active{stroke-width:4.5;opacity:.95}.board-edge.taxi{stroke:var(--taxi)}.board-edge.bus{stroke:var(--bus);stroke-width:2.8}.board-edge.underground{stroke:var(--underground);stroke-width:3.4}.board-edge.water{stroke:var(--water);stroke-width:2.7;stroke-dasharray:7 6}.belief-layer{pointer-events:none}.belief-layer circle{fill:#8f70df;stroke:#b8a3ed;stroke-width:1;filter:drop-shadow(0 0 4px rgba(143,112,223,.2))}.legal-marker{fill:#72c9ee29;stroke:var(--focus);stroke-width:2.4;stroke-dasharray:5 4;pointer-events:none}.board-node{cursor:pointer}.node-hit{fill:transparent}.node-ring{fill:#20272c;stroke:#78838c;stroke-width:1.2;transition:fill .12s ease,stroke .12s ease,stroke-width .12s ease}.board-node.is-start .node-ring{stroke:#e7ebed;stroke-width:2.2}.board-node.is-river .node-ring{fill:#193348;stroke:#5793bc;stroke-width:2}.board-node.is-hovered .node-ring,.board-node.is-selected .node-ring,.board-node.is-legal .node-ring{fill:#eaf8ff;stroke:var(--focus);stroke-width:3}.board-node.has-piece .node-ring{stroke-width:2.7}.board-node.has-detective .node-ring{stroke:var(--detective)}.board-node.has-mrx .node-ring{stroke:var(--mrx)}.node-label{fill:#edf3f7;font-size:11.2px;font-weight:800;text-anchor:middle;dominant-baseline:middle;pointer-events:none}.board-node.is-hovered .node-label,.board-node.is-selected .node-label,.board-node.is-legal .node-label{fill:#091015}.piece-token{cursor:help;pointer-events:visiblePainted}.piece-token:focus{outline:none}.piece-token:focus circle{stroke:var(--focus);stroke-width:4}.piece-token circle{stroke:#0d1012;stroke-width:3}.piece-token text{fill:#061015;font-size:14px;font-weight:900;text-anchor:middle;dominant-baseline:middle}.piece-token.detective circle{fill:var(--detective)}.piece-token.mrx circle{fill:var(--mrx)}.piece-token.mrx text{fill:#fff7f7}.piece-token.last-known circle{fill:transparent;stroke:var(--mrx);stroke-dasharray:4 3}.piece-token.last-known text{fill:var(--mrx)}.value-network-bar{z-index:5;display:grid;grid-template-columns:auto repeat(2,minmax(0,1fr));align-items:center;min-height:58px;padding:7px 12px;border-top:1px solid var(--line);background:#111519}.value-network-title{padding-right:13px;color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.value-network-bar>div{display:grid;grid-template-columns:auto auto;align-items:baseline;justify-content:space-between;min-width:0;padding:0 12px;border-left:1px solid var(--line)}.value-network-bar div>span{color:var(--muted);font-size:11px;font-weight:750}.value-network-bar strong{font-size:16px}.value-network-bar small{grid-column:1 / -1;margin-top:2px;overflow:hidden;color:#77828a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.node-headline{display:flex;align-items:center;gap:9px}.node-headline strong{font-size:38px;line-height:1}.node-headline span{padding:4px 7px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:11px}.piece-guide p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.piece-guide strong:first-child{color:var(--detective)}.piece-guide strong:last-child{color:var(--mrx)}.ticket-card{min-width:0;padding:8px;border:1px solid var(--line);border-radius:6px;background:#12171b}.ticket-card header{margin-bottom:6px;font-size:12px}.ticket-counts{display:flex;flex-wrap:wrap;gap:5px}.ticket-count{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:2px 6px;border:1px solid var(--line);border-radius:999px;font-size:10px}.ticket-count:before{width:7px;height:7px;border-radius:50%;background:currentColor;content:""}.empty-state{padding:9px;border:1px solid var(--line);border-radius:6px;background:#12171b;color:var(--muted);font-size:12px;line-height:1.35}@media(max-width:1160px){.workspace{grid-template-columns:225px minmax(0,1fr) 245px}.workspace.left-collapsed{grid-template-columns:minmax(0,1fr) 245px}.value-network-title{display:none}.value-network-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.value-network-bar>div:first-of-type{border-left:0}}@media(max-width:900px){body{overflow:auto}.app-shell{height:auto;min-height:100vh}.workspace,.workspace.left-collapsed{grid-template-columns:1fr}.board-stage{height:68vh;min-height:460px;order:-1}.left-panel,.right-panel{border:0;border-top:1px solid var(--line)}.left-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.left-panel .panel-section{margin:0;border-bottom:0}}@media(max-width:640px){.app-shell{grid-template-rows:auto minmax(0,1fr)}.topbar{align-items:flex-start;flex-direction:column}.top-actions{width:100%}.reset-button,.panel-toggle{flex:1}.left-panel{grid-template-columns:1fr}.board-stage{height:62vh;min-height:390px}.value-network-bar{min-height:52px;padding-inline:7px}.value-network-bar>div{padding-inline:7px}.value-network-bar small{display:none}.outcome-banner{align-items:stretch;flex-direction:column;gap:8px}.outcome-banner button{width:100%;margin-left:0}}
