:root {
  --bg: #081117;
  --bg-deep: #050b0f;
  --surface: #0e1a21;
  --surface-2: #13222a;
  --line: #263740;
  --line-soft: rgba(168, 190, 198, .16);
  --text: #edf2f0;
  --muted: #98a8ae;
  --teal: #61c7b2;
  --teal-soft: #a8e7da;
  --blue: #77b9e7;
  --amber: #dcb45f;
  --red: #e07368;
  --paper: #f1eee7;
  --ink: #172027;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
}
a { color: inherit; }
button, input { font: inherit; }
.site-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(8, 17, 23, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.site-nav-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
}
.brand > span:last-child {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.brand-mark {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(97, 199, 178, .6);
  border-radius: 50%;
  background: transparent;
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
}
.brand-mark::before {
  display: none;
}
.brand-mark::after {
  width: 5px;
  height: 5px;
  right: -2px;
  top: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
}
.brand-name { font-family: var(--serif); font-size: 22px; line-height: 1; }
.brand-tag { color: var(--muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.site-nav-links { display: flex; align-items: center; gap: 24px; }
.site-nav-links a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.site-nav-links a:hover, .site-nav-links a[aria-current="page"] { color: var(--text); }
.site-nav-links .release-link {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: var(--teal-soft);
}
.nav-toggle { display: none; background: transparent; color: var(--text); border: 1px solid var(--line); padding: 7px 10px; }

.hero-home {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 45%, rgba(97, 199, 178, .1), transparent 29%),
    linear-gradient(rgba(119, 185, 231, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 185, 231, .035) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(430px, 1.15fr);
  gap: 48px;
  align-items: center;
  padding: 58px 0 56px;
}
.eyebrow {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-home h1, .page-hero h1 {
  margin: 18px 0 22px;
  max-width: 520px;
  font-family: var(--serif);
  font-size: clamp(48px, 4.2vw, 60px);
  line-height: 1.01;
  font-weight: 450;
  letter-spacing: -.025em;
}
.hero-copy {
  max-width: 570px;
  margin: 0;
  color: #b5c2c6;
  font-size: 18px;
  line-height: 1.7;
}
.hero-intro { align-self: center; }
.release-brief {
  position: relative;
  overflow: hidden;
  border: 1px solid #30444e;
  border-top: 2px solid var(--teal);
  background: rgba(10, 21, 28, .92);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
}
.release-brief-head,
.release-brief-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.release-brief-head { padding: 20px 24px 16px; }
.release-total { display: flex; align-items: end; gap: 15px; padding: 6px 24px 24px; }
.release-total strong { font-family: var(--serif); font-size: 56px; font-weight: 450; line-height: .9; }
.release-total span { max-width: 180px; color: var(--muted); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }
.release-scope { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.release-scope a { display: grid; gap: 4px; padding: 18px 24px; text-decoration: none; }
.release-scope a + a { border-left: 1px solid var(--line); }
.release-scope a:hover { background: var(--surface-2); }
.release-scope span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.release-scope strong { font-family: var(--serif); font-size: 30px; font-weight: 450; line-height: 1; }
.release-scope small { color: var(--muted); font-size: 10px; }
.release-latest { display: grid; gap: 5px; padding: 20px 24px; border-bottom: 1px solid var(--line); text-decoration: none; }
.release-latest:hover { background: var(--surface-2); }
.release-latest span { color: var(--amber); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.release-latest strong { font-family: var(--serif); font-size: 21px; font-weight: 450; line-height: 1.15; }
.release-latest small { color: var(--muted); font-size: 10px; }
.release-brief-foot { padding: 16px 24px; letter-spacing: 0; text-transform: none; }
.release-brief-foot b { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal); }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.button.primary { background: var(--teal); border-color: var(--teal); color: #071115; }
.button:hover { border-color: var(--teal); }
.button.primary:hover { background: var(--teal-soft); }

.radar-visual { position: relative; min-height: 460px; }
.orbit { position: absolute; inset: 4% 0; border: 1px solid rgba(119, 185, 231, .13); border-radius: 50%; }
.orbit.o2 { inset: 16% 7%; }
.orbit.o3 { inset: 28% 15%; }
.orbit-label { position: absolute; color: var(--muted); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.orbit-label.world { top: 7%; left: 44%; }
.orbit-label.states { right: 2%; bottom: 17%; }
.pulse {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 0 0 7px rgba(97, 199, 178, .09), 0 0 22px rgba(97, 199, 178, .45);
}
.pulse.p1 { left: 39%; top: 12%; }
.pulse.p2 { right: 11%; bottom: 18%; border-color: var(--red); box-shadow: 0 0 0 7px rgba(224, 115, 104, .08), 0 0 22px rgba(224, 115, 104, .35); }
.pulse.p3 { left: 12%; bottom: 21%; border-color: var(--blue); }
.pulse.p4 { right: 5%; top: 34%; border-color: var(--amber); }
.visual-card {
  position: absolute;
  left: 14%;
  right: 8%;
  top: 22%;
  padding: 24px;
  background: rgba(9, 19, 25, .91);
  border: 1px solid #334750;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}
.visual-card-head { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.visual-title { margin: 18px 0 2px; font-family: var(--serif); font-size: 31px; }
.visual-sub { color: var(--muted); font-size: 12px; }
.signal-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 12px;
}
.signal-row:first-of-type { margin-top: 20px; }
.signal-key { color: var(--blue); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.signal-val { font-weight: 650; }
.signal-state { color: var(--amber); font-size: 10px; }
.visual-foot { display: flex; gap: 16px; padding-top: 17px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 10px; }
.live { color: var(--teal); }

.stat-band { border-bottom: 1px solid var(--line); background: var(--bg-deep); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 126px; padding: 28px 28px 24px 0; border-right: 1px solid var(--line); }
.stat:not(:first-child) { padding-left: 28px; }
.stat:last-child { border-right: 0; }
.stat-number { font-family: var(--serif); font-size: 36px; line-height: 1; }
.stat-label { margin-top: 10px; color: var(--muted); font-size: 12px; }

.section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-bottom: 40px; }
.section-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 450; line-height: 1.05; }
.section-head p { max-width: 680px; margin: 0; color: var(--muted); font-size: 16px; }
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--surface);
}
.feature-copy { padding: 44px; }
.feature-kicker { display: flex; align-items: center; gap: 8px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 15px currentColor; }
.feature h3 { margin: 22px 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 450; line-height: 1.08; }
.feature p { color: var(--muted); }
.event-list { border-left: 1px solid var(--line); }
.event { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: start; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.event:last-child { border-bottom: 0; }
.event-date { color: var(--blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.event-title { font-size: 14px; font-weight: 700; }
.event-meta { margin-top: 5px; color: var(--muted); font-size: 11px; }
.event-type { color: var(--amber); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gateway {
  position: relative;
  min-height: 360px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none;
}
.gateway::after { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; bottom: -180px; border: 1px solid rgba(97, 199, 178, .25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(97, 199, 178, .03), 0 0 0 110px rgba(119, 185, 231, .025); }
.gateway:hover { border-color: var(--teal); }
.gateway h3 { margin: 82px 0 10px; font-family: var(--serif); font-size: 41px; font-weight: 450; }
.gateway p { max-width: 430px; color: var(--muted); }
.gateway-meta { position: absolute; left: 38px; top: 36px; color: var(--teal); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.gateway-link { position: absolute; left: 38px; bottom: 34px; font-size: 12px; font-weight: 700; }

.news-section { background: #09131a; }
.news-feature { border-top: 2px solid var(--red); }
.coverage-section { background: var(--bg-deep); }
.explorer-section-head { grid-template-columns: .8fr 1.2fr; }
.coverage-explorer { border: 1px solid #30444e; background: #08131a; }
.explorer-toolbar { min-height: 72px; display: flex; align-items: stretch; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.explorer-tabs { display: flex; }
.explorer-tabs button { min-width: 190px; display: grid; gap: 3px; align-content: center; padding: 13px 24px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.explorer-tabs button[aria-selected="true"] { background: var(--surface); color: var(--text); box-shadow: inset 0 2px 0 var(--teal); }
.explorer-tabs button span { font-size: 12px; font-weight: 700; }
.explorer-tabs button strong { color: inherit; font-size: 10px; font-weight: 500; }
.explorer-current { display: flex; align-items: center; gap: 8px; padding: 0 24px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.explorer-current b { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal); }
.explorer-body { display: grid; grid-template-columns: minmax(0, 1fr) 330px; min-height: 520px; }
.map-stage { position: relative; min-height: 520px; display: grid; place-items: center; padding: 34px 34px 62px; overflow: hidden; background: radial-gradient(circle at 52% 48%, rgba(97,199,178,.07), transparent 45%), linear-gradient(rgba(119,185,231,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(119,185,231,.028) 1px, transparent 1px); background-size: auto, 32px 32px, 32px 32px; }
.map-loading { position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: 12px; }
.map-loading[hidden] { display: none; }
.interactive-map { width: 100%; height: 100%; display: grid; place-items: center; }
.interactive-map svg { width: 100%; max-height: 430px; overflow: visible; }
.interactive-map svg path { transition: fill .14s ease, opacity .14s ease, stroke .14s ease; outline: none; }
.interactive-map svg path[data-map-key] { cursor: pointer; }
.interactive-map svg path[data-map-key]:hover,
.interactive-map svg path[data-map-key]:focus,
.interactive-map svg path.is-selected { stroke: #edf2f0 !important; stroke-width: 1.7 !important; filter: drop-shadow(0 0 7px rgba(97,199,178,.42)); }
.map-tooltip { position: absolute; z-index: 5; max-width: 240px; padding: 9px 11px; border: 1px solid var(--line); background: rgba(5,11,15,.96); color: var(--text); box-shadow: 0 10px 30px rgba(0,0,0,.3); pointer-events: none; font-size: 11px; }
.map-tooltip strong { display: block; margin-bottom: 2px; }
.map-tooltip span { color: var(--muted); }
.map-legend { position: absolute; left: 34px; bottom: 22px; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.map-legend i { width: 18px; height: 8px; border: 1px solid rgba(255,255,255,.08); }
.map-inspector { padding: 30px; border-left: 1px solid var(--line); background: #0b171e; }
.inspector-kicker { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.map-inspector h3 { margin: 14px 0 8px; font-family: var(--serif); font-size: 31px; font-weight: 450; line-height: 1.08; }
.map-inspector > p { margin: 0; color: var(--muted); font-size: 12px; }
.inspector-total { display: flex; align-items: baseline; gap: 10px; margin: 26px 0 22px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inspector-total strong { font-family: var(--serif); font-size: 43px; font-weight: 450; line-height: 1; }
.inspector-total span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.stage-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 22px; background: var(--line); border: 1px solid var(--line); }
.stage-breakdown span { padding: 11px; background: #0b171e; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.stage-breakdown strong { display: block; margin-bottom: 2px; color: var(--text); font-size: 16px; }
.inspector-latest { display: grid; gap: 5px; padding: 16px; border: 1px solid var(--line); background: var(--surface); text-decoration: none; }
.inspector-latest span { color: var(--amber); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.inspector-latest strong { font-size: 12px; line-height: 1.35; }
.inspector-latest small { color: var(--muted); font-size: 9px; }
.inspector-empty { padding: 16px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 11px; }
.inspector-rank { margin: 23px 0 0; padding: 0; list-style: none; }
.inspector-rank li { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 11px; }
.inspector-rank span { color: var(--muted); }
.inspector-rank strong { color: var(--text); }
.inspector-actions { display: flex; gap: 10px; margin-top: 22px; }
.inspector-actions .button { min-height: 40px; padding: 0 13px; font-size: 11px; }

.page-hero { padding: 96px 0 70px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(48px, 6vw, 72px); }
.page-lead { max-width: 760px; color: var(--muted); font-size: 18px; }
.prose { width: min(820px, 100%); }
.prose h2 { margin: 58px 0 14px; font-family: var(--serif); font-size: 36px; font-weight: 450; }
.prose h3 { margin: 34px 0 12px; font-size: 17px; }
.prose p { color: #b7c3c7; font-size: 16px; line-height: 1.75; }
.prose a { color: var(--teal-soft); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 42px; }
.method-card { background: var(--surface); padding: 28px; }
.method-card .n { color: var(--teal); font-size: 10px; letter-spacing: .14em; }
.method-card h3 { margin: 20px 0 8px; }
.method-card p { margin: 0; color: var(--muted); font-size: 13px; }
.release-table { border: 1px solid var(--line); margin-top: 34px; }
.release-entry { display: grid; grid-template-columns: 170px 1fr; border-bottom: 1px solid var(--line); }
.release-entry:last-child { border-bottom: 0; }
.release-entry > div { padding: 26px; }
.release-entry .rdate { border-right: 1px solid var(--line); color: var(--blue); font-size: 12px; }
.release-entry h3 { margin: 0 0 8px; font-size: 16px; }
.release-entry p { margin: 0; color: var(--muted); font-size: 13px; }
.release-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.release-links a { color: var(--teal-soft); font-size: 11px; }

.site-footer { background: var(--bg-deep); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 40px 0; align-items: end; }
.footer-note { margin-top: 13px; max-width: 520px; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: var(--text); }

@media (max-width: 900px) {
  .site-wrap { width: min(100% - 32px, 760px); }
  .nav-toggle { display: block; }
  .site-nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 24px 24px; flex-direction: column; align-items: flex-start; background: var(--bg); border-bottom: 1px solid var(--line); }
  .site-nav-links.open { display: flex; }
  .brand-tag { display: none; }
  .hero-grid { min-height: 0; grid-template-columns: minmax(280px, .85fr) minmax(380px, 1.15fr); gap: 32px; padding: 52px 0 50px; }
  .radar-visual { min-height: 420px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head, .feature, .gateway-grid, .coverage-grid, .footer-grid { grid-template-columns: 1fr; }
  .event-list { border-left: 0; border-top: 1px solid var(--line); }
  .method-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .explorer-toolbar { align-items: stretch; flex-direction: column; gap: 0; }
  .explorer-tabs button { flex: 1; min-width: 0; padding: 13px 16px; }
  .explorer-current { min-height: 48px; border-top: 1px solid var(--line); }
  .explorer-body { grid-template-columns: 1fr; }
  .map-stage { min-height: 390px; padding: 26px 18px 58px; }
  .interactive-map svg { max-height: 340px; }
  .map-inspector { border-left: 0; border-top: 1px solid var(--line); }
  .map-legend { left: 18px; }
}

@media (max-width: 560px) {
  .site-wrap { width: min(100% - 24px, 520px); }
  .hero-home h1, .page-hero h1 { font-size: 46px; }
  .hero-copy { font-size: 16px; }
  .release-total strong { font-size: 48px; }
  .release-scope a { padding: 16px; }
  .release-brief-head, .release-brief-foot, .release-latest { padding-left: 18px; padding-right: 18px; }
  .map-stage { min-height: 330px; }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat:not(:first-child) { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 64px 0; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .feature-copy, .gateway { padding: 28px; }
  .coverage-gateway { min-height: 450px; }
  .coverage-content { left: 24px; right: 24px; bottom: 25px; }
  .coverage-content > strong { position: static; display: block; margin-top: 8px; }
  .event { grid-template-columns: 74px 1fr; }
  .event-type { grid-column: 2; }
  .release-entry { grid-template-columns: 1fr; }
  .release-entry .rdate { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.error-page {
  width: min(720px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  align-content: center;
  gap: 20px;
}

.error-page h1,
.error-page p {
  margin: 0;
}

.error-page .button {
  width: fit-content;
}
