:root{--status-ok: #4A6B3A;--status-warn: #B8923A;--status-bad: #9C3838;--status-info: #3A5B7A;--status-ok-bg: rgba(74, 107, 58, .1);--status-warn-bg: rgba(184, 146, 58, .1);--status-bad-bg: rgba(156, 56, 56, .1);--status-info-bg: rgba(58, 91, 122, .1)}.wrap.svelte-1xd49a3{max-width:64rem;margin:0 auto;padding:clamp(2rem,5vw,4rem) clamp(1.2rem,4vw,2.5rem) 4rem;display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.eyebrow.svelte-1xd49a3{font-family:var(--font-label);font-size:.58rem;letter-spacing:.3em;text-transform:uppercase;color:var(--fg-subtle)}.banner.svelte-1xd49a3{border:1px solid var(--outline-variant);border-left-width:4px;padding:clamp(1.6rem,4vw,2.4rem);background:var(--surface)}.banner.svelte-1xd49a3 h1:where(.svelte-1xd49a3){font-family:var(--font-headline);font-style:italic;font-weight:400;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.15;margin:.5rem 0 .7rem;letter-spacing:-.01em}.banner.svelte-1xd49a3 .streak:where(.svelte-1xd49a3){margin:0 0 .7rem;font-family:var(--font-label);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted)}.banner.svelte-1xd49a3 .updated:where(.svelte-1xd49a3){margin:0;font-size:.82rem;color:var(--fg-subtle)}.banner.svelte-1xd49a3 .updated-hint:where(.svelte-1xd49a3){color:var(--fg-subtle);opacity:.7}@media(max-width:600px){.banner.svelte-1xd49a3 .updated-hint:where(.svelte-1xd49a3){display:block;margin-top:.2rem}}.banner-operational.svelte-1xd49a3{border-left-color:var(--status-ok);background:var(--status-ok-bg)}.banner-degraded.svelte-1xd49a3{border-left-color:var(--status-warn);background:var(--status-warn-bg)}.banner-outage.svelte-1xd49a3{border-left-color:var(--status-bad);background:var(--status-bad-bg)}.banner-maintenance.svelte-1xd49a3{border-left-color:var(--status-info);background:var(--status-info-bg)}.block.svelte-1xd49a3{display:flex;flex-direction:column;gap:1rem}.bh.svelte-1xd49a3{display:flex;align-items:baseline;justify-content:space-between}.services.svelte-1xd49a3{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.service.svelte-1xd49a3{border-top:1px solid var(--outline-variant);padding:1.2rem 0;display:flex;flex-direction:column;gap:.7rem}.service.svelte-1xd49a3:last-child{border-bottom:1px solid var(--outline-variant)}.sh.svelte-1xd49a3{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.svc-name.svelte-1xd49a3{margin:0;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--fg)}.svc-status.svelte-1xd49a3{margin-left:auto;font-family:var(--font-label);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-subtle)}.dot.svelte-1xd49a3{width:9px;height:9px;border-radius:999px;display:inline-block;flex-shrink:0}.dot-operational.svelte-1xd49a3{background:var(--status-ok)}.dot-degraded.svelte-1xd49a3{background:var(--status-warn)}.dot-outage.svelte-1xd49a3{background:var(--status-bad)}.dot-maintenance.svelte-1xd49a3{background:var(--status-info)}.bars.svelte-1xd49a3{display:grid;grid-template-columns:repeat(90,1fr);gap:2px;height:32px}.bar.svelte-1xd49a3{display:block;height:100%;border-radius:1px;transition:transform .12s}.bar.svelte-1xd49a3:hover{transform:scaleY(1.12)}.bar-ok.svelte-1xd49a3{background:var(--status-ok)}.bar-degraded.svelte-1xd49a3{background:var(--status-warn)}.bar-down.svelte-1xd49a3{background:var(--status-bad)}.bar-empty.svelte-1xd49a3{background:var(--outline-variant);opacity:.45}.sf.svelte-1xd49a3{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.legend.svelte-1xd49a3{font-family:var(--font-label);font-size:.54rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-subtle)}.uptime.svelte-1xd49a3{font-family:var(--font-label);font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted);font-variant-numeric:tabular-nums}.incidents.svelte-1xd49a3{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.incident.svelte-1xd49a3{border:1px solid var(--outline-variant);border-left-width:4px}.incident-minor.svelte-1xd49a3{border-left-color:var(--status-warn)}.incident-major.svelte-1xd49a3{border-left-color:var(--status-bad)}.incident-critical.svelte-1xd49a3{border-left-color:var(--status-bad);background:var(--status-bad-bg)}.inc-link.svelte-1xd49a3{display:block;padding:1rem 1.2rem;color:inherit;text-decoration:none}.inc-link.svelte-1xd49a3:hover{background:var(--surface)}.ih.svelte-1xd49a3{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap}.inc-title.svelte-1xd49a3{margin:0;font-family:var(--font-headline);font-style:italic;font-weight:400;font-size:1.15rem;color:var(--fg)}.sev-label.svelte-1xd49a3{margin-left:auto;font-family:var(--font-label);font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-subtle)}.sev-dot.svelte-1xd49a3{width:8px;height:8px;border-radius:999px;background:var(--status-bad);display:inline-block}.incident-minor.svelte-1xd49a3 .sev-dot:where(.svelte-1xd49a3){background:var(--status-warn)}.inc-meta.svelte-1xd49a3{margin:.4rem 0 0;font-size:.8rem;color:var(--fg-subtle)}.inc-desc.svelte-1xd49a3{margin:.5rem 0 0;font-size:.92rem;line-height:1.55;color:var(--fg-muted)}.resolved.svelte-1xd49a3{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.r-row.svelte-1xd49a3{border-top:1px solid var(--outline-variant)}.r-row.svelte-1xd49a3:last-child{border-bottom:1px solid var(--outline-variant)}.r-link.svelte-1xd49a3{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.9rem 0;color:var(--fg);text-decoration:none;flex-wrap:wrap}.r-link.svelte-1xd49a3:hover .r-title:where(.svelte-1xd49a3){text-decoration:underline}.r-title.svelte-1xd49a3{font-family:var(--font-headline);font-style:italic;font-size:1.05rem}.r-meta.svelte-1xd49a3{font-family:var(--font-label);font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-subtle);text-align:right}.empty.svelte-1xd49a3{margin:0;padding:1rem 0;color:var(--fg-subtle);font-size:.92rem}@media(max-width:600px){.bars.svelte-1xd49a3{height:28px;gap:1px}.svc-status.svelte-1xd49a3{margin-left:0;width:100%}.sev-label.svelte-1xd49a3{margin-left:0}}
