:root{--ink:#111827;--muted:#667085;--line:#e6e9ef;--green:#149667;--orange:#d97706;--red:#dc3545;--blue:#2463eb}*{box-sizing:border-box}body{margin:0;background:#f6f7f9;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{text-decoration:none;color:inherit}.status-nav{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 920px)/2));font-size:12px;color:var(--muted)}.status-brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:15px}.status-brand span{width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#6d4aff,#a855f7);display:grid;place-items:center;color:#fff;font-weight:900}.status-main{max-width:920px;margin:38px auto;padding:0 20px}.status-hero{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-left:5px solid var(--green);border-radius:18px;padding:28px;box-shadow:0 14px 45px rgba(18,24,38,.06)}.status-hero.maintenance,.status-hero.degraded{border-left-color:var(--orange)}.status-hero.partial_outage,.status-hero.major_outage{border-left-color:var(--red)}.status-symbol{width:52px;height:52px;border-radius:50%;background:#dcfce7;display:grid;place-items:center}.status-symbol i{width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(20,150,103,.15)}.status-hero.maintenance .status-symbol,.status-hero.degraded .status-symbol{background:#fff3d9}.status-hero.maintenance .status-symbol i,.status-hero.degraded .status-symbol i{background:var(--orange);box-shadow:0 0 0 7px rgba(217,119,6,.15)}.status-hero.partial_outage .status-symbol,.status-hero.major_outage .status-symbol{background:#fee2e2}.status-hero.partial_outage .status-symbol i,.status-hero.major_outage .status-symbol i{background:var(--red);box-shadow:0 0 0 7px rgba(220,53,69,.15)}.status-hero span{font-size:9px;letter-spacing:1.6px;font-weight:850;color:var(--muted)}.status-hero h1{font-size:27px;margin:5px 0}.status-hero p{font-size:11px;color:var(--muted);margin:0}.status-components,.status-incidents,.status-history{margin-top:25px}.status-components h2,.section-title h2{font-size:16px;margin:0}.status-components{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.status-components h2{margin-bottom:12px}.status-components article{display:flex;align-items:center;justify-content:space-between;padding:14px 2px;border-top:1px solid #eef0f3}.status-components article div{display:flex;align-items:center;gap:10px}.status-components i{width:9px;height:9px;border-radius:50%;background:var(--green)}.status-components i.maintenance,.status-components i.degraded{background:var(--orange)}.status-components i.partial_outage,.status-components i.major_outage{background:var(--red)}.status-components b{font-size:13px}.status-components article>span{font-size:10px;font-weight:750;color:var(--green)}.status-components article>span.maintenance,.status-components article>span.degraded{color:var(--orange)}.status-components article>span.partial_outage,.status-components article>span.major_outage{color:var(--red)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title>span{font-size:10px;color:var(--muted)}.incident-public{background:#fff;border:1px solid #fed7aa;border-left:4px solid var(--orange);border-radius:15px;padding:20px;margin-bottom:12px}.incident-public.partial_outage,.incident-public.major_outage{border-color:#fecaca;border-left-color:var(--red)}.incident-public header{display:flex;justify-content:space-between;gap:18px}.incident-public header span{font-size:9px;text-transform:uppercase;color:var(--orange);font-weight:850}.incident-public h3{font-size:17px;margin:4px 0}.incident-public time{font-size:9px;color:var(--muted);white-space:nowrap}.incident-public>p{font-size:12px;line-height:1.6;color:#475467}.component-tags{display:flex;gap:6px;flex-wrap:wrap}.component-tags span{font-size:9px;background:#f2f4f7;border-radius:10px;padding:5px 8px}.incident-updates{margin-top:17px}.incident-updates>div{display:grid;grid-template-columns:8px 1fr auto;gap:9px;border-top:1px solid #eef0f3;padding:11px 0}.incident-updates i{width:7px;height:7px;border-radius:50%;background:var(--blue);margin-top:5px}.incident-updates p{font-size:10px;line-height:1.5;margin:0}.no-incidents{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid #bbefd8;border-radius:15px;padding:20px}.no-incidents>span{width:35px;height:35px;border-radius:10px;background:#dcfce7;color:var(--green);display:grid;place-items:center;font-weight:900}.no-incidents b,.no-incidents p{display:block}.no-incidents p{font-size:11px;color:var(--muted);margin:4px 0}.status-history{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.status-history article{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eef0f3;padding:13px 0}.status-history b,.status-history small{display:block}.status-history b{font-size:12px}.status-history small,.status-history article>span,.history-empty{font-size:9px;color:var(--muted);margin-top:3px}.history-empty{padding:18px 0}footer{max-width:920px;margin:20px auto 40px;padding:20px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}@media(max-width:600px){.status-main{margin-top:22px}.status-hero{align-items:flex-start;padding:21px}.status-hero h1{font-size:22px}.status-history article{align-items:flex-start;flex-direction:column;gap:7px}.incident-public header{flex-direction:column;gap:2px}}
