/* ============================================================
   REAL MARKET COLOR — NIGHTLY ALERT — MARCH 11, 2026 — 22:15 EDT
   Palette: Blood moon crimson + amber warning + near-black void
   Mood: Overnight alarm — futures sliding, oil surging, stagflation looming
   Layout: Emergency intelligence brief — urgent, data-dense, asymmetric
   ============================================================ */

:root {
  --bg-primary: #08030a;
  --bg-secondary: #0f0508;
  --bg-surface: #160a0e;
  --bg-elevated: #200e14;
  --text-primary: #f4eaec;
  --text-secondary: #8c6e75;
  --text-muted: #3d2530;
  --accent-red: #ff3d3d;
  --accent-red-dim: rgba(255, 61, 61, 0.08);
  --accent-green: #33d97c;
  --accent-green-dim: rgba(51, 217, 124, 0.07);
  --accent-gold: #ffb340;
  --accent-gold-dim: rgba(255, 179, 64, 0.08);
  --accent-blue: #7eb8ff;
  --accent-blue-dim: rgba(126, 184, 255, 0.08);
  --glass: rgba(8, 3, 10, 0.94);
  --glass-border: rgba(255, 61, 61, 0.07);
  --glass-highlight: rgba(255, 179, 64, 0.1);
  --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.028;
  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(8, 3, 10, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 61, 61, 0.12);
  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 — BLOOD MOON ALERT ─── */
.hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(46px + env(safe-area-inset-top) + 2rem) 0 0;
  overflow: hidden;
}

.hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 50% 10%, rgba(180, 30, 30, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 100% 50% at 50% 100%, rgba(8, 3, 10, 0.95) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 40%, rgba(60, 10, 20, 0.12) 0%, transparent 60%);
}

/* The blood moon disc */
.hero__moon {
  position: absolute;
  top: clamp(3rem, 8vw, 6rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(80px, 14vw, 180px);
  height: clamp(80px, 14vw, 180px);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 40%, rgba(200, 80, 50, 0.45) 0%, rgba(130, 30, 20, 0.25) 50%, transparent 75%);
  box-shadow:
    0 0 40px rgba(180, 40, 20, 0.12),
    0 0 80px rgba(180, 40, 20, 0.06),
    inset 0 0 30px rgba(255, 100, 60, 0.08);
  opacity: 0;
}

.hero__alert-label {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: clamp(0.48rem, 0.9vw, 0.62rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0;
  padding: 0 2rem;
  margin-bottom: 2.5rem;
}

.hero__alert-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-red);
  flex-shrink: 0;
  animation: alertBlink 1s step-end infinite;
}

@keyframes alertBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hero__price-stage {
  position: relative;
  z-index: 2;
  padding: 0 max(2rem, 4vw);
  margin-bottom: 0;
  opacity: 0;
}

/* Ghost price behind real — enormous outline */
.hero__ghost-price {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: clamp(8rem, 28vw, 26rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 61, 61, 0.06);
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
}

.hero__price-label {
  font-family: var(--font-mono);
  font-size: clamp(0.5rem, 0.8vw, 0.6rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.hero__price-main {
  font-family: var(--font-mono);
  font-size: clamp(4rem, 14vw, 12rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--accent-gold);
}

.hero__price-sub {
  font-family: var(--font-mono);
  font-size: clamp(0.7rem, 1.5vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero__price-sub::before {
  content: '↑';
  font-size: 1.2em;
  animation: arrowPulse 1.8s ease-in-out infinite;
}

@keyframes arrowPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.hero__divider-strip {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 61, 61, 0.3), rgba(255, 179, 64, 0.3), transparent);
  margin-top: 3rem;
  opacity: 0;
}

/* Futures data strip */
.hero__futures {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: rgba(255, 61, 61, 0.04);
  opacity: 0;
}

.hero__future-cell {
  flex: 1;
  min-width: 120px;
  background: rgba(8, 3, 10, 0.92);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  border-top: 1px solid rgba(255, 61, 61, 0.08);
}

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

.hero__future-val {
  font-family: var(--font-mono);
  font-size: clamp(0.88rem, 1.8vw, 1.1rem);
  font-weight: 700;
}

.hero__future-val--down { color: var(--accent-red); }
.hero__future-val--gold { color: var(--accent-gold); }
.hero__future-val--flat { color: var(--text-secondary); }

/* ─── SECTION BASE ─── */
.section {
  opacity: 0;
  transform: translateY(24px);
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.section-inner--narrow {
  max-width: 740px;
}

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

.section--dark {
  background: var(--bg-secondary);
}

.section--surface {
  background: var(--bg-surface);
}

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

.s-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.s-eyebrow--red { color: var(--accent-red); opacity: 0.75; }
.s-eyebrow--gold { color: var(--accent-gold); opacity: 0.75; }
.s-eyebrow--green { color: var(--accent-green); opacity: 0.75; }
.s-eyebrow--blue { color: var(--accent-blue); opacity: 0.75; }

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

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

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

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

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

.s-rule {
  width: 100%;
  height: 1px;
  background: rgba(61, 37, 48, 0.5);
  margin-bottom: 3rem;
}

.s-rule--red { background: rgba(255, 61, 61, 0.15); }
.s-rule--gold { background: rgba(255, 179, 64, 0.15); }

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

.cite:hover {
  color: var(--accent-blue);
  border-color: rgba(126, 184, 255, 0.35);
}

/* ─── SECTION 1: NIGHT TERMINAL — terminal-style market data ─── */
.night-terminal {
  font-family: var(--font-mono);
  border: 1px solid rgba(255, 61, 61, 0.1);
  border-left: 3px solid var(--accent-red);
  background: var(--bg-secondary);
  overflow: hidden;
}

.nt-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 61, 61, 0.05);
  border-bottom: 1px solid rgba(255, 61, 61, 0.08);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0.8;
}

.nt-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-red);
  animation: ntDotPulse 2s ease-in-out infinite;
}

