:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#eaf2ff;background:#07111f;font-synthesis:none;cursor:url(/ui/prototype-cursor.svg) 13 6,auto}*{box-sizing:border-box}body{margin:0;min-width:1024px;min-height:100vh;background:radial-gradient(circle at 40% -20%,#17385e 0,transparent 36%),#07111f}.app-shell{--side-panel-width: clamp(280px, 18vw, 340px);height:100vh;overflow:hidden}.app-shell.side-panel-collapsed{--side-panel-width: 34px}button,textarea{font:inherit}button{color:inherit;background:#15273d;border:1px solid #31506f;border-radius:7px;padding:.55rem .8rem;cursor:url(/ui/prototype-cursor.svg) 13 6,pointer}button:hover:not(:disabled){border-color:#67c9f4;background:#193451}button:focus-visible,textarea:focus-visible{outline:3px solid #ffcb57;outline-offset:2px}button:disabled{opacity:.45;cursor:url(/ui/prototype-cursor-disabled.svg) 13 6,not-allowed}button.primary{background:#2c7fa6;border-color:#65d2ff;font-weight:750}.eyebrow{display:block;color:#80a4c4;font-size:.68rem;letter-spacing:.15em;font-weight:800}.topbar{height:78px;min-height:78px;padding:10px 18px;display:grid;grid-template-columns:275px 1fr auto;gap:24px;align-items:center;border-bottom:1px solid #263d55;background:linear-gradient(180deg,#050a12,#081522 58%,#0b1b2b);box-shadow:0 8px 24px #0007}.topbar strong{display:block;margin-top:9px}.brand img{display:block;width:250px;max-height:25px;object-fit:contain;object-position:left center}.brand strong{color:#89a4bc;font-size:.72rem;font-weight:700;letter-spacing:.04em}.status-grid{margin:0;display:flex;gap:28px}.status-grid div{display:grid;gap:3px}.status-grid .phase-current{padding:7px 13px;border:1px solid #65d2ff;border-radius:7px;background:#15344f;box-shadow:0 0 18px #4cc8ff2b}.status-grid .phase-current dt{color:#8fdcff}.status-grid .phase-current dd{color:#fff}.status-grid dt{color:#819bb4;font-size:.68rem;text-transform:uppercase}.status-grid dd{margin:0;font-weight:750;text-transform:capitalize}.top-actions{display:flex;align-items:center;gap:8px}.top-actions button{padding:.45rem .62rem;font-size:.76rem}.top-actions>span{color:#9bb0c4;font-size:.78rem;margin-right:8px}.players{width:calc(100% - var(--side-panel-width));height:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#243d56;border-right:1px solid #2d4760;border-bottom:1px solid #2a435c;transition:width .18s ease}.player{position:relative;min-width:0;border:0;border-radius:0;background:#0b1929;padding:5px 9px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:7px;align-items:center;text-align:left}.player.viewed{background:#142b43;box-shadow:inset 0 -3px #65d2ff}.player.turn-owner{background-image:linear-gradient(90deg,#1f354800,#5b431b66)}.player i{width:20px;height:20px;border:2px solid #d7e8f5;border-radius:50%;box-shadow:0 0 10px #65d2ff5c}.player>.player-name{min-width:0;overflow:hidden;font-size:clamp(.62rem,.78vw,.84rem);line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.player-meta{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:5px}.player-status{min-width:max-content;display:inline-flex;align-items:center;gap:4px;padding:4px 6px;color:#dcebf6;border:1px solid #496985;border-radius:5px;background:#142b41;font-size:.58rem;line-height:1;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.player-status.start{color:#fff1bd;border-color:#9b7938;background:#3a2e16}.player-status.passed{color:#b3c1cd;border-color:#566879;background:#17222d}.player-status .game-icon{width:13px;height:13px;margin:0;filter:invert(95%) sepia(42%) saturate(896%) hue-rotate(320deg) brightness(104%)}.player .player-credit,.player .player-credit .game-icon{width:34px;height:34px}.player-credit{position:relative;display:block;width:40px;height:40px;justify-self:end}.player-credit .game-icon{width:40px;height:40px;margin:0}.player-credit b{position:absolute;inset:0;display:grid;place-items:center;color:#171105;font-size:.82rem;text-shadow:0 1px #fff7}.workspace{display:grid;grid-template-columns:minmax(700px,1fr) var(--side-panel-width);height:calc(100vh - 128px);transition:grid-template-columns .18s ease}.game-icon{display:inline-block;width:1em;height:1em;object-fit:contain;vertical-align:-.12em;margin-right:.38em}.credit-amount{display:inline-flex;align-items:center;gap:7px;min-width:max-content;color:#e9f3fc}.credit-amount small{order:0;color:#9eb5c8;font-size:.62rem;text-transform:uppercase;letter-spacing:.05em}.credit-value{position:relative;order:1;display:inline-block;width:34px;height:34px;flex:0 0 34px}.credit-value .game-icon{width:34px;height:34px;margin:0}.credit-value b{position:absolute;inset:0;display:grid;place-items:center;color:#171105;font-size:.76rem;text-shadow:0 1px #fff8}.board{padding:20px;overflow:auto}.stage-heading{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(500px,1.28fr);align-items:end;gap:18px;margin-bottom:8px}.table-title{display:flex;align-items:center;justify-content:space-between}h1,h2,h3,p{margin-top:0}h1{margin:3px 0 13px;font-size:1.55rem}.stage-state{padding:5px 11px;border:1px solid #41617e;border-radius:99px;text-transform:uppercase;font-size:.68rem;letter-spacing:.1em}.stage-state.closing{color:#ffcb57;border-color:#ffcb57}.stage-state.completed{color:#94dd7b;border-color:#94dd7b}.requirements{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.requirement{background:linear-gradient(140deg,#10243a,#0b1928);border:1px solid #2b4b68;border-radius:9px;min-height:143px;padding:14px}.requirement header{display:flex;justify-content:space-between}.requirement h2{display:flex;align-items:center;font-size:1rem}.requirement h2 .game-icon{width:18px;height:18px}.requirement footer{margin-top:7px;color:#8ba6bf;font-size:.75rem}.token-track{min-height:54px;display:flex;align-content:flex-start;flex-wrap:wrap;gap:7px;margin:8px 0}.token-slot{width:23px;height:23px;display:grid;place-items:center;border:2px solid #56718a;border-radius:50%;background:#081522;box-shadow:inset 0 0 0 3px #10273a}.token-slot i{width:17px;height:17px;margin:0;border-radius:50%;border:2px solid #07111f;box-shadow:0 0 0 1px #a8c1d6,0 0 8px currentColor}.player-token-counts{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.player-token-count{min-width:34px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:3px 7px;border:1px solid #35536d;border-radius:99px;color:#dceaf5;background:#10263a;font-size:.68rem}.player-token-count>i{width:10px;height:10px;flex:0 0 10px;border:1px solid #d4e4ef;border-radius:50%;box-shadow:0 0 5px currentColor}.player-token-count small{max-width:92px;overflow:hidden;color:#a8bfd2;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.player-token-count b{color:#fff;font-size:.72rem}.stage-token-totals{min-height:28px;margin-bottom:10px;padding:5px 8px;border:1px solid #294963;border-radius:7px;background:#0d2031}.stage-token-totals:before{content:"Stage total";margin-right:2px;color:#88a8c0;font-size:.61rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stage-score-info{width:25px;height:25px;margin-left:auto;padding:0;border-radius:50%;color:#dff5ff;font:800 italic .72rem Georgia,serif;background:#173c57}.requirement-token-totals{gap:4px}.requirement-token-totals .player-token-count{min-width:29px;padding:2px 5px}.public-table{margin-top:16px;background:#0a1725aa;border:1px solid #213d57;border-radius:9px;padding:14px}.table-title h2{margin:3px 0 10px;font-size:1.05rem}.public-player-heading{display:flex;align-items:center;gap:9px}.public-player-heading>i{width:20px;height:20px;border:2px solid #d7e8f5;border-radius:50%;box-shadow:0 0 12px #65d2ff7a}.public-player-heading .player-credit{margin-left:3px}.public-player-heading .player-status{margin-left:10px}.public-directive{min-width:0;display:inline-flex;align-items:center;gap:8px;margin-left:12px;padding-left:12px;border-left:1px solid #3b5870}.public-directive strong{max-width:150px;overflow:hidden;color:#f4e6b4;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.directive-face{display:block;padding:0;border:1px solid #6d7380;border-radius:7px;background:#07111d;overflow:hidden;box-shadow:0 5px 16px #0008}.directive-face img{display:block;width:100%;height:auto}button.directive-face:hover{border-color:#ffcb57;background:#07111d;transform:translateY(-1px)}.directive-face.compact{width:100%}.public-directive .directive-face{width:28px;height:39px;flex:0 0 28px;border-radius:3px}.public-directive .directive-face img{height:100%;object-fit:cover}.directive-detail-overlay{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:14px;background:#01050bf2}.directive-detail{width:min(880px,95vw);max-height:calc(100vh - 28px);overflow:auto;display:grid;grid-template-columns:minmax(250px,358px) 1fr;gap:26px;padding:20px;border:1px solid #6b7e90;border-radius:12px;background:#0b1928;box-shadow:0 24px 90px #000}.directive-detail>.directive-face{width:100%}.directive-detail header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.directive-detail h2{margin:4px 0 18px;font-size:1.6rem}.directive-detail h3{margin:22px 0 6px;color:#a6bfd2;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.directive-detail p{color:#d9e5ef;line-height:1.55}.directive-detail .story{color:#a9bdcc;font-style:italic}.directive-draft-overlay{z-index:35}.directive-draft-sheet{width:min(1540px,97vw);max-height:calc(100vh - 24px);overflow:auto;padding:clamp(12px,1.4vw,22px);border:1px solid #617d93;border-radius:12px;background:#0b1928;box-shadow:0 24px 90px #000}.directive-draft-sheet>header{position:sticky;z-index:2;top:-1px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:10px;background:#0b1928}.directive-draft-sheet h2{margin:4px 0 0}.directive-draft-sheet>p{margin-bottom:13px;color:#a8bdce}.directive-order{max-width:54%;color:#91aabd;font-size:.68rem;text-align:right}.directive-draft-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px}.directive-draft-grid article{min-width:0;display:grid;grid-template-rows:auto auto 1fr auto;gap:8px;padding:10px;border:1px solid #385873;border-radius:9px;background:#11283c}.directive-draft-grid article.chosen{opacity:.48}.directive-draft-grid h3{margin:0;color:#fff0bb;font-size:.86rem}.directive-draft-grid p{margin:0;color:#b8cbd9;font-size:.68rem;line-height:1.35}.directive-draft-grid .directive-face{width:min(100%,190px);justify-self:center}.directive-chosen-by,.directive-owner{display:inline-flex;align-items:center;gap:6px;color:#b9cbd8;font-size:.68rem}.directive-chosen-by i,.directive-owner i{width:12px;height:12px;border:1px solid #e5f0f6;border-radius:50%}.project-summary{min-width:150px;display:grid;gap:3px;padding:8px 11px;border:1px solid #3c607c;border-radius:7px;background:linear-gradient(145deg,#132b42,#0d2032)}.project-summary span{color:#8eaac0;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.project-summary strong{color:#eef7ff;font-size:.8rem}.zones{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:10px}.zones>article{min-width:0;min-height:133px;border:1px dashed #37526b;padding:11px;border-radius:7px;overflow:hidden}.zones h3{margin:0;color:#9db3c8;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.zone-heading{min-height:28px;margin-bottom:8px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(24px,1fr);align-items:center;gap:7px}.zone-heading b{grid-column:3;justify-self:end;min-width:24px;padding:3px 6px;color:#e6f5ff;border:1px solid #3d607b;border-radius:99px;background:#132a40;font-size:.68rem;text-align:center}.zone-open-button{grid-column:2;padding:.27rem .5rem;color:#a8d9ee;border-color:#3b607d;background:#10283d;font-size:.62rem;text-transform:none;white-space:nowrap}.zones p{color:#657f96;font-size:.8rem}.reserve-zone{min-width:0}.concealed-reserve{min-height:82px;display:grid;place-items:center;margin:0;border:1px solid #294760;border-radius:6px;background:repeating-linear-gradient(45deg,#102338,#102338 7px,#0c1b2b 7px 14px)}.cards{display:flex;gap:8px}.cards.card-stack{min-width:0;gap:0;overflow:hidden;isolation:isolate}.card-stack.empty{display:block}.card-stack.empty p{margin:7px 0 0}.card-stack-slot{position:relative;min-width:0;max-width:158px;flex:1 1 158px;transition:filter .12s ease}.card-stack-slot:last-child{flex:0 0 150px}.card-stack-slot:hover,.card-stack-slot:focus-within{z-index:50!important;filter:drop-shadow(0 0 12px #65d2ff55)}.card-stack-slot>.card{width:150px}.card{width:150px;min-height:82px;padding:7px;border:1px solid #4f7797;border-radius:6px;background:#18334e;display:flex;flex-direction:column;gap:6px}.card small,.card span{color:#91aac1;font-size:.65rem}.card.face_down{background:repeating-linear-gradient(45deg,#15273b,#15273b 6px,#0e1e30 6px 12px)}.card.committed-current{border:2px solid #70c6e7;background:#102c43;box-shadow:0 0 0 2px #183348,0 0 18px #52bce955}.card.committed-current .card-face-wrapper img{filter:grayscale(1) sepia(.5) hue-rotate(155deg) saturate(1.25) brightness(.72)}.card.committed-current>span{color:#8fdcff;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.card button .game-icon,.card>span .game-icon{width:14px;height:14px}.card>button{padding:.36rem .42rem;font-size:.64rem}.card-action-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:.36rem .42rem;font-size:.66rem}.card-action-button .credit-value{width:25px;height:25px;flex-basis:25px}.card-action-button .credit-value .game-icon{width:25px;height:25px}.action-area{margin-top:16px;padding:13px;border:1px solid #355675;border-radius:9px;background:#0d1d2e}.next-action{display:grid;grid-template-columns:110px 1fr;font-size:.85rem}.next-action span{color:#89a3bb}.slice-controls{margin:12px 0;min-height:37px}.setup-config{display:flex;flex-wrap:wrap;align-items:end;gap:10px}.setup-config label,.setup-config>span{display:grid;gap:4px;color:#91a9bd;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}.setup-config select{min-width:92px;padding:8px;color:#eef7ff;border:1px solid #3b607d;border-radius:6px;background:#10273b}.setup-config>span{min-width:128px;padding:7px 10px;border:1px solid #37536b;border-radius:6px;background:#0b1a28}.setup-config>span b{color:#7e9ab1;font-size:.58rem}.action-area nav{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.end-turn{display:block;margin-top:9px;font-size:.72rem}.fixture-note{margin:10px 0 0;color:#7891a8;font-size:.7rem}.complete-message{display:inline-block;color:#94dd7b;border:1px solid #4f7e55;padding:7px 11px;border-radius:6px;font-weight:750}.own-turn-status{color:#ffe49a;border-color:#8d7636;background:#302b1c}.waiting-turn-status{color:#bfd0de;border-color:#456783;background:#102438}.side-panel{position:fixed;z-index:20;top:78px;right:0;bottom:0;width:var(--side-panel-width);border-left:1px solid #496781;background:linear-gradient(155deg,#183149,#10273b 42%,#0b1c2d);display:grid;grid-template-rows:50px 1fr auto;min-height:0;box-shadow:-12px 0 34px #0004;transition:width .18s ease}.side-panel.collapsed{grid-template-rows:50px 1fr}.tabs{height:50px;display:grid;grid-template-columns:34px 1fr 1fr;background:linear-gradient(180deg,#23425e,#163047)}.tabs button{border-radius:0;border-width:0 0 1px;background:#0c1b2a}.tabs button.active{border-bottom:3px solid #65d2ff;background:#14283c}.tabs .panel-toggle{padding:0;color:#a9dcf3;border-right:1px solid #476781;background:#10293e;font-size:1.25rem;font-weight:800}.side-panel.collapsed .tabs{grid-template-columns:34px}.game-log{margin:0;padding:14px 14px 14px 36px;overflow:auto}.game-log li{padding:0 0 17px 3px;color:#a9bdce}.game-log small,.game-log strong,.game-log span{display:block}.game-log small{color:#6f8ba4;font-size:.67rem}.game-log strong{color:#eaf2ff;margin:3px 0;font-size:.84rem}.game-log span{font-size:.76rem}.notes{min-height:0;padding:15px;display:flex;flex-direction:column;gap:8px}.notes label{font-weight:750}.notes textarea{width:100%;min-height:420px;flex:1 1 auto;resize:vertical;color:#edf6ff;background:#0d1d2c;border:1px solid #4b6b86;border-radius:7px;padding:11px}.notes small{color:#7891a8}.chat-panel{min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto}.chat-messages{min-height:0;margin:0;padding:14px;overflow:auto;display:flex;flex-direction:column;gap:10px;list-style:none}.chat-messages li{max-width:92%;padding:8px 10px;border:1px solid #355675;border-radius:9px 9px 9px 2px;background:#0d2133}.chat-messages li.own-message{align-self:flex-end;border-color:#397b92;border-radius:9px 9px 2px;background:#123247}.chat-messages li.chat-empty{align-self:center;margin-top:20px;color:#7891a8;border:0;background:transparent;font-size:.75rem}.chat-messages header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9fb5c8;font-size:.66rem}.chat-messages header span{display:inline-flex;align-items:center;gap:6px;color:#dcecff;font-weight:800}.chat-messages header i{width:9px;height:9px;border:1px solid #eefaff;border-radius:50%;box-shadow:0 0 7px currentColor}.chat-messages time{color:#6f8ba4}.chat-messages p{margin:5px 0 0;color:#d4e2ed;font-size:.76rem;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}.chat-compose{display:grid;gap:6px;padding:10px 12px 12px;border-top:1px solid #29465e;background:#0b1c2c}.chat-compose label{color:#8fa9be;font-size:.65rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.chat-compose textarea{width:100%;resize:none;padding:8px 9px;color:#edf6ff;border:1px solid #4b6b86;border-radius:7px;background:#0d1d2c}.chat-compose>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.chat-compose small{color:#6f8ba4;font-size:.62rem}.chat-compose button{min-width:76px;padding:7px 12px}.side-panel>footer{border-top:1px solid #233d56;padding:11px 14px;display:grid;grid-template-columns:1fr auto;gap:2px;color:#8ca3b8;font-size:.72rem}.side-panel>footer small{grid-column:1 / -1}.privacy-overlay{position:fixed;inset:0;z-index:40;min-width:0;min-height:0;padding:clamp(8px,2vh,20px);background:#02070dec;display:grid;place-items:center;overflow:hidden}.privacy-card{width:430px;text-align:center;border:1px solid #4d708e;background:#0d1e30;border-radius:12px;padding:34px;box-shadow:0 20px 80px #000}.privacy-card p{color:#a6bacb;line-height:1.5}.privacy-card>div{display:flex;justify-content:center;gap:8px}.privacy-icon{display:block;font-size:2.8rem;color:#65d2ff;margin-bottom:12px}.reserve-sheet{width:min(1480px,96vw);height:min(920px,calc(100vh - 48px));max-height:calc(100vh - 48px);min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px;overflow:hidden;background:#0b1928;border:1px solid #4e708d;border-radius:12px;padding:clamp(12px,1.6vw,22px)}.reserve-header{position:relative;z-index:3;grid-row:1;display:flex;align-items:start;justify-content:space-between;gap:18px;background:#0b1928}.reserve-header h2{margin:3px 0 2px}.reserve-header .credit-amount{margin-top:5px}.reserve-sheet>.requirement-summary.compact{grid-row:2;margin:0}.reserve-cards{grid-row:3;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,200px));justify-content:center;align-content:start;gap:10px;padding:2px 4px 12px}.reserve-cards article{min-width:0;height:max-content;align-self:start;padding:7px;background:linear-gradient(#17344e,#10253a);border:1px solid #527796;border-radius:8px;display:flex;flex-direction:column;gap:7px}.reserve-cards article.selected-for-sale{border-color:#ffcb57;background:linear-gradient(#3b4350,#253345);box-shadow:0 0 0 2px #ffcb5738}.reserve-sale-footer{grid-row:4;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid #3a5870}.reserve-sale-footer span{margin-right:auto;color:#c8dae7;font-size:.75rem}.reserve-cards small{color:#94acc2}.play-card-button{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;font-size:.7rem}.ability-warning-icon{position:relative;display:inline-grid;width:20px;height:20px;place-items:center;flex:0 0 20px;color:#160f03;border-radius:50%;background:#ffcb57;font-weight:900}.ability-warning-icon [role=tooltip]{position:absolute;z-index:80;left:50%;bottom:calc(100% + 10px);width:260px;padding:10px 11px;color:#ffe4b9;border:1px solid #bf7b28;border-radius:7px;background:#25180e;box-shadow:0 12px 32px #000b;font-size:.7rem;font-weight:500;line-height:1.4;text-align:left;opacity:0;visibility:hidden;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease;pointer-events:none}.ability-warning-icon:hover [role=tooltip],.play-card-button:focus-visible .ability-warning-icon [role=tooltip]{opacity:1;visibility:visible;transform:translate(-50%)}.ability-targets{display:grid;gap:6px}.ability-targets>small{color:#b9d7e9;line-height:1.35}.ability-targets>button{display:flex;align-items:center;justify-content:center;gap:3px;font-size:.64rem}.reserve-cards article>button>.credit-amount,.ability-targets>button .credit-amount{margin-left:4px}.reserve-cards article>button .credit-value,.ability-targets>button .credit-value{width:29px;height:29px;flex-basis:29px}.reserve-cards article>button .credit-value .game-icon,.ability-targets>button .credit-value .game-icon{width:29px;height:29px}.reserve-cards h3{margin-top:15px}.reserve-cards p{color:#bfd0de;font-size:.82rem}.deal-sheet{width:min(1280px,96vw);max-height:calc(100vh - 20px);overflow:auto;background:#0b1928;border:1px solid #4e708d;border-radius:12px;padding:clamp(12px,1.5vw,22px)}.deal-sheet>header,.deal-sheet>footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.deal-sheet>header{position:sticky;z-index:3;top:-1px;padding-bottom:8px;background:#0b1928}.deal-sheet>header h2{margin:4px 0}.deal-sheet>p{color:#a8bdcf}.deal-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.deal-card{min-height:230px;padding:8px;display:grid;grid-template-rows:1fr auto auto;gap:7px;background:linear-gradient(#17344e,#10253a);border:1px solid #527796;border-radius:8px}.deal-card small{color:#94acc2;font-size:.68rem}.deal-card h3{margin:12px 0 8px}.deal-card p{color:#bfd0de;font-size:.78rem}.choice-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}.choice-buttons button:only-child{grid-column:1 / -1}.choice-buttons button{display:flex;align-items:center;justify-content:center;gap:3px;padding:.4rem .22rem;font-size:.64rem}.choice-buttons .credit-amount{gap:2px}.choice-buttons .credit-value,.choice-buttons .credit-value .game-icon{width:25px;height:25px}.choice-buttons .credit-value{flex-basis:25px}.choice-buttons button[aria-pressed=true]{color:#07111f;background:#ffcb57;border-color:#ffe19b;font-weight:800}.deal-sheet>footer{position:sticky;z-index:3;bottom:-1px;margin-top:15px;padding-top:14px;border-top:1px solid #2a4862;background:#0b1928}.deal-sheet>footer>span{display:flex;align-items:center;gap:8px}.requirement-summary{display:grid;gap:8px;padding:10px;border:1px solid #34526d;border-radius:8px;background:#0d2134}.requirement-summary h3{display:flex;align-items:center;margin:0;color:#fff;font-size:.78rem}.requirement-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.requirement-summary-grid article{min-width:0;min-height:82px;padding:7px;border:1px solid #3d607c;border-radius:6px;background:#142d44}.requirement-summary-grid header{display:flex;align-items:center;justify-content:space-between;gap:5px;color:#c5d9e8;font-size:.66rem}.requirement-summary-grid header span{display:flex;align-items:center;min-width:0}.requirement-summary .game-icon{width:16px;height:16px}.requirement-summary.compact{margin:0 0 12px}.summary-token-track{min-height:43px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:3px;margin-top:7px}.summary-token-track>i{width:12px;height:12px;display:grid;place-items:center;border:1px solid #57738b;border-radius:50%;background:#081522}.summary-token-track em{width:8px;height:8px;border:1px solid #c9d8e4;border-radius:50%;box-shadow:0 0 5px currentColor}.card-face-button{display:block;width:100%;padding:0;border:0;border-radius:7px;background:transparent;overflow:visible}.card-face-button:hover:not(:disabled){border:0;background:transparent;transform:translateY(-1px)}.card-face-wrapper{position:relative;display:block;width:100%;aspect-ratio:358 / 499;overflow:hidden;border-radius:6px;box-shadow:0 5px 14px #0008}.card-face-wrapper img{display:block;width:100%;height:100%;object-fit:cover}.card-face-button.compact .card-face-wrapper{border-radius:4px}.card-detail-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:clamp(8px,2vh,20px);overflow:hidden;background:#01050bef}.card-detail{width:min(1120px,96vw);max-height:calc(100vh - 20px);overflow:auto;display:grid;grid-template-columns:minmax(260px,38vh) 1fr;gap:clamp(14px,2vw,28px);padding:clamp(12px,1.5vw,22px);border:1px solid #5c7f9d;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.card-detail>section{padding:5px 4px}.card-detail header{position:sticky;z-index:3;top:0;display:flex;justify-content:space-between;gap:20px;padding-bottom:7px;background:#0b1928}.card-detail h2{margin:4px 0 18px;font-size:1.6rem}.card-detail h3{margin:18px 0 5px;color:#94b7d4;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.card-detail p{color:#d7e3ed;line-height:1.5}.card-detail .story{color:#aebfce;font-style:italic}.card-detail dl{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0}.card-detail dl div{padding:9px;border:1px solid #34526d;border-radius:6px;background:#10253a}.card-detail dt{color:#84a0b8;font-size:.65rem;text-transform:uppercase}.card-detail dd{margin:3px 0 0;font-weight:800}.game-notice{position:fixed;z-index:70;left:calc((100vw - var(--side-panel-width)) / 2);top:50%;width:min(360px,calc(100vw - var(--side-panel-width) - 42px));display:grid;gap:4px;padding:13px 15px;text-align:left;border:2px solid var(--notice-color, #65d2ff);border-radius:9px;background:linear-gradient(145deg,color-mix(in srgb,var(--notice-color, #65d2ff) 24%,#10283b),#0c2235);box-shadow:0 16px 42px #000b,0 0 30px color-mix(in srgb,var(--notice-color, #65d2ff) 42%,transparent);transform:translate(-50%,-50%)}.game-notice>span{display:flex;align-items:center;gap:7px;color:color-mix(in srgb,var(--notice-color, #65d2ff) 72%,white);font-size:.62rem;letter-spacing:.1em;font-weight:800}.game-notice>span i{width:12px;height:12px;flex:0 0 12px;border:2px solid #effaff;border-radius:50%;box-shadow:0 0 9px var(--notice-color, #65d2ff)}.game-notice>strong{text-transform:capitalize}.game-notice>small{color:#bfd0de;line-height:1.35}.turn-notice{border-color:#ffce68;background:linear-gradient(145deg,#405125,#173a38 55%,#10273c);box-shadow:0 18px 48px #000c,0 0 36px #ffcb575e}.turn-notice>span{color:#ffe09a}.turn-notice>strong{color:#fff7dd;font-size:1.02rem;text-transform:none}.turn-summary-notice{width:min(520px,calc(100vw - var(--side-panel-width) - 42px));gap:8px}.turn-summary-notice>strong{text-transform:none}.turn-summary-notice>ol{display:grid;gap:7px;margin:2px 0 0;padding:0;list-style:none}.turn-summary-notice>ol li{display:grid;gap:2px;padding:8px 9px;border:1px solid color-mix(in srgb,var(--notice-color, #65d2ff) 35%,#36526a);border-radius:6px;background:#07152299}.turn-summary-notice>ol b{color:#eef7ff;font-size:.78rem}.turn-summary-notice>ol small{color:#b9ccdc;line-height:1.35}.summary-overlay{position:fixed;inset:0;z-index:40;min-width:0;min-height:0;display:grid;place-items:center;padding:clamp(8px,2vh,20px);overflow:hidden;background:#01050bef}.card-gallery-sheet{width:min(1280px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #597b97;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.card-gallery-sheet>header{position:sticky;z-index:3;top:-1px;display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:18px;padding-bottom:8px;background:#0b1928}.card-gallery-sheet h2{margin:4px 0 0}.card-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.card-gallery-grid article{min-width:0;padding:8px;border:1px solid #456783;border-radius:8px;background:linear-gradient(#17344e,#10253a)}.card-gallery-grid article>span{display:block;margin-top:7px;color:#9ab2c7;font-size:.7rem;text-transform:capitalize}.income-summary{width:min(1100px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #597b97;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.income-summary>header{position:sticky;z-index:3;top:-1px;display:flex;justify-content:space-between;align-items:start;margin-bottom:18px;padding-bottom:8px;background:#0b1928}.income-summary h2{margin:4px 0 0}.income-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.income-grid article{padding:14px;border:1px solid #34526d;border-radius:8px;background:#10253a}.income-grid h3{display:flex;align-items:center;gap:8px;margin-bottom:13px;font-size:.92rem}.income-grid h3 i{width:11px;height:11px;border-radius:50%}.income-equation{display:grid;grid-template-columns:minmax(54px,1fr) 18px minmax(54px,1fr) 18px minmax(54px,1fr);align-items:end;gap:5px}.income-equation .credit-amount{display:grid;grid-template-rows:14px 34px;justify-items:center;gap:3px}.income-equation .credit-amount small{height:14px;line-height:14px}.income-equation>.income-operator{width:18px;height:34px;display:grid;place-items:center;font-weight:800}.income-sources{display:grid;gap:4px;margin:12px 0 0}.income-sources div{display:flex;justify-content:space-between;gap:14px;padding-top:4px;border-top:1px solid #29445b}.income-sources dt{color:#9bb4c8;font-size:.72rem}.income-sources dd{margin:0;color:#dce9f4;font-size:.75rem;font-weight:800}.stage-summary{width:min(820px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #5b87a8;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.stage-summary>header{position:sticky;z-index:3;top:-1px;display:flex;justify-content:space-between;align-items:start;gap:20px;padding-bottom:8px;background:#0b1928}.stage-summary h2{margin:4px 0 0}.stage-winner{display:grid;gap:3px;margin:18px 0;padding:14px;border:1px solid #d6a94f;border-radius:8px;background:#302817}.stage-winner span{color:#d9bd7a;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.stage-winner strong{color:#fff2c9;font-size:1.08rem}.stage-summary>small{display:block;margin-top:14px;color:#8fa8bc}.game-end-summary{width:min(1100px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #d4a94e;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000,0 0 36px #ffcb5724}.game-end-summary>header{position:sticky;z-index:3;top:-1px;display:flex;justify-content:space-between;align-items:start;gap:20px;padding-bottom:8px;background:#0b1928}.game-end-summary h2{margin:4px 0 0}.game-winner{display:grid;gap:4px;margin:18px 0;padding:14px;border:1px solid #d6a94f;border-radius:8px;background:#302817}.game-winner span{color:#d9bd7a;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.game-winner strong{display:flex;align-items:center;gap:9px;color:#fff2c9;font-size:1.1rem}.game-winner i,.final-score-grid h3 i{width:12px;height:12px;border-radius:50%}.final-score-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.final-score-grid article{padding:12px;border:1px solid #34526d;border-radius:8px;background:#10253a}.final-score-grid h3{display:grid;grid-template-columns:22px 12px 1fr auto;align-items:center;gap:8px;margin:0 0 10px;font-size:.9rem}.final-score-grid h3>span{width:22px;height:22px;display:grid;place-items:center;color:#ffe09a;border:1px solid #866b34;border-radius:50%;font-size:.68rem}.final-score-grid h3 b{color:#fff2c9}.final-score-grid dl{display:grid;gap:4px;margin:0}.final-score-grid dl div{display:flex;justify-content:space-between;gap:12px;padding-top:4px;border-top:1px solid #29445b}.final-score-grid dt{color:#9bb4c8;font-size:.72rem}.final-score-grid dd{margin:0;font-size:.74rem;font-weight:800}.final-score-grid dd small{color:#8fa8bc;font-weight:400}.final-score-grid .stage-score-row{align-items:center}.final-score-grid .stage-score-row dd{display:flex;align-items:center;gap:8px}.stage-score-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.stage-score-strip small{padding:2px 4px;border:1px solid #34536c;border-radius:4px;background:#0b1d2c;white-space:nowrap}.stage-score-strip small b{color:#dce9f4}.final-score-grid .stage-score-row dd>strong{min-width:21px;color:#fff2c9;text-align:right}.game-end-summary>small{display:block;margin-top:14px;color:#8fa8bc}.stage-result-players{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.stage-result-players>article{min-width:0;padding:9px 10px;border:1px solid #2e4d66;border-radius:7px;background:#10263a}.stage-result-players h3{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0 0 8px}.stage-result-players h3 span{display:flex;align-items:center;gap:8px}.stage-result-players i{width:10px;height:10px;border-radius:50%}.stage-result-players dl{display:grid;gap:5px;margin:0}.stage-result-players dl div{display:grid;grid-template-columns:105px minmax(0,1fr);gap:8px;padding-top:5px;border-top:1px solid #29445b}.stage-result-players dt{color:#91aabe;font-size:.64rem}.stage-result-players dd{margin:0;color:#c9d9e6;font-size:.65rem;text-align:right}.stage-result-players dd b{margin-left:4px;color:#fff2c9}.stage-history{width:100%;min-width:0;margin:0}.stage-history>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.stage-history article{min-width:0;padding:6px;border:1px solid #294a63;border-radius:6px;background:#10283b}.stage-history-button{width:100%;display:block;padding:0;border:0;color:inherit;text-align:left;background:transparent;box-shadow:none}.stage-history-button:hover{color:inherit;background:transparent;transform:none}.stage-history article.unresolved{opacity:.48}.stage-history h3{margin:0 0 5px;color:#dce8f1;font-size:.66rem}.stage-history article>small{color:#718ba0;font-size:.55rem}.stage-details-summary{width:min(980px,96vw);max-height:calc(100vh - 24px);overflow:auto}.live-score-note{margin:0 0 12px;padding:8px 10px;border:1px solid #31536d;border-radius:6px;color:#aac2d4;background:#0d2132;font-size:.72rem}.stage-award-note{margin:0 0 9px;color:#c9d9e5;font-size:.74rem}.compact-stage-awards{display:flex;flex-wrap:wrap;gap:4px 6px}.compact-stage-awards span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;color:#d9e6ef;font-size:.62rem}.compact-stage-awards i{width:8px;height:8px;border:1px solid #e6f5ff;border-radius:50%}.compact-stage-awards b{font-size:.62rem}.construction-sheet{width:min(1240px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #597b97;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.construction-sheet>header,.construction-sheet>footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.construction-sheet>header{position:sticky;z-index:3;top:-1px;padding-bottom:8px;background:#0b1928}.construction-sheet>p{color:#a8bdcf}.construction-sheet>section{margin-top:16px}.construction-sheet>section h3{display:flex;align-items:center;gap:8px;font-size:.9rem}.construction-sheet>section h3 i{width:11px;height:11px;border-radius:50%}.construction-options{display:flex;flex-wrap:wrap;gap:10px}.construction-options article{width:160px;padding:8px;display:flex;flex-direction:column;gap:7px;border:1px solid #45647d;border-radius:8px;background:#10283d}.construction-options article.selected{border:2px solid #ffcb57;box-shadow:0 0 16px #ffcb5738}.construction-options article>span{color:#9db6ca;font-size:.72rem}.construction-options article>button{padding:.4rem .45rem;font-size:.64rem}.construction-options article button[aria-pressed=true]{color:#171105;background:#ffcb57;border-color:#ffe5a1;font-weight:800}.construction-sheet>footer{position:sticky;z-index:3;bottom:-1px;justify-content:flex-end;margin-top:20px;padding-top:15px;border-top:1px solid #29475f;background:#0b1928}.construction-skip-confirm{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:9px;border:1px solid #c18a3d;border-radius:7px;background:#352617}.construction-skip-confirm span{margin-right:auto;color:#ffe1ae;font-size:.76rem}.commit-sheet{width:min(920px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #597b97;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.commit-sheet>header{position:sticky;z-index:3;top:-1px;display:flex;align-items:start;justify-content:space-between;gap:18px;padding-bottom:8px;background:#0b1928}.commit-sheet h2{margin:4px 0 18px}.commit-sheet>p{color:#a8bdcf}.commit-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.commit-options button{min-height:46px;text-align:left}.pending-owner{display:flex;align-items:center;gap:7px;color:#bfd2e1;font-size:.78rem}.pending-owner i{width:13px;height:13px;border-radius:50%}.token-move-sheet{width:min(1060px,96vw);max-height:calc(100vh - 20px);overflow:auto;padding:clamp(12px,1.5vw,24px);border:1px solid #5b87a8;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.token-move-sheet>header{position:sticky;z-index:3;top:-1px;display:flex;align-items:start;justify-content:space-between;gap:20px;padding-bottom:8px;background:#0b1928}.token-move-sheet h2{margin:4px 0 0}.move-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:20px 0 14px;padding:0;list-style-position:inside;counter-reset:move-step}.move-steps li{padding:9px;color:#7892a8;border:1px solid #29485f;border-radius:7px;background:#0d2132;font-size:.72rem}.move-steps li.active{color:#e7f5ff;border-color:#64cfff;background:#15344b}.move-steps li.complete{color:#b8e9ca;border-color:#4b936a}.move-requirements{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.move-requirements article{min-height:150px;padding:9px;border:1px solid #345873;border-radius:8px;background:#10283d}.move-requirements article.legal-destination{border-color:#61c8f1;box-shadow:inset 0 0 0 1px #61c8f133}.move-requirements article.selected-destination{border-color:#ffcb57;box-shadow:0 0 18px #ffcb5745}.move-requirement-heading{width:100%;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;padding:7px;text-align:left}.move-requirement-heading.static{color:#e1edf5;border:1px solid #345873;border-radius:6px;background:#132d43}.move-requirement-heading .game-icon{width:19px;height:19px}.move-token-track{min-height:78px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:7px;padding:12px 3px}.move-token-track>button{position:relative;width:31px;height:31px;display:grid;place-items:center;padding:0;border-radius:50%}.move-token-track>button i{width:18px;height:18px;border:2px solid #e6f5ff;border-radius:50%;box-shadow:0 0 8px currentColor}.move-token-track>button.selected-token{border-color:#ffcb57;background:#59461c;box-shadow:0 0 15px #ffcb5780}.move-token-track>button.future-move-token{border-style:dashed}.move-token-track>button.future-move-token:after{content:"+";position:absolute;margin:24px 0 0 24px;width:14px;height:14px;display:grid;place-items:center;color:#07101a;border-radius:50%;background:#8fe0ff;font-size:.62rem;font-weight:900}.move-token-track>button em{position:absolute;right:-4px;bottom:-4px;width:13px;height:13px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 7px #000}.move-token-track>span{color:#6f899f;font-size:.7rem}.move-token-track>span.existing-placement-token{width:31px;height:31px;display:grid;place-items:center;border:1px solid #42627a;border-radius:50%;background:#10283b}.move-token-track>span.existing-placement-token i{width:18px;height:18px;border:2px solid #e6f5ff;border-radius:50%;box-shadow:0 0 8px currentColor}.targeted-card-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;margin:14px 0}.targeted-card-options>button{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:9px;padding:8px;text-align:left}.targeted-card-options .card-choice-thumbnail{width:54px;aspect-ratio:749 / 1039;overflow:hidden;border-radius:4px}.targeted-card-options .card-choice-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}.targeted-card-options .credit-amount{grid-column:2;justify-self:start}.targeted-card-options>button.selected-choice-card{border-color:#ffcb57;background:#59461c;box-shadow:0 0 15px #ffcb5740}.wizard-step{margin:14px 0;padding:14px;border:1px solid #29485f;border-radius:10px;background:#10283b}.wizard-step h3{margin:0 0 10px}.decline-discount-button{width:100%;margin-top:8px}.token-placement-sheet .placement-preview-token:after{content:"×";background:#ffcb57}.move-requirements article.selected-effect-requirement{border-color:#ffcb57;box-shadow:inset 0 0 0 1px #ffcb5738}.token-effect-explanation{margin:12px 0 0;color:#a9c1d3;font-size:.76rem}.move-no-move-options{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;margin-top:12px}.move-no-move-options small{margin-right:auto;color:#8fa8bc}.token-move-sheet>footer{position:sticky;z-index:3;bottom:-1px;display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid #29485f;background:#0b1928}.bot-summary{margin-top:17px;padding:9px 11px;border-left:3px solid #65d2ff;background:#10283d;font-size:.76rem}.confirm-sheet{width:min(480px,90vw);padding:26px;border:1px solid #597b97;border-radius:12px;background:#0b1928;box-shadow:0 22px 90px #000}.confirm-sheet p{color:#a8bdcf;line-height:1.5}.confirm-sheet>div{display:flex;justify-content:flex-end;gap:8px}.online-entry,.online-lobby,.online-loading{min-height:100vh;display:grid;place-items:center;padding:clamp(28px,6vw,90px);background:radial-gradient(circle at 24% 14%,#245b8747,transparent 32%),radial-gradient(circle at 78% 80%,#563f1738,transparent 30%),#07111f}.online-entry{grid-template-columns:minmax(360px,1fr) minmax(360px,520px);gap:clamp(50px,8vw,140px)}.online-hero{max-width:720px}.online-hero img,.online-lobby>header img,.online-loading img{width:min(520px,70vw)}.online-hero>span{display:block;margin-top:42px;color:#78d7ff;font-size:.82rem;font-weight:900;letter-spacing:.24em}.online-hero h1{max-width:650px;margin:14px 0 20px;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.98;letter-spacing:-.04em}.online-hero p{max-width:620px;color:#a9c1d3;font-size:1.15rem;line-height:1.6}.online-entry-card,.lobby-card{width:100%;padding:clamp(24px,3vw,42px);border:1px solid #3f6887;border-radius:18px;background:linear-gradient(145deg,#10273bfa,#091624fa);box-shadow:0 32px 100px #000a,inset 0 1px #9ee4ff17}.online-entry-card{display:grid;gap:22px}.online-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:5px;border:1px solid #29485f;border-radius:10px;background:#071522}.online-mode-tabs button{border-color:transparent;background:transparent}.online-mode-tabs button.active{border-color:#65d2ff;background:#1b4965}.online-entry-card label{display:grid;gap:8px;color:#b8cad9;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.online-entry-card input,.online-entry-card select{width:100%;min-height:52px;padding:0 14px;color:#f5f9ff;border:1px solid #44627c;border-radius:8px;outline:none;background:#081522;font:700 1rem Inter,ui-sans-serif,system-ui,sans-serif}.online-entry-card input:focus,.online-entry-card select:focus{border-color:#65d2ff;box-shadow:0 0 0 3px #65d2ff24}.online-entry-card .room-code-input{font-size:1.35rem;letter-spacing:.22em;text-transform:uppercase}.online-submit{min-height:56px;margin-top:4px;font-size:1rem}.online-error{margin:0;padding:10px 12px;color:#ffd7d7;border:1px solid #a84747;border-radius:7px;background:#4a1717}.online-lobby{display:block;padding-top:26px}.online-lobby>header{width:min(940px,94vw);display:flex;align-items:center;justify-content:space-between;margin:0 auto 34px}.online-lobby>header img{width:300px}.lobby-card{width:min(840px,94vw);margin:auto}.lobby-card h1{margin:8px 0 10px;font-size:2.2rem}.lobby-card h1 strong{color:#ffcb57;letter-spacing:.14em}.lobby-card>p{color:#a8bfd1;line-height:1.55}.room-share{display:grid;grid-template-columns:1fr auto;gap:10px;margin:26px 0}.room-share code{display:grid;place-items:center;min-height:66px;color:#ffdb7d;border:1px solid #8a6a2d;border-radius:9px;background:#261f11;font-size:1.7rem;font-weight:900;letter-spacing:.2em}.lobby-players{display:grid;gap:8px;margin:0;padding:0;list-style:none}.lobby-players li{min-height:58px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;padding:10px 14px;color:#7e93a5;border:1px dashed #38536a;border-radius:8px;background:#081522}.lobby-players li.occupied{color:#eef7ff;border-style:solid;border-color:#416b88;background:#10283b}.lobby-players i{width:19px;height:19px;border:2px solid #7990a2;border-radius:50%}.lobby-players li.occupied i{border-color:#e6f5ff;box-shadow:0 0 10px currentColor}.lobby-players span{color:#8da5b8;font-size:.75rem;text-transform:uppercase}.lobby-start{width:100%;min-height:56px;margin-top:24px}.lobby-wait{margin:24px 0 0;padding:14px;border-radius:7px;text-align:center;background:#0b1d2d}.online-toast{position:fixed;z-index:100;right:22px;bottom:22px;max-width:min(520px,calc(100vw - 44px));padding:13px 17px;color:#fff0f0;border:1px solid #cc6969;border-radius:9px;background:#581d25;box-shadow:0 15px 50px #000b}.online-loading{align-content:center;gap:25px;color:#a8bfd1}.online-connection{display:inline-flex;align-items:center;gap:6px}.online-connection:before{content:"";width:8px;height:8px;border-radius:50%;background:#94dd7b;box-shadow:0 0 8px #94dd7b}.online-connection.reconnecting:before,.online-connection.offline:before{background:#ffcb57;box-shadow:0 0 8px #ffcb57}@media(max-width:1100px){.online-entry{grid-template-columns:1fr;align-content:center;gap:36px}.online-hero{text-align:center}.online-hero img{margin:auto}.online-hero>span{margin-top:28px}.online-hero p{margin-inline:auto}.online-entry-card{width:min(560px,100%);margin:auto}}@media(max-width:1400px){.topbar{grid-template-columns:220px minmax(250px,1fr) auto;gap:12px;padding-inline:12px}.brand img{width:205px}.status-grid{gap:12px}.top-actions{gap:5px}.top-actions>span{display:none}.top-actions button{padding:.4rem .5rem;font-size:.68rem}.board{padding:14px}.requirements{gap:8px}.stage-heading{grid-template-columns:minmax(190px,.58fr) minmax(0,1.42fr);gap:12px}.player{grid-template-columns:18px minmax(0,1fr) auto;gap:5px;padding-inline:6px}.player i{width:17px;height:17px}.player-status{padding:3px 4px;font-size:.5rem}.player .player-credit,.player .player-credit .game-icon{width:30px;height:30px}.public-directive{gap:5px;margin-left:7px;padding-left:7px}.public-directive strong{max-width:105px;font-size:.62rem}.directive-draft-grid{gap:7px}.directive-draft-grid article{padding:7px}}@media(max-height:850px)and (min-width:1024px){.topbar{height:64px;min-height:64px;padding-block:6px}.brand img{max-height:20px}.brand strong{margin-top:5px;font-size:.64rem}.players{height:44px}.workspace{height:calc(100vh - 108px)}.side-panel{top:64px}.board{padding:10px 12px}h1{margin-bottom:7px;font-size:1.3rem}.requirement{min-height:108px;padding:9px 11px}.requirement h2{margin-bottom:7px;font-size:.88rem}.token-track{min-height:34px;margin:4px 0;gap:5px}.token-slot{width:20px;height:20px}.token-slot i{width:14px;height:14px}.stage-token-totals{min-height:24px;margin-bottom:7px;padding-block:3px}.player-token-count{min-width:29px;padding:2px 5px}.player-token-count small{max-width:68px}.requirement footer{margin-top:4px}.public-table{margin-top:8px;padding:9px}.table-title h2{margin-bottom:5px}.zones>article{min-height:112px;padding:8px}.zone-heading{min-height:23px;margin-bottom:5px}.card-stack-slot{max-width:138px;flex-basis:138px}.card-stack-slot:last-child,.card-stack-slot>.card{width:130px;flex-basis:130px}.action-area{margin-top:8px;padding:9px}.slice-controls{min-height:31px;margin:7px 0}.end-turn{margin-top:6px}.reserve-sheet{height:calc(100vh - 32px);max-height:calc(100vh - 32px);padding:12px}.reserve-header h2{font-size:1.15rem}.requirement-summary-grid article{min-height:65px}.summary-token-track{min-height:28px}.reserve-cards{grid-template-columns:repeat(auto-fill,minmax(155px,165px));gap:8px}.directive-draft-sheet{max-height:calc(100vh - 12px);padding:9px}.directive-draft-sheet>p{margin-bottom:7px;font-size:.72rem}.directive-draft-grid .directive-face{max-width:125px}.directive-draft-grid h3{font-size:.72rem}.directive-draft-grid p{font-size:.58rem}.directive-draft-grid button{padding:.35rem .45rem;font-size:.6rem}}
