/* ============================================================
   REAL MARKET COLOR — NIGHTLY RECAP — MARCH 11, 2026 — 21:50 EDT
   Palette: Deep space black + phosphorescent green + warm amber
   Mood: The trading day is over. The night is quiet. The data doesn't lie.
   ============================================================ */

:root {
  --bg-primary: #040408;
  --bg-secondary: #08091a;
  --bg-surface: #0c0d1e;
  --bg-elevated: #12142b;
  --text-primary: #dce0ec;
  --text-secondary: #6b6b90;
  --text-muted: #2d2d46;
  --accent-red: #e05252;
  --accent-red-dim: rgba(224, 82, 82, 0.1);
  --accent-green: #00e887;
  --accent-green-dim: rgba(0, 232, 135, 0.08);
  --accent-gold: #c8973e;
  --accent-gold-dim: rgba(200, 151, 62, 0.1);
  --accent-blue: #6e7fce;
  --accent-blue-dim: rgba(110, 127, 206, 0.08);
  --glass: rgba(4, 4, 8, 0.88);
  --glass-border: rgba(110, 127, 206, 0.07);
  --glass-highlight: rgba(110, 127, 206, 0.16);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-sans);
  line-height: 1.7;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

/* ─── GRAIN TEXTURE ─── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ─── TICKER STRIP ─── */
.ticker-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 46px;
  background: rgba(4, 4, 8, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(110, 127, 206, 0.1);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.tradingview-widget-container,
.tradingview-widget-container__widget {
  height: 46px;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: calc(46px + env(safe-area-inset-top) + 4rem) 2rem 4rem;
  overflow: hidden;
}

/* Starfield background: pure CSS constellation */
.hero__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__stars::before,
.hero__stars::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: transparent;
  box-shadow:
    82px 134px rgba(110, 127, 206, 0.4),
    210px 56px rgba(255, 255, 255, 0.25),
    390px 210px rgba(0, 232, 135, 0.18),
    520px 44px rgba(255, 255, 255, 0.2),
    145px 380px rgba(110, 127, 206, 0.3),
    680px 120px rgba(255, 255, 255, 0.18),
    760px 290px rgba(200, 151, 62, 0.25),
    880px 60px rgba(255, 255, 255, 0.2),
    960px 400px rgba(110, 127, 206, 0.22),
    1060px 145px rgba(0, 232, 135, 0.15),
    1190px 320px rgba(255, 255, 255, 0.18),
    1280px 80px rgba(200, 151, 62, 0.2),
    340px 560px rgba(255, 255, 255, 0.14),
    600px 500px rgba(110, 127, 206, 0.25),
    840px 610px rgba(0, 232, 135, 0.12),
    100px 680px rgba(255, 255, 255, 0.15),
    420px 720px rgba(200, 151, 62, 0.18),
    720px 760px rgba(255, 255, 255, 0.12),
    1100px 600px rgba(110, 127, 206, 0.2),
    1340px 450px rgba(0, 232, 135, 0.14);
  animation: twinkle 6s ease-in-out infinite alternate;
}

.hero__stars::after {
  box-shadow:
    45px 280px rgba(255, 255, 255, 0.2),
    178px 170px rgba(110, 127, 206, 0.3),
    310px 430px rgba(200, 151, 62, 0.2),
    465px 320px rgba(255, 255, 255, 0.15),
    580px 200px rgba(0, 232, 135, 0.16),
    720px 450px rgba(255, 255, 255, 0.22),
    815px 180px rgba(110, 127, 206, 0.28),
    940px 520px rgba(200, 151, 62, 0.15),
    1040px 260px rgba(255, 255, 255, 0.18),
    1200px 140px rgba(0, 232, 135, 0.2),
    65px 550px rgba(255, 255, 255, 0.12),
    260px 640px rgba(110, 127, 206, 0.2),
    490px 700px rgba(200, 151, 62, 0.16),
    660px 640px rgba(0, 232, 135, 0.12),
    900px 700px rgba(255, 255, 255, 0.14),
    1150px 700px rgba(110, 127, 206, 0.18);
  animation-delay: 3s;
}

@keyframes twinkle {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}

.hero__nebula {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 60%, rgba(110, 127, 206, 0.05) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 70% 35%, rgba(0, 232, 135, 0.04) 0%, transparent 55%),
    radial-gradient(ellipse 80% 40% at 50% 90%, rgba(4, 4, 8, 0.6) 0%, transparent 80%);
  pointer-events: none;
}

.hero__transmission {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent-green);
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero__transmission::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent-green);
  opacity: 0.5;
}