@keyframes ntDotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.nt-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 2rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid rgba(61, 37, 48, 0.3);
  transition: background 0.15s;
}

.nt-row:last-child { border-bottom: none; }
.nt-row:hover { background: rgba(255, 61, 61, 0.025); }

.nt-name {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  text-transform: uppercase;
}

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

.nt-chg {
  font-size: 0.78rem;
  font-weight: 600;
  text-align: right;
  min-width: 80px;
}

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

.nt-tag {
  font-size: 0.48rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  min-height: 20px;
  display: flex;
  align-items: center;
}

.nt-tag--futures { background: rgba(255, 61, 61, 0.1); color: var(--accent-red); border: 1px solid rgba(255, 61, 61, 0.15); }
.nt-tag--oil { background: rgba(255, 179, 64, 0.1); color: var(--accent-gold); border: 1px solid rgba(255, 179, 64, 0.2); }
.nt-tag--safe { background: rgba(51, 217, 124, 0.08); color: var(--accent-green); border: 1px solid rgba(51, 217, 124, 0.12); }

/* ─── SECTION 2: THE $200 ULTIMATUM — full-bleed centered quote ─── */
.ultimatum-wrap {
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.ultimatum-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(255, 61, 61, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ultimatum-price {
  font-family: var(--font-mono);
  font-size: clamp(5rem, 18vw, 16rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 61, 61, 0.5);
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.ultimatum-label {
  font-family: var(--font-mono);
  font-size: clamp(0.6rem, 1.2vw, 0.82rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0.7;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}

.ultimatum-quote {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-primary);
  max-width: 700px;
  margin: 0 auto 1rem;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.ultimatum-attr {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-red);
  opacity: 0.6;
  position: relative;
  z-index: 1;
}

/* ─── SECTION 3: STAGFLATION TRAP — vertical split ─── */
.stagflation-split {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 2rem;
}

.ss-divider {
  background: rgba(61, 37, 48, 0.5);
  position: relative;
}

.ss-divider::after {
  content: 'VS';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-mono);
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  background: var(--bg-primary);
  padding: 0.4rem 0.5rem;
  color: var(--text-muted);
}

.ss-panel {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ss-panel--left { border-right: none; }

.ss-panel-label {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.ss-big {
  font-family: var(--font-mono);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ss-big--red { color: var(--accent-red); }
.ss-big--gold { color: var(--accent-gold); }

.ss-sub {
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  color: var(--text-secondary);
  line-height: 1.7;
}

.ss-data {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
  margin-top: 1rem;
}

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

.ss-data-key {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

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

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

/* ─── SECTION 4: FED PRESSURE — vertical pressure bars ─── */
.pressure-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 4rem;
  align-items: center;
}

.pressure-gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.pg-track {
  width: 40px;
  height: 200px;
  background: rgba(61, 37, 48, 0.4);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pg-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--accent-red), var(--accent-gold));
  border-radius: 20px;
  transition: height 2s var(--ease-out-expo);
}

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

.pg-pct {
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--accent-red);
}

.fomc-data-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
}

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

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

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

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

/* ─── SECTION 5: KEVIN WARSH EDITORIAL — serif quote + info ─── */
.warsh-layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: start;
}

