:root{--color-ink:#222;--color-muted:#5f5b5b;--color-line:#d8d8d8;--color-paper:#fff;--color-accent:#ff2028;--color-surface-dark:#202020;--color-on-dark:#fff;--color-footer-muted:#a8a8a8;--font-sans:"Helvetica Neue", Helvetica, Arial, sans-serif;--text-body:1.0625rem;--text-small:.875rem;--text-heading-small:1.375rem;--line-body:1.6;--shell-width:59.75rem;--radius-pill:999px;--space-1:.5rem;--space-2:.875rem;--space-3:1.25rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4rem;--status-green:#16845b;--status-green-soft:#e9f7f0;--status-red:#bd2c32;--status-red-soft:#fff0f0;--status-grey:#6b7280;--status-grey-soft:#f2f3f5;--status-border:#dedfe2;--status-text:#202123;--status-muted:#656b73;--status-background:#fbfbfc;--status-card:#fff;--status-shell:60rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--status-text);background:var(--status-background);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}a{color:inherit;text-underline-offset:.22em}:focus-visible{outline-offset:3px;outline:3px solid #1f6feb}.skip-link{z-index:10;color:#fff;background:#111;padding:.65rem .9rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-160%)}.skip-link:focus{transform:none}.status-shell{width:min(calc(100% - 2rem), var(--status-shell));margin-inline:auto}.status-header{border-bottom:1px solid var(--status-border);justify-content:space-between;align-items:center;min-height:7rem;display:flex}.status-brand{align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-mark{background:#ff2028;border-radius:.3rem;width:1.1rem;height:1.1rem;transform:translate(-.2rem,-.2rem);box-shadow:.4rem .4rem #202020}.primary-button{border:1px solid var(--status-text);color:#fff;background:var(--status-text);border-radius:.5rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.55rem 1.15rem;font-weight:650;text-decoration:none;display:inline-flex}.eyebrow{color:var(--status-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .45rem;font-size:.75rem;font-weight:750}.overall-status{border:1px solid var(--status-border);background:var(--status-grey-soft);border-left-width:.45rem;border-radius:.75rem;grid-template-columns:auto 1fr;align-items:start;gap:1.2rem;margin:4rem 0;padding:2.1rem 2.25rem;display:grid}.overall-status[data-state=operational]{border-left-color:var(--status-green);background:var(--status-green-soft)}.overall-status[data-state=outage]{border-left-color:var(--status-red);background:var(--status-red-soft)}.status-symbol{border:.25rem solid var(--status-grey);border-radius:50%;width:1.15rem;height:1.15rem;margin-top:.35rem}[data-state=operational]>.status-symbol{border-color:var(--status-green)}[data-state=outage]>.status-symbol{border-color:var(--status-red)}.overall-status h1,.history-heading h1,.not-found h1{letter-spacing:-.025em;margin:0;font-size:clamp(1.75rem,4vw,2.45rem);line-height:1.2}.overall-status p:last-child{color:var(--status-muted);margin:.65rem 0 0}.system-section,.history-panel{margin-bottom:4.5rem}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.35rem;display:flex}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:1.55rem}.section-heading>a{font-weight:650}.service-card{border:1px solid var(--status-border);background:var(--status-card);border-radius:.75rem;justify-content:space-between;align-items:center;gap:2rem;min-height:8.5rem;padding:1.6rem 1.75rem;display:flex}.service-name{align-items:center;gap:1rem;display:flex}.service-icon{color:#fff;background:#202020;border-radius:.65rem;place-items:center;width:2.8rem;height:2.8rem;font-weight:800;display:grid}.service-name h3{margin:0;font-size:1.2rem}.service-name p,.service-result p{color:var(--status-muted);margin:.15rem 0 0;font-size:.875rem}.service-result{grid-template-columns:auto 1fr;align-items:center;column-gap:.55rem;min-width:13rem;display:grid}.service-result p{grid-column:2}.status-dot{background:var(--status-grey);border-radius:50%;width:.75rem;height:.75rem}[data-state=operational] .status-dot{background:var(--status-green)}[data-state=outage] .status-dot{background:var(--status-red)}.monitor-note{max-width:45rem;color:var(--status-muted);margin:1rem 0 0;font-size:.875rem}code{overflow-wrap:anywhere;font-size:.82em}.history-heading{max-width:42rem;margin:4rem 0 3rem}.history-heading>p:last-child{color:var(--status-muted);font-size:1.05rem}.history-entry{border-top:1px solid var(--status-border);grid-template-columns:10rem minmax(0,1fr) auto;align-items:start;gap:1.5rem;padding:1.5rem 0;display:grid}.history-entry:last-child{border-bottom:1px solid var(--status-border)}.history-entry time{color:var(--status-muted);font-size:.875rem}.history-entry h3{margin:0;font-size:1rem}.history-entry p{color:var(--status-muted);margin:.35rem 0 0}.history-badge{color:var(--status-grey);border:1px solid;border-radius:999px;padding:.25rem .55rem;font-size:.75rem;font-weight:700}.history-entry[data-state=operational] .history-badge{color:var(--status-green)}.history-entry[data-state=outage] .history-badge{color:var(--status-red)}.history-empty{border:1px dashed var(--status-border);color:var(--status-muted);text-align:center;border-radius:.75rem;padding:2rem}.not-found{min-height:55vh;padding:5rem 0}.not-found p{color:var(--status-muted)}.status-footer{border-top:1px solid var(--status-border);min-height:8rem;color:var(--status-muted);justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0;display:flex}.status-footer nav{gap:1.2rem;display:flex}@media (width<=42rem){.status-header,.status-footer,.section-heading,.service-card{flex-direction:column;align-items:stretch}.status-header{gap:1.25rem;padding:1.25rem 0}.overall-status{margin:2.5rem 0;padding:1.5rem}.service-result{min-width:0}.history-entry{grid-template-columns:1fr;gap:.55rem}.history-badge{justify-self:start}.status-footer nav{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
