/* ============================================================================
   VoxIA — "SINAL" Design System
   Derived directly from the wordmark: a void-navy field, an electric-azure
   signal, and a dot-matrix globe. Dark-first chrome; articles flip to a light
   reading sheet so long-form stays readable.

   TOKEN CONTRACT — two sets, deliberately:
     --v-*  dark public chrome (home, cards, hub, player, footer)
     --c-*  light surface, consumed by admin.css AND the article reading sheet.
            Do NOT darken these: admin.css layers on top of them.
   ========================================================================== */

:root {
  /* ---- Dark public chrome (sampled from the logo file) ---- */
  --v-void:    #00071B;   /* the field the logo sits on */
  --v-abyss:   #020D28;   /* raised surface / card */
  --v-abyss-2: #04143A;   /* hover / inset */
  --v-ridge:   #10254E;   /* hairline — the only border colour in the dark chrome */
  --v-signal:  #00A9FE;   /* the dot on the "i", the globe arc */
  --v-deep:    #0053E5;   /* the base of the "A" */
  --v-paper:   #F2F4F7;   /* "Vox" */
  --v-mute:    #7C93B5;   /* secondary — stays in the blue family, 6.2:1 on void */
  --v-urgent:  #FF3B5C;   /* plantão / ao vivo ONLY */

  --v-grad: linear-gradient(103deg, var(--v-signal) 0%, var(--v-deep) 100%);

  /* ---- Light surface: admin + article reading sheet ---- */
  --c-primary: #001B4D;
  --c-primary-700: #063079;
  --c-graphite: #0A1226;
  --c-accent: #0053E5;
  --c-accent-2: #00A9FE;
  --c-accent-soft: #E8F3FF;
  --c-breaking: #FF3B5C;
  --c-gold: #0053E5;
  --c-bg: #F4F7FB;
  --c-band: #EEF3F9;
  --c-surface: #FFFFFF;
  --c-text: #0A1226;
  --c-text-2: #55637A;
  --c-line: #E2E7EF;
  --c-success: #0E9F6E;
  --c-warning: #F59E0B;
  --c-error: #DC2626;
  --c-ink: #0A1226;

  /* ---- Type: wide grotesque display / news serif body / mono telemetry ---- */
  --font-display: "Archivo", "Helvetica Neue", system-ui, sans-serif;
  --font-sans: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Newsreader", Georgia, "Times New Roman", serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --radius: 3px;
  --radius-sm: 2px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 2px rgba(0, 7, 27, .30);
  --shadow-md: 0 10px 34px rgba(0, 7, 27, .45);
  --shadow-lg: 0 26px 70px rgba(0, 7, 27, .60);
  --glow: 0 0 0 1px rgba(0, 169, 254, .35), 0 8px 30px rgba(0, 169, 254, .18);
  --maxw: 1320px;
  --transition: 180ms cubic-bezier(.4, 0, .2, 1);

  /* The halftone texture lifted off the logo's globe. */
  --dotfield: radial-gradient(circle at center, rgba(124,147,181,.30) 1px, transparent 1.2px);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--v-void);
  color: var(--v-paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-stretch: 112%;
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  color: var(--v-paper);
}
::selection { background: var(--v-signal); color: var(--v-void); }
:focus-visible { outline: 2px solid var(--v-signal); outline-offset: 3px; border-radius: 2px; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.muted { color: var(--v-mute); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 10001; background: var(--v-signal); color: var(--v-void); padding: 12px 22px; font-weight: 700; }
.skip-link:focus { left: 0; }

/* ============================================================================
   UTILITY BAR — the telemetry strip. Mono, because it carries data.
   ========================================================================== */
.util-bar { background: var(--v-void); border-bottom: 1px solid var(--v-ridge); }
.util-bar .container {
  display: flex; align-items: center; justify-content: space-between; height: 34px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .10em;
  text-transform: uppercase; color: var(--v-mute);
}
.util-bar .u-right { display: flex; align-items: center; gap: 20px; }
.util-bar a { color: var(--v-mute); }
.util-bar a:hover { color: var(--v-signal); }
.util-bar .u-listen { color: var(--v-signal); display: inline-flex; align-items: center; gap: 7px; }

/* ---------- Breaking / plantão ---------- */
.breaking-bar {
  background: var(--v-urgent); color: #fff;
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
}
.breaking-bar .container { display: flex; align-items: center; gap: 16px; height: 40px; overflow: hidden; }
.breaking-bar .tag {
  background: #fff; color: #C31336; font-family: var(--font-mono); font-weight: 700;
  padding: 3px 9px; text-transform: uppercase; font-size: 10px; letter-spacing: .12em;
  white-space: nowrap; flex: none;
}
.breaking-track { display: flex; gap: 40px; white-space: nowrap; animation: marquee 30s linear infinite; }
.breaking-track a:hover { text-decoration: underline; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================================
   MASTHEAD — the lockup is live type, not a raster. "Vox" in paper,
   "iA" carrying the logo's own gradient, with the dot-matrix globe arc.
   ========================================================================== */
.site-header {
  background: rgba(0, 7, 27, .88);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--v-ridge);
  position: sticky; top: 0; z-index: 40;
}
.header-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; flex: none; display: block; overflow: visible; }
.brand-mark .bm-arc { stroke: var(--v-signal); }
.brand-mark .bm-dot { fill: var(--v-paper); }
.brand-mark .bm-v { fill: var(--v-paper); }
.brand-lockup { display: flex; flex-direction: column; gap: 2px; }
.brand .logo {
  font-family: var(--font-display); font-weight: 800; font-stretch: 118%;
  font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.035em; line-height: .92;
  color: var(--v-paper);
}
.brand .logo .ia {
  background: var(--v-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.brand .logo .dot { color: var(--v-signal); }
.brand .tagline {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: .30em;
  text-transform: uppercase; color: var(--v-mute); white-space: nowrap;
}

.header-actions { display: flex; align-items: center; gap: 12px; }
.search-mini {
  display: flex; align-items: center; position: relative;
  border: 1px solid var(--v-ridge); background: var(--v-abyss);
  border-radius: 999px; padding: 8px 16px; transition: var(--transition);
}
.search-mini:focus-within { border-color: var(--v-signal); box-shadow: var(--glow); }
.search-mini input { border: 0; outline: 0; font-size: 14px; width: 170px; background: transparent; color: var(--v-paper); font-family: var(--font-sans); }
.search-mini input::placeholder { color: var(--v-mute); }

.ta-panel {
  position: absolute; top: calc(100% + 10px); right: 0; width: 380px; max-width: 86vw;
  background: var(--v-abyss); border: 1px solid var(--v-ridge); border-radius: 12px;
  box-shadow: var(--shadow-lg); z-index: 9000; overflow: hidden;
}
.ta-sec { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--v-mute); padding: 12px 15px 5px; }
.ta-item { display: flex; gap: 11px; align-items: center; padding: 9px 15px; cursor: pointer; color: var(--v-paper); }
.ta-item:hover, .ta-item.active { background: var(--v-abyss-2); }
.ta-item .ta-thumb { width: 46px; height: 46px; border-radius: 4px; object-fit: cover; flex: none; background: var(--v-abyss-2); }
.ta-item .ta-tt { font-size: 13.5px; font-weight: 600; line-height: 1.25; }
.ta-item .ta-meta { font-family: var(--font-mono); font-size: 10.5px; color: var(--v-mute); margin-top: 2px; }
.ta-topic { display: inline-flex; align-items: center; gap: 7px; }
.ta-topic .ta-kind { font-family: var(--font-mono); font-size: 9.5px; background: var(--v-signal); color: var(--v-void); padding: 1px 6px; font-weight: 700; }
.ta-all { display: block; text-align: center; padding: 11px; font-size: 12px; font-weight: 700; color: var(--v-signal); border-top: 1px solid var(--v-ridge); }
.ta-empty { padding: 16px; font-size: 13px; color: var(--v-mute); text-align: center; }

.btn-ghost {
  font-size: 12.5px; font-weight: 600; color: var(--v-paper);
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--v-ridge); transition: var(--transition);
}
.btn-ghost:hover { border-color: var(--v-signal); color: var(--v-signal); }
.btn-signal { background: var(--v-grad); border-color: transparent; color: #fff; }
.btn-signal:hover { color: #fff; filter: brightness(1.1); }

/* ---------- Nav ---------- */
.main-nav { border-top: 1px solid var(--v-ridge); }
.main-nav ul { list-style: none; display: flex; gap: 0; margin: 0; padding: 0; overflow-x: auto; scrollbar-width: none; }
.main-nav ul::-webkit-scrollbar { display: none; }
.main-nav a {
  display: inline-block; padding: 13px 16px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: var(--v-mute); white-space: nowrap;
  border-bottom: 2px solid transparent; transition: var(--transition);
}
.main-nav a:hover { color: var(--v-paper); }
.main-nav a.active { color: var(--v-signal); border-bottom-color: var(--v-signal); }
.main-nav .nav-hot { color: var(--v-urgent); }

/* ============================================================================
   SIGNATURE — THE VOICE BAR
   One element doing three jobs: it is the play control, the duration readout,
   and the scrubber. Built from the logo's halftone dots, so the brand mark and
   the core interaction are literally the same shape language.
   ========================================================================== */
.vox {
  --p: 0%;
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--v-abyss); border: 1px solid var(--v-ridge);
  border-radius: 999px; padding: 7px 15px 7px 9px;
  cursor: pointer; font-family: var(--font-mono); color: var(--v-paper);
  transition: var(--transition); text-align: left; width: fit-content; max-width: 100%;
}
.vox:hover { border-color: var(--v-signal); background: var(--v-abyss-2); }

/* The cue: a play triangle that echoes the wordmark's sharp V apex. */
.vox-cue {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--v-grad); display: grid; place-items: center; position: relative;
}
.vox-cue::before {
  content: ""; width: 0; height: 0;
  border-left: 7px solid var(--v-void); border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent;
  margin-left: 2px; transition: var(--transition);
}
.vox[data-state="playing"] .vox-cue::before {
  width: 7px; height: 9px; border: 0; margin-left: 0;
  background: linear-gradient(90deg, var(--v-void) 0 2.5px, transparent 2.5px 4.5px, var(--v-void) 4.5px 7px);
}

