:root{--bg: #0b0b0b;--surface: #161616;--surface-2: #1f1f1f;--border: #2a2a2a;--text: #e8eaed;--text-muted: rgba(232, 234, 237, .6);--primary: #03dac6;--ok: #4ade80;--ok-bg: rgba(74, 222, 128, .12);--warn: #facc15;--warn-bg: rgba(250, 204, 21, .12);--bad: #f87171;--bad-bg: rgba(248, 113, 113, .12);--info: #60a5fa;--info-bg: rgba(96, 165, 250, .12)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit}.status{max-width:780px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.status__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.status__brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;font-weight:600}.status__mark{color:var(--primary);font-size:1.2rem}.status__brand-name{font-size:1.05rem}.status__banner{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);margin-bottom:2.5rem}.status__banner-pip{width:14px;height:14px;border-radius:999px;flex-shrink:0}.status__banner--ok .status__banner-pip{background:var(--ok);box-shadow:0 0 0 4px var(--ok-bg)}.status__banner--warn .status__banner-pip{background:var(--warn);box-shadow:0 0 0 4px var(--warn-bg)}.status__banner--bad .status__banner-pip{background:var(--bad);box-shadow:0 0 0 4px var(--bad-bg)}.status__banner--info .status__banner-pip{background:var(--info);box-shadow:0 0 0 4px var(--info-bg)}.status__banner-title{margin:0;font-size:1.35rem;font-weight:600}.status__banner-sub{margin:.15rem 0 0;color:var(--text-muted);font-size:.9rem}.status__section{margin-bottom:2.5rem}.status__section-title{margin:0 0 .85rem;font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.status__components{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:.75rem;background:var(--surface);overflow:hidden}.status__component{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.status__component:last-child{border-bottom:0}.status__pip{width:10px;height:10px;border-radius:999px;flex-shrink:0}.status__pip--ok{background:var(--ok)}.status__pip--warn{background:var(--warn)}.status__pip--bad{background:var(--bad)}.status__pip--info{background:var(--info)}.status__component-body{flex:1;display:flex;flex-direction:column;min-width:0}.status__component-name{font-weight:500}.status__component-name a{text-decoration:none}.status__component-name a:hover{text-decoration:underline}.status__component-note{font-size:.85rem;color:var(--text-muted);margin-top:.1rem}.status__component-state{font-size:.85rem;font-weight:500;padding:.2rem .55rem;border-radius:999px;white-space:nowrap}.status__component-state--ok{background:var(--ok-bg);color:var(--ok)}.status__component-state--warn{background:var(--warn-bg);color:var(--warn)}.status__component-state--bad{background:var(--bad-bg);color:var(--bad)}.status__component-state--info{background:var(--info-bg);color:var(--info)}.status__incidents{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.status__incident{border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.1rem;background:var(--surface);border-left:3px solid var(--border)}.status__incident--ok{border-left-color:var(--ok)}.status__incident--warn{border-left-color:var(--warn)}.status__incident--bad{border-left-color:var(--bad)}.status__incident--info{border-left-color:var(--info)}.status__incident-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.3rem}.status__incident-title{font-weight:600}.status__incident-when{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.status__incident-update{margin:0;font-size:.92rem;color:var(--text)}.status__incident-resolved{margin:.4rem 0 0;font-size:.85rem;color:var(--text-muted)}.status__empty{margin:0;padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;color:var(--text-muted);font-size:.92rem}.status__foot{margin-top:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem}.status__foot a{text-decoration:none;color:var(--text-muted)}.status__foot a:hover{color:var(--text)}@media (max-width: 480px){.status__incident-head{flex-direction:column;gap:.15rem}.status__component-state{font-size:.8rem}}
