:root{--bg: #020817;--text: #e2e8f0;--muted: #94a3b8;--surface: #020617;--surface-2: #0b1220;--surface-3: #030c1a;--border: #1e293b;--border-strong: #334155;--border-active: #64748b;--good: #166534;--bad: #7f1d1d}:root.light{--bg: #f8fafc;--text: #0f172a;--muted: #475569;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--border: #cbd5e1;--border-strong: #94a3b8;--border-active: #475569;--good: #16a34a;--bad: #dc2626}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.app{max-width:1220px;margin:0 auto;padding:18px}.header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.logo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);font-weight:700}.eyebrow{font-size:12px;color:var(--muted)}h1{margin:1px 0 0;font-size:22px}.theme-toggle{margin-left:auto}.tabs{display:grid;gap:8px;margin-bottom:12px}.tabs4{grid-template-columns:repeat(4,minmax(0,1fr))}.tab{border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);border-radius:10px;padding:10px;font-weight:600;cursor:pointer}.tab.active{border-color:var(--border-active)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px}.card-head h2{margin:0;font-size:18px}.card-head p{margin:5px 0 14px;color:var(--muted);font-size:13px}.grid{display:grid;gap:10px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}label{display:grid;gap:6px;font-size:12px;color:var(--muted)}input,textarea,select{width:100%;padding:9px;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text)}.kpi{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.pill{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:10px;padding:10px;display:grid;gap:5px}.pill span{color:var(--muted);font-size:12px}.pill.good{border-color:var(--good)}.pill.bad{border-color:var(--bad)}.table-like{border:1px solid var(--border);border-radius:10px;overflow:hidden}.table-like>div{display:flex;justify-content:space-between;padding:9px 10px;border-bottom:1px solid var(--border)}.table-like>div:last-child{border-bottom:none}.table-like span{color:var(--muted)}.split{display:grid;grid-template-columns:340px 1fr;gap:12px}.panel{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface-3)}.panel h3{margin:2px 0 10px}.list-row{width:100%;text-align:left;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface-2);color:var(--text);padding:8px;margin-bottom:8px;display:grid}.list-row small{color:var(--muted)}.list-row.active{border-color:var(--border-active)}.btn{border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);border-radius:8px;padding:9px 12px;cursor:pointer}.muted{color:var(--muted)}.lab-shell{display:grid;grid-template-columns:340px 1fr;gap:12px}.lab-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-pill{font-size:11px;border-radius:999px;padding:4px 8px;border:1px solid var(--border-strong)}.status-pill.wip{border-color:#b45309;color:#f59e0b}.status-pill.planned{border-color:#2563eb;color:#60a5fa}.status-pill.stable{border-color:#15803d;color:#4ade80}.chip-row{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.chip{border:1px solid var(--border-strong);padding:2px 8px;border-radius:999px;font-size:12px;color:var(--muted)}.lab-create{margin-top:12px;border-top:1px dashed var(--border);padding-top:10px}@media(max-width:960px){.grid.three,.grid.four,.kpi{grid-template-columns:1fr 1fr}.split,.lab-shell{grid-template-columns:1fr}}@media(max-width:640px){.header{flex-wrap:wrap}.theme-toggle{margin-left:0}.tabs4,.grid.three,.grid.four,.kpi{grid-template-columns:1fr}}