/* The dot field: 26 columns of halftone dots. Heights follow a fixed 7-step
   envelope so it reads as speech, not as decoration. */
.vox-field { display: flex; align-items: center; gap: 2.5px; height: 20px; flex: 1; min-width: 74px; }
.vox-field i {
  display: block; width: 2.5px; border-radius: 2px; flex: 1 1 auto; max-width: 3px;
  background: rgba(124, 147, 181, .38); transition: background 120ms linear, transform 200ms ease;
}
.vox-field i:nth-child(7n+1) { height: 5px; }
.vox-field i:nth-child(7n+2) { height: 11px; }
.vox-field i:nth-child(7n+3) { height: 17px; }
.vox-field i:nth-child(7n+4) { height: 8px; }
.vox-field i:nth-child(7n+5) { height: 14px; }
.vox-field i:nth-child(7n+6) { height: 6px; }
.vox-field i:nth-child(7n+7) { height: 12px; }
.vox-field i.on { background: var(--v-signal); }
.vox[data-state="playing"] .vox-field i.on:last-of-type { transform: scaleY(1.35); }

.vox-time { flex: none; font-size: 11px; letter-spacing: .06em; color: var(--v-mute); font-variant-numeric: tabular-nums; }
.vox[data-state="playing"] .vox-time,
.vox[data-state="loading"] .vox-time { color: var(--v-signal); }

/* Synthesizing: a scan sweeps the field while Replicate renders the narration. */
.vox[data-state="loading"] { border-color: var(--v-signal); cursor: progress; }
.vox[data-state="loading"] .vox-field {
  -webkit-mask: linear-gradient(90deg, #000 30%, rgba(0,0,0,.25) 50%, #000 70%);
          mask: linear-gradient(90deg, #000 30%, rgba(0,0,0,.25) 50%, #000 70%);
  -webkit-mask-size: 220% 100%; mask-size: 220% 100%;
  animation: vox-scan 1.1s linear infinite;
}
@keyframes vox-scan { from { -webkit-mask-position: 120% 0; mask-position: 120% 0; } to { -webkit-mask-position: -120% 0; mask-position: -120% 0; } }
.vox[data-state="loading"] .vox-field i { background: var(--v-signal); opacity: .55; }
.vox[data-state="error"] { border-color: var(--v-urgent); }
.vox[data-state="error"] .vox-time { color: var(--v-urgent); }

/* Compact variant sitting inside a card. */
.vox.vox-sm { padding: 5px 12px 5px 6px; gap: 8px; }
.vox.vox-sm .vox-cue { width: 19px; height: 19px; }
.vox.vox-sm .vox-cue::before { border-left-width: 5.5px; border-top-width: 3.5px; border-bottom-width: 3.5px; }
.vox.vox-sm .vox-field { height: 15px; min-width: 52px; gap: 2px; }
.vox.vox-sm .vox-field i { max-width: 2.5px; }
.vox.vox-sm .vox-time { font-size: 10px; }

/* Article hero variant — the listen affordance leads the story, it doesn't trail it. */
.vox.vox-lead {
  width: 100%; padding: 14px 20px 14px 14px; gap: 16px; border-radius: 14px;
  background: linear-gradient(180deg, var(--v-abyss-2), var(--v-abyss));
  border-color: rgba(0, 169, 254, .28);
}
.vox.vox-lead .vox-cue { width: 42px; height: 42px; }
.vox.vox-lead .vox-cue::before { border-left-width: 12px; border-top-width: 7.5px; border-bottom-width: 7.5px; }
.vox.vox-lead[data-state="playing"] .vox-cue::before { width: 12px; height: 15px; background: linear-gradient(90deg, var(--v-void) 0 4px, transparent 4px 8px, var(--v-void) 8px 12px); }
.vox.vox-lead .vox-field { height: 34px; }
.vox.vox-lead .vox-field i { max-width: 4px; width: 3px; }
.vox.vox-lead .vox-field i:nth-child(7n+1) { height: 9px; }
.vox.vox-lead .vox-field i:nth-child(7n+2) { height: 19px; }
.vox.vox-lead .vox-field i:nth-child(7n+3) { height: 30px; }
.vox.vox-lead .vox-field i:nth-child(7n+4) { height: 13px; }
.vox.vox-lead .vox-field i:nth-child(7n+5) { height: 24px; }
.vox.vox-lead .vox-field i:nth-child(7n+6) { height: 10px; }
.vox.vox-lead .vox-field i:nth-child(7n+7) { height: 21px; }
.vox-lead-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--v-mute); display: block; margin-bottom: 3px; }
.vox-lead-copy { flex: none; }
.vox.vox-lead .vox-time { font-size: 13px; color: var(--v-paper); }

