:root{--brand:#288dc1;--link:#1e76a6;--hover:#155a80;--accent:#5eb3db;--surface-tint:#e9f3f9;--ink:#13303f;--page:#f7f9fb;--card:#fff;--border:#d4e2ec;--muted:#5b7280;--critical:#b4231f;--watch:#b06a00;--good:#1d7a4c;--radius:10px;--font:"IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--mono:"IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace}*{box-sizing:border-box}body{background:var(--page);color:var(--ink);font-family:var(--font);margin:0;font-size:16px;line-height:1.5}.page{max-width:900px;margin:0 auto;padding:24px 16px 48px}.header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.header img{width:auto;height:40px}h1{margin:0;font-size:1.35rem}.subtitle{color:var(--muted);margin:4px 0 0;font-size:.95rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:16px}.card h2{margin:0 0 8px;font-size:1rem}.status{align-items:center;gap:8px;font-weight:600;display:inline-flex}.status:before{content:"";background:currentColor;border-radius:50%;width:10px;height:10px}.status-loading{color:var(--muted)}.status-ok{color:var(--good)}.status-degraded{color:var(--watch)}.status-error{color:var(--critical)}.detail{color:var(--muted);font-family:var(--mono);margin:8px 0 0;font-size:.85rem}ol.sections{margin:0;padding-left:22px}ol.sections li{padding:2px 0}
