:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html,body,#root{height:100%}body{color:#e6f1ff;background:#060912;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.shell{height:100%;display:flex}.sidebar{background:linear-gradient(#0a1220,#0b1426);border-right:1px solid #1b273e;flex-direction:column;width:240px;height:100vh;display:flex;position:sticky;top:0}.sidebar__brand{color:#7c8aff;border-bottom:1px solid #1b273e;align-items:center;gap:10px;height:56px;padding:0 16px;font-weight:600;display:flex}.sidebar__nav{flex-direction:column;gap:4px;padding:10px;display:flex}.sidebar-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#0f1b2e}.sidebar-item--active{color:#fff;background:#1a2a48;font-weight:500}.sidebar__footer{border-top:1px solid #1b273e;flex-direction:column;gap:8px;margin-top:auto;padding:12px;display:flex}.sidebar__meta{color:#7f8ba0;font-size:12px}.content{flex:1;min-width:0;overflow:auto}.topbar{-webkit-backdrop-filter:saturate(140%)blur(10px);backdrop-filter:saturate(140%)blur(10px);z-index:5;background:#0a1220b3;border-bottom:1px solid #1b273e;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex;position:sticky;top:0}.topbar__title{color:#7c8aff;align-items:center;gap:10px;display:flex}.topbar__title h1{color:#e6f1ff;margin:0;font-size:16px}.topbar__actions{color:#7f8ba0;align-items:center;gap:12px;font-size:13px;display:flex}.topbar__pill{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.topbar__pill--ok{color:#fff;background:#0f9d58}.page{flex-direction:column;gap:20px;padding:20px;display:flex}.grid{gap:16px;display:grid}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.panel{background:linear-gradient(135deg,#0f1623,#131c2b);border:1px solid #1f2b41;border-radius:18px;padding:16px;box-shadow:0 10px 30px #0000008c}.panel__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.panel__title{font-weight:600}.panel__sub{color:#7f8ba0;font-size:12px}.panel__body{background:#0a101b;border-radius:12px;padding:10px}.stat-card{background:linear-gradient(135deg,#0f1623,#131c2b);border:1px solid #1f2b41;border-radius:18px;flex-direction:column;min-height:110px;padding:16px;display:flex}.stat-card__header{justify-content:space-between;align-items:center;display:flex}.stat-card__title{color:#7c8aff;align-items:center;gap:8px;font-size:13px;display:flex}.stat-card__body{margin-top:14px}.stat-card__value{color:#e6f1ff;font-size:26px;font-weight:700}.stat-card__unit{color:#7f8ba0;margin-left:8px;font-size:13px}.stat-card__delta{color:#26c6da;margin-top:10px;font-size:12px}.status-dot{display:inline-block}.status-dot--ok{color:#0f9d58}.status-dot--warn{color:#fbbc05}.status-dot--err{color:#ea4335}.table-wrap{overflow:auto}.table{border-collapse:separate;border-spacing:0;color:#e6f1ff;width:100%;font-size:13px}.table th,.table td{text-align:left;border-bottom:1px solid #1f2b41;padding:10px 12px}.table th{color:#7f8ba0;text-transform:uppercase;letter-spacing:.08em;background:#0a101b;font-size:12px;font-weight:500}.table tr:last-child td{border-bottom:0}.table__muted{color:#7f8ba0}.table__cmd{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;max-width:420px;overflow:hidden}.kv{flex-direction:column;gap:10px;display:flex}.kv__row{color:#7f8ba0;background:#0a101b;border:1px solid #1f2b41;border-radius:12px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;display:flex}.kv__row strong{color:#e6f1ff}.pill{border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.pill--ok{color:#6fe7a6;background:#0f9d5826}.pill--warn{color:#ffd966;background:#fbbc0526}.pill--err{color:#ff8a7a;background:#ea433526}@media (width<=960px){.sidebar{z-index:20;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.backdrop{z-index:15;background:#0000008c;position:fixed;inset:0}.mobile-toggle{color:#e6f1ff;cursor:pointer;background:#0f1623;border:1px solid #1f2b41;border-radius:10px;align-items:center;gap:8px;margin-right:8px;padding:8px;display:inline-flex}.topbar__title h1{max-width:60vw;font-size:14px}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--2{grid-template-columns:1fr}}@media (width<=540px){.sidebar{width:85vw;min-width:260px}.topbar{padding:0 12px}.page{gap:12px;padding:12px}.grid--4{grid-template-columns:1fr}.panel{border-radius:14px;padding:12px}}
