:root{color-scheme:dark;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.4;--bg: #070a12;--card: #0f172a;--card-soft: #111c35;--accent: #38bdf8;--accent-2: #22d3ee;--text: #d8e5ff;--text-muted: #8aa1cc;--danger: #f87171;--ok: #4ade80;--border: #1e2b49;--amber: #f59e0b;--cyan: #22d3ee}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(80rem 80rem at 90% -10%,rgba(34,211,238,.08),transparent 45%),radial-gradient(60rem 60rem at -10% 20%,rgba(56,189,248,.09),transparent 40%),var(--bg);color:var(--text)}#root{min-height:100vh}.app-shell{max-width:1280px;margin:0 auto;padding:1rem 1rem 1.25rem;display:grid;gap:1rem}.card{background:linear-gradient(180deg,var(--card),#0b1222);border:1px solid var(--border);border-radius:14px;padding:1rem;box-shadow:0 10px 25px #00000040}.header{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap}.header h1{margin:0;font-size:1.6rem;letter-spacing:.02em}.subtitle{margin:.25rem 0 0;color:var(--text-muted)}.header-stats{display:grid;gap:.35rem;text-align:left;color:var(--text-muted);padding:.5rem .75rem;border:1px solid #253b67;border-radius:10px;background:#09101d8c}.shortcut-hint{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;color:var(--text-muted);font-size:.84rem}.ghost-button{border:1px solid #35537f;background:#0e1a2da6;color:#d9eeff;padding:.28rem .55rem}kbd{border:1px solid #365786;border-radius:6px;padding:.1rem .35rem;background:#102038;color:#dcf4ff;font-size:.76rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.notice{border-color:#38bdf873;color:#c6eeff}.compact-hud{display:grid;gap:.65rem}.compact-hud.pinned{position:sticky;top:.55rem;z-index:12;border-color:#275383;box-shadow:0 12px 22px #020a1485}.compact-hud-main{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.hud-chip{display:inline-flex;align-items:center;gap:.28rem;padding:.28rem .55rem;border-radius:999px;border:1px solid #2a426a;background:#0f1e34c7;color:#b8d2fa;font-size:.8rem}.hud-chip strong{color:#eef8ff}.compact-hud-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.compact-hud-actions button{padding:.33rem .56rem;font-size:.84rem}.hud-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hud-card{padding-top:.85rem}.hud-card h2{margin-bottom:.4rem}.hud-number{font-size:1.55rem;font-weight:700;color:#eaf8ff;letter-spacing:.01em}.hud-number small{font-size:.74rem;font-weight:500;color:var(--text-muted);margin-left:.35rem}.top-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-cols-2{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-cols-3{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(235px,1fr))}.mini-card{border:1px solid #22355f;background:linear-gradient(180deg,#111c35e6,#0a101ef2);border-radius:12px;padding:.85rem}.mini-card.active{border-color:#22d3eecc;box-shadow:inset 0 0 0 1px #22d3ee59}.collapsible-section{gap:.75rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.section-toggle{border:1px solid #2a406a;background:#0d182ba8;color:#d4ebff;display:inline-flex;align-items:center;gap:.5rem}.section-toggle:hover:enabled{filter:brightness(1.06)}.section-chevron{font-size:.85rem;color:#b5d8ff}.section-title{font-weight:600}.section-summary{color:#9ab4da;font-size:.82rem}.section-actions{display:flex;align-items:center;gap:.4rem}.section-content{margin-top:.7rem}.progress-stack{display:grid;gap:.45rem;margin:.7rem 0}.progress-block{display:grid;gap:.3rem}.progress-meta{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:var(--text-muted)}.progress-track{width:100%;height:.6rem;border:0;border-radius:999px;overflow:hidden;appearance:none}.progress-track::-webkit-progress-bar{background:#1a2845;border-radius:999px}.progress-track::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#1d8dc2,#22d3ee)}.progress-track::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#1d8dc2,#22d3ee)}.progress-track.green::-webkit-progress-value{background:linear-gradient(90deg,#10b981,#4ade80)}.progress-track.green::-moz-progress-bar{background:linear-gradient(90deg,#10b981,#4ade80)}.progress-track.amber::-webkit-progress-value{background:linear-gradient(90deg,#d97706,#f59e0b)}.progress-track.amber::-moz-progress-bar{background:linear-gradient(90deg,#d97706,#f59e0b)}.progress-track.rose::-webkit-progress-value{background:linear-gradient(90deg,#dc2626,#fb7185)}.progress-track.rose::-moz-progress-bar{background:linear-gradient(90deg,#dc2626,#fb7185)}h2{margin-top:0;font-size:1.1rem}h3{margin-top:0;margin-bottom:.4rem;font-size:1rem}p,li{color:var(--text-muted)}.metric-list{margin:0;padding-left:1rem;display:grid;gap:.3rem}.row{display:flex;align-items:center}.gap-sm{gap:.5rem}.wrap{flex-wrap:wrap}.mb-sm{margin-bottom:.75rem}.txt-ok{color:var(--ok)}.txt-muted{color:var(--text-muted)}button{border:1px solid #235a78;background:linear-gradient(180deg,#1b3753,#132a43);color:#d6ecff;border-radius:10px;padding:.45rem .75rem;font:inherit;cursor:pointer;transition:transform .08s ease,filter .15s ease,opacity .15s ease}button:hover:enabled{filter:brightness(1.12)}button:active:enabled{transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed}button.danger{border-color:#f8717199;background:linear-gradient(180deg,#b91c1c59,#7f1d1d73);color:#ffd6d6}strong{color:#f5fbff}.module-grid{display:grid;gap:.25rem;margin-top:.4rem}.checkbox{display:flex;align-items:center;gap:.4rem;color:#c2d9ff;font-size:.92rem}.checkbox.muted{color:#58709e}.telemetry-card{display:grid;gap:.35rem}.telemetry-current{margin:0;color:#e6f7ff;font-weight:600}.sparkline{margin-top:.2rem;height:84px;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:end;gap:2px;border:1px solid #1f355d;border-radius:8px;padding:.3rem;background:linear-gradient(180deg,#121f3999,#080e1ab3)}.spark-bar{width:100%;background:linear-gradient(180deg,#38bdf8f2,#22d3eebf);border-radius:3px;min-height:4%}.spark-bar.h-1{height:10%}.spark-bar.h-2{height:18%}.spark-bar.h-3{height:26%}.spark-bar.h-4{height:34%}.spark-bar.h-5{height:42%}.spark-bar.h-6{height:50%}.spark-bar.h-7{height:62%}.spark-bar.h-8{height:74%}.spark-bar.h-9{height:86%}.spark-bar.h-10{height:100%}.help-modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;background:#04080fb8;padding:1rem}.help-modal{width:min(760px,100%);max-height:calc(100vh - 2rem);overflow:auto}.help-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.4rem}.shortcut-list{margin:.7rem 0 0;padding-left:0;list-style:none;display:grid;gap:.45rem}.shortcut-list li{display:flex;align-items:center;gap:.55rem}.shortcut-list li span{color:#c6daff}.help-note{margin-top:.8rem;border-top:1px solid #223a64;padding-top:.65rem}.quick-dock{position:sticky;bottom:.75rem;display:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;z-index:9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quick-dock button{padding-inline:.35rem;text-align:center}@media(max-width:800px){.header{flex-direction:column;align-items:flex-start}.header-stats{text-align:left}.shortcut-hint{width:100%}.compact-hud.pinned{top:.35rem}.compact-hud-actions button{flex:1 1 calc(50% - .3rem)}.help-modal{max-height:calc(100vh - 1rem)}.quick-dock{display:grid}.app-shell{padding-bottom:6rem}}@media(max-width:560px){.app-shell{padding-inline:.65rem}.card{padding:.8rem}.mini-card{padding:.72rem}.section-toggle{width:100%;justify-content:flex-start}.section-actions,.section-actions button{width:100%}.shortcut-list li{align-items:flex-start;flex-wrap:wrap}button{width:100%}.row.wrap>button{flex:1 1 100%}}
