:root{--bg:#f6f6f8;--surface:#fff;--sidebar:#ececf1;--text:#1a1a22;--muted:#6b6b7b;--border:#dcdce4;--accent:#5b4bdb;--ok:#1f9d55;--error:#d64545;--pending:#c9a227;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f0f14;--surface:#17171f;--sidebar:#12121a;--text:#ececf3;--muted:#9494a8;--border:#2a2a38;--accent:#8b7dff;--ok:#3ecf7a;--error:#ff6b6b;--pending:#e0b93c}}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}.shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;gap:16px;padding:20px 12px;display:flex}.brand{letter-spacing:.02em;padding:0 10px;font-size:18px;font-weight:700}.sidebar nav{flex-direction:column;gap:2px;display:flex}.nav-item{text-align:left;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px}.nav-item[aria-current=page]{background:var(--surface);box-shadow:0 0 0 1px var(--border);font-weight:600}.nav-item:disabled{color:var(--muted);cursor:not-allowed}.sidebar-foot{color:var(--muted);margin-top:auto;padding:0 10px;font-size:12px}.main{max-width:880px;padding:32px clamp(16px,4vw,48px)}.page-header h1{margin:0 0 4px;font-size:24px}.page-header p{color:var(--muted);margin:0 0 24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.card h2{margin:0 0 12px;font-size:16px}.status-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.status-row{align-items:center;gap:10px;display:flex}.status-label{min-width:160px;font-weight:500}.status-text{color:var(--muted)}.dot{border-radius:50%;flex:none;width:10px;height:10px}.dot-ok{background:var(--ok)}.dot-error{background:var(--error)}.dot-checking{background:var(--pending)}@media (width<=640px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;padding:10px 12px;overflow-x:auto}.sidebar nav{flex-direction:row}.sidebar-foot{display:none}}
