:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0c0d10;
  color: #f8fafc;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button { font: inherit; }
.layout { width: min(100% - 2rem, 760px); margin: 0 auto; padding: 4.5rem 0 5rem; }
.hero { border-bottom: 1px solid #292c33; padding-bottom: 2rem; }
.brand { color: #fff; font-weight: 700; text-decoration: none; letter-spacing: -.03em; }
.eyebrow { color: #aeb5c4; font-size: .875rem; margin: 3.5rem 0 .5rem; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(2rem, 6vw, 3.25rem); letter-spacing: -.04em; margin-bottom: .75rem; }
h2 { font-size: 1rem; margin-bottom: .35rem; }
.lede, .updated, .notice p { color: #aeb5c4; margin-bottom: 0; }
.overview, .services, .notice { border: 1px solid #292c33; border-radius: .75rem; margin-top: 1.5rem; }
.overview { align-items: flex-start; display: flex; gap: 1rem; padding: 1.25rem; }
.overview p { color: #aeb5c4; margin-bottom: 0; }
.indicator, .service-dot { background: #7d8595; border-radius: 50%; flex: 0 0 auto; }
.indicator { height: .875rem; margin-top: .25rem; width: .875rem; }
.indicator--operational, .service--operational .service-dot { background: #22c55e; }
.indicator--degraded, .service--degraded .service-dot { background: #f59e0b; }
.indicator--outage, .service--outage .service-dot { background: #ef4444; }
.services { overflow: hidden; }
.section-heading { align-items: center; display: flex; justify-content: space-between; padding: 1.25rem 1.25rem .25rem; }
.retry { background: transparent; border: 1px solid #4a5160; border-radius: .45rem; color: #fff; cursor: pointer; padding: .4rem .65rem; }
.retry:hover, .retry:focus-visible { border-color: #fff; outline: 2px solid #93c5fd; outline-offset: 2px; }
.retry:disabled { cursor: wait; opacity: .65; }
.updated { font-size: .875rem; padding: 0 1.25rem 1rem; }
.service-list { list-style: none; margin: 0; padding: 0; }
.service { align-items: flex-start; border-top: 1px solid #292c33; display: flex; gap: .75rem; min-height: 4.75rem; padding: 1rem 1.25rem; }
.service-dot { height: .6rem; width: .6rem; }
.service-dot { margin-top: .45rem; }
.service-content { flex: 1; min-width: 0; }
.service-heading { align-items: center; display: flex; gap: .75rem; justify-content: space-between; }
.service-heading strong { font-size: .9375rem; }
.service-status { border: 1px solid #4a5160; border-radius: 999px; color: #cbd5e1; flex: 0 0 auto; font-size: .75rem; font-weight: 650; padding: .15rem .5rem; }
.service-status--operational { border-color: #166534; color: #86efac; }
.service-status--degraded { border-color: #92400e; color: #fcd34d; }
.service-status--unknown { border-color: #4a5160; color: #cbd5e1; }
.service-content p { color: #aeb5c4; font-size: .875rem; line-height: 1.4; margin: .35rem 0 0; }
.notice { padding: 1.25rem; }
@media (max-width: 480px) { .layout { padding-top: 2rem; } .eyebrow { margin-top: 2.5rem; } }
