:root {
  --pv-bg: #02050a;
  --pv-surface: #07101a;
  --pv-panel: #0b1521;
  --pv-panel-2: #0f1b2a;
  --pv-line: rgba(224, 244, 255, 0.11);
  --pv-line-strong: rgba(111, 230, 255, 0.28);
  --pv-text: #f2f8fc;
  --pv-muted: #92a6b8;
  --pv-cyan: #70e7ff;
  --pv-blue: #4b9fff;
  --pv-violet: #9a78ff;
  --pv-earth: #ff7564;
  --pv-weather: #70e7ff;
  --pv-oceans: #4b9fff;
  --pv-space: #9a78ff;
  --pv-green: #79e6a1;
  --pv-amber: #ffb557;
  --pv-radius: 18px;
  --pv-max: 1480px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% -8%, rgba(75, 159, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 90% -2%, rgba(154, 120, 255, 0.10), transparent 24rem),
    linear-gradient(180deg, #050a12, var(--pv-bg) 38rem);
  color: var(--pv-text);
  font: 400 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--pv-cyan); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.pv-shell { width: min(100% - 32px, var(--pv-max)); margin-inline: auto; }
.pv-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--pv-line);
  background: rgba(2, 5, 10, 0.87);
  backdrop-filter: blur(18px);
}
.pv-header-inner { min-height: 72px; display: flex; align-items: center; gap: 26px; }
.pv-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.pv-mark {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 45% 42%, #e9feff 0 6%, #70e7ff 7% 22%, #315a9b 23% 56%, #111a2d 57% 100%);
  box-shadow: 0 0 22px rgba(112, 231, 255, 0.30);
}
.pv-mark::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(112, 231, 255, 0.24); border-radius: 50%; transform: rotate(-18deg) scaleY(.48); }
.pv-brand-copy { display: grid; line-height: 1.12; }
.pv-brand-copy strong { font-size: .98rem; letter-spacing: .06em; }
.pv-brand-copy small { margin-top: 5px; color: var(--pv-muted); font-size: .62rem; }
.pv-primary-nav { margin-left: auto; }
.pv-primary-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.pv-primary-nav a { display: block; padding: 9px 12px; border: 1px solid transparent; border-radius: 999px; color: #dbe8f2; text-decoration: none; font-size: .75rem; }
.pv-primary-nav a:hover, .pv-primary-nav .current-menu-item > a, .pv-primary-nav a[aria-current="page"] { background: rgba(112, 231, 255, .07); border-color: rgba(112, 231, 255, .28); }
.pv-header-tools { display: flex; align-items: center; gap: 8px; }
.pv-search-link, .pv-language { border: 1px solid var(--pv-line); border-radius: 999px; padding: 8px 11px; text-decoration: none; color: #c5d3df; font-size: .72rem; }
.pv-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--pv-line); border-radius: 12px; background: var(--pv-panel); color: var(--pv-text); }