.hero__transmission::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent-green);
  opacity: 0.5;
}

/* Hero date — large, sculptural */
.hero__date-block {
  opacity: 0;
  margin-bottom: 1.5rem;
}

.hero__month-day {
  font-size: clamp(4rem, 14vw, 12rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(220, 224, 236, 0.2);
}

.hero__year {
  font-family: var(--font-mono);
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.4em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* Hero caption — the defining sentence */
.hero__caption {
  opacity: 0;
  max-width: 680px;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 3.5rem;
}

.hero__caption em {
  font-style: normal;
  color: var(--text-primary);
}

/* Hero quick stats — bottom strip */
.hero__quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  background: rgba(110, 127, 206, 0.06);
  opacity: 0;
}

.hero__stat {
  flex: 1;
  min-width: 100px;
  background: rgba(4, 4, 8, 0.9);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  border-top: 1px solid rgba(110, 127, 206, 0.08);
}

.hero__stat-label {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero__stat-val {
  font-family: var(--font-mono);
  font-size: clamp(0.85rem, 1.8vw, 1.1rem);
  font-weight: 700;
  color: var(--text-primary);
}

.hero__stat-val--down { color: var(--accent-red); }
.hero__stat-val--up { color: var(--accent-green); }
.hero__stat-val--gold { color: var(--accent-gold); }
.hero__stat-val--warn { color: var(--accent-gold); }

/* ─── EDITORIAL BASE ─── */
.editorial-section {
  max-width: 740px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  opacity: 0;
  transform: translateY(28px);
}

.editorial-section--wide {
  max-width: 1100px;
}

.editorial-section--full {
  max-width: 100%;
  padding-left: max(1.5rem, calc((100vw - 1100px) / 2 + 1.5rem));
  padding-right: max(1.5rem, calc((100vw - 1100px) / 2 + 1.5rem));
}

.ed-rule {
  width: 100%;
  height: 1px;
  background: rgba(45, 45, 70, 0.6);
}

.ed-rule--green { background: rgba(0, 232, 135, 0.12); }
.ed-rule--gold { background: rgba(200, 151, 62, 0.12); }
.ed-rule--red { background: rgba(224, 82, 82, 0.12); }

.ed-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ed-eyebrow::before {
  content: '';
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ed-eyebrow--green { color: var(--accent-green); opacity: 0.7; }
.ed-eyebrow--gold { color: var(--accent-gold); opacity: 0.7; }
.ed-eyebrow--red { color: var(--accent-red); opacity: 0.7; }

.ed-headline {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.ed-headline--xl {
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.05;
}

.ed-body {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  color: var(--text-secondary);
  line-height: 1.8;
}

.ed-body p + p { margin-top: 1.2em; }

.ed-body strong {
  color: var(--text-primary);
  font-weight: 600;
}

.cite-link {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 45, 70, 0.5);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  min-height: 44px;
}

.cite-link:hover {
  color: var(--accent-blue);
  border-color: rgba(110, 127, 206, 0.4);
}

/* ─── SECTION 1: THE FINAL SCORE — editorial table ─── */
.score-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  margin-bottom: 2rem;
}

.score-table th {
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(45, 45, 70, 0.5);
  background: var(--bg-secondary);
}

.score-table th:last-child { text-align: right; }

.score-table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(45, 45, 70, 0.25);
  font-size: 0.88rem;
  vertical-align: middle;
}

.score-table tr:last-child td { border-bottom: none; }

.score-table tr:hover td { background: rgba(110, 127, 206, 0.03); }

.st-name {
  color: var(--text-secondary);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.st-level {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 0.98rem;
  text-align: right;
}

.st-chg {
  text-align: right;
  font-size: 0.82rem;
  font-weight: 600;
}

.st-chg--down { color: var(--accent-red); }
.st-chg--up { color: var(--accent-green); }
.st-chg--flat { color: var(--text-muted); }

.score-divider {
  border: none;
  border-top: 1px solid rgba(110, 127, 206, 0.06);
  margin: 0;
}

/* Volatility strip below table */
.vol-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
  margin-top: 1px;
}

.vol-stat {
  flex: 1;
  min-width: 100px;
  background: var(--bg-surface);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.vol-stat__label {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.vol-stat__val {
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
}

.vol-stat__val--down { color: var(--accent-red); }
.vol-stat__val--up { color: var(--accent-green); }
.vol-stat__val--gold { color: var(--accent-gold); }

/* ─── SECTION 2: WAR DISPATCH — blockquote editorial ─── */
.war-dispatch {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
  align-items: start;
}

.war-dispatch__quote-wrap {
  position: relative;
  padding: 2.5rem 2rem 2.5rem 3rem;
  border-left: 2px solid rgba(224, 82, 82, 0.4);
  margin-bottom: 2rem;
}

.war-dispatch__open-mark {
  position: absolute;
  left: 0.25rem;
  top: 0;
  font-family: Georgia, Times, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--accent-red);
  opacity: 0.15;
  user-select: none;
}

.war-dispatch__quote {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.war-dispatch__attribution {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0.7;
}

.war-stat-column {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.wsc-item {
  background: var(--bg-surface);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.wsc-item--toll { background: var(--bg-elevated); }

.wsc-val {
  font-family: var(--font-mono);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--accent-red);
  line-height: 1;
  letter-spacing: -0.02em;
}

.wsc-val--muted { color: var(--text-secondary); }

.wsc-key {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─── SECTION 3: OIL ANATOMY — CSS bar chart ─── */
.oil-anatomy {
  background: var(--bg-surface);
  border: 1px solid rgba(200, 151, 62, 0.1);
  border-left: 3px solid var(--accent-gold);
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.oil-anatomy__header {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.oil-anatomy__price {
  font-family: var(--font-mono);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
  letter-spacing: -0.03em;
}

.oil-anatomy__meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.oil-anatomy__unit {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.oil-anatomy__badge {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(224, 82, 82, 0.1);
  border: 1px solid rgba(224, 82, 82, 0.2);
  color: var(--accent-red);
  padding: 0.2rem 0.6rem;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}

.oil-bars {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.oil-bar-row {
  display: grid;
  grid-template-columns: 100px 1fr 56px;
  align-items: center;
  gap: 1rem;
}

.oil-bar-label {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: right;
}

.oil-bar-track {
  height: 6px;
  background: rgba(45, 45, 70, 0.4);
  border-radius: 3px;
  overflow: hidden;
}

.oil-bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 1.5s var(--ease-out-expo);
}

.oil-bar-fill--start { background: var(--text-muted); }
.oil-bar-fill--low { background: var(--accent-blue); }
.oil-bar-fill--close { background: var(--accent-gold); }

.oil-bar-price {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: right;
}

.oil-bar-price--gold { color: var(--accent-gold); }

.oil-iea-note {
  background: rgba(200, 151, 62, 0.06);
  border: 1px solid rgba(200, 151, 62, 0.12);
  padding: 1.25rem 1.5rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.oil-iea-note strong { color: var(--accent-gold); }

/* ─── SECTION 4: ORACLE — big number split ─── */
.oracle-night {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
}

.oracle-night__left {
  text-align: center;
}

.oracle-pct {
  font-family: var(--font-mono);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 800;
  color: var(--accent-green);
  line-height: 1;
  letter-spacing: -0.04em;
}

.oracle-pct-sign {
  font-size: 0.45em;
}

.oracle-pct-label {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-green);
  opacity: 0.6;
  margin-top: 0.5rem;
}

.oracle-night__right .ed-headline { margin-bottom: 1rem; }

.oracle-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
  margin-top: 2rem;
}

.oracle-metric {
  background: var(--bg-surface);
  padding: 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.oracle-metric__val {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent-green);
}

.oracle-metric__key {
  font-size: 0.66rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ─── SECTION 5: INFLATION MIRROR — centered big number ─── */
.inflation-mirror {
  text-align: center;
  padding: 3rem 2rem;
}

.inflation-mirror__num {
  font-family: var(--font-mono);
  font-size: clamp(5rem, 16vw, 13rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--accent-blue);
  margin-bottom: 0.5rem;
}

.inflation-mirror__label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.inflation-mirror__caveats {
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap;
  background: rgba(45, 45, 70, 0.2);
  max-width: 600px;
  margin: 0 auto 2rem;
}

.inf-caveat {
  flex: 1;
  min-width: 130px;
  background: var(--bg-surface);
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}

.inf-caveat__val {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-blue);
}

.inf-caveat__key {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
}

.inflation-mirror__note {
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

/* ─── SECTION 6: FOMC ARC — probability ring ─── */
.fomc-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3.5rem;
  align-items: center;
}

.fomc-ring-wrap {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin: 0 auto;
}

.fomc-ring-svg {
  width: 200px;
  height: 200px;
  transform: rotate(-90deg);
}

.fomc-ring-bg {
  fill: none;
  stroke: rgba(45, 45, 70, 0.5);
  stroke-width: 8;
}

.fomc-ring-fill {
  fill: none;
  stroke: var(--accent-green);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
  transition: stroke-dashoffset 2s var(--ease-out-expo);
}

.fomc-ring-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fomc-ring-pct {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-green);
  line-height: 1;
}

.fomc-ring-label {
  font-family: var(--font-mono);
  font-size: 0.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.3rem;
  max-width: 80px;
  text-align: center;
}

.fomc-data {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.fomc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: var(--bg-surface);
  padding: 0.85rem 1.25rem;
}

.fomc-row__key {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.fomc-row__val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
}

.fomc-row__val--green { color: var(--accent-green); }
.fomc-row__val--blue { color: var(--accent-blue); }
.fomc-row__val--gold { color: var(--accent-gold); }

/* ─── SECTION 7: GOLD DIVERGENCE — horizontal comparison ─── */
.gold-divergence {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.gd-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.gd-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.gd-bar-track {
  height: 8px;
  background: rgba(45, 45, 70, 0.4);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.gd-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 1.5s var(--ease-out-expo);
}

.gd-bar-fill--gold { background: linear-gradient(90deg, var(--accent-gold), rgba(200, 151, 62, 0.6)); }
.gd-bar-fill--btc { background: linear-gradient(90deg, var(--accent-red), rgba(224, 82, 82, 0.4)); }
.gd-bar-fill--sp { background: linear-gradient(90deg, var(--accent-red), rgba(224, 82, 82, 0.4)); }

.gd-val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
  min-width: 70px;
}

.gd-val--gold { color: var(--accent-gold); }
.gd-val--red { color: var(--accent-red); }

.gold-note-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.gnb {
  background: var(--bg-surface);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.gnb__val {
  font-family: var(--font-mono);
  font-size: clamp(1.1rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
}

.gnb__key {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─── SECTION 8: OVERNIGHT SETUP — grid table ─── */
.overnight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
  margin-bottom: 2rem;
}

.og-card {
  background: var(--bg-surface);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border-top: 2px solid transparent;
}

.og-card--watch { border-top-color: var(--accent-gold); background: var(--bg-elevated); }
.og-card--risk { border-top-color: var(--accent-red); }
.og-card--note { border-top-color: var(--accent-blue); }

.og-card__region {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.og-card__name {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-primary);
}

.og-card__signal {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
}

.og-card__signal--down { color: var(--accent-red); }
.og-card__signal--up { color: var(--accent-green); }
.og-card__signal--gold { color: var(--accent-gold); }

.og-card__note {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 0.25rem;
}

/* ─── SECTION 9: BITCOIN COMPRESSION — range display ─── */
.btc-compress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.btc-compress__headline {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--text-secondary);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.btc-day-range {
  margin: 1.5rem 0;
}

.btc-range-label {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}

.btc-range-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btc-range-num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.btc-bar-wrap {
  flex: 1;
  height: 6px;
  background: rgba(45, 45, 70, 0.4);
  border-radius: 3px;
  overflow: hidden;
}

.btc-bar-inner {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-blue), var(--accent-green));
  border-radius: 3px;
  transition: width 1.4s var(--ease-out-expo);
}

.btc-fg-stats {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.btc-fg-row {
  background: var(--bg-surface);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.btc-fg-val {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-blue);
}

.btc-fg-val--fear { color: var(--accent-red); }
.btc-fg-val--green { color: var(--accent-green); }

.btc-fg-key {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* ─── SECTION 10: LABOR SIGNAL — jobless claims ─── */
.labor-signal {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.5rem;
  align-items: center;
}

.labor-num {
  text-align: center;
}

.labor-claims {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  color: var(--accent-green);
  line-height: 1;
  letter-spacing: -0.03em;
}

.labor-claims-k {
  font-size: 0.45em;
  letter-spacing: 0;
}

.labor-vs {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

.labor-data {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.labor-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-surface);
  padding: 0.85rem 1.25rem;
  gap: 1rem;
}

.labor-row__key {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.labor-row__val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
}

.labor-row__val--green { color: var(--accent-green); }
.labor-row__val--red { color: var(--accent-red); }

/* ─── SECTION 11: TANKER OFFENSIVE — Iran escalation ─── */
.tanker-dispatch {
  background: var(--bg-secondary);
  border: 1px solid rgba(224, 82, 82, 0.08);
  border-left: 3px solid rgba(224, 82, 82, 0.5);
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.tanker-dispatch__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0.8;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tanker-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-red);
  animation: livePulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

.tanker-dispatch__headline {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-bottom: 1.5rem;
}

.tanker-vessels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
  margin-bottom: 1.5rem;
}

.tv-card {
  background: var(--bg-surface);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.tv-card__flag {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.tv-card__name {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tv-card__detail {
  font-size: 0.72rem;
  color: var(--text-secondary);
}

.tanker-tally {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: rgba(45, 45, 70, 0.2);
}

.tt-item {
  flex: 1;
  min-width: 100px;
  background: var(--bg-elevated);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tt-num {
  font-family: var(--font-mono);
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--accent-red);
  line-height: 1;
}

.tt-key {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ─── SECTION 12: TOMORROW CATALYSTS — timeline ─── */
.catalyst-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.catalyst-item {
  display: grid;
  grid-template-columns: 72px 1px 1fr;
  gap: 1.25rem;
  padding: 1.75rem 0;
  position: relative;
}

.catalyst-item::before {
  content: '';
  position: absolute;
  left: 78px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(45, 45, 70, 0.4);
}

.catalyst-item:last-child::before { bottom: 50%; }
.catalyst-item:first-child::before { top: 50%; }

.catalyst-item__time {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: right;
  padding-top: 4px;
  line-height: 1.4;
}

.catalyst-dot-wrap {
  display: flex;
  justify-content: center;
  padding-top: 4px;
  position: relative;
  z-index: 1;
}

.catalyst-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.catalyst-dot--high { background: var(--accent-blue); box-shadow: 0 0 8px rgba(110, 127, 206, 0.4); }
.catalyst-dot--war { background: var(--accent-red); box-shadow: 0 0 8px rgba(224, 82, 82, 0.4); }
.catalyst-dot--oil { background: var(--accent-gold); box-shadow: 0 0 8px rgba(200, 151, 62, 0.35); }
.catalyst-dot--fed { background: var(--accent-green); box-shadow: 0 0 8px rgba(0, 232, 135, 0.3); }

.catalyst-item__body {
  padding-top: 2px;
}

.catalyst-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.catalyst-note {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ─── FOOTER ─── */
.site-footer {
  text-align: center;
  padding: 5rem 2rem calc(3rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(45, 45, 70, 0.4);
  margin-top: 4rem;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.site-footer__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-green);
  animation: footerPulse 3s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes footerPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 232, 135, 0.4); }
  50% { opacity: 0.6; transform: scale(0.8); box-shadow: 0 0 0 5px rgba(0, 232, 135, 0); }
}

.site-footer__regen {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.site-footer__session {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.site-footer__timestamp {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: var(--text-muted);
}

.source {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  border: 1px solid rgba(45, 45, 70, 0.4);
  padding: 0.6rem 1.2rem;
  min-height: 44px;
  transition: color 0.2s, border-color 0.2s;
}

.source:hover {
  color: var(--accent-blue);
  border-color: rgba(110, 127, 206, 0.35);
}

/* ─── REVEAL ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.reveal-hero { opacity: 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 768px) {
  .editorial-section { padding: 3.5rem 1.25rem; }

  .war-dispatch { grid-template-columns: 1fr; gap: 2rem; }

  .oracle-night { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
  .oracle-metrics { grid-template-columns: 1fr 1fr; }

  .fomc-layout { grid-template-columns: 1fr; gap: 2rem; }
  .fomc-ring-wrap { order: -1; }

  .gold-note-blocks { grid-template-columns: 1fr; }

  .overnight-grid { grid-template-columns: 1fr 1fr; }

  .btc-compress { grid-template-columns: 1fr; gap: 2rem; }

  .labor-signal { grid-template-columns: 1fr; gap: 2rem; text-align: center; }

  .tanker-vessels { grid-template-columns: 1fr; }

  .catalyst-item { grid-template-columns: 60px 1px 1fr; gap: 0.75rem; }
  .catalyst-item::before { left: 65px; }

  .gd-row { grid-template-columns: 80px 1fr auto; gap: 0.75rem; }

  .score-table th:nth-child(2),
  .score-table td:nth-child(2) { display: none; }

  .oil-bar-row { grid-template-columns: 80px 1fr 48px; gap: 0.6rem; }
}

@media (max-width: 480px) {
  .hero__quick-stats { flex-direction: column; }
  .hero__stat { min-width: 100%; }

  .inflation-mirror__caveats { flex-direction: column; }
  .inf-caveat { min-width: 100%; }

  .overnight-grid { grid-template-columns: 1fr; }

  .vol-strip { flex-direction: column; }

  .oracle-metrics { grid-template-columns: 1fr; }

  .tanker-tally { flex-direction: column; }

  .catalyst-item { grid-template-columns: 52px 1px 1fr; gap: 0.5rem; }
  .catalyst-item::before { left: 57px; }

  .gold-divergence .gd-row { grid-template-columns: 70px 1fr auto; }
}