/* ---------- Docked mini player: keeps playing across navigation ---------- */
.vox-dock {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 9400;
  display: none; align-items: center; gap: 14px;
  width: min(620px, calc(100% - 24px));
  background: rgba(2, 13, 40, .94);
  backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(0, 169, 254, .3); border-radius: 999px;
  padding: 10px 18px 10px 12px; box-shadow: var(--shadow-lg);
}
.vox-dock.is-on { display: flex; animation: dock-in .32s cubic-bezier(.2,.8,.2,1); }
@keyframes dock-in { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }
.vox-dock .vd-meta { flex: 1; min-width: 0; }
.vox-dock .vd-link { display: block; font-size: 13px; font-weight: 600; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vox-dock .vd-link:hover { color: var(--v-signal); }
.vox-dock .vd-sub { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--v-signal); display: block; }
.vox-dock .vd-time { flex: none; font-family: var(--font-mono); font-size: 11px; color: var(--v-mute); font-variant-numeric: tabular-nums; white-space: nowrap; }
.vox-dock .vd-x { flex: none; background: transparent; border: 0; color: var(--v-mute); font-size: 20px; line-height: 1; cursor: pointer; padding: 0 4px; }
.vox-dock .vd-x:hover { color: var(--v-paper); }
/* The dock reuses .vox-cue, so it needs its own button reset + playing glyph. */
.vox-dock .vox-cue { width: 34px; height: 34px; border: 0; padding: 0; cursor: pointer; }
.vox-dock[data-state="playing"] .vox-cue::before {
  width: 9px; height: 11px; border: 0; margin-left: 0;
  background: linear-gradient(90deg, var(--v-void) 0 3px, transparent 3px 6px, var(--v-void) 6px 9px);
}

/* Paused reads as held, not stopped: the fill stays, the cue returns to play. */
.vox[data-state="paused"] { border-color: rgba(0, 169, 254, .45); }
.vox[data-state="paused"] .vox-time { color: var(--v-signal); }

/* ---------- Dot-matrix divider (the globe motif as a rule) ---------- */
.wave-rule {
  height: 14px; margin: 34px 0; border: 0;
  background-image: var(--dotfield); background-size: 7px 7px;
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.wave-rule.accent { background-image: radial-gradient(circle at center, rgba(0,169,254,.55) 1px, transparent 1.2px); }

/* Legacy "listen" pill kept working, restyled onto the new palette. */
.listen {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono);
  font-size: 11px; font-weight: 500; letter-spacing: .10em; color: var(--v-signal);
  border: 1px solid rgba(0,169,254,.45); border-radius: 999px; padding: 6px 14px;
  text-transform: uppercase; transition: var(--transition);
}
.listen:hover { background: var(--v-signal); color: var(--v-void); }
.listen .lw { display: inline-flex; align-items: flex-end; gap: 2px; height: 12px; }
.listen .lw i { width: 2px; background: currentColor; border-radius: 1px; animation: lw 1s ease-in-out infinite; }
.listen .lw i:nth-child(1) { height: 5px; animation-delay: 0s; }
.listen .lw i:nth-child(2) { height: 11px; animation-delay: .15s; }
.listen .lw i:nth-child(3) { height: 7px; animation-delay: .3s; }
.listen .lw i:nth-child(4) { height: 10px; animation-delay: .45s; }
@keyframes lw { 0%, 100% { transform: scaleY(.5); } 50% { transform: scaleY(1); } }

/* ============================================================================
   LAYOUT
   ========================================================================== */
.section { padding: 40px 0; }
.section-head { display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--v-ridge); padding-bottom: 10px; margin-bottom: 24px; }
.section-head h2 { font-size: clamp(19px, 2.3vw, 26px); font-weight: 700; font-stretch: 118%; margin: 0; }
.section-head::after { display: none; }
.editoria-head { border-top: none !important; }

.kicker {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--v-signal);
}
.kicker::before { content: ""; width: 18px; height: 1px; background: var(--v-signal); display: inline-block; }

.home-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr); gap: 40px; }
.lead-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px; align-items: start; }
.secondary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 28px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.home-main { min-width: 0; }
.home-row { margin-top: 34px; }
.home-newsletter { margin-top: 38px; }
.home-side { min-width: 0; }
.home-side .sticky-ad { position: static; }

/* ============================================================================
   CARDS
   ========================================================================== */
.card { display: flex; flex-direction: column; }
.card .thumb { position: relative; overflow: hidden; border-radius: 4px; background: var(--v-abyss-2); aspect-ratio: 16/9; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.card:hover .thumb img { transform: scale(1.045); }
.card .cat { margin-top: 13px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.card h3 { font-size: 18px; font-weight: 700; font-stretch: 110%; line-height: 1.16; margin: 9px 0 7px; transition: color var(--transition); }
.card:hover h3 { color: var(--v-signal); }
.card p { font-family: var(--font-serif); color: var(--v-mute); font-size: 15px; margin: 0; line-height: 1.5; }
.card .meta {
  margin-top: 12px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .10em;
  text-transform: uppercase; color: var(--v-mute); display: flex; gap: 9px; align-items: center; flex-wrap: wrap;
}
.card .card-vox { margin-top: 13px; }

.placeholder-img {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: var(--v-abyss-2);
  background-image: var(--dotfield); background-size: 8px 8px;
  color: rgba(124,147,181,.55); font-family: var(--font-display); font-stretch: 125%;
  font-size: 42px; font-weight: 800;
}

/* Hero — the thesis. */
.hero { display: block; }
.hero .thumb { aspect-ratio: 16/9; border-radius: 6px; border: 1px solid var(--v-ridge); }
.hero h1, .home-main .hero h1 {
  font-size: clamp(30px, 4.6vw, 56px); font-weight: 800; font-stretch: 116%;
  letter-spacing: -.035em; line-height: 1.0; margin: 18px 0 12px;
}
.hero .lede { font-family: var(--font-serif); font-size: 19px; line-height: 1.5; color: var(--v-mute); }
.hero .meta { margin-top: 16px; }
.hero .card-vox { margin-top: 18px; }

/* Rotating cover */
.hero-rotator { position: relative; }
.hero-rotator .hr-slide { display: none; }
.hero-rotator .hr-slide.is-active { display: block; animation: hrFade .5s ease both; }
.hero-rotator .hr-imglink { display: block; }
@keyframes hrFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.hr-dots { display: flex; gap: 7px; justify-content: center; margin-top: 18px; }
.hr-dot { width: 26px; height: 3px; padding: 0; border: 0; border-radius: 2px; background: var(--v-ridge); cursor: pointer; transition: background .2s; }
.hr-dot:hover { background: var(--v-mute); }
.hr-dot.is-active { background: var(--v-signal); }

/* Coverage-hub ribbon */
.cover-hub-ribbon {
  display: flex; align-items: center; gap: 12px;
  background: var(--v-abyss); border: 1px solid rgba(0,169,254,.3); border-radius: 10px;
  padding: 12px 18px; margin-bottom: 18px; transition: var(--transition);
}
.cover-hub-ribbon:hover { border-color: var(--v-signal); }
.cover-hub-ribbon .chr-tag {
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--v-void); background: var(--v-signal); padding: 3px 9px; border-radius: 3px; flex: none;
}
.cover-hub-ribbon .chr-label { font-family: var(--font-display); font-weight: 700; font-size: 16px; font-stretch: 112%; }
.cover-hub-ribbon .chr-go { margin-left: auto; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--v-signal); }

