:root {
  --bg: #f4f6f8;
  --paper: #ffffff;
  --ink: #111827;
  --muted: #5b6472;
  --line: #d9dee7;
  --command: #101827;
  --command-2: #162235;
  --accent: #b45309;
  --green: #0f766e;
  --good: #15803d;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.v2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

.v2 a {
  color: inherit;
}

.v2-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  min-height: 72px;
  padding: 0 2rem;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.v2-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.v2-brand span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: var(--command);
  font-weight: 850;
}

.v2-brand strong {
  font-size: 1.02rem;
}

.v2-topbar nav,
.v2-footer nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.v2-topbar nav a,
.v2-lang a,
.v2-footer a {
  color: var(--muted);
  font-weight: 720;
  text-decoration: none;
}

.v2-topbar nav a:hover,
.v2-topbar nav a.is-active,
.v2-lang a.is-active,
.v2-footer a:hover {
  color: var(--ink);
}

.v2-lang {
  display: flex;
  gap: 0.35rem;
}

.v2-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.v2-lang a.is-active {
  color: #fff;
  border-color: var(--command);
  background: var(--command);
}

.v2 main,
.v2-footer {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
}

.v2 main {
  padding: 1.2rem 0 3rem;
}

.v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 1rem;
}

.v2-hero-copy,
.v2-live-panel,
.v2-card,
.v2-metrics article,
.v2-dossier-card,
.v2-timeline article,
.v2-page-head,
.v2-situation,
.v2-sidebox,
.v2-source-grid article,
.v2-method article,
.v2-explainer-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.v2-hero-copy {
  padding: 2rem;
}

.eyebrow {
  margin: 0 0 0.55rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2 h1,
.v2 h2,
.v2 h3,
.v2 p {
  margin-top: 0;
}

.v2 h1 {
  max-width: 900px;
  margin-bottom: 0.8rem;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.v2-hero-copy p:not(.eyebrow),
.v2-page-head p,
.v2-card p,
.v2-dossier-card p,
.v2-timeline p,
.v2-situation p,
.v2-sidebox p,
.v2-method p,
.v2-explainer-grid p {
  color: var(--muted);
}

.v2-hero-copy p:not(.eyebrow) {
  max-width: 760px;
  font-size: 1.1rem;
}

.v2-hero-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.v2-hero-actions a,
.v2-section-title a,
.v2-explainer-grid a {
  border-radius: 8px;
  padding: 0.62rem 0.85rem;
  color: #fff;
  background: var(--command);
  font-weight: 800;
  text-decoration: none;
}

.v2-hero-actions a + a {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.v2-live-panel {
  padding: 1rem;
  color: #e5e7eb;
  background: var(--command);
  border-color: #243044;
}

.v2-live-panel > div,
.v2-section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.v2-live-panel > div span {
  color: #cbd5e1;
}

.v2-live-panel ol,
.v2-live-page ol {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
}

.v2-live-panel li,
.v2-live-page li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(203, 213, 225, 0.18);
}

.v2-live-panel time,
.v2-live-page time {
  color: #fbbf24;
  font-weight: 850;
}

.v2-live-panel li span {
  display: block;
  margin-top: 0.2rem;
  color: #cbd5e1;
  font-size: 0.88rem;
}

.v2-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0;
}

.v2-metrics article {
  padding: 0.9rem;
}

.v2-metrics strong {
  display: block;
  color: var(--accent);
  font-size: 2rem;
  line-height: 1;
}

.v2-metrics span {
  color: var(--muted);
  font-weight: 650;
}

.v2-section-title {
  margin: 1.35rem 0 0.8rem;
}

.v2-section-title h2 {
  margin: 0;
  font-size: 1.35rem;
}

.v2-section-title a {
  padding: 0;
  color: var(--accent);
  background: transparent;
}

.v2-lead-story .v2-card.lead {
  color: #f9fafb;
  background: var(--command);
  border-color: var(--command-2);
}

.v2-lead-story .v2-card.lead p,
.v2-lead-story .v2-card.lead footer {
  color: #cbd5e1;
}

.v2-card {
  padding: 1rem;
}

.v2-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

.v2-card-top span {
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  color: #334155;
  background: #eef2f7;
  font-size: 0.75rem;
  font-weight: 800;
}

.v2-card.lead .v2-card-top span {
  color: #fde68a;
  background: rgba(251, 191, 36, 0.16);
}

.v2-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  line-height: 1.3;
}

.v2-card.lead h3 {
  font-size: 1.75rem;
}

.v2-card h3 a {
  text-decoration: none;
}

.v2-card h3 a:hover {
  text-decoration: underline;
}

.v2-card footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.v2-timeline {
  display: grid;
  gap: 0.75rem;
}

.v2-timeline article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1rem;
  padding: 1rem;
}

.v2-timeline time {
  color: var(--accent);
  font-weight: 850;
}

.v2-timeline h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.v2-timeline p {
  margin-bottom: 0.45rem;
}

.v2-timeline span {
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 750;
}

.v2-dossier-grid,
.v2-source-grid,
.v2-explainer-grid,
.v2-archive {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.v2-dossier-card {
  display: grid;
  gap: 0.5rem;
  min-height: 230px;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.v2-dossier-card span {
  width: fit-content;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  color: #fff;
  background: var(--command);
  font-size: 0.75rem;
  font-weight: 850;
}

.v2-dossier-card h3 {
  margin: 0;
  font-size: 1.3rem;
}

.v2-dossier-card footer {
  align-self: end;
  color: var(--muted);
}

.v2-dossier-card footer strong,
.v2-source-grid strong {
  color: var(--accent);
}

.v2-page-head {
  padding: 1.4rem;
  margin-bottom: 1rem;
}

.v2-page-head h1 {
  margin-bottom: 0.5rem;
}

.v2-live-page {
  padding: 1rem;
  border-radius: 8px;
  color: #e5e7eb;
  background: var(--command);
}

.v2-live-page li span {
  display: block;
  color: #cbd5e1;
}

.v2-dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
}

.v2-situation,
.v2-sidebox,
.v2-method article,
.v2-explainer-grid article,
.v2-source-grid article {
  padding: 1rem;
}

.v2-situation h2,
.v2-sidebox h2,
.v2-method h2,
.v2-explainer-grid h2,
.v2-source-grid h3 {
  margin-top: 0;
}

.v2-method {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.v2-method h2 {
  color: var(--accent);
  font-size: 2rem;
}

.v2-source-grid strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.v2-source-grid span {
  color: var(--muted);
  font-size: 0.88rem;
}

.v2-empty {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.v2-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.v2-footer p {
  margin: 0;
}

@media (max-width: 1050px) {
  .v2-topbar,
  .v2-hero,
  .v2-metrics,
  .v2-dossier-grid,
  .v2-dossier-layout,
  .v2-source-grid,
  .v2-method,
  .v2-explainer-grid,
  .v2-archive {
    grid-template-columns: 1fr;
  }

  .v2-topbar {
    align-items: start;
    padding: 1rem;
  }

  .v2-topbar nav {
    justify-content: start;
  }
}

@media (max-width: 700px) {
  .v2 main,
  .v2-footer {
    width: min(100% - 1rem, 1320px);
  }

  .v2-hero-copy,
  .v2-page-head {
    padding: 1.1rem;
  }

  .v2-card.lead h3 {
    font-size: 1.25rem;
  }

  .v2-timeline article,
  .v2-live-panel li,
  .v2-live-page li {
    grid-template-columns: 1fr;
  }
}
