@font-face {
    font-family: "Inter";
    src: url("fonts/InterVariable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    color-scheme: light;
    --ink: #171717;
    --secondary: #5e5e59;
    --line: #deded8;
    --line-strong: #85857d;
    --wash: #f6f6f3;
    --yellow: #ffd83d;
    --green: #17613f;
    --orange: #96410d;
    --purple: #64449a;
    --red: #a12e28;
    --unknown: #66665f;
    --block: #566b62;
    font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-optical-sizing: auto;
    font-synthesis: none;
    background: #fff;
    color: var(--ink);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #fff; color: var(--ink); }
body { margin: 0; font-size: 16px; line-height: 1.6; }
img, svg { display: block; max-width: 100%; }
svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible {
    outline: 3px solid var(--ink);
    outline-offset: 5px;
    border-radius: 3px;
    box-shadow: 0 0 0 7px var(--yellow);
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: 2.375rem; font-weight: 760; }
h2 { font-size: 1.5rem; font-weight: 720; }
h3 { font-size: 1.125rem; font-weight: 670; }
p { color: var(--secondary); overflow-wrap: anywhere; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 30; min-height: 44px; padding: 12px 16px; background: #fff; }
.skip-link:focus { top: 15px; }
.wrap { width: min(100%, 1120px); margin: 0 auto; padding-inline: 40px; }

.masthead { background: var(--ink); color: #fff; }
.masthead-inner { min-height: 91px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.wordmark { min-height: 48px; display: flex; align-items: center; gap: 18px; color: #fff; font-size: 1.625rem; font-weight: 790; letter-spacing: -.06em; }
.wordmark > span + span { padding-left: 18px; border-left: 1px solid #60605d; color: #d0d0cc; font-size: 1rem; font-weight: 400; letter-spacing: -.02em; }
.masthead-meta { display: flex; align-items: center; gap: 9px; color: #d0d0cc; font-size: .75rem; }
.signal { width: 7px; height: 7px; display: inline-block; border-radius: 1px; outline: 1px solid #75621b; background: var(--yellow); }
.masthead a:focus-visible { outline-color: #fff; }
.navline { border-bottom: 1px solid var(--line); }
.site-nav { min-height: 58px; display: flex; align-items: stretch; gap: 34px; }
.site-nav a { min-height: 58px; display: flex; align-items: center; position: relative; color: #62625d; font-size: .875rem; font-weight: 550; }
.site-nav a[aria-current="page"] { color: var(--ink); font-weight: 680; }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--ink); }
.site-nav a[aria-current="page"]::before { content: ""; position: absolute; bottom: 0; left: 0; z-index: 1; width: 17px; height: 3px; background: var(--yellow); }
.nav-timezone { margin-left: auto; align-self: center; color: #70706a; font-size: .6875rem; }

.page { padding-top: 43px; padding-bottom: 48px; }
.eyebrow { margin-bottom: 12px; color: var(--secondary); font-size: .75rem; font-weight: 600; }
.fresh { min-height: 44px; display: flex; align-items: center; gap: 7px; color: var(--secondary); font-size: .75rem; }
.overview-title { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.overview-title h1 { font-size: 1.875rem; }
.system-state { margin-bottom: 36px; padding: 26px 28px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 18px; align-items: center; border-top: 3px solid var(--ink); border-radius: 7px; background: #f4f4f0; }
.system-state > .status-mark { width: 28px; height: 28px; }
.system-state h2 { font-size: 1.5625rem; }
.system-state p:not(.system-count) { margin-top: 6px; font-size: .875rem; }
.system-count { max-width: 180px; color: #52524d; font-size: .75rem; line-height: 1.8; text-align: right; }

.status-mark { width: 19px; height: 19px; display: inline-grid; place-items: center; color: var(--unknown); }
.status-mark svg { width: 100%; height: 100%; }
.state { display: inline-flex; align-items: center; gap: 7px; color: var(--unknown); font-size: .8125rem; font-weight: 620; line-height: 1.4; }
.state--operational { color: var(--green); }
.state--degraded_performance { color: var(--orange); }
.state--partial_outage, .state--major_outage { color: var(--red); }
.state--maintenance { color: var(--purple); }
.state--unknown { color: var(--unknown); }

.editorial-section, .component-section, .maintenance-copy { margin-top: 36px; display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 40px; }
.section-aside h2 { font-size: 1.125rem; }
.section-aside p { max-width: 22ch; margin-top: 9px; font-size: .75rem; line-height: 1.65; }
.bulletin-stack { border-top: 1px solid #aaa9a3; }
.bulletin { padding: 22px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; border-bottom: 1px solid var(--line); }
.bulletin-title { display: flex; align-items: center; gap: 9px; }
.bulletin-title h3 { font-size: 1.0625rem; }
.bulletin-title .state--degraded_performance, .bulletin-title .state--partial_outage, .bulletin-title .state--major_outage { color: var(--orange); }
.bulletin > div > p { max-width: 58ch; margin-top: 8px; font-size: .875rem; }
.bulletin-meta { margin-top: 13px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #66665f; font-size: .75rem; }
.bulletin-action { align-self: center; }
.tag { padding: 2px 7px; display: inline-flex; align-items: center; gap: 5px; border-radius: 3px; background: #f0f0ed; color: #4b4b45; font-size: .6875rem; font-weight: 600; line-height: 1.6; }
.tag--maintenance { background: #f2eef8; color: var(--purple); }
.tag--incident { background: #fff2e8; color: var(--orange); }
.text-action { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 600; }
.text-action svg { width: 16px; height: 16px; }
.primary { min-height: 48px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--ink); border-radius: 6px; background: var(--yellow); color: var(--ink); box-shadow: 0 3px 0 #695514; font-size: .8125rem; font-weight: 650; transition: transform 70ms ease-out, box-shadow 70ms ease-out; }
.primary:hover { text-decoration: none; }
.primary:active { transform: translateY(3px); box-shadow: none; }
.maintenance-stack { min-width: 0; }
.maintenance-brief { margin-top: 0; padding: 17px 18px; display: grid; grid-template-columns: 19px minmax(0, 1fr) auto; gap: 12px; align-items: center; border-radius: 6px; background: #f2eef8; font-size: .8125rem; }
.maintenance-brief + .maintenance-brief { margin-top: 8px; }
.maintenance-brief-copy > strong { margin-top: 5px; display: block; }
.maintenance-brief p { margin-top: 3px; font-size: .75rem; }
.maintenance-brief a { font-size: .75rem; }
.quiet-empty { padding: 18px 0; color: var(--secondary); font-size: .875rem; }
.quiet-empty--notice { margin: 0 0 30px; padding: 17px 19px; border-radius: 6px; background: var(--wash); }

.service-list { min-width: 0; }
.service-group { padding: 17px 0 14px; border-top: 1px solid #a4a49e; }
.service-group:last-of-type { border-bottom: 1px solid var(--line); }
.service-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.identity { min-width: 0; display: flex; align-items: center; gap: 14px; }
.identity h3 { font-size: 1.3125rem; }
.identity h3 a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
.identity h3 svg { width: 16px; height: 16px; color: #65655f; }
.identity p { margin-top: 5px; color: var(--secondary); font-size: .75rem; }
.product-logo { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }

.measurement { min-width: 0; margin: 10px 0 0 56px; }
.measurement-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; }
.measurement-heading > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; font-size: .75rem; }
.measurement-heading > div strong { color: var(--ink); font-size: .875rem; font-weight: 630; }
.measurement-heading > div span, .measurement-heading > p { color: #686862; font-size: .75rem; }
.measurement-heading > p strong { color: var(--ink); font-size: 1rem; }
.hour-chart { width: min(100%, 500px); margin-top: 7px; }
.latency-blocks { width: 100%; height: 15px; display: grid; grid-template-columns: repeat(24, minmax(0, 1fr)); gap: 4px; }
.latency-block { min-width: 0; position: relative; border-radius: 1px; background: var(--block); }
.latency-block--partial { border: 1px solid var(--block); background: repeating-linear-gradient(45deg, #fff, #fff 2px, var(--block) 2px, var(--block) 3px); }
.latency-block--failed { border: 1px solid var(--red); background: #fff; }
.latency-block--failed::after { content: ""; position: absolute; top: 50%; left: -1px; width: calc(100% + 2px); height: 1px; transform: rotate(-55deg); background: var(--red); }
.latency-block--no-data { border: 1px dashed #77776e; background: #fff; }
.latency-axis { margin-top: 6px; display: flex; justify-content: space-between; color: #686862; font-size: .625rem; line-height: 1.4; }
.measurement-coverage { margin-top: 7px; color: #686862; font-size: .6875rem; }
.latency-details { min-width: 0; margin-top: 3px; font-size: .75rem; }
.latency-details summary { min-height: 44px; width: fit-content; padding: 10px 0; align-content: center; color: #55554e; cursor: pointer; }
.latency-details[open] > summary { margin-bottom: 8px; }
.table-scroll { min-width: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.data-table { width: 100%; min-width: 410px; border-collapse: collapse; background: #fff; font-size: .75rem; line-height: 1.5; }
.data-table caption { margin-bottom: 12px; color: #66665f; text-align: left; }
.data-table th, .data-table td { padding: 8px 7px; border-bottom: 1px solid var(--line); text-align: left; font-variant-numeric: tabular-nums; }
.data-table th { background: var(--wash); font-weight: 600; }
.latency-unavailable { margin: 13px 0 0 56px; display: grid; color: var(--secondary); font-size: .75rem; }
.legend { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 14px; color: #61615b; font-size: .6875rem; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 12px; flex: 0 0 auto; }
.measurement-help { max-width: 72ch; margin-top: 14px; color: #62625c; font-size: .75rem; }

.empty-state { padding: 18px 0; display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid var(--line); }
.empty-state .status-mark { width: 28px; height: 28px; }
.empty-state p { margin-top: 3px; font-size: .875rem; }
.expiry-notice { margin: 0 0 24px; padding: 16px 19px; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; border-left: 3px solid var(--orange); border-radius: 4px; background: #fff5ed; }
.expiry-notice svg { width: 24px; height: 24px; color: var(--orange); }
.expiry-notice h2 { font-size: 1rem; }
.expiry-notice p { margin-top: 5px; color: #4b4b45; font-size: .8125rem; }

.back { min-height: 44px; margin-top: -12px; margin-bottom: 23px; display: inline-flex; align-items: center; gap: 8px; color: #5e5e57; font-size: .75rem; }
.back svg { width: 16px; height: 16px; }
.product-intro { margin-bottom: 31px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.product-intro .product-logo { width: 61px; height: 61px; }
.product-intro .identity { gap: 21px; }
.product-intro h1 { font-size: 2.5rem; }
.product-intro .identity p { margin-top: 7px; font-size: .875rem; }
.product-now { text-align: right; }
.product-now .fresh { min-height: 0; margin-top: 5px; justify-content: flex-end; font-size: .6875rem; }
.impact { margin-bottom: 32px; padding: 24px 26px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; border-radius: 7px; background: #f5f5f1; }
.impact > div > .state { margin-bottom: 9px; font-size: .6875rem; text-transform: uppercase; letter-spacing: .035em; }
.impact h2 { font-size: 1.25rem; }
.impact p { max-width: 63ch; margin-top: 9px; font-size: .875rem; }
.component-section { margin-top: 40px; }
.component-stack { min-width: 0; }
.component { padding: 20px 0 25px; border-top: 1px solid #aaa9a3; }
.component-top { margin-bottom: 19px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.component-top h3 { font-size: 1.125rem; }
.component .measurement { margin-left: 0; }
.component .hour-chart { width: min(100%, 500px); }
.component .latency-blocks { height: 19px; }
.component-no-measurement { padding: 14px 0; color: var(--secondary); font-size: .8125rem; }
.plain-history { padding-top: 18px; border-top: 1px solid #aaa9a3; font-size: .875rem; line-height: 1.75; }
.plain-history .text-action { margin-top: 8px; }

.incident-header { max-width: 850px; }
.incident-header h1 { max-width: 23ch; margin-top: 14px; font-size: 2.6875rem; }
.incident-header > p { max-width: 66ch; margin-top: 18px; font-size: 1.0625rem; }
.scope { margin-top: 23px; display: flex; align-items: center; flex-wrap: wrap; gap: 13px; color: #66665f; font-size: .8125rem; }
.scope a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; }
.scope .product-logo { width: 28px; height: 28px; }
.scope strong { color: var(--ink); }
.phase-line { margin: 36px 0 0; padding: 17px 0; display: flex; flex-wrap: wrap; gap: 24px; border-top: 1px solid #b2b2a9; border-bottom: 1px solid var(--line); color: #62625b; font-size: .75rem; list-style: none; }
.phase-line li { display: flex; align-items: center; gap: 8px; }
.phase-line i { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #77776e; border-radius: 50%; font-size: .625rem; font-style: normal; }
.phase-line i svg { width: 14px; height: 14px; }
.phase-line .current { color: var(--ink); font-weight: 650; }
.phase-line .current i { border-color: var(--ink); background: var(--yellow); }
.update-stream { max-width: 880px; margin-top: 38px; }
.update { margin-bottom: 32px; display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 35px; }
.update time { color: #62625b; font-size: .8125rem; line-height: 1.7; font-variant-numeric: tabular-nums; }
.update time strong { display: block; color: var(--ink); font-weight: 600; }
.update-body { position: relative; padding: 0 0 20px 25px; border-left: 1px solid #cccac1; }
.update-body::before { content: ""; position: absolute; top: 5px; left: -5px; width: 9px; height: 9px; border: 1px solid #75756c; border-radius: 50%; background: #fff; }
.update:first-of-type .update-body::before { border-color: var(--ink); background: var(--yellow); }
.update-body h2 { font-size: 1.375rem; }
.update-body > p { max-width: 64ch; margin-top: 12px; font-size: .9375rem; }
.next-update { width: fit-content; padding: 8px 10px; display: flex; align-items: center; gap: 8px; background: var(--wash); color: #53534d; font-size: .75rem !important; }

.notice-title { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.notice-title p:last-child { max-width: 62ch; margin-top: 14px; font-size: .9375rem; }
.currently { margin-bottom: 38px; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 7px; background: #f2eef8; }
.currently h2 { margin: 7px 0; font-size: 1.125rem; }
.currently p { max-width: 66ch; font-size: .8125rem; }
.agenda { margin-top: 25px; }
.agenda > h2 { margin-bottom: 4px; }
.agenda-day { margin: 30px 0; display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 35px; }
.agenda-day > time { padding-top: 15px; border-top: 2px solid var(--ink); font-size: .8125rem; }
.agenda-day > time strong { display: block; font-size: 1.375rem; line-height: 1.3; letter-spacing: -.035em; }
.agenda-items { border-top: 1px solid #a4a49c; }
.agenda-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.agenda-item-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.agenda-item h3 { font-size: 1.1875rem; }
.agenda-item > p { max-width: 65ch; margin-top: 11px; font-size: .875rem; }
.agenda-item .scope { margin-top: 10px; font-size: .75rem; }
.completed-maintenance { margin-top: 42px; }

.maintenance-heading { margin-bottom: 32px; display: grid; grid-template-columns: 115px minmax(0, 1fr); gap: 30px; align-items: start; }
.calendar-mark { padding-top: 12px; border-top: 3px solid var(--ink); }
.calendar-mark strong { display: block; font-size: 4rem; line-height: 1; letter-spacing: -.06em; }
.calendar-mark span { margin-top: 8px; display: block; font-size: .8125rem; letter-spacing: .1em; }
.maintenance-heading h1 { max-width: 24ch; margin-top: 12px; font-size: 2.375rem; }
.maintenance-heading p { max-width: 63ch; margin-top: 17px; font-size: 1rem; }
.time-window { margin: 34px 0; padding: 24px 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: center; border-radius: 7px; background: var(--ink); color: #fff; }
.time-label { margin-bottom: 5px; display: block; color: #c8c8c3; font-size: .75rem; }
.time-window strong { display: block; font-size: 1.5rem; font-weight: 620; line-height: 1.2; letter-spacing: -.02em; }
.time-window small { color: #d0d0cc; font-size: .75rem; }
.window-line { display: flex; align-items: center; gap: 10px; color: #d0d0cc; font-size: .75rem; }
.window-line::before, .window-line::after { content: ""; height: 1px; flex: 1; background: #77776f; }
.maintenance-copy { margin-top: 34px; }
.maintenance-copy h2 { font-size: 1.1875rem; }
.maintenance-copy p { max-width: 66ch; font-size: .9375rem; }
.maintenance-copy p + p { margin-top: 17px; }
.maintenance-update + .maintenance-update { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.maintenance-update h3 { font-size: 1rem; }
.maintenance-update h3 + p { margin-top: 12px; }

.history-top { margin: 30px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.history-scope { display: flex; flex-wrap: wrap; gap: 18px; font-size: .8125rem; }
.history-scope a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; }
.history-scope a[aria-current="page"] { border-bottom-color: var(--ink); font-weight: 650; }
.date-history { margin-top: 25px; padding-top: 24px; display: grid; grid-template-columns: 155px minmax(0, 1fr); gap: 35px; border-top: 1px solid var(--line); }
.date-history > time { color: #62625b; font-size: .8125rem; }
.date-history > time strong { margin-bottom: 4px; display: block; color: var(--ink); font-size: 1rem; font-weight: 650; }
.history-event { margin-bottom: 24px; }
.history-event > .state { margin-bottom: 10px; font-size: .6875rem; }
.history-event h2 { font-size: 1.3125rem; }
.history-event-link { font-size: inherit; }
.history-event p { max-width: 63ch; margin-top: 10px; font-size: .875rem; }
.history-event .scope { margin-top: 12px; font-size: .75rem; }
.history-empty { padding: 4px 0 16px; color: #62625b; font-size: .875rem; }
.history-footnote { max-width: 67ch; margin-top: 30px; color: #62625c; font-size: .75rem; line-height: 1.7; }

.site-footer { margin-top: 55px; padding-top: 21px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 24px; border-top: 1px solid #b9b9b0; color: #66665e; font-size: .6875rem; }
.site-footer-brand { display: grid; gap: 2px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; }
.publication-details { position: relative; }
.publication-details summary { min-height: 44px; display: inline-flex; align-items: center; cursor: pointer; }
.publication-details .freshness { width: min(570px, calc(100vw - 44px)); padding: 15px 17px; position: absolute; right: 0; bottom: calc(100% + 8px); z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; border: 1px solid #b9b9b0; border-radius: 5px; background: #fff; box-shadow: 0 8px 24px rgb(23 23 23 / 10%); }
.freshness div { min-width: 0; }
.freshness dt { color: #66665e; font-size: .625rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.freshness dd { margin-top: 4px; color: var(--ink); font-size: .75rem; font-variant-numeric: tabular-nums; }
.detail-main { min-width: 0; }

@media (max-width: 900px) {
    .editorial-section, .component-section, .maintenance-copy { grid-template-columns: 160px minmax(0, 1fr); gap: 32px; }
    .system-count { display: none; }
    .system-state { grid-template-columns: 30px minmax(0, 1fr); }
    .measurement { margin-left: 0; }
}

@media (max-width: 640px) {
    body { font-size: 15px; }
    .wrap { padding-inline: 22px; }
    .masthead-inner { min-height: 77px; gap: 16px; }
    .wordmark { gap: 13px; font-size: 1.5625rem; }
    .wordmark > span + span { padding-left: 13px; font-size: .9375rem; }
    .masthead-meta { max-width: 92px; font-size: .625rem; line-height: 1.5; }
    .site-nav { min-height: 53px; gap: 27px; }
    .site-nav a { min-height: 53px; font-size: .8125rem; }
    .nav-timezone { display: none; }
    .page { padding-top: 30px; padding-bottom: 30px; }
    .overview-title { margin-bottom: 20px; display: block; }
    .overview-title h1 { font-size: 1.6875rem; }
    .fresh { min-height: 0; margin-top: 5px; font-size: .6875rem; }
    .system-state { margin-bottom: 24px; padding: 20px 18px; grid-template-columns: 23px minmax(0, 1fr); gap: 12px; border-top-width: 2px; }
    .system-state > .status-mark { width: 23px; height: 23px; align-self: start; margin-top: 3px; }
    .system-state h2 { font-size: 1.375rem; }
    .system-state p:not(.system-count) { font-size: .8125rem; line-height: 1.65; }
    .editorial-section, .component-section, .maintenance-copy { margin-top: 30px; grid-template-columns: minmax(0, 1fr); gap: 15px; }
    .section-aside { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px; }
    .section-aside h2 { font-size: 1.1875rem; }
    .section-aside p { max-width: none; margin: 0; font-size: .6875rem; }
    .bulletin { padding: 16px 0; grid-template-columns: 1fr; gap: 9px; }
    .bulletin > div > p { font-size: .875rem; line-height: 1.65; }
    .bulletin-meta { margin-top: 10px; gap: 8px; font-size: .6875rem; }
    .bulletin-action { justify-self: start; }
    .primary { min-height: 46px; font-size: .75rem; }
    .maintenance-brief { padding: 16px; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; }
    .maintenance-brief a { grid-column: 2; justify-self: start; }
    .service-group { padding: 14px 0 11px; }
    .service-heading { gap: 9px; align-items: flex-start; }
    .identity { gap: 9px; }
    .product-logo { width: 35px; height: 35px; }
    .identity h3 { font-size: 1.1875rem; }
    .identity p { display: none; }
    .service-heading > .state { max-width: 130px; min-height: 35px; font-size: .6875rem; text-align: right; }
    .measurement { margin-top: 9px; }
    .measurement-heading { gap: 10px; }
    .measurement-heading > div { font-size: .6875rem; }
    .measurement-heading > div strong, .measurement-heading > p strong { font-size: .8125rem; }
    .measurement-heading > p { text-align: right; }
    .latency-blocks { height: 14px; gap: 3px; }
    .latency-axis { font-size: .625rem; }
    .measurement-coverage { font-size: .625rem; }
    .latency-details { margin-top: 0; font-size: .6875rem; }
    .data-table { font-size: .6875rem; }
    .data-table th, .data-table td { padding: 7px 5px; }
    .latency-unavailable { margin-left: 0; }
    .legend { gap: 12px; font-size: .625rem; }
    .measurement-help { font-size: .6875rem; }
    .back { margin-top: -9px; margin-bottom: 20px; font-size: .6875rem; }
    .product-intro { margin-bottom: 24px; display: block; }
    .product-intro .product-logo { width: 48px; height: 48px; }
    .product-intro .identity { gap: 16px; }
    .product-intro h1 { font-size: 2.125rem; }
    .product-now { margin: 17px 0 0 64px; text-align: left; }
    .product-now .fresh { justify-content: flex-start; }
    .impact { margin-bottom: 28px; padding: 20px; display: block; }
    .impact h2 { font-size: 1.1875rem; }
    .impact p { font-size: .875rem; }
    .impact .primary { margin-top: 17px; }
    .component { padding: 17px 0 23px; }
    .component-top { margin-bottom: 15px; gap: 14px; }
    .component-top h3 { font-size: 1.0625rem; }
    .component-top .state { max-width: 125px; font-size: .6875rem; text-align: right; }
    .component .latency-blocks { height: 16px; }
    .incident-header h1 { max-width: none; margin-top: 15px; font-size: 2.0625rem; }
    .incident-header > p { margin-top: 17px; font-size: .9375rem; line-height: 1.75; }
    .scope { margin-top: 17px; gap: 9px; font-size: .75rem; }
    .scope .product-logo { width: 25px; height: 25px; }
    .phase-line { margin-top: 25px; padding: 16px 0; gap: 14px; font-size: .6875rem; }
    .phase-line i { width: 17px; height: 17px; }
    .update-stream { margin-top: 27px; }
    .update { margin-bottom: 27px; grid-template-columns: 1fr; gap: 10px; }
    .update time { display: flex; gap: 8px; font-size: .6875rem; }
    .update-body { padding-left: 20px; }
    .update-body h2 { font-size: 1.25rem; }
    .update-body > p { margin-top: 10px; font-size: .875rem; line-height: 1.75; }
    .notice-title { margin-bottom: 25px; display: block; }
    .notice-title h1 { font-size: 2.0625rem; }
    .notice-title p:last-child { margin-top: 12px; font-size: .875rem; line-height: 1.7; }
    .currently { margin-bottom: 30px; padding: 19px; display: block; }
    .currently h2 { font-size: 1.0625rem; }
    .currently p { font-size: .8125rem; }
    .currently .text-action { margin-top: 8px; font-size: .75rem; }
    .agenda-day { margin: 25px 0; grid-template-columns: 1fr; gap: 16px; }
    .agenda-day > time { padding-top: 13px; display: flex; align-items: baseline; gap: 10px; font-size: .75rem; }
    .agenda-day > time strong { font-size: 1.25rem; }
    .agenda-item { padding: 17px 0; }
    .agenda-item-top { gap: 12px; }
    .agenda-item h3 { font-size: 1.0625rem; }
    .agenda-item > p { font-size: .8125rem; }
    .maintenance-heading { margin-bottom: 24px; grid-template-columns: 60px minmax(0, 1fr); gap: 20px; }
    .calendar-mark { padding-top: 10px; border-top-width: 2px; }
    .calendar-mark strong { font-size: 2.75rem; }
    .calendar-mark span { margin-top: 5px; font-size: .625rem; letter-spacing: .06em; }
    .maintenance-heading h1 { margin-top: 12px; font-size: 1.8125rem; }
    .maintenance-heading p { margin-top: 14px; font-size: .875rem; line-height: 1.7; }
    .maintenance-heading .scope { margin-left: -80px; margin-top: 22px; }
    .time-window { margin: 27px 0; padding: 21px 20px; grid-template-columns: 1fr 1fr; gap: 15px; }
    .time-window strong { font-size: 1.4375rem; }
    .time-label, .time-window small { font-size: .6875rem; }
    .window-line { grid-column: 1 / -1; grid-row: 2; font-size: .6875rem; }
    .maintenance-copy h2 { font-size: 1.25rem; }
    .maintenance-copy p { font-size: .875rem; line-height: 1.75; }
    .history-top { margin: 20px 0; display: block; }
    .history-scope { gap: 18px; font-size: .75rem; }
    .date-history { margin-top: 20px; padding-top: 20px; grid-template-columns: 1fr; gap: 18px; }
    .date-history > time { display: flex; align-items: baseline; gap: 9px; font-size: .75rem; }
    .date-history > time strong { margin: 0; font-size: 1rem; }
    .history-event h2 { font-size: 1.1875rem; }
    .history-event p { font-size: .875rem; }
    .history-footnote { margin-top: 24px; font-size: .6875rem; }
    .site-footer { margin-top: 38px; padding-top: 20px; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 8px 18px; font-size: .625rem; }
    .site-footer-brand { grid-column: 1 / -1; }
    .publication-details .freshness { width: 100%; margin-top: 4px; padding: 13px 0 2px; position: static; grid-template-columns: 1fr; gap: 10px; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; }
}

@media (max-width: 350px) {
    .wrap { padding-inline: 17px; }
    .masthead-meta { display: none; }
    .site-nav { gap: 23px; }
    .site-nav a { font-size: .75rem; }
    .service-heading > .state { max-width: 111px; font-size: .625rem; }
    .latency-blocks { gap: 3px; }
    .maintenance-heading { grid-template-columns: 49px minmax(0, 1fr); gap: 15px; }
    .maintenance-heading h1 { font-size: 1.625rem; }
    .maintenance-heading .scope { margin-left: -64px; }
    .incident-header h1 { font-size: 1.875rem; }
    .phase-line { gap: 10px; font-size: .625rem; }
    .primary { padding-inline: 12px; }
    .time-window { padding: 18px; gap: 11px; }
    .time-window strong { font-size: 1.3125rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
    .primary:active { transform: translateY(1px); }
}

@media (forced-colors: active) {
    a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline-color: CanvasText; box-shadow: none; }
    .latency-block { border: 1px solid CanvasText; background: CanvasText; }
    .latency-block--partial, .latency-block--failed, .latency-block--no-data { border-color: CanvasText; background: Canvas; }
    .latency-block--failed::after { background: CanvasText; }
    .primary, .time-window, .masthead { border: 1px solid CanvasText; }
    .state, .status-mark { color: CanvasText; }
    .site-nav a[aria-current="page"] { outline: 2px solid CanvasText; }
}