/* Category chip */
.cat-chip {
  display: inline-block; font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--v-signal);
}
.cat-chip.solid { background: var(--v-signal); color: var(--v-void); padding: 3px 9px; border-radius: 3px; letter-spacing: .1em; }

/* Rank lists */
.rank-list { counter-reset: rank; list-style: none; margin: 0; padding: 0; }
.rank-list li { counter-increment: rank; display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--v-ridge); }
.rank-list li::before {
  content: counter(rank, decimal-leading-zero); font-family: var(--font-mono); font-size: 12px;
  font-weight: 500; color: var(--v-signal); line-height: 1.5; min-width: 24px;
}
.rank-list h4 { font-size: 15px; margin: 0; font-weight: 600; font-stretch: 105%; line-height: 1.32; }
.rank-list li:hover h4 { color: var(--v-signal); }

.list-rows { list-style: none; margin: 0; padding: 0; }
.list-rows li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--v-ridge); }
.list-rows .thumb { aspect-ratio: 16/10; border-radius: 4px; overflow: hidden; background: var(--v-abyss-2); }
.list-rows .meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--v-mute); }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Badges */
.badge {
  display: inline-block; font-family: var(--font-mono); font-size: 9.5px; font-weight: 700;
  padding: 3px 8px; border-radius: 3px; letter-spacing: .10em; text-transform: uppercase;
}
.badge.breaking { background: var(--v-urgent); color: #fff; }
.badge.exclusive { background: var(--v-signal); color: var(--v-void); }
.badge.fact { background: var(--c-success); color: #fff; }
.badge.opinion { background: var(--v-ridge); color: var(--v-paper); }
.badge.hot { background: var(--v-urgent); color: #fff; animation: badge-hot-pulse 2.4s ease-in-out infinite; }
@keyframes badge-hot-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .78; } }
.tn-fire { font-size: .9em; }

/* ============================================================================
   SIDEBAR / WIDGETS
   ========================================================================== */
.widget { background: var(--v-abyss); border: 1px solid var(--v-ridge); border-radius: 8px; padding: 20px; margin-bottom: 24px; }
.widget h3 { font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--v-signal); margin: 0 0 14px; }
.ad-slot {
  border: 1px dashed var(--v-ridge); border-radius: 4px; background: rgba(255,255,255,.015);
  display: grid; place-items: center; color: var(--v-mute); font-family: var(--font-mono);
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  white-space: normal; word-break: break-word; padding: 28px 16px; line-height: 1.5; text-align: center;
}
.ad-real { position: relative; border-radius: 4px; overflow: hidden; width: 100%; }
.ad-real img { width: 100%; height: auto; display: block; border-radius: 4px; }
.ad-real .ad-label {
  position: absolute; top: 6px; left: 6px; font-family: var(--font-mono); font-size: 8.5px;
  letter-spacing: .1em; text-transform: uppercase; background: rgba(0,7,27,.7); color: var(--v-mute); padding: 2px 6px; border-radius: 3px;
}
.ad-html { width: 100%; }
.ad-real .ad-html { overflow: visible; word-break: break-word; line-height: 1.4; }
.ad-real .ad-html * { max-width: 100%; }
.ad-inline { margin: 32px 0; }
.ad-inline .ad-slot { min-height: 110px; }
.ad-banner { margin: 0 0 26px; }
.ad-banner .ad-real img, .ad-banner .ad-html { width: 100%; border-radius: 4px; }
.ad-banner .ad-slot { min-height: 90px; }
.sticky-ad .ad-real, .sticky-ad .ad-slot { font-size: 11px; }
.home-side .widget.sticky-ad { padding: 14px; }

/* ---------- Most read: a ranked rundown, mono numerals ---------- */
.mostread-widget .mw-head {
  display: flex; align-items: center; gap: 8px; margin: 0 0 12px; padding-bottom: 9px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .16em;
  text-transform: uppercase; color: var(--v-signal); border-bottom: 1px solid var(--v-ridge);
}
.mostread-list { list-style: none; margin: 0; padding: 0; }
.mr-item { display: flex; gap: 13px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--v-ridge); }
.mr-item:last-child { border-bottom: 0; }
.mr-num { font-family: var(--font-mono); font-size: 12px; color: var(--v-signal); min-width: 22px; padding-top: 2px; }
.mr-title { display: block; font-weight: 600; font-size: 14px; line-height: 1.32; }
.mr-item a:hover .mr-title { color: var(--v-signal); }
.mr-cat { display: block; font-family: var(--font-mono); font-size: 9.5px; color: var(--v-mute); text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; }

/* ---------- Opinion: the one place a serif voice is allowed in the chrome ---------- */
.opinion-widget .ow-head {
  margin: 0 0 4px; font-family: var(--font-display); font-stretch: 112%;
  font-size: 18px; font-weight: 700; color: var(--v-paper);
}
.opinion-widget .ow-head::after { content: ""; display: block; width: 32px; height: 2px; background: var(--v-signal); margin-top: 9px; }
.opinion-list { margin-top: 12px; }
.op-item { display: block; padding: 13px 0; border-bottom: 1px solid var(--v-ridge); }
.op-item:last-of-type { border-bottom: 0; }
.op-title { display: block; font-family: var(--font-serif); font-style: italic; font-size: 14.5px; line-height: 1.42; color: var(--v-paper); }
.op-item:hover .op-title { color: var(--v-signal); }
.op-meta { display: block; font-family: var(--font-mono); font-size: 9.5px; color: var(--v-mute); margin-top: 5px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.op-lead { position: relative; padding-left: 24px; }
.op-lead::before { content: "\201C"; position: absolute; left: -2px; top: -2px; font-family: var(--font-serif); font-size: 44px; line-height: .9; color: var(--v-signal); opacity: .5; }
.op-lead .op-title { font-family: var(--font-display); font-stretch: 108%; font-size: 16.5px; font-weight: 700; font-style: normal; }
.ow-foot { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--v-mute); text-align: right; padding: 12px 0 2px; }
.ow-foot:hover { color: var(--v-signal); }

