:root{--bg:#0b0d10;--panel:#111419;--panel2:#15191f;--line:#262c35;--text:#f3f5f7;--muted:#929aa6;--accent:#d8ff57;--accent2:#b9df38;--danger:#ff746c;--ok:#77e3aa;--radius:16px}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{margin:0;min-height:100vh;background:radial-gradient(circle at 78% 0%,rgba(216,255,87,.055),transparent 32%),var(--bg)}a{color:inherit;text-decoration:none}.topbar{height:68px;padding:0 30px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:rgba(11,13,16,.94);position:sticky;top:0;z-index:20}.brand{font-size:22px;font-weight:760;letter-spacing:-.7px}.topnav{display:flex;gap:24px;margin-left:42px;color:var(--muted);font-size:14px}.topnav a:hover{color:var(--text)}.account-area{margin-left:auto}.link-button,.secondary{border:1px solid var(--line);padding:10px 15px;border-radius:10px;background:var(--panel);font-weight:650;font-size:14px}.user-pill{display:flex;gap:8px;align-items:center;background:var(--panel);border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-size:13px}.user-pill b{font-size:9px;color:#111;background:var(--accent);padding:3px 5px;border-radius:5px}.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.hero{min-height:600px;display:grid;grid-template-columns:1.22fr .78fr;gap:70px;align-items:center}.hero-copy h1{font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-3.5px;max-width:780px;margin:16px 0 24px}.hero-copy>p{font-size:19px;line-height:1.65;color:#adb4be;max-width:680px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:800;color:var(--accent)}.hero-actions{display:flex;gap:12px;margin-top:30px}.primary{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--accent);color:#111;padding:12px 18px;border-radius:10px;font-weight:760;font-size:14px;cursor:pointer}.primary:hover{background:var(--accent2)}.primary:disabled{opacity:.35;cursor:not-allowed}.market-card{border:1px solid var(--line);background:linear-gradient(145deg,#161a20,#0f1216);border-radius:22px;padding:24px;box-shadow:0 26px 80px rgba(0,0,0,.3)}.card-head,.panel-head{display:flex;justify-content:space-between;align-items:center}.card-head{font-size:11px;letter-spacing:1.1px;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line)}.live-dot{color:var(--ok)}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;background:var(--ok);border-radius:50%;margin-right:7px}.metric{padding:17px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}.metric span{color:var(--muted);font-size:13px}.metric strong{font-size:13px;text-align:right}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.mini-grid div{background:#0b0e12;border:1px solid #20252d;border-radius:12px;padding:15px}.mini-grid b,.mini-grid span{display:block}.mini-grid b{font-size:20px}.mini-grid span{font-size:11px;color:var(--muted);margin-top:4px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:90px}.feature-grid article{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);padding:26px}.feature-grid article>span{color:var(--accent);font-size:11px;font-weight:800}.feature-grid h3{font-size:18px;margin:22px 0 9px}.feature-grid p{color:var(--muted);line-height:1.55;font-size:14px;margin:0}.notice{margin-top:20px;border:1px solid #3e4726;background:#171c10;color:#cdd9a4;border-radius:10px;padding:12px 14px;font-size:13px}.notice.danger{border-color:#53302e;background:#201312;color:#ffc0bc}.auth-wrap{min-height:calc(100vh - 122px);display:grid;place-items:center;padding:50px 20px}.auth-card{width:min(430px,100%);background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:30px}.auth-card h1{font-size:30px;letter-spacing:-1.2px;margin:10px 0 6px}.muted{color:var(--muted)}.form-stack{display:flex;flex-direction:column;gap:16px;margin-top:25px}.form-stack label{font-size:12px;color:#b4bbc4;font-weight:650}.form-stack input{margin-top:8px;width:100%;height:46px;border-radius:10px;border:1px solid #303743;background:#0d1014;color:var(--text);padding:0 13px;outline:none;font-size:14px}.form-stack input:focus{border-color:#667331;box-shadow:0 0 0 3px rgba(216,255,87,.06)}.form-error{margin-top:16px;background:#201312;border:1px solid #53302e;color:#ffc0bc;padding:11px 13px;border-radius:10px;font-size:13px}.auth-foot{font-size:13px;color:var(--muted);margin:20px 0 0}.auth-foot a{color:var(--text);font-weight:700}.app-shell{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 108px)}.sidebar{border-right:1px solid var(--line);padding:24px 14px;display:flex;flex-direction:column;gap:28px}.side-section{display:flex;flex-direction:column;gap:5px}.side-label{font-size:9px;letter-spacing:1.5px;color:#65707d;padding:0 10px 7px;font-weight:800}.side-section a{padding:10px;border-radius:9px;font-size:13px;color:#a4acb6}.side-section a:hover,.side-section a.active{background:#171b21;color:#fff}.side-section a.active{box-shadow:inset 2px 0 var(--accent)}.side-section a small{float:right;color:#65707d}.side-section a.disabled{opacity:.5;cursor:default}.logout-form{margin-top:auto}.logout-form button{border:0;background:none;color:#7d8793;padding:10px;cursor:pointer}.workspace{padding:32px;min-width:0}.workspace-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.workspace-head h1{font-size:28px;letter-spacing:-1px;margin:7px 0 0}.status-chip{border:1px solid var(--line);background:var(--panel);padding:9px 12px;border-radius:999px;font-size:12px;color:#aeb6c0}.status-chip i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--ok);margin-right:7px}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.stat-row>div{border:1px solid var(--line);border-radius:13px;background:var(--panel);padding:18px}.stat-row span,.stat-row strong{display:block}.stat-row span{font-size:11px;color:var(--muted);margin-bottom:7px}.stat-row strong{font-size:15px}.panel{border:1px solid var(--line);background:var(--panel);border-radius:15px;margin-bottom:16px;overflow:hidden}.panel-head{padding:17px 19px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:14px;margin:0}.panel-head span{font-size:11px;color:var(--muted)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{color:#788390;font-weight:650;text-align:left;background:#0f1216}th,td{padding:12px 15px;border-bottom:1px solid #20252c;white-space:nowrap}tbody tr:hover{background:#151a20}.right{text-align:right}.mono{font-variant-numeric:tabular-nums}.sector{background:#1a1f26;border:1px solid #282f39;padding:4px 7px;border-radius:7px;color:#aeb6c0}.footer{height:40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 28px;color:#626c78;font-size:10px}.admin-shell{padding-top:35px}.admin-stats{grid-template-columns:repeat(4,1fr)}.ok{color:var(--ok)}.off{color:var(--danger)}.inline-form{display:inline}.admin-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px}.small-button{border:1px solid var(--line);background:#171b21;color:#cbd1d8;border-radius:8px;padding:6px 9px;font-size:11px;cursor:pointer}.danger-button{border-color:#53302e;background:#201312;color:#ff9b95}.danger-button:hover{background:#2a1715;color:#ffc0bc}@media(max-width:850px){.hero{grid-template-columns:1fr;padding:70px 0}.hero-copy h1{font-size:54px}.feature-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.stat-row,.admin-stats{grid-template-columns:1fr 1fr}}@media(max-width:560px){.topnav{display:none}.topbar{padding:0 16px}.shell{width:min(100% - 28px,1180px)}.hero-copy h1{font-size:44px;letter-spacing:-2px}.market-card{padding:18px}.workspace{padding:18px}.stat-row,.admin-stats{grid-template-columns:1fr}.footer{padding:0 14px}.footer span:last-child{display:none}}

/* v0.8.3 account menu + durable account state */
.account-menu{position:relative}.account-menu>summary{list-style:none;cursor:pointer;user-select:none}.account-menu>summary::-webkit-details-marker{display:none}.chevron{color:var(--muted);font-size:12px;margin-left:2px}.account-menu[open] .user-pill{border-color:#3a424d;background:#171b21}.account-popover{position:absolute;right:0;top:calc(100% + 10px);width:220px;padding:8px;background:#12161b;border:1px solid var(--line);border-radius:13px;box-shadow:0 20px 60px rgba(0,0,0,.42);z-index:50}.account-popover:before{content:"";position:absolute;right:18px;top:-6px;width:10px;height:10px;background:#12161b;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.account-popover-head{display:flex;flex-direction:column;gap:3px;padding:9px 10px 11px;border-bottom:1px solid var(--line);margin-bottom:5px}.account-popover-head span{font-size:10px;color:var(--muted)}.account-popover-head strong{font-size:13px}.account-popover>a,.account-popover button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#c7cdd5;padding:9px 10px;border-radius:8px;font:inherit;font-size:12px;cursor:pointer}.account-popover>a:hover,.account-popover button:hover{background:#1a1f26;color:#fff}.account-popover form{border-top:1px solid var(--line);padding-top:5px;margin-top:5px}.account-popover form button{color:#ff938d}.stat-row-four{grid-template-columns:repeat(4,1fr)}.persistence-panel{padding:14px 18px;background:#101510;border-color:#27331f}.persistence-panel>div{display:flex;align-items:center;gap:16px}.persistence-panel strong{font-size:12px;color:#dceab1;white-space:nowrap}.persistence-panel span{font-size:11px;color:#879174}@media(max-width:1050px){.stat-row-four{grid-template-columns:1fr 1fr}}@media(max-width:560px){.stat-row-four{grid-template-columns:1fr}.persistence-panel>div{align-items:flex-start;flex-direction:column;gap:5px}}

/* v0.8.4 — explicit Solo / Multiplayer boundary */
.nav-mode-indicator{align-self:center;font-size:9px;font-weight:850;letter-spacing:1.2px;padding:5px 8px;border:1px solid var(--line);border-radius:999px}.nav-mode-indicator.live{color:#a8ebc7;border-color:#264535;background:#101d17}.nav-mode-indicator.solo{color:#b8ccff;border-color:#2d3c60;background:#111827}.account-popover a small{float:right;color:#6e7885;font-size:9px;margin-top:2px}.mode-gate{padding:72px 0 90px;min-height:calc(100vh - 108px)}.mode-gate-head{max-width:720px;margin-bottom:28px}.mode-gate-head h1{font-size:42px;letter-spacing:-1.8px;margin:9px 0 14px}.mode-gate-head p{color:#a8b0ba;font-size:16px;line-height:1.65;margin:0}.mode-request-notice{padding:13px 15px;border:1px solid #4b4225;background:#1b180f;border-radius:12px;color:#d8cd9f;font-size:13px;margin:0 0 18px}.mode-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mode-choice-card{border:1px solid var(--line);background:linear-gradient(145deg,#15191f,#101318);border-radius:20px;padding:27px;min-height:410px;display:flex;flex-direction:column;box-shadow:0 25px 70px rgba(0,0,0,.18)}.mode-choice-card.is-current{box-shadow:inset 0 0 0 1px #48515d,0 25px 70px rgba(0,0,0,.18)}.mode-card-top{display:flex;align-items:center;justify-content:space-between}.mode-state{font-size:9px;font-weight:850;letter-spacing:1.3px;color:#77818e}.mode-orb{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;font-weight:850;font-size:14px}.live-orb{background:#14271e;border:1px solid #28533d;color:#8be8b8}.solo-orb{background:#151f36;border:1px solid #314b7e;color:#a9c5ff}.mode-choice-card h2{font-size:28px;letter-spacing:-1px;margin:22px 0 8px}.mode-choice-card>p{font-size:14px;color:#a2abb6;line-height:1.6;margin:0}.mode-choice-card ul{list-style:none;padding:0;margin:22px 0 28px;display:flex;flex-direction:column;gap:10px;color:#c3cad2;font-size:12px}.mode-choice-card li:before{content:"✓";display:inline-block;margin-right:9px;color:#7d8997}.mode-choice-card form{margin-top:auto}.mode-enter{margin-top:auto;width:100%;min-height:46px;border:1px solid #39414c;border-radius:11px;background:#1b2027;color:#f3f5f7;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:750;cursor:pointer}.mode-enter:hover{background:#222831}.mode-enter.current{border-color:#38423b;background:#151c18}.live-card .mode-enter:not(.current){border-color:#2b5d45;background:#163424}.live-card .mode-enter:not(.current):hover{background:#1c432f}.solo-card .mode-enter:not(.current){border-color:#39588e;background:#182541}.solo-card .mode-enter:not(.current):hover{background:#1e2e51}.mode-gate-foot{color:#78828e;font-size:11px;margin:18px 2px 0}.mode-identity{margin:0 4px;padding:11px 8px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.mode-identity .mode-orb{width:34px;height:34px;border-radius:9px}.mode-identity div{min-width:0}.mode-identity b,.mode-identity small{display:block}.mode-identity b{font-size:13px}.mode-identity small{font-size:9px;color:#77818e;margin-top:3px;white-space:nowrap}.mode-switch-link{margin-top:auto!important;border:1px solid var(--line);background:#101419;border-radius:11px;padding:11px!important;display:flex!important;gap:9px;align-items:center;color:#c6cdd5!important}.mode-switch-link:hover{border-color:#3b444f;background:#171c22!important}.mode-switch-link>span{font-size:17px;color:#7e8996}.mode-switch-link b,.mode-switch-link small{display:block}.mode-switch-link b{font-size:11px}.mode-switch-link small{font-size:8px;color:#6f7986;margin-top:2px}.live-eyebrow{color:#77e3aa}.solo-eyebrow{color:#9ab9ff}.live-mode-chip i{background:#77e3aa}.solo-mode-chip{color:#bacbfa}.solo-mode-chip i{background:#8eafff}.mode-boundary-banner{display:flex;gap:14px;align-items:center;padding:12px 15px;border:1px solid #274334;background:#101b16;border-radius:12px;margin-bottom:16px}.mode-boundary-banner strong{font-size:11px;color:#9de1bd;white-space:nowrap}.mode-boundary-banner span{font-size:10px;color:#778a80}.mode-boundary-banner.solo-boundary{border-color:#293955;background:#111826}.mode-boundary-banner.solo-boundary strong{color:#aec5ff}.mode-boundary-banner.solo-boundary span{color:#7d8aa5}.solo-foundation-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:16px}.baseline-list{display:grid;grid-template-columns:1fr 1fr}.baseline-list>div{padding:18px 19px;border-right:1px solid #20252c;border-bottom:1px solid #20252c;min-height:122px}.baseline-list>div:nth-child(even){border-right:0}.baseline-list>div:nth-last-child(-n+2){border-bottom:0}.baseline-list b,.baseline-list span{display:block}.baseline-list b{font-size:12px;margin-bottom:8px}.baseline-list span{font-size:11px;line-height:1.55;color:#89939f}.solo-status-body{padding:4px 18px 18px}.solo-status-body .metric:last-child{border-bottom:0}.empty-mode-state{padding:19px 0}.empty-mode-state strong{font-size:13px}.empty-mode-state p{font-size:11px;line-height:1.6;color:#858f9b;margin:8px 0 0}.solo-next-note{border:1px solid #343b45;background:#12161b;border-radius:12px;padding:13px 15px;color:#8d97a3;font-size:11px;line-height:1.55}.solo-next-note strong{color:#c7ced6}.mode-live-shell .sidebar{border-right-color:#233229}.mode-solo-shell .sidebar{border-right-color:#253149}@media(max-width:900px){.mode-choice-grid,.solo-foundation-grid{grid-template-columns:1fr}.mode-choice-card{min-height:0}.baseline-list{grid-template-columns:1fr}.baseline-list>div{border-right:0!important}.baseline-list>div:nth-last-child(2){border-bottom:1px solid #20252c}}@media(max-width:560px){.mode-gate{padding:44px 0 70px}.mode-gate-head h1{font-size:34px}.mode-boundary-banner{align-items:flex-start;flex-direction:column;gap:4px}}

/* v0.8.6 — calmer, more compact mode chooser */
.mode-gate-v2{padding:54px 0 74px;max-width:1060px}.mode-gate-head-v2{max-width:690px;margin-bottom:22px}.mode-gate-head-v2 h1{font-size:40px;margin:8px 0 10px}.mode-gate-head-v2 p{font-size:14px;line-height:1.6;color:#949da8}.current-mode-strip{height:54px;margin:0 0 14px;padding:0 17px;border:1px solid var(--line);border-radius:15px;background:#11151a;display:flex;align-items:center;gap:9px}.current-mode-strip .current-mode-dot{width:7px;height:7px;border-radius:50%;background:#8eafff}.current-mode-strip.live .current-mode-dot{background:#6fe0a4}.current-mode-strip>span:not(.current-mode-dot){font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#737d89;font-weight:750}.current-mode-strip strong{font-size:13px}.current-mode-strip small{margin-left:auto;font-size:11px;color:#77818d}.mode-choice-grid-v2{gap:14px}.mode-choice-card-v2{min-height:330px;padding:23px 24px;border-radius:17px;background:#12161b;box-shadow:none}.mode-choice-card-v2.is-current{border-color:#3a424b;box-shadow:inset 0 0 0 1px #282f36}.mode-choice-card-v2 h2{font-size:25px;margin:18px 0 7px}.mode-choice-card-v2>p{font-size:13px;line-height:1.55;max-width:420px}.mode-feature-chips{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.mode-feature-chips span{height:27px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid #29313a;border-radius:999px;background:#0e1216;color:#9da6b1;font-size:10px}.mode-card-divider{border-top:1px solid #232a32;margin:2px 0 13px}.mode-card-note{display:block;color:#737d89;line-height:1.55;font-size:10.5px;max-width:440px}.mode-choice-card-v2 form,.mode-choice-card-v2>.mode-enter{margin-top:auto}.mode-choice-card-v2 .mode-enter{min-height:43px;border-radius:10px}.mode-choice-card-v2 .mode-state{font-size:8px;letter-spacing:1.5px}.mode-choice-card-v2 .mode-orb{width:35px;height:35px;border-radius:10px}.mode-gate-v2 .mode-gate-foot{text-align:center;margin-top:14px}@media(max-width:900px){.current-mode-strip small{display:none}.mode-gate-v2{padding-top:38px}.mode-choice-card-v2{min-height:290px}}
