:root{--bg:#EDEFF3;--surface:#FFFFFF;--surface-2:#F5F6F9;--surface-3:#EDEFF3;--border:#E1E4EC;--border-strong:#CDD2DE;--ink:#161A21;--muted:#5A6371;--faint:#8B94A4;--accent:#C8912E;--accent-strong:#A9791F;--accent-tint:rgba(200,145,46,.12);--accent-line:rgba(200,145,46,.35);--ok:#2E9E6B;--ok-tint:rgba(46,158,107,.13);--run:#3B7DE0;--run-tint:rgba(59,125,224,.13);--warn:#C88A20;--warn-tint:rgba(200,138,32,.14);--fail:#D6383D;--fail-tint:rgba(214,56,61,.12);--shadow:0 1px 2px rgba(20,26,40,.05), 0 4px 16px rgba(20,26,40,.06);--sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--mono:ui-monospace,"SF Mono","JetBrains Mono",Menlo,Consolas,monospace;--r:12px;--r-sm:8px}@media(prefers-color-scheme:dark){:root{--bg:#0C0E12;--surface:#141821;--surface-2:#1A1F29;--surface-3:#1F2530;--border:#262C38;--border-strong:#333B4A;--ink:#E7EAF1;--muted:#98A2B2;--faint:#69717F;--accent:#E0B255;--accent-strong:#EFC672;--accent-tint:rgba(224,178,85,.14);--accent-line:rgba(224,178,85,.32);--ok:#45B984;--ok-tint:rgba(69,185,132,.15);--run:#5A96F0;--run-tint:rgba(90,150,240,.16);--warn:#E0A63B;--warn-tint:rgba(224,166,59,.16);--fail:#EA5257;--fail-tint:rgba(234,82,87,.15);--shadow:0 1px 2px rgba(0,0,0,.3), 0 6px 22px rgba(0,0,0,.35)}}:root[data-theme=light]{--bg:#EDEFF3;--surface:#FFFFFF;--surface-2:#F5F6F9;--surface-3:#EDEFF3;--border:#E1E4EC;--border-strong:#CDD2DE;--ink:#161A21;--muted:#5A6371;--faint:#8B94A4;--accent:#C8912E;--accent-strong:#A9791F;--accent-tint:rgba(200,145,46,.12);--accent-line:rgba(200,145,46,.35);--ok:#2E9E6B;--ok-tint:rgba(46,158,107,.13);--run:#3B7DE0;--run-tint:rgba(59,125,224,.13);--warn:#C88A20;--warn-tint:rgba(200,138,32,.14);--fail:#D6383D;--fail-tint:rgba(214,56,61,.12);--shadow:0 1px 2px rgba(20,26,40,.05), 0 4px 16px rgba(20,26,40,.06)}:root[data-theme=dark]{--bg:#0C0E12;--surface:#141821;--surface-2:#1A1F29;--surface-3:#1F2530;--border:#262C38;--border-strong:#333B4A;--ink:#E7EAF1;--muted:#98A2B2;--faint:#69717F;--accent:#E0B255;--accent-strong:#EFC672;--accent-tint:rgba(224,178,85,.14);--accent-line:rgba(224,178,85,.32);--ok:#45B984;--ok-tint:rgba(69,185,132,.15);--run:#5A96F0;--run-tint:rgba(90,150,240,.16);--warn:#E0A63B;--warn-tint:rgba(224,166,59,.16);--fail:#EA5257;--fail-tint:rgba(234,82,87,.15);--shadow:0 1px 2px rgba(0,0,0,.3), 0 6px 22px rgba(0,0,0,.35)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;text-wrap:balance;letter-spacing:-.01em}a{color:inherit}button{font-family:inherit;cursor:pointer}::selection{background:var(--accent-tint)}.app{display:grid;grid-template-columns:236px 1fr;min-height:100vh}.side{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;gap:4px;padding:18px 14px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:6px 8px 16px}.brand .mark{width:34px;height:34px;border-radius:9px;flex:none;background:linear-gradient(150deg,var(--accent),var(--accent-strong));display:grid;place-items:center;box-shadow:inset 0 1px #ffffff40}.brand .mark svg{width:19px;height:19px}.brand b{font-size:14.5px;letter-spacing:-.02em;display:block;line-height:1.15}.brand span{font-size:11px;color:var(--faint)}.navlabel{font-size:10.5px;text-transform:uppercase;letter-spacing:.09em;color:var(--faint);padding:14px 10px 5px;font-weight:600}.nav{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-sm);color:var(--muted);font-weight:500;border:1px solid transparent;user-select:none;text-decoration:none;cursor:pointer}.nav:hover{background:var(--surface-2);color:var(--ink)}.nav.active{background:var(--accent-tint);color:var(--ink);border-color:var(--accent-line)}.nav svg{width:17px;height:17px;flex:none;opacity:.85}.nav .tag{margin-left:auto;font-size:10px;color:var(--faint);background:var(--surface-2);border:1px solid var(--border);padding:1px 6px;border-radius:20px}.side .spacer{flex:1}.node{border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 11px;background:var(--surface-2)}.node .row{display:flex;align-items:center;gap:7px;font-size:12px}.node .dot{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 3px var(--ok-tint)}.node .dot.off{background:var(--faint);box-shadow:0 0 0 3px var(--surface-3)}.node .meta{color:var(--faint);font-size:11px;margin-top:5px;font-family:var(--mono)}.main{display:flex;flex-direction:column;min-width:0}.top{display:flex;align-items:center;gap:14px;padding:16px 26px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:5}.top h1{font-size:17px}.top .sub{color:var(--faint);font-size:12.5px;margin-top:2px}.top .grow{flex:1}.iconbtn{width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;color:var(--muted)}.iconbtn:hover{color:var(--ink);border-color:var(--border-strong)}.iconbtn svg{width:16px;height:16px}.avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(140deg,#5a96f0,#8a6bf0);display:grid;place-items:center;color:#fff;font-size:12px;font-weight:600;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:var(--r-sm);font-weight:600;font-size:13px;border:1px solid var(--border);background:var(--surface);color:var(--ink)}.btn:hover{border-color:var(--border-strong);background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{width:15px;height:15px}.btn.primary{background:linear-gradient(150deg,var(--accent),var(--accent-strong));border-color:var(--accent-strong);color:#231a06}.btn.primary:hover{filter:brightness(1.05)}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.btn.ghost:hover{color:var(--ink);background:var(--surface-2)}.btn.danger{color:var(--fail);border-color:var(--fail-tint);background:var(--fail-tint)}.btn.sm{padding:6px 11px;font-size:12px}.content{padding:24px 26px 60px;max-width:1120px;width:100%}.view{animation:fade .28s ease}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:15px 16px;box-shadow:var(--shadow)}.stat .k{font-size:11.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat .v{font-size:25px;font-weight:700;margin-top:7px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat .v small{font-size:13px;color:var(--faint);font-weight:500}.stat .d{font-size:11.5px;color:var(--faint);margin-top:3px}.sechead{display:flex;align-items:center;gap:10px;margin:6px 0 13px}.sechead h2{font-size:14px;letter-spacing:.01em}.sechead .grow{flex:1}.filters{display:flex;gap:6px}.chip{font-size:12px;padding:5px 11px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer}.chip.on{background:var(--accent-tint);border-color:var(--accent-line);color:var(--ink);font-weight:600}.builds{display:flex;flex-direction:column;gap:10px}.build{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:14px 16px;display:grid;grid-template-columns:auto 34px 1fr auto;gap:14px;align-items:center;box-shadow:var(--shadow);transition:border-color .15s,transform .15s;cursor:pointer;text-decoration:none;color:inherit}.b-right{min-width:0}.build:hover{border-color:var(--border-strong);transform:translateY(-1px)}.build .num{font-family:var(--mono);font-size:13px;color:var(--faint);font-weight:600}.build .plat{width:30px;height:30px;border-radius:7px;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;margin-top:2px}.build .plat svg{width:17px;height:17px}.b-main{min-width:0}.b-title{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.b-title .v{font-family:var(--mono);font-weight:600;font-size:13.5px}.b-sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px;color:var(--faint);font-size:12px}.b-sub .sep{opacity:.5}.b-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.targets{display:flex;gap:5px}.tgt{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:20px;border:1px solid var(--border);background:var(--surface-2);color:var(--muted)}.tgt svg{width:11px;height:11px}.tgt.play{color:var(--ok);border-color:var(--ok-tint);background:var(--ok-tint)}.tgt.drive{color:var(--run);border-color:var(--run-tint);background:var(--run-tint)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid transparent;white-space:nowrap}.badge svg{width:12px;height:12px}.badge.ok{color:var(--ok);background:var(--ok-tint)}.badge.run{color:var(--run);background:var(--run-tint)}.badge.fail{color:var(--fail);background:var(--fail-tint)}.badge.env{color:var(--muted);background:var(--surface-2);border-color:var(--border);font-weight:600}.badge.prod{color:var(--accent-strong);background:var(--accent-tint);border-color:var(--accent-line)}.badge.warn{color:var(--warn);background:var(--warn-tint)}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--run);animation:pulse 1.4s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--run-tint)}70%{box-shadow:0 0 0 6px transparent}to{box-shadow:0 0 0 0 transparent}}.mini-prog{height:4px;border-radius:4px;background:var(--surface-3);overflow:hidden;width:150px;margin-top:2px}.mini-prog i{display:block;height:100%;background:var(--run);border-radius:4px;transition:width .4s}.ios-card{margin-top:22px;border:1px dashed var(--border-strong);border-radius:var(--r);padding:18px;display:flex;align-items:center;gap:14px;background:var(--surface-2);color:var(--muted)}.ios-card .plat{width:34px;height:34px;border-radius:8px;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center}.ios-card .plat svg{width:19px;height:19px}.ios-card b{color:var(--ink)}.soon{margin-left:auto;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-strong);background:var(--accent-tint);border:1px solid var(--accent-line);padding:5px 11px;border-radius:20px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:22px;box-shadow:var(--shadow);margin-bottom:16px}.panel h3{font-size:13.5px;margin-bottom:3px}.panel .hint{color:var(--faint);font-size:12.5px;margin-bottom:18px}.field{margin-bottom:18px}.field>label{display:block;font-weight:600;font-size:12.5px;margin-bottom:8px}.field .desc{color:var(--faint);font-size:12px;margin-top:6px}.mono{font-family:var(--mono)}.seg{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:3px;gap:3px}.seg button{border:0;background:transparent;color:var(--muted);padding:7px 15px;border-radius:6px;font-weight:600;font-size:12.5px}.seg button.on{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.seg button.on.prodx{color:var(--accent-strong)}select,input[type=text],input[type=password],textarea{width:100%;max-width:340px;padding:9px 12px;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--ink);font-family:var(--sans);font-size:13px}textarea{max-width:100%;font-family:var(--mono);min-height:96px;resize:vertical}select:focus,input:focus,textarea:focus{outline:2px solid var(--accent-line);outline-offset:1px;border-color:var(--accent)}.platpick{display:flex;gap:12px}.platopt{flex:1;max-width:220px;border:1px solid var(--border);border-radius:var(--r-sm);padding:14px;display:flex;align-items:center;gap:11px;background:var(--surface-2);cursor:pointer}.platopt.on{border-color:var(--accent);background:var(--accent-tint)}.platopt.off{opacity:.6;cursor:not-allowed}.platopt .plat{width:30px;height:30px;border-radius:7px;background:var(--surface);border:1px solid var(--border);display:grid;place-items:center}.platopt .plat svg{width:17px;height:17px}.platopt small{display:block;color:var(--faint);font-size:11px}.toggle-row{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface-2);margin-bottom:10px;max-width:520px;cursor:pointer}.toggle-row.on{border-color:var(--accent-line);background:var(--accent-tint)}.sw{width:38px;height:22px;border-radius:20px;background:var(--border-strong);position:relative;flex:none;margin-top:1px;transition:background .15s}.sw i{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 3px #0000004d}.toggle-row.on .sw{background:var(--accent)}.toggle-row.on .sw i{left:18px}.toggle-row .tt{font-weight:600;font-size:13px}.toggle-row .td{color:var(--faint);font-size:12px;margin-top:3px}.toggle-row .grow{flex:1}.formfoot{display:flex;align-items:center;gap:12px;margin-top:8px}.formfoot .note{color:var(--faint);font-size:12px}.prof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.profile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.profile:hover{border-color:var(--border-strong)}.profile .ptop{display:flex;align-items:flex-start;gap:11px}.profile .picon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none;border:1px solid var(--border)}.profile .picon svg{width:17px;height:17px}.profile.prod .picon{background:var(--accent-tint);border-color:var(--accent-line);color:var(--accent-strong)}.profile.stag .picon{background:var(--run-tint);border-color:var(--run-tint);color:var(--run)}.profile.dev .picon{background:var(--surface-2);color:var(--muted)}.profile h3{font-size:14px}.profile .pdesc{color:var(--faint);font-size:12px;margin-top:2px}.profile .prow{display:flex;flex-wrap:wrap;gap:6px}.profile .pmeta{font-size:11.5px;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);padding:3px 9px;border-radius:20px}.profile .pmeta b{color:var(--ink);font-weight:600}.profile .pfoot{display:flex;gap:8px;margin-top:auto;padding-top:4px}.profile .pfoot .btn{flex:1;justify-content:center}.profile .last{font-size:11.5px;color:var(--faint);display:flex;align-items:center;gap:6px}.newprof{border:1px dashed var(--border-strong);background:var(--surface-2);align-items:center;justify-content:center;color:var(--muted);min-height:140px;text-align:center;cursor:pointer}.newprof:hover{border-color:var(--accent);color:var(--accent-strong)}.fromprofile{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:12px 14px;margin-bottom:20px}.fromprofile .pill{font-size:12px;padding:6px 12px;border-radius:20px;border:1px solid var(--border);background:var(--surface);cursor:pointer}.fromprofile .pill.on{background:var(--accent-tint);border-color:var(--accent-line);color:var(--ink);font-weight:600}.detail-grid{display:grid;grid-template-columns:1fr 300px;gap:16px;align-items:start}.console{background:#0b0d12;border:1px solid var(--border);border-radius:var(--r);overflow:hidden}:root[data-theme=light] .console{background:#0e1117}.console .bar{display:flex;align-items:center;gap:9px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08);color:#c8ccd6}.console .bar .live{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:#8fb4f4;font-weight:600}.console .bar .grow{flex:1}.console .bar .t{font-family:var(--mono);font-size:11.5px;color:#6b7180}.log{font-family:var(--mono);font-size:12px;line-height:1.65;padding:14px 16px;max-height:520px;overflow:auto;color:#c4c9d4}.log .l{white-space:pre-wrap;word-break:break-word}.log .t{color:#5b6270;margin-right:9px}.log .cmd{color:#e0b255}.log .ok{color:#57c98d}.log .info{color:#7fa8f0}.log .warn{color:#e0a63b}.log .err{color:#ea5257}.log .dim{color:#6b7180}.log .cur{display:inline-block;width:8px;height:14px;background:#8fb4f4;vertical-align:-2px;animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}.console .bar .log-tools{display:flex;align-items:center;gap:8px}.log-errfilter{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 9px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#c8ccd6;border-radius:7px;font-family:var(--sans);font-size:12px;font-weight:600;cursor:pointer}.log-errfilter:hover{background:#ffffff1f}.log-errfilter svg{width:13px;height:13px}.log-errfilter .cnt{font-family:var(--mono);font-size:10.5px;background:#ffffff1f;color:#c8ccd6;border-radius:20px;padding:1px 6px;min-width:16px;text-align:center}.log-errfilter.on{background:#ea525729;border-color:#ea52578c;color:#ff8589}.log-errfilter.on .cnt{background:#ea525759;color:#ffd7d8}.log-search{display:flex;align-items:center;gap:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:7px;padding:3px 6px 3px 8px;height:26px}.log-search.nomatch{border-color:#ea52578c}.log-search>svg{width:13px;height:13px;color:#6b7180;flex:none}.log-search input{background:none;border:none;outline:none;color:#c8ccd6;font-family:var(--sans);font-size:12px;width:130px;padding:0}.log-search input::placeholder{color:#6b7180}.log-search .matchn{font-family:var(--mono);font-size:10.5px;color:#8fb4f4;white-space:nowrap;padding:0 2px}.log-search.nomatch .matchn{color:#ea5257}.log-search button{display:grid;place-items:center;width:18px;height:18px;padding:0;border:none;background:none;color:#8b91a0;border-radius:4px;cursor:pointer}.log-search button:hover:not(:disabled){background:#ffffff1a;color:#e3e6ee}.log-search button:disabled{opacity:.35;cursor:default}.log-search button svg{width:13px;height:13px}.log-dl{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#c8ccd6;border-radius:7px;cursor:pointer}.log-dl:hover{background:#ffffff1f;color:#fff}.log-dl svg{width:14px;height:14px}.log .l-active{background:#8fb4f41a;border-radius:3px;margin:0 -6px;padding:0 6px;box-shadow:inset 2px 0 #8fb4f4}.log mark.hl{background:#e0b255;color:#1a1205;border-radius:2px;padding:0 1px}.log .l-active mark.hl{background:#ffd479}.rail{display:flex;flex-direction:column;gap:14px}.rcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:15px;box-shadow:var(--shadow)}.rcard h4{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:var(--faint);margin-bottom:12px}.steps{display:flex;flex-direction:column;gap:2px}.step{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:12.5px}.step .ic{width:20px;height:20px;border-radius:50%;flex:none;display:grid;place-items:center;border:1px solid var(--border)}.step .ic svg{width:11px;height:11px}.step.done .ic{background:var(--ok-tint);border-color:var(--ok-tint);color:var(--ok)}.step.now .ic{background:var(--run-tint);border-color:var(--run);color:var(--run)}.step.failed .ic{background:var(--fail-tint);border-color:var(--fail);color:var(--fail)}.step.wait{color:var(--faint)}.step .grow{flex:1}.step .dur{font-family:var(--mono);font-size:11px;color:var(--faint)}.kv{display:flex;justify-content:space-between;padding:6px 0;font-size:12.5px;border-bottom:1px solid var(--border);gap:10px}.kv:last-child{border-bottom:0}.kv .k{color:var(--muted)}.kv .v{font-family:var(--mono);font-weight:600;text-align:right;word-break:break-all}.dl{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r-sm);margin-bottom:8px;background:var(--surface-2);text-decoration:none;color:inherit}.dl:hover{border-color:var(--accent-line)}.dl svg{width:16px;height:16px;color:var(--muted)}.dl .grow{flex:1;min-width:0}.dl b{font-size:12.5px;display:block}.dl small{color:var(--faint);font-size:11px;font-family:var(--mono)}.dl .go{color:var(--accent-strong);font-size:12px;font-weight:600}.setup-intro{background:linear-gradient(150deg,var(--accent-tint),transparent);border:1px solid var(--accent-line);border-radius:var(--r);padding:20px 22px;margin-bottom:20px}.setup-intro h2{font-size:18px;margin-bottom:6px}.setup-intro p{color:var(--muted);margin:0;max-width:64ch}.need{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.need span{font-size:12px;background:var(--surface);border:1px solid var(--border);padding:6px 11px;border-radius:20px;color:var(--muted)}.need span b{color:var(--ink)}.stepc{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:20px 22px;margin-bottom:14px;box-shadow:var(--shadow);display:grid;grid-template-columns:38px 1fr;gap:16px}.stepc .no{width:30px;height:30px;border-radius:50%;background:var(--accent-tint);border:1px solid var(--accent-line);color:var(--accent-strong);font-weight:700;display:grid;place-items:center;font-size:14px;font-variant-numeric:tabular-nums}.stepc h3{font-size:15px;margin-bottom:5px}.stepc .who{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--faint);margin-bottom:10px}.stepc p{color:var(--muted);margin:0 0 12px;max-width:70ch}.stepc ol,.stepc ul{color:var(--muted);margin:0 0 12px;padding-left:20px;max-width:70ch}.stepc li{margin-bottom:6px}.stepc b{color:var(--ink)}.code{position:relative;background:#0b0d12;border:1px solid var(--border);border-radius:var(--r-sm);padding:12px 44px 12px 14px;font-family:var(--mono);font-size:12.5px;color:#d5dae4;overflow-x:auto;margin:0 0 12px;white-space:pre}:root[data-theme=light] .code{background:#0e1117}.code .p{color:#57c98d;user-select:none}.code .c{color:#6b7180}.copy{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#c8ccd6;display:grid;place-items:center}.copy:hover{background:#ffffff1f}.copy svg{width:14px;height:14px}.seeu{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-sm);padding:11px 13px;font-size:12.5px;color:var(--muted);margin-bottom:6px}.seeu b{color:var(--ink)}.tip{display:flex;gap:8px;font-size:12.5px;color:var(--muted);background:var(--run-tint);border:1px solid var(--run-tint);border-radius:var(--r-sm);padding:10px 12px;margin-top:4px}.tip svg{width:15px;height:15px;color:var(--run);flex:none;margin-top:1px}.checklist .item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.checklist .item:last-child{border-bottom:0}.checklist .ic{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;flex:none}.checklist .ic.ok{background:var(--ok-tint);color:var(--ok)}.checklist .ic.no{background:var(--warn-tint);color:var(--warn)}.checklist .ic svg{width:12px;height:12px}.checklist .grow{flex:1}.checklist b{font-size:13px}.checklist small{color:var(--faint);font-size:12px;display:block;margin-top:1px}.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl th{text-align:left;color:var(--faint);font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;padding:10px 12px;border-bottom:1px solid var(--border)}.tbl td{padding:12px;border-bottom:1px solid var(--border);vertical-align:middle}.tbl tr:last-child td{border-bottom:0}.tbl .u-email{font-weight:600}.tbl .u-sub{color:var(--faint);font-size:12px}.rolepick{display:inline-flex;gap:6px;align-items:center}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(20px);opacity:0;background:var(--ink);color:var(--bg);padding:10px 18px;border-radius:22px;font-size:13px;font-weight:600;box-shadow:var(--shadow);transition:.25s;pointer-events:none;z-index:50}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.empty{text-align:center;color:var(--faint);padding:60px 20px;border:1px dashed var(--border-strong);border-radius:var(--r);background:var(--surface-2)}.spinner{width:20px;height:20px;border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{display:grid;place-items:center;min-height:100vh;padding:24px}.auth-card{max-width:400px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:36px 32px;box-shadow:var(--shadow);text-align:center}.auth-card .mark{width:52px;height:52px;border-radius:14px;margin:0 auto 18px;background:linear-gradient(150deg,var(--accent),var(--accent-strong));display:grid;place-items:center;box-shadow:inset 0 1px #ffffff40}.auth-card .mark svg{width:28px;height:28px}.auth-card h1{font-size:20px;margin-bottom:6px}.auth-card p{color:var(--muted);margin:0 0 24px;line-height:1.6}.gbtn{display:inline-flex;align-items:center;gap:10px;justify-content:center;width:100%;padding:11px 16px;border-radius:var(--r-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--ink);font-weight:600;font-size:14px;text-decoration:none}.gbtn:hover{background:var(--surface-2)}.gbtn svg{width:18px;height:18px}@media(max-width:900px){.app{grid-template-columns:1fr}.side{display:none}.stats{grid-template-columns:repeat(2,1fr)}.detail-grid,.prof-grid{grid-template-columns:1fr}.build{grid-template-columns:40px 1fr;grid-auto-flow:row}.b-right{grid-column:1/-1;align-items:flex-start;flex-direction:row;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