/* ============================================================================
   THE LISTEN QUEUE — the audio thesis made structural.
   Not a widget bolted on: it's the day's edition as a playable rundown, and the
   only block on the page where the voice bar is the primary content.
   ========================================================================== */
.audio-rail {
  position: relative; margin: 34px 0; padding: 26px 28px 22px;
  background: linear-gradient(165deg, var(--v-abyss-2), var(--v-abyss));
  border: 1px solid rgba(0, 169, 254, .22); border-radius: var(--radius-lg); overflow: hidden;
}
.audio-rail::before {
  content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none;
  background-image: var(--dotfield); background-size: 9px 9px;
  -webkit-mask: radial-gradient(140% 100% at 100% 0%, #000, transparent 68%);
          mask: radial-gradient(140% 100% at 100% 0%, #000, transparent 68%);
}
.audio-rail > * { position: relative; }
.ar-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.ar-head h2 { margin: 0; font-size: clamp(19px, 2.2vw, 25px); font-weight: 800; font-stretch: 116%; }
.ar-count { margin-left: auto; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--v-mute); }
.ar-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 34px; }
.ar-item { display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--v-ridge); }
.ar-idx { font-family: var(--font-mono); font-size: 11px; color: var(--v-signal); grid-row: span 2; padding-top: 3px; }
.ar-title { font-size: 15px; font-weight: 600; line-height: 1.32; }
.ar-item:hover .ar-title { color: var(--v-signal); }
.ar-foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ar-cat { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--v-mute); }

/* ============================================================================
   PRESS RADAR — a signal board, not a card wall.
   ========================================================================== */
.press-radar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 4px 0 8px; }
.press-radar .pr-item {
  display: flex; flex-direction: column; gap: 6px; padding: 15px 17px;
  background: var(--v-abyss); border: 1px solid var(--v-ridge); border-left: 2px solid var(--v-mute);
  border-radius: 8px; transition: var(--transition);
}
.press-radar .pr-item:hover { border-color: var(--v-signal); border-left-color: var(--v-signal); transform: translateY(-2px); }
.press-radar .pr-item.is-rising { border-left-color: var(--v-signal); }
.press-radar .pr-term { font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--v-signal); }
.press-radar .pr-rising { color: var(--v-urgent); margin-left: 5px; }
.press-radar .pr-title { font-family: var(--font-serif); font-size: 15.5px; line-height: 1.35; color: var(--v-paper); }
.press-radar .pr-meta { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--v-mute); }

/* ---------- Subject chips (nuvem de assuntos) ---------- */
.wc-widget { background: var(--v-abyss); border: 1px solid var(--v-ridge); border-radius: var(--radius-lg); }
.wc-widget .word-cloud { max-height: none; }
.word-cloud { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding: 2px; }
.word-cloud .wc-term {
  display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 30px;
  font-family: var(--font-sans); font-weight: 600; font-size: 13px; line-height: 1;
  background: var(--v-abyss-2); border: 1px solid var(--v-ridge); color: var(--v-paper); transition: var(--transition);
}
.word-cloud .wc-term::before { content: "#"; color: var(--v-signal); font-weight: 700; }
.word-cloud .wc-term:hover { border-color: var(--v-signal); color: var(--v-signal); transform: translateY(-2px); }
.word-cloud .wc-tag { color: var(--v-mute); }
.word-cloud .wc-busca::before { content: "⌕"; }

/* ---------- Editoria section head ---------- */
.editoria-head { display: flex; align-items: baseline; gap: 13px; border-top: 1px solid var(--v-signal); border-bottom: 0; padding-top: 14px; padding-bottom: 0; }
.editoria-head h2 { margin: 0; }
.sec-more { margin-left: auto; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--v-signal); white-space: nowrap; }
.sec-more:hover { text-decoration: underline; }

/* ---------- Feature row: breaks the card-wall rhythm ---------- */
.feature-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 30px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--v-ridge); }
.feature-row .thumb { aspect-ratio: 16/10; border-radius: 6px; overflow: hidden; background: var(--v-abyss-2); }
.feature-row h3 { font-size: clamp(21px, 2.6vw, 30px); font-weight: 800; font-stretch: 114%; line-height: 1.08; margin: 10px 0 10px; }
.feature-row:hover h3 { color: var(--v-signal); }
.feature-row p { font-family: var(--font-serif); font-size: 16px; line-height: 1.55; color: var(--v-mute); margin: 0 0 14px; }

/* Trending */
.trending-now { list-style: none; padding: 0; margin: 0 0 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 26px; }
.trending-now li { display: flex; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--v-ridge); }
.trending-now .tn-rank { font-family: var(--font-mono); font-size: 12px; color: var(--v-signal); min-width: 20px; }
.trending-now a { font-weight: 600; font-size: 15px; line-height: 1.35; }
.trending-now a:hover { color: var(--v-signal); }
.trending-now .tn-cat { font-family: var(--font-mono); font-size: 9.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--v-mute); margin-left: auto; white-space: nowrap; }

/* Word cloud */
.wc-widget { padding: 18px 16px; }
.wc-widget .word-cloud { max-height: 220px; overflow: hidden; }
.word-cloud { display: flex; flex-wrap: wrap; gap: 6px 15px; align-items: baseline; line-height: 1.45; }
.wc-term { font-family: var(--font-display); font-weight: 700; font-stretch: 108%; color: var(--v-paper); transition: var(--transition); }
.wc-term:hover { color: var(--v-signal); }
.wc-term.wc-tag { color: var(--v-mute); font-weight: 500; }
.wc-term.wc-busca { color: var(--v-signal); }
.wc-term.wc-editoria { color: var(--v-paper); }

/* Continue reading */
.continue-reading { margin-bottom: 26px; padding-bottom: 20px; border-bottom: 1px solid var(--v-ridge); }
.cr-head { margin-bottom: 12px; }
.cr-track { display: flex; gap: 12px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 4px; }
.cr-item { flex: 0 0 200px; background: var(--v-abyss); border: 1px solid var(--v-ridge); border-radius: 8px; overflow: hidden; transition: var(--transition); }
.cr-item:hover { border-color: var(--v-signal); transform: translateY(-2px); }
.cr-item img { width: 100%; height: 96px; object-fit: cover; display: block; }
.cr-item .cr-ph { display: grid; place-items: center; height: 96px; background: var(--v-abyss-2); background-image: var(--dotfield); background-size: 8px 8px; color: var(--v-mute); font-family: var(--font-display); font-weight: 800; }
.cr-item .cr-title { display: block; padding: 9px 11px; font-size: 13px; font-weight: 600; line-height: 1.3; }

