/* Northern Edge — local assets only. */
@font-face {
  font-family: Inter;
  src: url('/assets/inter-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #070c11;
  --panel: #0a1118;
  --line: #1c2b35;
  --text: #eff6fa;
  --muted: #8ba0ae;
  --soft: #b5c6d0;
  --cyan: #77e5f2;
  --green: #b7eca0;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  font-feature-settings: "tnum" 1;
  background: var(--bg);
  color: var(--text);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: radial-gradient(ellipse at 83% 9%, #10333d42, transparent 38rem), var(--bg); }
body::before { content: ""; position: absolute; inset: 0 0 auto; height: 40rem; pointer-events: none; background-image: linear-gradient(#b7e9ff03 1px, transparent 1px), linear-gradient(90deg, #b7e9ff03 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(#000, transparent); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 6px; border-radius: 2px; }
a:hover { color: var(--cyan); }
button:disabled { cursor: wait; opacity: .6; }
::selection { color: var(--bg); background: var(--cyan); }
.shell { width: min(1400px, calc(100% - 96px)); margin: 0 auto; position: relative; }
.masthead { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 24px; letter-spacing: -.045em; font-weight: 650; }
.brand-number { color: var(--cyan); font-weight: 400; }
.brand-mark { width: 24px; height: 25px; display: flex; align-items: flex-end; gap: 3px; }
.brand-mark i { display: block; width: 6px; background: var(--cyan); }
.brand-mark i:nth-child(1) { height: 11px; opacity: .4; }
.brand-mark i:nth-child(2) { height: 18px; opacity: .7; }
.brand-mark i:nth-child(3) { height: 25px; }
.brand-caption { margin-left: 8px; padding-left: 20px; border-left: 1px solid var(--line); color: var(--muted); font: 12px var(--mono); letter-spacing: .13em; }
.header-meta { display: flex; align-items: center; gap: 26px; font: 12px var(--mono); }
.country-tag { color: var(--soft); letter-spacing: .08em; display: flex; gap: 9px; align-items: center; }
.flag { width: 22px; height: 14px; border-radius: 1px; }
.connection-status { display: flex; align-items: center; gap: 8px; color: #a9d8b9; padding-left: 26px; border-left: 1px solid var(--line); }
.status-dot, .inline-dot { display: inline-block; width: 6px; height: 6px; background: #8ddeb0; border-radius: 50%; box-shadow: 0 0 10px #8ddeb047; flex: 0 0 auto; }
.connection-status.is-unavailable { color: #efb885; }
.connection-status.is-unavailable .status-dot { background: #efb885; box-shadow: none; }
.hero { padding: 62px 0 58px; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--cyan); font: 12px var(--mono); letter-spacing: .14em; }
.node-badge { color: var(--bg); background: var(--cyan); padding: 6px 9px; font-weight: 700; letter-spacing: .07em; }
.hero-row { display: grid; grid-template-columns: 1.45fr 1fr; gap: 5%; align-items: end; margin-top: 24px; }
h1 { margin: 0; font-size: clamp(72px, 7.8vw, 112px); font-weight: 550; letter-spacing: -.075em; line-height: .96; }
h1 span { color: #c5dce6; }
.hero-aside { padding: 0 0 5px 22px; border-left: 1px solid #77e5f263; }
.mini-label { color: var(--cyan); font: 12px var(--mono); letter-spacing: .12em; }
.hero-aside p { margin: 15px 0 20px; color: var(--soft); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 32px; font-size: 14px; }
.text-link span { color: var(--cyan); font-size: 20px; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.metric { padding: 25px 28px 27px; border-right: 1px solid var(--line); min-width: 0; }
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric h2 { margin: 0; font: 12px var(--mono); letter-spacing: .06em; color: var(--muted); }
.metric-value { display: flex; align-items: baseline; gap: 12px; font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1.2; letter-spacing: -.04em; margin: 18px 0 11px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.metric-clock { letter-spacing: -.06em; }
.metric-code { font: 12px var(--mono); color: var(--cyan); padding: 3px 5px; border: 1px solid #77e5f22b; align-self: center; }
.metric-unit { font: 14px var(--mono); color: var(--muted); letter-spacing: 0; }
.metric p { margin: 0; color: var(--muted); font: 12px/1.5 var(--mono); }
.operations { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, 1fr); border: 1px solid var(--line); background: linear-gradient(130deg, #0c18216b, transparent 65%), var(--panel); }
.map-panel { min-width: 0; border-right: 1px solid var(--line); }
.panel-heading { min-height: 99px; padding: 24px 26px; display: flex; gap: 18px; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid var(--line); }
.panel-heading h2 { font-size: 21px; line-height: 1.3; font-weight: 500; letter-spacing: -.035em; margin: 8px 0 0; }
.small-badge { font: 11px/1.5 var(--mono); color: var(--muted); letter-spacing: .07em; white-space: nowrap; padding-top: 3px; }
.map-stage { height: 420px; position: relative; overflow: hidden; background: radial-gradient(ellipse at 68% 20%, #13435354, transparent 55%); }
.map-graphic { display: block; width: 100%; height: 100%; }
.map-grid { fill: none; stroke: #749eb214; stroke-width: .8; }
.map-land { fill: #182c38; stroke: #335060; stroke-width: .8; stroke-linejoin: round; }
.map-finland { fill: #265c68; stroke: #6db7c5; stroke-width: 1.1; }
.map-route { fill: none; stroke: #77e5f254; stroke-width: 1.4; }
.map-flow { fill: none; stroke: #94f4ff; stroke-width: 1.8; stroke-dasharray: 3 160; stroke-linecap: round; animation: transit 12s linear infinite; }
.map-flow:nth-child(2n) { animation-duration: 16s; }
.map-node { fill: #a8dce8; stroke: #0a1118; stroke-width: 2; }
.map-home-halo { fill: #b7eca011; stroke: #b7eca040; stroke-width: 1; }
.map-home-node { fill: var(--green); stroke: #10222b; stroke-width: 3; }
.map-node-label { font: 13px var(--mono); fill: #bbced9; letter-spacing: .06em; }
.map-home-label { font: 600 16px var(--mono); fill: #d8f1c5; letter-spacing: .06em; }
.map-home-detail { font: 12px var(--mono); fill: #8db5b3; }
.map-key { position: absolute; inset: auto 25px 15px; display: flex; gap: 25px; font: 12px var(--mono); color: var(--muted); }
.map-key span { display: inline-flex; gap: 8px; align-items: center; }
.map-key i { height: 5px; width: 5px; border-radius: 50%; }
.map-key-home { background: var(--green); box-shadow: 0 0 8px #b7eca040; }
.map-key-reference { background: #a8dce8; }
.map-footnote { padding: 14px 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; font: 11px/1.5 var(--mono); color: var(--muted); }
.map-footnote a { white-space: nowrap; }
.pulse-panel { min-width: 0; }
.live-label { font: 10px/1.6 var(--mono); color: #a4d5ba; white-space: nowrap; padding-top: 3px; }
.live-label i { display: inline-block; height: 5px; width: 5px; margin-right: 6px; background: #8ddeb0; border-radius: 50%; }
.pulse-content { padding: 24px 26px 20px; }
.pulse-reading { display: flex; align-items: baseline; gap: 12px; }
.pulse-reading strong { font-size: 64px; line-height: 1; font-weight: 450; letter-spacing: -.07em; }
.pulse-reading > span { font: 14px var(--mono); color: var(--muted); }
.pulse-description { margin: 12px 0 14px; font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 30ch; }
.chart-container { position: relative; }
.pulse-chart { width: 100%; height: 133px; display: block; overflow: visible; }
.chart-grid { stroke: #21333f; stroke-width: .8; fill: none; stroke-dasharray: 2 5; }
.chart-line { fill: none; stroke: var(--cyan); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.chart-dot { fill: var(--cyan); stroke: #0a1118; stroke-width: 2; }
.chart-empty { position: absolute; inset: 0; display: grid; place-items: center; font: 12px var(--mono); color: var(--muted); }
[hidden] { display: none !important; }
.chart-axis { display: flex; justify-content: space-between; font: 10px var(--mono); letter-spacing: .05em; color: var(--muted); margin-top: 6px; }
.pulse-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 25px 0 0; border-top: 1px solid var(--line); padding: 18px 0; }
.pulse-stats dt { color: var(--muted); font-size: 12px; }
.pulse-stats dd { margin: 7px 0 0; font: 14px var(--mono); }
.pulse-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding-top: 13px; }
.pulse-action > span { font: 10px/1.5 var(--mono); color: var(--muted); }
.pulse-action button { background: transparent; border: 0; color: var(--cyan); min-height: 38px; padding: 5px 0 5px 8px; font-size: 13px; cursor: pointer; white-space: nowrap; }
.pulse-action button span { padding-left: 6px; }
.pulse-action button:hover { color: #d5fbff; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-top: 0; background: #0a1118a3; }
.details-panel { border-right: 1px solid var(--line); min-width: 0; }
.endpoint-facts { margin: 0; padding: 12px 26px 22px; }
.endpoint-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; border-bottom: 1px solid #1c2b3599; padding: 15px 0; align-items: baseline; }
.endpoint-facts > div:last-child { border-bottom: 0; }
.endpoint-facts dt { color: var(--muted); font-size: 13px; }
.endpoint-facts dd { margin: 0; font: 13px/1.5 var(--mono); overflow-wrap: anywhere; }
.muted { color: var(--muted); }
.inline-dot { width: 5px; height: 5px; margin-right: 9px; }
.history-panel { min-width: 0; }
.history-wrap { padding: 9px 26px 15px; }
.history-table { border-collapse: collapse; width: 100%; table-layout: fixed; font: 12px/1.5 var(--mono); }
.history-table th { color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: .04em; text-align: left; padding: 12px 0; border-bottom: 1px solid var(--line); }
.history-table td { padding: 10px 0; border-bottom: 1px solid #1c2b3599; color: var(--soft); }
.history-table .align-right { text-align: right; }
.history-table .check-success { color: #a9d8b9; }
.history-table .check-failed { color: #efb885; }
.history-empty td { height: 90px; text-align: center; color: var(--muted); }
.history-note { font: 11px/1.6 var(--mono); color: var(--muted); margin: 15px 0 0; }
.footer { min-height: 104px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 12px/1.5 var(--mono); color: var(--muted); }
.footer-location { font-size: 10px; letter-spacing: .08em; display: inline-flex; align-items: center; gap: 9px; }
.footer-location i { width: 4px; height: 4px; background: var(--cyan); }
.footer a span { margin-left: 8px; color: var(--cyan); }
.skip-link { position: absolute; z-index: 10; top: -80px; left: 15px; background: var(--cyan); color: var(--bg); padding: 15px; }
.skip-link:focus { top: 15px; }
.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; }
.no-script { font-size: 13px; line-height: 1.6; color: var(--muted); }
@keyframes transit { to { stroke-dashoffset: -652; } }
@media (min-width: 1600px) { .hero { padding-block: 76px 67px; } h1 { font-size: 124px; } .map-stage { height: 460px; } }
@media (max-width: 1150px) {
  .shell { width: calc(100% - 56px); }
  .header-meta { gap: 18px; }
  .connection-status { padding-left: 18px; }
  .operations { grid-template-columns: minmax(0, 1.35fr) minmax(315px, 1fr); }
  .panel-heading, .pulse-content { padding-inline: 20px; }
  .panel-heading h2 { font-size: 19px; }
  .live-label { display: none; }
  .metric { padding-inline: 20px; }
  .metric h2 { font-size: 10px; }
  .metric p { font-size: 11px; }
  .hero-aside p br { display: none; }
}
@media (max-width: 850px) {
  .brand-caption { display: none; }
  .hero-row { grid-template-columns: 1.1fr 1fr; gap: 7%; }
  h1 { font-size: 78px; }
  .hero-aside p { font-size: 15px; }
  .mini-label { font-size: 11px; }
  .operations { grid-template-columns: 1fr; }
  .map-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .map-stage { height: 405px; }
  .pulse-content { padding: 24px; }
  .pulse-chart { height: 160px; }
  .live-label { display: inline; }
  .pulse-description { max-width: none; }
  .metric { padding-inline: 14px; }
  .metric-value { font-size: 29px; gap: 7px; }
  .metric-code { display: none; }
  .details-grid { grid-template-columns: 1fr; }
  .details-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-location { display: none; }
}
@media (max-width: 580px) {
  .shell { width: calc(100% - 36px); }
  .masthead { min-height: 77px; gap: 12px; }
  .brand { font-size: 23px; gap: 10px; }
  .header-meta { gap: 0; }
  .country-tag { font-size: 10px; gap: 6px; }
  .connection-status { display: none; }
  .hero { padding: 43px 0 36px; }
  .eyebrow { font-size: 10px; letter-spacing: .08em; gap: 10px; }
  .hero-row { grid-template-columns: 1fr; gap: 29px; margin-top: 22px; }
  h1 { font-size: clamp(64px, 17vw, 90px); }
  .hero-aside { padding: 0 0 0 17px; max-width: 360px; }
  .hero-aside p { font-size: 15px; line-height: 1.7; margin-top: 11px; margin-bottom: 10px; }
  .hero-aside p br { display: initial; }
  .text-link { font-size: 13px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric { padding: 21px 17px; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metric:nth-child(3) { padding-left: 0; }
  .metric h2 { font-size: 10px; letter-spacing: .025em; }
  .metric-value { font-size: 31px; margin-block: 13px 7px; }
  .metric p { font-size: 10px; }
  .operations { margin-top: 30px; }
  .panel-heading { padding: 21px 17px; min-height: 93px; gap: 10px; }
  .panel-heading h2 { font-size: 20px; }
  .map-stage { height: 363px; }
  .map-graphic { position: absolute; width: 690px; max-width: none; height: 383px; left: 50%; top: -15px; transform: translateX(-50%); }
  .map-key { inset-inline: 16px; bottom: 13px; gap: 17px; font-size: 10px; }
  .map-footnote { font-size: 10px; padding: 13px 16px; flex-wrap: wrap; gap: 5px; }
  .pulse-content { padding: 23px 17px 17px; }
  .pulse-reading strong { font-size: 59px; }
  .pulse-chart { height: 144px; }
  .live-label { font-size: 9px; }
  .pulse-description { font-size: 13px; }
  .pulse-stats { margin-top: 22px; }
  .endpoint-facts { padding: 8px 17px 17px; }
  .endpoint-facts > div { grid-template-columns: 80px 1fr; gap: 10px; }
  .endpoint-facts dd { font-size: 12px; }
  .endpoint-facts .muted { display: block; margin-top: 3px; }
  .history-wrap { padding-inline: 17px; }
  .history-table { font-size: 11px; }
  .history-table th { font-size: 9px; }
  .history-note { font-size: 10px; }
  .footer { min-height: 90px; font-size: 10px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* CDN activity surface */
.header-clock { display: flex; gap: 10px; align-items: center; color: var(--muted); }
.header-clock time { color: var(--soft); font-variant-numeric: tabular-nums; }
.header-clock > span { font-size: 10px; }
.metric .metric-good { color: #9bcfb1; }
.map-footnote b { color: var(--text); font-weight: 500; }
.map-footnote-separator { padding-inline: 7px; color: #526978; }
.traffic-spark-row { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); padding-top: 16px; font: 11px var(--mono); color: var(--muted); }
.traffic-spark-row strong { font-size: 12px; color: #baade9; font-weight: 400; }
.request-chart { width: 100%; height: 40px; margin-top: 10px; display: block; }
.request-chart-line { stroke: #ac94ed; stroke-width: 1.5; fill: none; }
.distribution { padding: 12px 26px 23px; }
.distribution-row { min-height: 61px; display: grid; grid-template-columns: minmax(135px, 1.15fr) 1fr 38px; align-items: center; gap: 19px; border-bottom: 1px solid #1c2b3599; }
.distribution-row:last-child { border-bottom: 0; }
.distribution-label { display: flex; flex-direction: column; gap: 5px; }
.distribution-label strong { font-size: 14px; font-weight: 450; }
.distribution-label span { font: 10px var(--mono); color: var(--muted); }
.distribution-bar { width: 100%; height: 4px; overflow: visible; }
.bar-track { fill: #1d2c36; }
.bar-cyan { fill: #77e5f2; }
.bar-violet { fill: #ac94ed; }
.bar-green { fill: #b7eca0; }
.bar-amber { fill: #dfb277; }
.distribution-value { font: 12px var(--mono); text-align: right; color: var(--soft); }
.regional-pings { padding: 9px 26px 17px; }
.regional-row { display: grid; grid-template-columns: 28px 1fr 85px 58px; align-items: center; gap: 12px; min-height: 49px; border-bottom: 1px solid #1c2b3599; }
.regional-row:last-child { border-bottom: 0; }
.country-code { color: var(--cyan); font: 600 12px var(--mono); }
.regional-city { display: flex; flex-direction: column; gap: 4px; }
.regional-city strong { font-size: 13px; font-weight: 450; }
.regional-city > span { color: var(--muted); font: 9px var(--mono); }
.regional-row > svg { width: 85px; height: 25px; }
.regional-row > svg path { stroke: #77e5f2a6; stroke-width: 1.2; fill: none; }
.regional-value { font: 12px var(--mono); text-align: right; }
.locations-section { margin-top: 43px; }
.section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 21px; }
.section-heading h2 { margin: 9px 0 0; font-size: 25px; font-weight: 500; letter-spacing: -.04em; line-height: 1.3; }
.location-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 11px; }
.location-card { padding: 17px 16px 12px; background: linear-gradient(155deg, #101d27, #0a1118 80%); border: 1px solid #243440; border-radius: 10px; min-width: 0; overflow: hidden; }
.location-card.is-home { border-color: #527e68; background: linear-gradient(150deg, #1b3533, #0c1c1f 80%); }
.location-card.is-home .country-code { color: var(--green); }
.location-top { display: flex; align-items: center; justify-content: space-between; }
.location-live { width: 4px; height: 4px; border-radius: 50%; background: #8ddeb0; box-shadow: 0 0 8px #8ddeb044; }
.location-card h3 { margin: 12px 0 7px; font-size: 14px; font-weight: 550; letter-spacing: -.025em; white-space: nowrap; }
.location-city { display: block; font-size: 12px; color: #adc5d4; white-space: nowrap; }
.location-id { display: inline-block; padding: 5px 6px; margin-top: 14px; background: #8ba0ae0a; border: 1px solid #8ba0ae12; border-radius: 4px; font: 9px var(--mono); color: var(--muted); }
.location-ping { display: flex; align-items: baseline; gap: 5px; margin-top: 15px; font: 12px var(--mono); }
.location-ping i { align-self: center; width: 5px; height: 5px; border-radius: 50%; background: currentColor; margin-right: 3px; }
.location-ping strong { color: var(--text); font-size: 18px; font-weight: 500; min-width: 2ch; text-align: right; }
.location-ping > span { color: var(--soft); }
.location-ping small { font-size: 9px; color: var(--muted); margin-left: auto; }
.tone-excellent { color: #a1e2b7; }
.tone-good { color: #ded592; }
.tone-fair { color: #eac08c; }
.tone-distant { color: #dda0aa; }
.location-spark { display: block; width: 100%; height: 27px; margin-top: 11px; }
.location-spark path { fill: none; stroke: #71b7c099; stroke-width: 1; }
.is-home .location-spark path { stroke: #b7eca0b3; }
.telemetry-panel { margin-top: 31px; border: 1px solid var(--line); background: #080f15; }
.telemetry-controls { display: flex; align-items: center; gap: 20px; }
.telemetry-controls button { min-height: 32px; background: #13242d; border: 1px solid #2b4655; color: var(--soft); padding: 6px 9px; font: 11px var(--mono); cursor: pointer; border-radius: 3px; }
.telemetry-controls button:hover { border-color: var(--cyan); color: var(--text); }
.events-wrap { padding: 9px 26px 15px; overflow-x: auto; }
.event-table { border-collapse: collapse; width: 100%; table-layout: fixed; font: 12px/1.6 var(--mono); }
.event-table th { text-align: left; font-size: 10px; letter-spacing: .06em; font-weight: 400; color: var(--muted); padding: 12px 0; border-bottom: 1px solid var(--line); }
.event-table td { color: #a2b9c7; padding: 11px 0; border-bottom: 1px solid #1c2b356e; }
.event-table tr:last-child td { border-bottom: 0; }
.event-table .align-right { text-align: right; }
.event-table .event-state { font-size: 11px; }
.event-table .state-hit, .event-table .state-cached { color: var(--green); }
.event-table .state-routed { color: var(--cyan); }
.event-table .state-revalidated { color: #ac94ed; }
.event-new { animation: event-enter 1.2s ease-out both; }
.browser-check { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 26px; border-bottom: 1px solid var(--line); padding-bottom: 23px; font: 12px var(--mono); color: var(--soft); }
.browser-check-label { font-size: 11px; letter-spacing: .06em; color: var(--muted); }
.browser-check strong { color: var(--text); font-weight: 450; }
.browser-check .pulse-action { padding: 0; border: 0; margin-left: auto; gap: 19px; }
.browser-check .pulse-action > span { font-size: 10px; }
.browser-check .pulse-action button { font-size: 12px; }
.telemetry-paused .map-flow, .telemetry-paused .event-new { animation-play-state: paused; }
.telemetry-paused #stream-state { color: var(--muted); }
.telemetry-paused #stream-state i { background: var(--muted); }
@keyframes event-enter { from { background: #77e5f20a; } to { background: transparent; } }
@media (max-width: 1250px) {
  .brand-caption { font-size: 10px; padding-left: 13px; margin-left: 2px; }
  .header-meta { gap: 16px; }
  .connection-status { font-size: 10px; padding-left: 16px; }
  .location-card { padding-inline: 12px; }
  .location-card h3 { font-size: 12px; }
  .location-city { font-size: 11px; }
  .location-id { font-size: 8px; padding-inline: 4px; }
  .regional-row { grid-template-columns: 24px 1fr 66px 53px; gap: 9px; }
  .regional-row > svg { width: 66px; }
}
@media (max-width: 1050px) {
  .header-clock > span { display: none; }
  .location-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .location-card h3 { font-size: 15px; }
  .location-city { font-size: 12px; }
  .location-id { font-size: 10px; }
  .distribution { padding-inline: 20px; }
  .distribution-row { gap: 13px; grid-template-columns: 128px 1fr 32px; }
  .distribution-label strong { font-size: 13px; }
  .distribution-label span { font-size: 9px; }
}
@media (max-width: 850px) {
  .map-stage { height: 365px; }
  .map-graphic { width: 100%; height: 100%; }
  .request-chart { height: 49px; }
  .regional-row { grid-template-columns: 28px 1fr 100px 70px; min-height: 53px; }
  .regional-row > svg { width: 100px; }
  .regional-city strong { font-size: 14px; }
  .regional-city > span { font-size: 10px; }
  .distribution-row { min-height: 61px; grid-template-columns: minmax(150px, 1fr) 1fr 40px; }
  .distribution-label strong { font-size: 14px; }
  .distribution-label span { font-size: 10px; }
  .events-wrap { padding-inline: 20px; }
  .event-table { font-size: 11px; }
  .event-table th { font-size: 9px; }
  .event-table .event-state { font-size: 10px; }
  .browser-check { gap: 14px 20px; }
  .browser-check .pulse-action { margin-left: 0; }
}
@media (max-width: 580px) {
  .header-meta { gap: 4px; flex-direction: column; align-items: flex-end; }
  .header-clock { display: flex; font-size: 11px; margin-top: 3px; }
  .country-tag { font-size: 9px; }
  .map-stage { height: 270px; }
  .map-graphic { position: static; width: 100%; height: 100%; transform: none; }
  .map-footnote { font-size: 9px; justify-content: space-between; }
  .map-footnote-separator { padding-inline: 2px; }
  .map-key { font-size: 9px; gap: 15px; }
  .map-node-label { font-size: 17px; }
  .map-home-label { font-size: 23px; }
  .map-home-detail { font-size: 17px; }
  .mini-label { font-size: 10px; }
  .small-badge { font-size: 9px; }
  .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .location-card { padding: 16px 15px 9px; }
  .location-card.is-home { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 17px; align-items: baseline; }
  .location-card.is-home .location-top { grid-column: 1 / -1; }
  .location-card.is-home h3 { font-size: 23px; margin-top: 10px; grid-row: 2; }
  .location-card.is-home .location-city { grid-row: 3; }
  .location-card.is-home .location-id { justify-self: start; margin-top: 11px; }
  .location-card.is-home .location-ping { grid-column: 2; grid-row: 2 / 4; align-self: center; justify-self: end; margin-top: 0; }
  .location-card.is-home .location-ping strong { font-size: 30px; }
  .location-card.is-home .location-ping small { margin-left: 9px; }
  .location-card.is-home .location-spark { grid-column: 2; margin-top: 5px; }
  .locations-section { margin-top: 32px; }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 22px; max-width: 17ch; }
  .section-heading > .small-badge { white-space: normal; max-width: 90px; text-align: right; line-height: 1.8; }
  .distribution { padding-inline: 17px; }
  .distribution-row { gap: 10px; grid-template-columns: minmax(125px, 1.2fr) 1fr 31px; }
  .distribution-label strong { font-size: 13px; }
  .distribution-label span { font-size: 9px; }
  .regional-pings { padding-inline: 17px; }
  .regional-row { grid-template-columns: 25px 1fr 65px 51px; gap: 9px; }
  .regional-row > svg { width: 65px; }
  .regional-city strong { font-size: 13px; }
  .regional-city > span { font-size: 9px; }
  .regional-value { font-size: 11px; }
  .events-wrap { padding-inline: 17px; }
  .event-table { min-width: 590px; }
  .telemetry-controls { flex-direction: column; align-items: flex-end; gap: 4px; }
  .telemetry-controls button { font-size: 9px; min-height: 28px; }
  .telemetry-controls .live-label { display: inline-block; font-size: 9px; }
  .telemetry-panel .panel-heading h2 { max-width: 16ch; }
  .browser-check { font-size: 11px; }
  .browser-check .pulse-action { justify-content: space-between; width: 100%; }
}
