:root{--ink:#17211b;--green:#174b39;--lime:#d9f270;--paper:#f3f2eb;--muted:#667169;--line:rgba(23,33,27,.14)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,sans-serif}header,footer{display:flex;justify-content:space-between;align-items:center;padding:24px clamp(20px,6vw,90px);border-bottom:1px solid var(--line);color:var(--muted);font-size:.75rem}header img{width:130px}main{max-width:980px;margin:auto;padding:75px 24px 120px}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.15em;font-size:.68rem;font-weight:850}.status-hero{padding:45px;border-radius:24px;background:var(--green);color:white}.status-hero h1{margin:8px 0;font-family:Georgia,serif;font-size:clamp(2.7rem,7vw,5.2rem);font-weight:400;letter-spacing:-.05em}.status-hero p:last-child{color:#b9c9bf}.status-hero.degraded{background:#7a5b20}.status-hero.outage{background:#7a3029}section+section{margin-top:55px}h2{font-family:Georgia,serif;font-size:2rem;font-weight:400}.component-list,.incident-list{display:grid;gap:10px}.component,.incident{display:flex;justify-content:space-between;gap:20px;padding:19px;border:1px solid var(--line);border-radius:13px;background:#fff}.component b,.component small,.incident b,.incident p,.incident small{display:block}.component small,.incident p,.incident small{margin:5px 0 0;color:var(--muted);font-size:.72rem}.badge{height:max-content;padding:6px 9px;border-radius:999px;background:#e2f0d5;color:#3d6947;font-size:.62rem;font-weight:800}.badge.degraded{background:#f3e6c8;color:#76571d}.badge.outage{background:#f1d8d4;color:#843c34}footer{border-top:1px solid var(--line);border-bottom:0}footer a{color:var(--green)}@media(max-width:600px){.status-hero{padding:30px}.component,.incident{display:block}.badge{display:inline-block;margin-top:12px}}