/* ============================================================================
   BUTTONS / NEWSLETTER / FORMS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  font-family: var(--font-sans); font-weight: 700; font-size: 14px; padding: 13px 22px;
  border-radius: 999px; border: 0; background: var(--v-grad); color: #fff; transition: var(--transition);
}
.btn:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn.gold { background: var(--v-grad); color: #fff; }
.btn.outline { background: transparent; border: 1px solid var(--v-ridge); color: var(--v-paper); }
.btn.outline:hover { border-color: var(--v-signal); color: var(--v-signal); }
.btn.block { width: 100%; }

.newsletter-cta {
  background: var(--v-abyss); border: 1px solid var(--v-ridge); border-radius: var(--radius-lg);
  padding: 30px; position: relative; overflow: hidden;
}
.newsletter-cta::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: var(--dotfield); background-size: 9px 9px;
  -webkit-mask: radial-gradient(120% 90% at 100% 0%, #000, transparent 70%);
          mask: radial-gradient(120% 90% at 100% 0%, #000, transparent 70%);
  pointer-events: none;
}
.newsletter-cta > * { position: relative; }
.newsletter-cta h3 { font-size: 23px; font-weight: 800; font-stretch: 114%; }
.newsletter-cta p { color: var(--v-mute); font-size: 14.5px; }
.newsletter-form { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.newsletter-form input {
  flex: 1; min-width: 200px; border: 1px solid var(--v-ridge); background: var(--v-void);
  color: var(--v-paper); border-radius: 999px; padding: 13px 18px; font-size: 14px; font-family: var(--font-sans);
}
.newsletter-form input::placeholder { color: var(--v-mute); }
.newsletter-form input:focus { outline: 0; border-color: var(--v-signal); }

.input, .field input[type=text], .field textarea, .field select {
  background: var(--v-abyss); border: 1px solid var(--v-ridge); color: var(--v-paper);
  border-radius: 6px; padding: 11px 14px; font-family: var(--font-sans); font-size: 14px;
}
.alert { padding: 13px 17px; border-radius: 6px; font-size: 14px; margin: 16px 0; }
.alert.ok { background: rgba(14,159,110,.12); color: #6EE7B7; border: 1px solid rgba(14,159,110,.35); }
.alert.err { background: rgba(255,59,92,.12); color: #FFA9B8; border: 1px solid rgba(255,59,92,.35); }
.empty-state { text-align: center; padding: 64px 20px; color: var(--v-mute); }
.empty-state .icon { font-size: 40px; opacity: .45; }

.pagination { display: flex; gap: 8px; justify-content: center; margin: 36px 0; }
.pagination a, .pagination span {
  padding: 9px 15px; border: 1px solid var(--v-ridge); border-radius: 6px;
  font-family: var(--font-mono); font-size: 12.5px; background: var(--v-abyss); color: var(--v-paper);
}
.pagination a:hover { border-color: var(--v-signal); color: var(--v-signal); }
.pagination .current { background: var(--v-signal); color: var(--v-void); border-color: var(--v-signal); }

.dev-banner { background: var(--v-signal); color: var(--v-void); text-align: center; font-family: var(--font-mono); font-size: 11px; font-weight: 700; padding: 6px; letter-spacing: .1em; }

.live-pill {
  position: fixed; top: 90px; left: 50%; transform: translateX(-50%);
  background: var(--v-urgent); color: #fff; border: 0; cursor: pointer;
  font-weight: 700; font-size: 13px; padding: 11px 20px; border-radius: 999px;
  box-shadow: var(--shadow-lg); z-index: 60; animation: pillIn .3s ease;
}
.live-pill:hover { filter: brightness(1.08); }
@keyframes pillIn { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }

#pwa-install {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 18px; z-index: 9500;
  display: flex; align-items: center; gap: 12px; max-width: 480px; width: calc(100% - 28px);
  background: var(--v-abyss); border: 1px solid var(--v-ridge); color: var(--v-paper);
  border-radius: 14px; padding: 12px 14px; box-shadow: var(--shadow-lg); animation: pwa-in .3s ease;
}
@keyframes pwa-in { from { opacity: 0; transform: translate(-50%, 12px); } to { opacity: 1; transform: translate(-50%, 0); } }
#pwa-install .pwa-i-txt { flex: 1; font-size: 13px; line-height: 1.35; color: var(--v-mute); }
#pwa-install .pwa-i-txt strong { color: var(--v-paper); font-size: 14px; }
#pwa-install .pwa-i-go { flex: none; background: var(--v-grad); color: #fff; border: 0; font-weight: 700; font-size: 13px; padding: 9px 16px; border-radius: 999px; cursor: pointer; }
#pwa-install .pwa-i-x { flex: none; background: transparent; color: var(--v-mute); border: 0; font-size: 22px; line-height: 1; cursor: pointer; padding: 0 4px; }

/* ============================================================================
   ARTICLE — the light reading sheet.
   Chrome stays in the void; the story itself sits on paper so a 3,000-word
   read doesn't happen in reverse contrast.
   ========================================================================== */
.article-wrap {
  display: grid; grid-template-columns: minmax(0, 760px) 1fr; gap: 50px;
  padding: 34px 0 60px;
}
.article-sheet {
  background: var(--c-surface); color: var(--c-text);
  border-radius: var(--radius-lg); padding: 44px 48px 40px; margin-bottom: 28px;
  box-shadow: var(--shadow-md);
}
.article-sheet h1, .article-sheet h2, .article-sheet h3, .article-sheet h4 { color: var(--c-text); }
.article-sheet .muted { color: var(--c-text-2); }
.breadcrumb { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--v-mute); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--v-signal); }
/* On the paper sheet the dark-chrome accents would drop below AA — restate them
   against white: signal #00A9FE is only ~2:1 there, deep #0053E5 is 6.2:1. */