.warsh-quote-block {
  border-left: 2px solid rgba(255, 179, 64, 0.3);
  padding-left: 2.5rem;
  position: relative;
}

.warsh-open {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 6rem;
  line-height: 0.7;
  color: var(--accent-gold);
  opacity: 0.15;
  position: absolute;
  left: 0.5rem;
  top: -0.5rem;
  user-select: none;
}

.warsh-quote {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.warsh-attr {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-gold);
  opacity: 0.65;
}

.warsh-aside {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
}

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

.wai-key {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.wai-val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-gold);
}

/* ─── SECTION 6: WALL STREET REVISES — rate cut timeline ─── */
.rate-timeline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.rt-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 1.5rem;
}

.rt-bank {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-align: right;
}

.rt-bar-wrap {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
}

.rt-bar-track {
  position: absolute;
  inset: 0;
  background: rgba(61, 37, 48, 0.3);
  border-radius: 3px;
}

.rt-bar-fill {
  height: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  transition: width 1.4s var(--ease-out-expo);
  position: relative;
  z-index: 1;
}

.rt-bar-fill--near { background: rgba(255, 61, 61, 0.25); }
.rt-bar-fill--mid { background: rgba(255, 179, 64, 0.25); }
.rt-bar-fill--far { background: rgba(126, 184, 255, 0.25); }

.rt-bar-label {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rt-bar-label--red { color: var(--accent-red); }
.rt-bar-label--gold { color: var(--accent-gold); }
.rt-bar-label--blue { color: var(--accent-blue); }

/* ─── SECTION 7: IEA FAILURE — before/after comparison ─── */
.iea-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(255, 179, 64, 0.1);
  border-left: 3px solid var(--accent-gold);
  margin-bottom: 2rem;
  overflow: hidden;
}

.iea-panel {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: var(--bg-surface);
}

.iea-panel--right { background: var(--bg-elevated); }

.iea-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  color: var(--accent-red);
  background: var(--bg-secondary);
  border-left: 1px solid rgba(61, 37, 48, 0.3);
  border-right: 1px solid rgba(61, 37, 48, 0.3);
  writing-mode: horizontal-tb;
}

.iea-tag {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.iea-big {
  font-family: var(--font-mono);
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.iea-big--dim { color: var(--text-secondary); }
.iea-big--gold { color: var(--accent-gold); }

.iea-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─── SECTION 8: ORACLE ALONE — isolated bright number ─── */
.oracle-isolate {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 3rem 0;
}

.oi-num-block {
  flex-shrink: 0;
  text-align: center;
}

.oi-pct {
  font-family: var(--font-mono);
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 800;
  color: var(--accent-green);
  line-height: 1;
  letter-spacing: -0.04em;
}

.oi-pct-sign { font-size: 0.4em; }

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

.oi-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
  flex: 1;
}

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

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

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

/* ─── SECTION 9: BITCOIN RETHINK — asset comparison momentum bars ─── */
.btc-haven-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.bh-row {
  display: grid;
  grid-template-columns: 110px 1fr 90px;
  align-items: center;
  gap: 1.25rem;
}

.bh-asset {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-align: right;
}

.bh-track {
  height: 10px;
  background: rgba(61, 37, 48, 0.35);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

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

.bh-fill--gold { background: linear-gradient(90deg, var(--accent-gold), rgba(255, 179, 64, 0.6)); }
.bh-fill--btc { background: linear-gradient(90deg, var(--accent-blue), rgba(126, 184, 255, 0.6)); }
.bh-fill--sp { background: linear-gradient(90deg, var(--accent-red), rgba(255, 61, 61, 0.5)); }
.bh-fill--nasdaq { background: linear-gradient(90deg, rgba(255, 61, 61, 0.7), rgba(255, 61, 61, 0.3)); }

.bh-val {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.bh-val--gold { color: var(--accent-gold); }
.bh-val--btc { color: var(--accent-blue); }
.bh-val--red { color: var(--accent-red); }

.btc-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
  margin-top: 2rem;
}

.bss-item {
  flex: 1;
  min-width: 140px;
  background: var(--bg-surface);
  padding: 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.bss-val {
  font-family: var(--font-mono);
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 700;
  color: var(--accent-blue);
}

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

/* ─── SECTION 10: JOBS WRECKAGE — sector bar breakdown ─── */
.jobs-breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 2rem 0;
}

.jb-row {
  display: grid;
  grid-template-columns: 200px 1fr 70px;
  align-items: center;
  gap: 1rem;
}

.jb-sector {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-align: right;
}

.jb-track {
  height: 8px;
  background: rgba(61, 37, 48, 0.3);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

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

.jb-fill--big { background: var(--accent-red); }
.jb-fill--mid { background: rgba(255, 61, 61, 0.65); }
.jb-fill--small { background: rgba(255, 61, 61, 0.4); }

.jb-val {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-red);
  text-align: right;
  white-space: nowrap;
}

.jobs-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem;
}

.jobs-big-num {
  text-align: center;
  flex-shrink: 0;
}

.jbn-val {
  font-family: var(--font-mono);
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 800;
  color: var(--accent-red);
  line-height: 1;
  letter-spacing: -0.04em;
}

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

/* ─── SECTION 11: GLOBAL OVERNIGHT — vertical signal list ─── */
.global-overnight {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(61, 37, 48, 0.2);
  margin-bottom: 2rem;
}

.go-item {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  background: var(--bg-surface);
  padding: 1.25rem 1.5rem;
  border-left: 2px solid transparent;
  transition: background 0.15s;
}

.go-item:hover { background: var(--bg-elevated); }

.go-item--critical { border-left-color: var(--accent-red); }
.go-item--warn { border-left-color: var(--accent-gold); }
.go-item--watch { border-left-color: var(--accent-blue); }
.go-item--neutral { border-left-color: rgba(61, 37, 48, 0.6); }

.go-region {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.5;
}

.go-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-top: 0.2rem;
}

