﻿:root { color-scheme: light; font-family: "Aptos", "Segoe UI", system-ui, sans-serif; color: #1b2922; background: #f5f7f2; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 15% -10%, #e5f1dd 0, transparent 42rem), #f5f7f2; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0; border-bottom: 1px solid #dbe4da; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 68px; height: 68px; flex: none; overflow: hidden; border: 1px solid #dce5d8; border-radius: 18px; background: #fff; box-shadow: 0 10px 26px #1c33200b; }
.brand-mark img { width: 58px; height: 58px; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; font-size: 1.05rem; font-weight: 850; letter-spacing: .12em; line-height: 1.1; }
.brand-name span { margin-top: 5px; color: #718278; font-size: .63rem; font-weight: 750; letter-spacing: .2em; }
.live-label { display: inline-flex; align-items: center; gap: 9px; color: #375b43; font-size: .72rem; font-weight: 850; letter-spacing: .15em; white-space: nowrap; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #38b66c; box-shadow: 0 0 0 5px #d9f2df; }
.intro { padding: 64px 0 34px; }
.eyebrow { margin: 0 0 13px; color: #668072; font-size: .71rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.intro h1 { margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.065em; line-height: 1.04; overflow-wrap: anywhere; }
.intro h1 span { color: #679e72; }
.intro-copy { margin: 19px 0 0; color: #65766b; font-size: 1.08rem; line-height: 1.55; }
.summary { display: flex; align-items: center; gap: 22px; min-height: 142px; padding: 27px 32px; border-radius: 24px; background: #1d3026; color: #fff; box-shadow: 0 18px 35px #203c2616; }
.summary[data-state="degraded"] { background: #4a3925; }
.summary[data-state="outage"] { background: #502d2c; }
.summary[data-state="unknown"] { background: #3d4942; }
.summary-dot { width: 18px; height: 18px; flex: none; border-radius: 50%; background: #a7e8ae; box-shadow: 0 0 0 10px #ffffff1c; }
.summary[data-state="degraded"] .summary-dot { background: #ffca72; }
.summary[data-state="outage"] .summary-dot { background: #ff8a85; }
.summary[data-state="unknown"] .summary-dot { background: #b5c0ba; }
.summary-copy { min-width: 0; }
.summary-label { margin: 0 0 7px; color: #c9d9ce; font-size: .68rem; font-weight: 850; letter-spacing: .19em; }
.summary h2 { margin: 0; font-size: clamp(1.2rem, 2.4vw, 1.7rem); letter-spacing: -.025em; }
.summary-copy > p:last-child { margin: 6px 0 0; color: #d8e1da; font-size: .88rem; }
.summary-count { margin-left: auto; padding-left: 20px; color: #d4e6d6; font-size: clamp(1.4rem, 4vw, 2.4rem); font-weight: 750; letter-spacing: -.06em; white-space: nowrap; }
.notice { margin: 18px 0 0; padding: 13px 16px; border: 1px solid #efc77d; border-radius: 12px; background: #fff5df; color: #754d1d; font-size: .9rem; }
.notice[hidden] { display: none; }
.status-explanation { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 17px; align-items: start; padding: 22px 25px; border: 1px solid; border-radius: 18px; box-shadow: 0 9px 24px #26372a0b; }
.status-explanation[hidden] { display: none; }
.status-explanation--primary { margin-top: 22px; border-color: #edcfc3; background: linear-gradient(120deg, #fff5ef, #fffaf6); color: #593d34; }
.status-explanation--secondary { margin: -4px 0 28px; border-color: #d8ddca; background: linear-gradient(120deg, #f2f5ec, #fbfcf8); color: #40503d; }
.status-explanation-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #f9ded2; color: #a94e39; font-size: 1.1rem; font-weight: 850; }
.status-explanation--secondary .status-explanation-icon { background: #e3ebd9; color: #597344; font-family: Georgia, serif; font-style: italic; }
.status-explanation-label { margin: 2px 0 5px; color: #aa5d45; font-size: .65rem; font-weight: 850; letter-spacing: .16em; }
.status-explanation--secondary .status-explanation-label { color: #617a4c; }
.status-explanation h2, .status-explanation h3 { margin: 0; font-size: 1.23rem; letter-spacing: -.025em; }
.status-explanation p:last-child { max-width: 72ch; margin: 8px 0 0; color: #72584c; font-size: .91rem; line-height: 1.55; }
.status-explanation--secondary p:last-child { color: #5c6a55; }
.services-area { padding-top: 58px; }
.area-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.area-heading h2, .reference h2 { margin: 0; font-size: 1.8rem; letter-spacing: -.045em; }
.area-heading > p { margin: 0 0 3px; color: #718075; font-size: .84rem; }
.secondary-area { margin-top: 62px; padding-top: 43px; border-top: 1px solid #dbe4da; }
.secondary-area[hidden] { display: none; }
.secondary-description { max-width: 620px; margin: 10px 0 0; color: #65766b; font-size: .9rem; line-height: 1.5; }
.secondary-area .service { min-height: 165px; }
.service-groups { display: grid; gap: 45px; }
.group-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.group-heading h3 { margin: 0; font-size: 1.08rem; font-weight: 780; letter-spacing: -.02em; }
.group-heading span { color: #7a8a7e; font-size: .79rem; font-weight: 650; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.service { display: flex; flex-direction: column; min-height: 183px; padding: 19px 20px 18px; border: 1px solid #dfe7dd; border-radius: 17px; background: #fff; box-shadow: 0 7px 22px #213a2408; }
.service-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.service-index { color: #a2b0a5; font-family: Consolas, "SFMono-Regular", monospace; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.badge.up { background: #e7f6e9; color: #237b42; }
.badge.down { background: #fff0e9; color: #b54936; }
.badge.unknown { background: #eff2ef; color: #6d7a70; }
.service h4 { margin: 17px 0 3px; font-size: 1.12rem; letter-spacing: -.03em; }
.service-type { margin: 0; color: #819086; font-size: .77rem; font-weight: 650; text-transform: uppercase; letter-spacing: .1em; }
.service-bottom { margin-top: auto; padding-top: 18px; }
.service-metrics { display: flex; justify-content: space-between; gap: 10px; color: #7d8a80; font-size: .76rem; }
.service-metrics strong { color: #354b3d; font-weight: 750; }
.history-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #eef1ed; }
.history-stat { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.history-stat strong { color: #2e4836; font-size: .91rem; font-weight: 780; white-space: nowrap; }
.history-stat span { color: #7a897e; font-size: .66rem; line-height: 1.25; }
.history-stat small { color: #6a796e; font-size: .6rem; line-height: 1.2; }
.history-label { margin: 16px 0 0; color: #7a897e; font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.history { display: grid; grid-template-columns: repeat(30, minmax(0, 1fr)); gap: 2px; margin-top: 7px; height: 10px; }
.check { display: block; min-width: 0; border-radius: 2px; background: #e4eae3; }
.check.up { background: #6dc98a; }
.check.down { background: #e99379; }
.check.mixed { background: #e9c46a; }
.empty { color: #a6b0a9; font-size: .76rem; }
.reference { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 62px; padding: 28px 31px; border: 1px solid #dae5d8; border-radius: 20px; background: #eaf2e9; }
.reference h2 { font-size: 1.35rem; }
.reference p:last-child { max-width: 580px; margin: 9px 0 0; color: #607369; font-size: .86rem; line-height: 1.5; }
.reference-targets { display: grid; gap: 8px; min-width: 185px; }
.reference[hidden] { display: none; }
.reference-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px 9px 14px; border: 1px solid #d5e3d4; border-radius: 10px; background: #fff; color: #3e5244; font-size: .82rem; font-weight: 720; }
.reference-item .badge { padding: 5px 7px; font-size: .62rem; }
footer { padding: 45px 0 32px; color: #829086; font-size: .7rem; font-weight: 750; letter-spacing: .12em; }
footer span { margin: 0 8px; color: #afbaae; }
@media (max-width: 900px) { .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .shell { width: calc(100% - 30px); max-width: 480px; }
  .site-header { flex-wrap: wrap; padding: 18px 0; }
  .brand-mark { width: 52px; height: 52px; border-radius: 14px; }
  .brand-mark img { width: 44px; height: 44px; }
  .live-label { margin-left: auto; font-size: .59rem; letter-spacing: .08em; }
  .intro { padding: 46px 0 29px; }
  .intro-copy { font-size: .97rem; }
  .summary { gap: 16px; min-height: 128px; padding: 22px; border-radius: 19px; }
  .summary-count { display: none; }
  .status-explanation { gap: 13px; grid-template-columns: 35px minmax(0, 1fr); padding: 18px; }
  .status-explanation-icon { width: 35px; height: 35px; border-radius: 11px; }
  .status-explanation h2, .status-explanation h3 { font-size: 1.11rem; }
  .services-area { padding-top: 44px; }
  .secondary-area { margin-top: 48px; padding-top: 36px; }
  .area-heading { align-items: start; flex-direction: column; gap: 9px; margin-bottom: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .group-heading, .service-metrics { flex-wrap: wrap; }
  .service { min-height: 165px; }
  .reference { align-items: stretch; flex-direction: column; gap: 21px; margin-top: 48px; padding: 23px; }
}