.article-sheet .breadcrumb { color: var(--c-text-2); }
.article-sheet .breadcrumb a:hover,
.article-sheet .cat-chip { color: var(--c-accent); }
.article-sheet .cat-chip.solid { background: var(--c-accent); color: #fff; }
.article-sheet .badge.exclusive { background: var(--c-accent); color: #fff; }
.article-sheet .badge.opinion { background: var(--c-graphite); color: #fff; }
.article-title { font-size: clamp(30px, 4.4vw, 50px); font-weight: 800; font-stretch: 114%; letter-spacing: -.035em; line-height: 1.02; margin: 10px 0 14px; }
.article-sub { font-family: var(--font-serif); font-size: 20px; line-height: 1.45; color: var(--c-text-2); margin-bottom: 22px; }
.byline { display: flex; align-items: center; gap: 13px; padding: 17px 0; border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); font-size: 13.5px; color: var(--c-text-2); }
.byline .avatar { width: 40px; height: 40px; border-radius: 999px; background: var(--v-grad); color: #fff; display: grid; place-items: center; font-weight: 700; }
.byline strong { color: var(--c-text); }
.figure { margin: 26px 0; }
.figure figcaption { font-family: var(--font-mono); font-size: 11px; line-height: 1.5; color: var(--c-text-2); margin-top: 9px; }
.article-body { font-family: var(--font-serif); font-size: 19.5px; line-height: 1.78; color: #16203A; }
.article-body p { margin: 0 0 1.15em; }
.article-body h2 { font-size: 27px; font-weight: 700; font-stretch: 110%; margin: 1.5em 0 .5em; }
.article-body h3 { font-size: 21px; font-weight: 700; margin: 1.35em 0 .4em; }
.article-body a { color: var(--c-accent); text-decoration: underline; text-decoration-color: rgba(0,169,254,.5); text-underline-offset: 2px; }
.article-body a.auto-link { text-decoration-style: dotted; }
.article-body blockquote {
  margin: 1.5em 0; padding: 6px 0 6px 24px; border-left: 3px solid var(--c-accent);
  font-family: var(--font-display); font-stretch: 108%; font-size: 22px; font-weight: 600;
  line-height: 1.3; color: var(--c-primary); font-style: normal;
}
.article-body img { border-radius: 6px; margin: 1.3em 0; }

/* The lead voice bar sits on the sheet, so it needs the light treatment. */
.article-sheet .vox.vox-lead {
  background: linear-gradient(180deg, #F2F7FF, #FFFFFF);
  border-color: rgba(0,83,229,.28); color: var(--c-text); margin: 0 0 26px;
}
.article-sheet .vox-lead .vox-field i { background: rgba(85,99,122,.32); }
.article-sheet .vox-lead .vox-field i.on { background: var(--c-accent); }
.article-sheet .vox-lead .vox-cue::before,
.article-sheet .vox-lead[data-state="playing"] .vox-cue::before { border-left-color: #fff; }
.article-sheet .vox-lead[data-state="playing"] .vox-cue::before { background: linear-gradient(90deg, #fff 0 4px, transparent 4px 8px, #fff 8px 12px); }
.article-sheet .vox-lead .vox-time { color: var(--c-text); }
.article-sheet .vox-lead-label { color: var(--c-text-2); }

.share-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.share-row a { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--c-line); display: grid; place-items: center; font-weight: 700; color: var(--c-primary); }
.share-row a:hover { background: var(--c-primary); color: #fff; }
.share-row .sh { width: auto; height: auto; padding: 9px 15px; border-radius: 999px; font-family: var(--font-mono); font-size: 11.5px; font-weight: 500; letter-spacing: .06em; border: 0; color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.share-row .sh:hover { filter: brightness(1.1); transform: translateY(-1px); }
.share-row .wa { background: #0A7D40; } .share-row .x { background: #0A1226; } .share-row .fb { background: #0B5AC4; }
.share-row .li { background: #0A5299; } .share-row .tg { background: #137AAC; } .share-row .em { background: #55637A; }
.share-row .cp { background: var(--c-accent); color: #fff; }
.share-email { margin: 20px 0; border: 1px solid var(--c-line); border-radius: 10px; padding: 15px 17px; }
.share-email summary { cursor: pointer; font-weight: 600; color: var(--c-primary); }
.share-email .input { width: 100%; background: #fff; border-color: var(--c-line); color: var(--c-text); }

.tags-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.tag-pill { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; padding: 7px 13px; border-radius: 999px; background: transparent; border: 1px solid var(--c-line); color: var(--c-text-2); }
.tag-pill:hover { border-color: var(--c-accent); color: var(--c-accent); }
.corrections-box { background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 8px; padding: 17px 19px; margin: 26px 0; font-size: 14px; color: #7C2D12; }
.corrections-box h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 8px; color: #9A3412; }

/* AI transparency */
.ai-badge {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 10px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; color: var(--c-text-2);
  background: var(--c-accent-soft); border: 1px solid rgba(0,83,229,.2); border-radius: 30px; padding: 5px 13px;
}
.ai-badge:hover { color: var(--c-accent); border-color: var(--c-accent); }
.ai-badge .ai-dot { color: var(--c-accent); font-size: 13px; }
.ai-disclosure {
  display: flex; gap: 15px; align-items: flex-start; margin: 28px 0 8px;
  background: var(--c-accent-soft); border: 1px solid rgba(0,83,229,.18); border-left: 3px solid var(--c-accent);
  border-radius: 10px; padding: 17px 19px;
}
.ai-disclosure .aid-icon { font-size: 20px; color: var(--c-accent); line-height: 1.2; flex: none; }
.ai-disclosure strong { font-size: 14px; color: var(--c-primary); }
.ai-disclosure p { margin: 5px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--c-text-2); }
.ai-disclosure a { color: var(--c-accent); font-weight: 600; }

/* Paywall / metered */
.exclusive-lock {
  text-align: center; background: var(--v-abyss); border: 1px solid rgba(0,169,254,.3);
  color: var(--v-paper); border-radius: var(--radius-lg); padding: 34px 26px; margin: 30px 0;
}
.exclusive-lock .lock-ic { font-size: 34px; }
.exclusive-lock h3 { color: var(--v-paper); font-size: 23px; margin: 10px 0; }
.exclusive-lock p { color: var(--v-mute); }
.exclusive-lock.metered { background: var(--v-abyss-2); }

/* Reader forms + comments (on the sheet) */
.reader-form .field { margin-bottom: 15px; }
.reader-form label { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 7px; color: var(--v-mute); }
.reader-form input, .reader-form textarea { width: 100%; border: 1px solid var(--v-ridge); background: var(--v-abyss); color: var(--v-paper); border-radius: 8px; padding: 12px 15px; font-size: 16px; font-family: var(--font-sans); }
.comments { margin: 38px 0; }
.comment-form { margin-bottom: 22px; }
.comment-form textarea { width: 100%; border: 1px solid var(--c-line); border-radius: 10px; padding: 14px; font-size: 15px; resize: vertical; margin-bottom: 10px; font-family: var(--font-sans); }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list li { padding: 15px 0; border-bottom: 1px solid var(--c-line); }
.comment-list .c-head { display: flex; gap: 10px; align-items: baseline; font-size: 14px; margin-bottom: 4px; }
.comment-list p { margin: 0; color: var(--c-text); }
.comment-list .c-actions { display: flex; gap: 15px; align-items: center; margin-top: 9px; }
.reply-form { margin-top: 10px; }
.reply-form textarea { width: 100%; border: 1px solid var(--c-line); border-radius: 10px; padding: 11px; font-size: 14px; resize: vertical; margin-bottom: 8px; }
.reply-list { list-style: none; padding: 0 0 0 17px; margin: 11px 0 0; border-left: 2px solid var(--c-line); }
.reply-list li { padding: 11px 0; border-bottom: 1px solid #F0F1F3; }
.reply-list li:last-child { border-bottom: 0; }
.reply-list .c-head { display: flex; gap: 10px; align-items: baseline; font-size: 13.5px; margin-bottom: 4px; }

/* ============================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--v-void); border-top: 1px solid var(--v-ridge);
  color: var(--v-mute); margin-top: 56px; padding: 52px 0 30px; position: relative;
}
.site-footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 160px;
  background-image: var(--dotfield); background-size: 9px 9px; opacity: .5;
  -webkit-mask: linear-gradient(#000, transparent); mask: linear-gradient(#000, transparent);
  pointer-events: none;
}
.site-footer .container { position: relative; }
.site-footer .logo { font-family: var(--font-display); font-size: 27px; font-weight: 800; font-stretch: 118%; letter-spacing: -.035em; color: var(--v-paper); }
.site-footer .logo .ia { background: var(--v-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.site-footer .logo .dot { color: var(--v-signal); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.site-footer h4 { color: var(--v-paper); font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .16em; font-weight: 500; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 9px 0; font-size: 14px; }
.site-footer a:hover { color: var(--v-signal); }
.footer-bottom {
  border-top: 1px solid var(--v-ridge); margin-top: 36px; padding-top: 22px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: var(--v-mute);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
.nav-toggle { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; margin-right: 4px; border: 0; background: transparent; border-radius: 8px; cursor: pointer; color: var(--v-paper); }
.nav-toggle:hover { background: var(--v-abyss); }
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; position: relative; transition: var(--transition); }
.nav-toggle .bars::before { position: absolute; top: -7px; }
.nav-toggle .bars::after { position: absolute; top: 7px; }
.nav-toggle[aria-expanded="true"] .bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bars::after { top: 0; transform: rotate(-45deg); }
.icon-btn { display: none; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 999px; color: var(--v-paper); border: 1px solid var(--v-ridge); background: var(--v-abyss); font-size: 17px; }
.icon-btn:hover { border-color: var(--v-signal); color: var(--v-signal); }

@supports (padding: env(safe-area-inset-left)) {
  .site-header > .container, .breaking-bar .container { padding-left: max(22px, env(safe-area-inset-left)); padding-right: max(22px, env(safe-area-inset-right)); }
  .site-footer { padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .vox-dock { bottom: max(16px, env(safe-area-inset-bottom)); }
}

@media (min-width: 1400px) {
  .home-main .cards-3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .container { padding: 0 18px; }
  .home-grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 28px; }
  .lead-grid { grid-template-columns: 1fr; gap: 24px; }
  .secondary-grid, .cards-3 { grid-template-columns: repeat(2, 1fr); }
  .article-wrap { grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; }
  .article-sheet { padding: 34px 30px 32px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) { .press-radar { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 980px) {
  .home-grid, .lead-grid, .secondary-grid, .cards-3, .cards-2, .article-wrap { grid-template-columns: 1fr; }
  .ar-list { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 760px) {
  .press-radar { grid-template-columns: 1fr; }
  .audio-rail { padding: 20px 18px 16px; border-radius: 10px; }
  .ar-head { gap: 8px; }
  .ar-count { margin-left: 0; flex-basis: 100%; }
  .ar-item { grid-template-columns: auto 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .section { padding: 26px 0; }
  .nav-toggle { display: inline-flex; }
  .header-top { padding: 12px 0; gap: 10px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand .logo { font-size: 22px; }
  .brand .tagline { font-size: 8px; letter-spacing: .24em; }
  .header-actions { gap: 6px; }
  .search-mini { display: none; }
  .icon-btn { display: inline-flex; }
  .header-actions .btn-ghost { padding: 8px 11px; font-size: 12px; }

  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 6px 0 10px; overflow: visible; }
  .main-nav a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--v-ridge); border-left: 3px solid transparent; }
  .main-nav a.active { border-bottom-color: var(--v-ridge); border-left-color: var(--v-signal); }

  .home-grid { gap: 10px; }
  .article-wrap { padding: 20px 0 44px; gap: 30px; }
  .article-sheet { padding: 26px 20px 24px; border-radius: 10px; }
  .article-title { font-size: clamp(25px, 7vw, 34px); }
  .article-sub { font-size: 17.5px; }
  .article-body { font-size: 18px; line-height: 1.72; }
  .article-body h2 { font-size: 22px; }
  .article-body blockquote { font-size: 19px; padding-left: 17px; }
  .hero h1 { font-size: clamp(26px, 7.4vw, 36px); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .newsletter-cta { padding: 22px; }
  .newsletter-form input { min-width: 0; }
  .vox.vox-lead { flex-wrap: wrap; gap: 12px; padding: 14px; }
  .vox.vox-lead .vox-field { order: 3; width: 100%; flex-basis: 100%; }

  input, select, textarea, .search-mini input { font-size: 16px; }
  .main-nav a, .btn, .btn-ghost { min-height: 44px; }
}

@media (max-width: 680px) { .trending-now { grid-template-columns: 1fr; } }

@media (max-width: 560px) {
  .list-rows li { grid-template-columns: 1fr; }
  .list-rows .thumb { display: none; }
  .cr-item { flex-basis: 160px; }
  .share-row .sh { padding: 9px 12px; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }
  .breaking-bar .container { gap: 8px; }
  .breaking-bar .tag { font-size: 9px; padding: 2px 6px; }
  .brand .tagline { display: none; }
  .brand .logo { font-size: 20px; }
  .header-actions .btn-ghost[href="/newsletter"] { display: none; }
  .section-head h2 { font-size: 19px; }
  .hero .thumb { aspect-ratio: 16/10; }
  .cards-2, .cards-3 { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
  .share-row a { width: 44px; height: 44px; }
  .article-body { font-size: 17.5px; }
  .pagination a, .pagination span { padding: 10px 14px; }
  .util-bar .u-date { display: none; }
}

/* ============================================================================
   ADMIN — light UI. Only the responsive drawer lives here (see admin.css note).
   ========================================================================== */
.admin-body { color: var(--c-text); }
.admin-menu-toggle { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--c-line); background: #fff; border-radius: 8px; cursor: pointer; font-size: 18px; color: var(--c-primary); }
.admin-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,7,27,.55); z-index: 45; }
.admin-backdrop.open { display: block; }

@media (max-width: 1024px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar {
    position: fixed; top: 0; left: 0; bottom: 0; width: 264px; height: 100vh; z-index: 50;
    transform: translateX(-100%); transition: transform .25s ease; box-shadow: var(--shadow-lg);
  }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-menu-toggle { display: inline-flex; }
  .admin-content { padding: 18px; }
}
@media (max-width: 768px) {
  .metrics { grid-template-columns: 1fr 1fr; gap: 12px; }
  .metric .value { font-size: 27px; }
  .admin-topbar { padding: 12px 16px; gap: 10px; }
  .admin-topbar h1 { font-size: 16px; }
  .admin-topbar .who { display: none; }
  .editor-grid { grid-template-columns: 1fr; }
  .panel-body { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table.data { min-width: 560px; }
  .field input[type=text], .field textarea, .field select, .input { font-size: 16px; }
}
@media (max-width: 480px) {
  .metrics { grid-template-columns: 1fr; }
  .toolbar { width: 100%; }
  .toolbar .input { flex: 1; min-width: 0; }
}

/* ============================================================================
   MOTION — respected last so it wins.
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .breaking-track, .badge.hot, .listen .lw i, .vox[data-state="loading"] .vox-field { animation: none; }
  .hero-rotator .hr-slide.is-active, .vox-dock.is-on, #pwa-install, .live-pill { animation: none; }
  .card:hover .thumb img, .cr-item:hover, .btn:hover, .share-row .sh:hover { transform: none; }
  * { transition-duration: 1ms !important; }
}
