:root{--bg: #0a0d12;--bg-elevated: #0e1218;--card: #0f141b;--card-hover: #131922;--border: #1c2530;--border-strong: #27313d;--text: #e7ebf1;--text-muted: #8b95a5;--text-dim: #5c6675;--green: #2ecc71;--green-dim: #1f7a45;--red: #f6465d;--red-dim: #a12a39;--blue: #3b82f6;--blue-hover: #2f6fe0;--amber: #f5b73d;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 0 rgba(255, 255, 255, .02), 0 8px 24px rgba(0, 0, 0, .35);--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono: "SFMono-Regular", ui-monospace, "JetBrains Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:15px}#app{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:2rem;height:60px;padding:0 clamp(1rem,4vw,3rem);background:#0a0d12d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__spacer{flex:1}.nav__links{display:flex;gap:1.75rem;font-weight:600}.nav__links a{color:var(--text-muted);transition:color .15s}.nav__links a:hover{color:var(--text)}.nav__links a.router-link-active{color:var(--blue)}.page{padding:clamp(1.25rem,3vw,2.5rem) clamp(1rem,4vw,3rem);max-width:1500px;margin:0 auto}.console-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.console-head h1{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;margin:0}.head-spacer{flex:1}.pill{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .7rem;border-radius:999px;font-size:.82rem;font-weight:600;background:#2ecc711a;color:var(--green);border:1px solid rgba(46,204,113,.18)}.pill.pill--off{background:#f6465d1a;color:var(--red);border-color:#f6465d2e}.pill .dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #2ecc7126}.segmented{display:inline-flex;padding:3px;gap:3px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:10px}.segmented button{border:0;background:transparent;color:var(--text-muted);font-weight:600;font-size:.85rem;padding:.35rem .75rem;border-radius:7px;transition:background .15s,color .15s}.segmented button:hover{color:var(--text)}.segmented button.active{background:var(--blue);color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.1rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:30px;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);transition:background .15s,color .15s,border-color .15s}.icon-btn:hover{background:var(--card-hover);color:var(--text);border-color:var(--border-strong)}.icon-btn.is-on{color:var(--amber)}.chip{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#3b82f61f;color:#7fb0ff;border:1px solid rgba(59,130,246,.2)}.pos{color:var(--green)}.neg{color:var(--red)}.muted{color:var(--text-muted)}.dim{color:var(--text-dim)}.mono{font-family:var(--mono)}.nav__user[data-v-9b7e6052]{display:flex;align-items:center;gap:.6rem;margin-left:1.5rem;font-size:.85rem}
