:root{color-scheme:light dark;--bg: #0f172a;--panel: #111827;--panel-soft: #1f2937;--text: #e5e7eb;--muted: #9ca3af;--accent: #38bdf8;--border: #334155}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column}.topbar{padding:.9rem 1.2rem;border-bottom:1px solid var(--border);background:var(--panel);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:center}.topbar-title h1{margin:0;font-size:1.2rem}.topbar-title p{margin:.2rem 0 0}.topbar-community{justify-self:center;font-size:1.35rem;font-weight:700;line-height:1.1;text-align:center;color:var(--accent)}.topbar-community:hover{text-decoration:none}.topbar-meta{display:grid;grid-template-columns:repeat(2,max-content);column-gap:1rem;row-gap:.2rem;align-items:center;font-size:.92rem;justify-self:end}.topbar-meta .data-age{grid-column:1 / -1;font-variant-numeric:tabular-nums;min-width:24ch}.topbar-meta .data-age.fresh{color:#22c55e}.topbar-meta .data-age.stale{color:#ef4444}.layout-body{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 78px)}.sidebar{border-right:1px solid var(--border);background:var(--panel);padding:1rem .8rem}.sidebar nav{display:flex;flex-direction:column;gap:.35rem}.sidebar a{color:var(--text);padding:.6rem .7rem;border-radius:.5rem;border:1px solid transparent}.sidebar a:hover{background:var(--panel-soft);text-decoration:none}.sidebar a.active{background:var(--panel-soft);border-color:var(--accent)}.content{padding:1rem;display:flex;flex-direction:column;gap:1rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:.65rem;padding:.8rem}.card h3{margin:0;font-size:.9rem;color:var(--muted)}.card strong{display:block;margin-top:.35rem;font-size:1.3rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.status-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.panel-runtime-status{grid-column:2;grid-row:1}.panel-status{grid-column:1;grid-row:2}.panel-contact{grid-column:1;grid-row:1}.panel-backbones{grid-column:2;grid-row:2}.status-summary{display:grid;gap:.55rem;margin-bottom:.9rem}.status-summary-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.status-summary-label{display:flex;align-items:center;gap:.5rem}.status-summary-value{display:flex;align-items:center}.status-summary-meta{font-size:.92rem;color:var(--muted)}.panel-backbones table td:last-child{width:1%}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:8.5ch;padding:.2rem .55rem;border-radius:999px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.status-pill.connected{background:#22c55e2e;color:#86efac}.status-pill.stale{background:#f59e0b2e;color:#fcd34d}.status-pill.disconnected{background:#ef44442e;color:#fca5a5}.panel{background:var(--panel);border:1px solid var(--border);border-radius:.65rem;padding:.9rem}.panel h3{margin:0 0 .7rem}.panel-head{display:flex;justify-content:space-between;gap:.8rem;align-items:center;margin-bottom:.5rem}.extension-host{min-height:12rem}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.92rem}th,td{text-align:left;padding:.52rem .5rem;border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap}thead th{position:sticky;top:0;background:var(--panel-soft);z-index:1}.kv-table td{white-space:normal}td.quality-good,td.quality-medium,td.quality-low,td.quality-bad{font-weight:700}td.quality-good{background:#00cc0038;color:#b7ffb7}td.quality-medium{background:#ffcb0533;color:#ffe082}td.quality-low{background:#f603;color:#ffb47a}td.quality-bad{background:#bb333342;color:#ffb3b3}th.col-brc,td.col-brc{width:9ch;min-width:9ch}tr.row-active td{box-shadow:inset 0 0 0 9999px #ffffff14;font-weight:700}input[type=search]{width:100%;max-width:460px;padding:.55rem .7rem;border:1px solid var(--border);border-radius:.5rem;background:#0b1220;color:var(--text)}.error-box{background:#7f1d1d;border:1px solid #b91c1c;border-radius:.5rem;padding:.7rem}.legal-grid{display:flex;flex-direction:column;gap:1rem}.legal-card{background:var(--panel-soft);border:1px solid var(--border);border-radius:.65rem;padding:.8rem}.legal-card h3{margin:0}.legal-text{margin:0;max-height:21rem;overflow:auto;white-space:pre-wrap;background:#0b1220;border:1px solid var(--border);border-radius:.5rem;padding:.7rem;font-size:.86rem;line-height:1.35}.muted{color:var(--muted)}@media(max-width:900px){.topbar{grid-template-columns:1fr}.topbar-community,.topbar-meta{justify-self:start}.layout-body{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border)}.sidebar nav{flex-direction:row;flex-wrap:wrap}.topbar-meta{grid-template-columns:1fr}.topbar-meta .data-age{min-width:0}.status-layout{grid-template-columns:1fr}.panel-status,.panel-contact,.panel-backbones{grid-column:auto;grid-row:auto}}