.pv-main { padding-block: 18px 64px; }
.pv-card { border: 1px solid var(--pv-line); border-radius: var(--pv-radius); background: linear-gradient(180deg, rgba(15, 27, 42, .96), rgba(7, 16, 26, .96)); }
.pv-hero {
  min-height: min(700px, calc(100vh - 150px));
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--pv-line);
  border-radius: 26px;
  background: radial-gradient(circle at 72% 42%, rgba(49, 128, 206, .16), transparent 33%), linear-gradient(135deg, #07111c, #02050a 64%);
}
.pv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .75;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.42) 0 1px, transparent 1.5px);
  background-size: 210px 180px;
}
.pv-hero-copy { align-self: center; position: relative; z-index: 2; padding: clamp(42px, 6vw, 88px); padding-right: clamp(20px, 3vw, 48px); }
.pv-eyebrow { color: var(--pv-cyan); font-size: .68rem; letter-spacing: .19em; text-transform: uppercase; }
.pv-hero h1 { max-width: 820px; margin: 18px 0 20px; font-size: clamp(3.2rem, 5.5vw, 6.5rem); line-height: .98; letter-spacing: -.055em; }
.pv-hero h1 span { color: #c8f8ff; }
.pv-hero-lead { max-width: 720px; margin: 0; color: #a4b5c5; font-size: clamp(1rem, 1.25vw, 1.2rem); }
.pv-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 16px; border: 1px solid var(--pv-line); border-radius: 12px; background: #0b1522; color: #fff; text-decoration: none; font-size: .78rem; }
.pv-button--primary { border-color: rgba(112, 231, 255, .48); background: linear-gradient(180deg, #1688b9, #0b5e89); box-shadow: 0 0 24px rgba(112, 231, 255, .12); }
.pv-button:hover { transform: translateY(-1px); border-color: var(--pv-line-strong); }
.pv-trust { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 26px; color: var(--pv-muted); font-size: .7rem; }
.pv-trust strong { color: #dce8f1; }

.pv-orbit-stage { min-height: 600px; display: grid; place-items: center; position: relative; overflow: hidden; }
.pv-planet { width: min(94%, 720px); aspect-ratio: 1; border-radius: 50%; position: relative; background: #02050a url('../images/earth-realistic.webp') center/cover no-repeat;
  box-shadow: 0 0 26px rgba(89,177,255,.34), 0 0 120px rgba(49,128,206,.2);
}
.pv-planet::before { content: ""; position: absolute; inset: -12%; border: 1px solid rgba(112,231,255,.15); border-radius: 50%; transform: rotate(-15deg) scaleY(.42); }
.pv-planet::after { content: ""; position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle at 32% 22%, rgba(255,255,255,.08), transparent 31%); mix-blend-mode: screen; }
.pv-float { position: absolute; z-index: 3; min-width: 148px; padding: 12px 14px; border: 1px solid var(--pv-line); border-radius: 14px; background: rgba(4, 10, 17, .90); box-shadow: 0 16px 38px rgba(0,0,0,.3); font-size: .78rem; }
.pv-float small { display: block; margin-bottom: 4px; color: var(--pv-muted); font-size: .58rem; letter-spacing: .12em; }
.pv-float i { width: 7px; height: 7px; display: inline-block; margin-right: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.pv-float--earth { left: 7%; top: 27%; color: var(--pv-earth); }
.pv-float--weather { right: 4%; top: 35%; color: var(--pv-weather); }
.pv-float--oceans { left: 10%; bottom: 23%; color: var(--pv-oceans); }
.pv-float--space { right: 7%; bottom: 18%; color: var(--pv-space); }

.pv-status-grid { display: grid; grid-template-columns: 1.5fr repeat(4, .7fr); gap: 10px; margin-top: 12px; }
.pv-status-grid .pv-card { padding: 17px; }
.pv-status-main strong { font-size: .95rem; }
.pv-status-main p { margin: 5px 0 0; color: var(--pv-muted); font-size: .72rem; }
.pv-stat strong { display: block; font-size: 1.8rem; line-height: 1; }
.pv-stat small { color: var(--pv-muted); font-size: .65rem; }

.pv-section { margin-top: 16px; padding: clamp(20px, 3vw, 34px); border: 1px solid var(--pv-line); border-radius: 22px; background: linear-gradient(180deg, rgba(13, 23, 36, .97), rgba(7, 15, 24, .97)); }
.pv-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.pv-section-head h2 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.3rem); letter-spacing: -.025em; }
.pv-section-head p { max-width: 780px; margin: 6px 0 0; color: var(--pv-muted); font-size: .82rem; }
.pv-domain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pv-domain-card { min-height: 285px; position: relative; overflow: hidden; padding: 22px; border: 1px solid var(--pv-line); border-radius: 17px; background: #050b12; text-decoration: none; isolation: isolate; }
.pv-domain-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background-position: center right; background-size: cover; opacity: .54; mask-image: linear-gradient(90deg, transparent 5%, rgba(0,0,0,.18) 38%, #000 70%); transition: transform .5s ease, opacity .35s ease; }
.pv-domain-card[data-domain="earth"]::before { background-image: url('../images/earth-realistic.webp'); }
.pv-domain-card[data-domain="weather"]::before { background-image: url('../images/hurricane-realistic.webp'); }
.pv-domain-card[data-domain="oceans"]::before { background-image: url('../images/wave-realistic.webp'); }
.pv-domain-card[data-domain="space"]::before { background-image: url('../images/asteroid-realistic.webp'); }
.pv-domain-card > * { position: relative; z-index: 1; }
.pv-domain-card:hover::before { transform: scale(1.035); opacity: .68; }
.pv-domain-card::marker { display: none; }
.pv-domain-card::after { content: ""; position: absolute; right: -80px; bottom: -95px; width: 230px; height: 230px; border: 1px solid currentColor; border-radius: 50%; opacity: .11; box-shadow: inset 0 0 65px currentColor; }
.pv-domain-card:hover { border-color: currentColor; }
.pv-domain-card[data-domain="earth"] { color: var(--pv-earth); }
.pv-domain-card[data-domain="weather"] { color: var(--pv-weather); }
.pv-domain-card[data-domain="oceans"] { color: var(--pv-oceans); }
.pv-domain-card[data-domain="space"] { color: var(--pv-space); }
.pv-domain-icon { font-size: 2rem; }
.pv-domain-card h3 { margin: 28px 0 8px; color: var(--pv-text); font-size: 1.3rem; }
.pv-domain-card p { margin: 0; color: var(--pv-muted); font-size: .78rem; }
.pv-tag-list { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 20px 0 0; padding: 0; }
.pv-tag-list li { padding: 5px 8px; border: 1px solid var(--pv-line); border-radius: 999px; color: #c0cfdb; font-size: .62rem; }

.pv-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 2px 14px; color: var(--pv-muted); font-size: .7rem; }
.pv-breadcrumbs a { color: #c5d7e4; text-decoration: none; }
.pv-page-hero, .pv-topic-hero { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; padding: clamp(30px, 5vw, 70px); border: 1px solid var(--pv-line); border-radius: 24px; background: radial-gradient(circle at 85% 45%, color-mix(in srgb, var(--pv-accent) 18%, transparent), transparent 28%), linear-gradient(135deg, #07111c, #02050a); }
.pv-topic-hero[data-domain]::before { content: ""; position: absolute; inset: 0; opacity: .18; background-position: center right; background-size: cover; mask-image: linear-gradient(90deg, transparent 15%, #000 70%); }
.pv-topic-hero[data-domain="earth"]::before { background-image: url('../images/earth-realistic.webp'); }
.pv-topic-hero[data-domain="weather"]::before { background-image: url('../images/hurricane-realistic.webp'); }
.pv-topic-hero[data-domain="oceans"]::before { background-image: url('../images/wave-realistic.webp'); }
.pv-topic-hero[data-domain="space"]::before { background-image: url('../images/asteroid-realistic.webp'); }
.pv-page-hero::after, .pv-topic-hero::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 450px; height: 450px; border: 1px solid color-mix(in srgb, var(--pv-accent) 24%, transparent); border-radius: 50%; box-shadow: inset 0 0 100px color-mix(in srgb, var(--pv-accent) 8%, transparent); }
.pv-page-hero > *, .pv-topic-hero > * { position: relative; z-index: 1; }
.pv-topic-hero > div:first-child { min-width: 0; flex: 1 1 auto; }
.pv-page-hero h1, .pv-topic-hero h1, .pv-page-heading h1, .pv-content-page h1 { margin: 8px 0 12px; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: 1; letter-spacing: -.05em; }
.pv-topic-hero h1 { max-width: 100%; overflow-wrap: anywhere; }
.pv-page-hero p, .pv-topic-hero p, .pv-page-heading p { max-width: 760px; margin: 0; color: var(--pv-muted); font-size: clamp(.95rem, 1.4vw, 1.16rem); }
.pv-signal-orb { width: clamp(130px, 18vw, 240px); aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid color-mix(in srgb, var(--pv-accent) 42%, transparent); border-radius: 50%; color: var(--pv-accent); background: radial-gradient(circle, color-mix(in srgb, var(--pv-accent) 16%, transparent), transparent 65%); box-shadow: 0 0 50px color-mix(in srgb, var(--pv-accent) 15%, transparent); font-size: clamp(3rem, 8vw, 7rem); }
.pv-signal-orb--domain { width: clamp(180px, 24vw, 330px); overflow: hidden; background-color: #02050a; background-position: center; background-size: cover; box-shadow: 0 0 70px color-mix(in srgb, var(--pv-accent) 18%, transparent); }
.pv-signal-orb--domain[data-domain="earth"] { background-image: url('../images/earth-realistic.webp'); }
.pv-signal-orb--domain[data-domain="weather"] { background-image: url('../images/hurricane-realistic.webp'); }
.pv-signal-orb--domain[data-domain="oceans"] { background-image: url('../images/wave-realistic.webp'); }
.pv-signal-orb--domain[data-domain="space"] { background-image: url('../images/asteroid-realistic.webp'); }
.pv-signal-orb--domain span { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle, transparent 44%, rgba(2,5,10,.34) 100%); color: transparent; }
.pv-topic-hero h1 span { color: var(--pv-accent); }
.pv-source-panel { width: min(360px, 100%); padding: 18px; flex: 0 0 auto; border: 1px solid var(--pv-line); border-radius: 16px; background: rgba(4,10,17,.82); }
.pv-source-panel span, .pv-source-panel small { display: block; color: var(--pv-muted); font-size: .62rem; }
.pv-source-panel strong { display: block; margin: 7px 0; font-size: .95rem; }
.pv-page-heading { min-height: 200px; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: clamp(28px, 4vw, 56px) 4px 30px; }
.pv-page-heading h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
.pv-page-heading--map { min-height: 150px; padding-top: 18px; padding-bottom: 20px; }
.pv-page-heading--map h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); }

.pv-topic-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pv-topic-card { min-height: 160px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--pv-line); border-radius: 16px; background: rgba(255,255,255,.013); text-decoration: none; }
.pv-topic-card:hover { border-color: var(--pv-line-strong); background: rgba(112,231,255,.025); }
.pv-topic-icon { font-size: 2rem; }
.pv-topic-card h2 { margin: 0 0 6px; font-size: 1.1rem; }
.pv-topic-card p { margin: 0; color: var(--pv-muted); font-size: .75rem; }
.pv-topic-card small { display: block; margin-top: 10px; color: #b8c8d5; font-size: .62rem; }

.pv-data-notice { display: grid; grid-template-columns: minmax(180px, .5fr) 1.5fr; gap: 18px; margin-top: 12px; padding: 13px 16px; border: 1px solid rgba(255,181,87,.28); border-radius: 13px; background: rgba(255,181,87,.055); }
.pv-data-notice strong { color: #ffd296; font-size: .78rem; }
.pv-data-notice span { color: var(--pv-muted); font-size: .72rem; }
.pv-data-notice.is-connected { border-color: rgba(121,230,161,.3); background: rgba(121,230,161,.05); }
.pv-data-notice.is-connected strong { color: var(--pv-green); }
.pv-intelligence-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 12px; margin-top: 12px; }
.pv-intelligence-layout > * { min-width: 0; }
.pv-observation-panel { min-height: 610px; overflow: hidden; }
.pv-panel-toolbar { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border-bottom: 1px solid var(--pv-line); }
.pv-panel-toolbar h2 { margin: 3px 0 0; font-size: 1rem; }
.pv-freshness { padding: 7px 9px; border: 1px solid var(--pv-line); border-radius: 999px; color: var(--pv-muted); font-size: .62rem; }
.pv-map-surface, .pv-map-frame, .pv-tool-surface { min-height: 535px; position: relative; overflow: hidden; background: radial-gradient(circle at 52% 45%, rgba(75,159,255,.15), transparent 30%), linear-gradient(180deg, #06111c, #03070c); }
.pv-map-grid { position: absolute; inset: 0; opacity: .8; background-image: linear-gradient(rgba(112,231,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(112,231,255,.055) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(800px) rotateX(58deg) scale(1.4); transform-origin: center bottom; }
.pv-map-empty { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; gap: 8px; padding: 24px; text-align: center; }
.pv-map-empty > span { color: var(--pv-cyan); font-size: 3.4rem; text-shadow: 0 0 30px currentColor; }
.pv-map-empty strong { font-size: 1rem; }
.pv-map-empty small { max-width: 520px; color: var(--pv-muted); font-size: .7rem; }
.pv-side-stack { display: flex; flex-direction: column; gap: 10px; }
.pv-fact-card { min-height: 150px; padding: 18px; }
.pv-fact-card span { color: var(--pv-cyan); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.pv-fact-card strong { display: block; margin: 12px 0 6px; }
.pv-fact-card p { margin: 0; color: var(--pv-muted); font-size: .72rem; }
.pv-fact-card strong, .pv-fact-card p, .pv-side-stack .pv-button { max-width: 100%; overflow-wrap: anywhere; }
.pv-event-list { display: flex; flex-direction: column; gap: 8px; }
.pv-event-row { display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 1px solid var(--pv-line); border-radius: 13px; background: rgba(255,255,255,.012); text-decoration: none; }
.pv-event-row:hover { border-color: var(--pv-line-strong); }
.pv-event-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.035); }
.pv-event-row strong { font-size: .82rem; }
.pv-event-row small { display: block; margin-top: 3px; color: var(--pv-muted); font-size: .64rem; }
.pv-empty-state { padding: 46px 24px; text-align: center; }
.pv-empty-state strong { display: block; }
.pv-empty-state p { max-width: 560px; margin: 7px auto 0; color: var(--pv-muted); font-size: .72rem; }

.pv-live-map-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr) 300px; gap: 12px; }
.pv-filter-panel, .pv-map-feed { min-height: 640px; padding: 16px; }
.pv-filter-panel h2 { margin: 4px 0 14px; font-size: .78rem; }
.pv-filter-panel label { display: flex; align-items: center; gap: 10px; margin: 8px 0; padding: 9px; border: 1px solid var(--pv-line); border-radius: 10px; color: #c7d4df; font-size: .72rem; }
.pv-layer-option { position: relative; min-height: 58px; cursor: pointer; overflow: hidden; background: color-mix(in srgb, var(--pv-layer) 4%, rgba(5,13,22,.78)); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.pv-layer-option:hover { transform: translateX(2px); border-color: color-mix(in srgb, var(--pv-layer) 48%, transparent); background: color-mix(in srgb, var(--pv-layer) 8%, rgba(5,13,22,.82)); }
.pv-layer-option input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pv-layer-check { position: relative; width: 19px; height: 19px; flex: 0 0 auto; border: 1px solid color-mix(in srgb, var(--pv-layer) 48%, #526477); border-radius: 6px; background: rgba(2,8,14,.86); }
.pv-layer-check i { position: absolute; inset: 4px; border-radius: 3px; background: var(--pv-layer); box-shadow: 0 0 9px color-mix(in srgb, var(--pv-layer) 72%, transparent); transform: scale(0); transition: transform .16s ease; }
.pv-layer-option input:checked + .pv-layer-check i { transform: scale(1); }
.pv-layer-option input:focus-visible + .pv-layer-check { outline: 2px solid #fff; outline-offset: 3px; }
.pv-layer-icon { width: 31px; height: 31px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--pv-layer) 32%, transparent); border-radius: 9px; color: var(--pv-layer); background: color-mix(in srgb, var(--pv-layer) 8%, transparent); }
.pv-layer-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pv-layer-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }.pv-layer-copy strong { color: #edf6fa; font-size: .74rem; }.pv-layer-copy small { color: #849baa; font-size: .58rem; }
.pv-filter-panel hr { margin: 18px 0; border: 0; border-top: 1px solid var(--pv-line); }
.pv-filter-chip { width: 100%; margin: 4px 0; padding: 8px; border: 1px solid var(--pv-line); border-radius: 9px; background: transparent; color: var(--pv-muted); font-size: .68rem; }
.pv-filter-chip.is-active { color: var(--pv-cyan); border-color: var(--pv-line-strong); background: rgba(112,231,255,.06); }
.pv-filter-help { grid-column: 1 / -1; display: block; margin-top: 12px; color: var(--pv-muted); font-size: .62rem; line-height: 1.45; }
.pv-map-frame { min-height: 640px; border-radius: var(--pv-radius); }
.pv-map-attribution { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; padding: 8px; border: 1px solid var(--pv-line); border-radius: 9px; background: rgba(2,5,10,.82); color: var(--pv-muted); font-size: .6rem; }
.pv-map-feed { padding: 0; }
.pv-priority-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.pv-priority-list li { border-bottom: 1px solid var(--pv-line); }
.pv-priority-list a { display: grid; gap: 5px; padding: 13px 16px; text-decoration: none; }
.pv-priority-list a:hover { background: rgba(112,231,255,.035); }
.pv-priority-list strong { font-size: .72rem; line-height: 1.35; }
.pv-priority-list span { color: var(--pv-muted); font-size: .6rem; line-height: 1.35; }

.pv-search-shell { padding: 16px; border: 1px solid var(--pv-line); border-radius: 20px; background: linear-gradient(180deg, #0d1724, #07101a); }
.pv-search-box { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--pv-line-strong); border-radius: 15px; background: #06101a; }
.pv-search-box > span { text-align: center; color: var(--pv-cyan); font-size: 1.5rem; }
.pv-search-box input { min-width: 0; padding: 10px; border: 0; outline: 0; background: transparent; color: var(--pv-text); font-size: 1.05rem; }
.pv-search-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 12px; margin-top: 12px; }
.pv-search-results, .pv-search-help { min-height: 420px; padding: 18px; }
.pv-search-results h2, .pv-search-help h2 { margin: 0; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.pv-search-help li { margin: 10px 0; color: var(--pv-muted); font-size: .74rem; }

.pv-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pv-tool-card { min-height: 280px; position: relative; overflow: hidden; padding: 28px; text-decoration: none; }
.pv-tool-card > span { color: var(--pv-green); font-size: 2.4rem; }
.pv-tool-card h2 { margin: 34px 0 8px; font-size: 1.4rem; }
.pv-tool-card p { margin: 0; color: var(--pv-muted); font-size: .78rem; }
.pv-tool-card b { position: absolute; left: 28px; bottom: 24px; color: var(--pv-green); font-size: .7rem; }
.pv-tool-surface { min-height: 620px; margin-top: 12px; border-radius: var(--pv-radius); }

.pv-content-page { max-width: 980px; margin: 38px auto; padding: clamp(28px, 6vw, 72px); }
.pv-content-lead { max-width: 760px; color: #c2d0dc; font-size: 1.2rem; }
.pv-rich-text { color: #b1c0cd; }
.pv-rich-text h2, .pv-rich-text h3 { color: var(--pv-text); }
.pv-rich-text a { color: var(--pv-cyan); }
.pv-status-page { max-width: 1120px; }
.pv-status-page > h1 { max-width: 780px; }
.pv-status-page .pv-content-lead { margin-bottom: 10px; }
.pv-status-intro { max-width: 820px; margin: 0; font-size: .86rem; line-height: 1.75; }
.pv-status-explainer { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: clamp(24px, 5vw, 64px); margin-top: clamp(38px, 6vw, 68px); padding-top: clamp(28px, 5vw, 48px); border-top: 1px solid var(--pv-line); }
.pv-status-explainer h2, .pv-status-trust h2 { margin: 0 0 8px; color: var(--pv-text); font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.025em; }
.pv-status-explainer p, .pv-status-trust p { margin: 0; color: var(--pv-muted); font-size: .76rem; line-height: 1.65; }
.pv-status-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.pv-status-legend > div { padding: 14px; border: 1px solid rgba(112,231,255,.12); border-radius: 12px; background: rgba(3,10,18,.5); }
.pv-status-legend dt { display: flex; align-items: center; gap: 8px; color: #e5f5fa; font-size: .73rem; font-weight: 700; }
.pv-status-legend dt i { width: 7px; height: 7px; border-radius: 50%; background: #72ebb6; box-shadow: 0 0 8px currentColor; }
.pv-status-legend dt i.is-delayed { background: #ffcb72; }
.pv-status-legend dt i.is-stale, .pv-status-legend dt i.is-unavailable { background: #ff806f; }
.pv-status-legend dd { margin: 7px 0 0; color: #91a7b6; font-size: .66rem; line-height: 1.5; }
.pv-status-trust { display: grid; grid-template-columns: auto 1fr; gap: 15px; margin-top: 16px; padding: 20px; border: 1px solid rgba(114,235,182,.22); border-radius: 15px; background: linear-gradient(135deg,rgba(114,235,182,.07),rgba(3,10,18,.45)); }
.pv-status-trust > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(114,235,182,.34); border-radius: 50%; color: var(--pv-green); background: rgba(114,235,182,.08); font-weight: 800; }
.pv-status-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.pv-status-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px; border: 1px solid rgba(112,231,255,.14); border-radius: 12px; color: inherit; background: rgba(3,10,18,.5); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.pv-status-links a:hover { border-color: rgba(112,231,255,.45); transform: translateY(-1px); }
.pv-status-links span { color: #8da4b4; font-size: .65rem; }
.pv-status-links strong { color: var(--pv-cyan); font-size: .72rem; text-align: right; }

.pv-severity-orb { flex: 0 0 min(220px, 24vw); display: grid; place-items: center; width: min(220px, 24vw); aspect-ratio: 1; padding: 24px; overflow: hidden; border: 1px solid rgba(112,231,255,.32); border-radius: 50%; background: radial-gradient(circle, rgba(112,231,255,.22), rgba(75,159,255,.08) 52%, transparent 72%); box-shadow: 0 0 70px rgba(75,159,255,.16); color: var(--pv-cyan); text-align: center; }
.pv-severity-orb small { align-self: end; max-width: 100%; color: #a8dce8; font-size: .58rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; }
.pv-severity-orb strong { align-self: start; max-width: 100%; font-size: clamp(1.15rem, 3.3vw, 2.8rem); font-weight: 800; line-height: 1.02; overflow-wrap: anywhere; text-wrap: balance; }
.pv-event-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.pv-event-facts > div { padding: 16px; border: 1px solid var(--pv-line); border-radius: 13px; background: rgba(7,16,26,.72); }
.pv-event-facts dt { color: var(--pv-muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .09em; }
.pv-event-facts dd { margin: 7px 0 0; color: var(--pv-text); font-weight: 700; }
.pv-event-facts > .pv-card > span { display: block; color: var(--pv-muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.pv-event-facts > .pv-card > strong { display: block; min-width: 0; margin-top: 7px; font-size: .78rem; line-height: 1.35; overflow-wrap: anywhere; }
.pv-event-narrative { width: 100%; max-width: none; padding: clamp(22px, 2.5vw, 34px); color: #b7c6d3; }
.pv-event-narrative h2, .pv-event-narrative p { max-width: 100%; overflow-wrap: anywhere; }
.pv-event-narrative .pv-eyebrow:not(:first-child) { margin-top: 24px; }
.pv-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.pv-related-grid a { min-width: 0; display: flex; flex-direction: column; gap: 8px; padding: 20px; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.pv-related-grid a:hover { transform: translateY(-2px); border-color: var(--pv-line-strong); }.pv-related-grid small { color: var(--pv-cyan); font-size: .62rem; }.pv-related-grid strong { color: var(--pv-text); overflow-wrap: anywhere; }.pv-related-grid span { color: var(--pv-muted); font-size: .68rem; }
.pv-section:not(:first-child) { content-visibility: auto; contain-intrinsic-size: auto 420px; }

.pv-site-footer { border-top: 1px solid var(--pv-line); background: #02050a; }
.pv-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 28px; padding-block: 44px; }
.pv-footer-grid h2, .pv-footer-grid h3 { margin: 0 0 12px; font-size: .82rem; }
.pv-footer-grid p, .pv-footer-grid a { color: var(--pv-muted); font-size: .72rem; }
.pv-footer-grid a { display: block; margin-block: 7px; text-decoration: none; }
.pv-footer-meta { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid var(--pv-line); color: #728699; font-size: .66rem; }

@media (max-width: 1080px) {
  .pv-primary-nav { display: none; position: absolute; top: 72px; left: 16px; right: 16px; padding: 12px; border: 1px solid var(--pv-line); border-radius: 16px; background: #07101a; }
  .pv-primary-nav.is-open { display: block; }
  .pv-primary-nav ul { align-items: stretch; flex-direction: column; }
  .pv-menu-toggle { display: inline-grid; place-items: center; }
  .pv-header-tools { margin-left: auto; }
  .pv-hero { grid-template-columns: 1fr; }
  .pv-orbit-stage { min-height: 580px; }
  .pv-status-grid { grid-template-columns: 1fr 1fr; }
  .pv-status-main { grid-column: 1 / -1; }
  .pv-domain-grid { grid-template-columns: 1fr 1fr; }
  .pv-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .pv-intelligence-layout, .pv-live-map-layout, .pv-search-layout { grid-template-columns: 1fr; }
  .pv-event-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pv-related-grid { grid-template-columns: 1fr; }
  .pv-filter-panel, .pv-map-feed { min-height: auto; }
  .pv-filter-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .pv-filter-panel h2, .pv-filter-panel hr { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .pv-shell { width: min(100% - 22px, var(--pv-max)); }
  .pv-header-inner { min-height: 64px; gap: 10px; }
  .pv-brand-copy small, .pv-language { display: none; }
  .pv-search-link { padding: 8px 10px; }
  .pv-main { padding-top: 11px; }
  .pv-hero { min-height: auto; border-radius: 20px; }
  .pv-hero-copy { padding: 48px 22px 28px; }
  .pv-hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .pv-actions { align-items: stretch; flex-direction: column; }
  .pv-button { width: 100%; }
  .pv-orbit-stage { min-height: 430px; }
  .pv-float { min-width: 125px; padding: 9px; font-size: .67rem; }
  .pv-float--earth { left: 2%; top: 24%; }
  .pv-float--weather { right: 2%; top: 33%; }
  .pv-float--oceans { left: 4%; bottom: 16%; }
  .pv-float--space { right: 3%; bottom: 11%; }
  .pv-status-grid, .pv-domain-grid, .pv-footer-grid { grid-template-columns: 1fr; }
  .pv-status-main { grid-column: auto; }
  .pv-section { padding: 20px 14px; }
  .pv-section-head { align-items: flex-start; flex-direction: column; }
  .pv-footer-meta { flex-direction: column; }
  .pv-page-hero, .pv-topic-hero, .pv-page-heading { align-items: flex-start; flex-direction: column; padding: 34px 22px; }
  .pv-severity-orb { flex-basis: auto; width: min(220px, 70vw); align-self: center; }
  .pv-page-heading--map { min-height: auto; padding: 22px 10px 18px; }
  .pv-signal-orb, .pv-source-panel { width: 100%; }
  .pv-signal-orb { max-width: 190px; align-self: center; }
  .pv-topic-grid, .pv-tool-grid, .pv-event-facts { grid-template-columns: 1fr; }
  .pv-topic-card { grid-template-columns: 42px 1fr; }
  .pv-topic-card > span:last-child { display: none; }
  .pv-data-notice { grid-template-columns: 1fr; gap: 5px; }
  .pv-status-explainer { grid-template-columns: 1fr; }
  .pv-status-legend, .pv-status-links { grid-template-columns: 1fr; }
  .pv-filter-panel { grid-template-columns: 1fr 1fr; }
  .pv-search-box { grid-template-columns: 36px 1fr; }
  .pv-search-box .pv-button { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