.go-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.go-signal {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.go-signal--down { color: var(--accent-red); }
.go-signal--up { color: var(--accent-green); }
.go-signal--gold { color: var(--accent-gold); }
.go-signal--flat { color: var(--text-secondary); }

/* ─── FOOTER ─── */
.site-footer {
  text-align: center;
  padding: 5rem 2rem calc(3rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(61, 37, 48, 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(51, 217, 124, 0.4); }
  50% { opacity: 0.6; transform: scale(0.8); box-shadow: 0 0 0 5px rgba(51, 217, 124, 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-red);
  margin-bottom: 0.5rem;
  opacity: 0.65;
}

.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(61, 37, 48, 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(126, 184, 255, 0.3);
}

/* ─── REVEAL ─── */
.section { opacity: 0; transform: translateY(24px); }
.reveal-hero { opacity: 0; }

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

  .stagflation-split { grid-template-columns: 1fr; }
  .ss-divider { display: none; }
  .ss-panel { padding: 1.75rem 0; }

  .pressure-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .pressure-gauge { flex-direction: row; justify-content: center; }
  .pg-track { width: 160px; height: 30px; border-radius: 15px; }
  .pg-fill { bottom: auto; top: 0; height: 100%; border-radius: 15px; right: auto; }

  .warsh-layout { grid-template-columns: 1fr; gap: 2rem; }

  .oracle-isolate { flex-direction: column; gap: 2rem; align-items: flex-start; }
  .oi-metrics { grid-template-columns: 1fr 1fr; }

  .iea-compare { grid-template-columns: 1fr; }
  .iea-arrow { writing-mode: horizontal-tb; padding: 1rem; transform: rotate(90deg); display: none; }

  .go-item { grid-template-columns: 1fr auto; }
  .go-note { display: none; }

  .jb-row { grid-template-columns: 130px 1fr 58px; }
  .jb-sector { font-size: 0.52rem; }

  .jobs-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .jobs-big-num { text-align: left; }

  .bh-row { grid-template-columns: 80px 1fr 70px; }

  .rt-item { grid-template-columns: 100px 1fr; }

  .nt-row { grid-template-columns: 1fr auto auto; }
  .nt-tag { display: none; }
}

@media (max-width: 480px) {
  .hero__future-cell { min-width: 50%; }

  .iea-compare { display: block; }

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

  .bh-row { grid-template-columns: 70px 1fr 60px; }

  .jb-row { grid-template-columns: 90px 1fr 50px; }

  .rate-timeline .rt-item { grid-template-columns: 1fr; gap: 0.5rem; }
  .rt-bank { text-align: left; }

  .btc-stat-strip { flex-direction: column; }

  .go-item { grid-template-columns: 1fr; }
  .go-signal { text-align: left; }
}
