:root {
  color-scheme: light dark;
  --page: #f8f9fa;
  --surface: #fff;
  --text: #282828;
  --muted: #656b72;
  --line: #e3e6e9;
  --green: #21734b;
  --green-bg: #edf7f1;
  --green-line: #cce4d5;
  --amber: #865809;
  --amber-bg: #fff7e6;
  --amber-line: #ecdbb5;
  --red: #b32e3b;
  --red-bg: #fff0f1;
  --red-line: #f0cdd1;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--page); color: var(--text); font: 16px/1.6 "Helvetica Neue", Arial, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #a532ff; outline-offset: 5px; border-radius: 3px; }
.wrap { width: min(100% - 48px, 800px); margin-inline: auto; }
.skip-link { position: absolute; top: 8px; left: 8px; z-index: 1; padding: 10px; background: var(--surface); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 34px; }
.brand { display: flex; }
.brand img { width: 176px; height: auto; }
.back-link { font-size: 13px; text-decoration: none; }
.back-link span { margin-left: 9px; }
.back-link:hover, .site-footer a:hover { text-decoration: underline; }
.intro { padding-block: 49px 30px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 1.8px; color: var(--muted); margin: 0 0 18px; }
h1 { font-size: clamp(36px, 6vw, 48px); line-height: 1.1; letter-spacing: -1.8px; font-weight: 600; margin: 0 0 18px; }
.intro > p:last-child { font-size: 16px; color: var(--muted); margin: 0; line-height: 1.65; }
.status-summary { display: flex; gap: 20px; align-items: center; border: 1px solid var(--green-line); border-radius: 12px; background: var(--green-bg); padding: 26px 28px; }
.status-symbol { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; font-size: 22px; flex: 0 0 auto; }
.status-summary h2 { margin: 0 0 2px; font-size: 19px; font-weight: 600; letter-spacing: -.3px; }
.status-summary p { margin: 0; color: var(--green); font-size: 13px; }
.status-summary.maintenance, .status-summary.degraded { background: var(--amber-bg); border-color: var(--amber-line); }
.status-summary.maintenance .status-symbol, .status-summary.degraded .status-symbol { background: var(--amber); }
.status-summary.maintenance p, .status-summary.degraded p { color: var(--amber); }
.status-summary.outage { background: var(--red-bg); border-color: var(--red-line); }
.status-summary.outage .status-symbol { background: var(--red); }
.status-summary.outage p { color: var(--red); }
section { margin-top: 39px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-heading h2 { font-size: 15px; font-weight: 600; letter-spacing: -.2px; margin: 0; }
.section-heading > span { font-size: 11px; color: var(--muted); }
.service-list { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--surface); }
.service { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 25px; }
.service + .service { border-top: 1px solid var(--line); }
.service-name { font-size: 15px; font-weight: 600; }
.service-url { font-size: 12px; color: var(--muted); }
.service a { text-decoration: none; }
.service a:hover .service-name { text-decoration: underline; }
.service-state { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; text-align: right; }
.dot { background: currentColor; width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; }
.service-state.degraded, .service-state.maintenance { color: var(--amber); }
.service-state.outage { color: var(--red); }
.empty { padding: 23px 25px; border: 1px dashed var(--line); border-radius: 12px; }
.empty p { margin: 0; font-size: 13px; color: var(--muted); }
.empty p:first-child { font-weight: 600; color: var(--text); margin-bottom: 3px; }
.notice { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: var(--surface); }
.notice summary { cursor: pointer; padding: 22px 25px; }
.notice summary::marker { color: var(--muted); }
.notice-title { font-size: 15px; font-weight: 600; margin-left: 6px; }
.notice-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 10px; font-size: 12px; color: var(--muted); }
.badge { font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 20px; background: var(--page); color: var(--text); }
.badge.maintenance, .badge.degraded { background: var(--amber-bg); color: var(--amber); }
.badge.outage { background: var(--red-bg); color: var(--red); }
.notice-body { padding: 0 25px 24px; font-size: 14px; overflow-wrap: anywhere; }
.notice-body p { margin: 0 0 12px; }
.notice-body h3 { font-size: 14px; margin: 24px 0 10px; }
.notice-body a { color: var(--text); }
.update { padding-top: 16px; margin-top: 20px; border-top: 1px solid var(--line); }
.update time { display: block; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.publication { margin: 28px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.site-footer { margin-top: 50px; padding-block: 23px 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.site-footer div { display: flex; gap: 24px; }
.site-footer a { text-decoration: none; }
@media (prefers-color-scheme: dark) {
  :root { --page: #17191c; --surface: #202328; --text: #f1f2f4; --muted: #a1a7b0; --line: #34383f; --green: #8fd5ae; --green-bg: #1b3025; --green-line: #314e3e; --amber: #eac37c; --amber-bg: #332b1d; --amber-line: #51412a; --red: #f0a3ad; --red-bg: #351f24; --red-line: #56323b; }
  .brand img { filter: invert(1); }
  .status-symbol { color: #17191c; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 25px; }
  .brand img { width: 144px; }
  .back-link { font-size: 11px; }
  .back-link span { margin-left: 3px; }
  .intro { padding-top: 32px; }
  .status-summary { padding: 22px 20px; gap: 14px; }
  .status-summary h2 { font-size: 17px; }
  .status-symbol { width: 34px; height: 34px; font-size: 19px; }
  .service { padding: 19px 20px; }
  .service-name { font-size: 14px; }
  .service-state { font-size: 11px; gap: 6px; max-width: 120px; }
  .section-heading > span { font-size: 10px; }
  .notice summary { padding: 20px; }
  .notice-body { padding-inline: 20px; }
  .site-footer { margin-top: 36px; }
  .site-footer div { gap: 16px; }
}
