:root {
  --report-ink: #071b22;
  --report-ink-2: #0b2831;
  --report-paper: #f5f0e7;
  --report-paper-2: #ede4d6;
  --report-gold: #d3a85f;
  --report-gold-bright: #f0d59c;
  --report-copper: #a85f3d;
  --report-teal: #1e756d;
  --report-mint: #9cc9b8;
  --report-line: rgba(16, 43, 49, 0.18);
  --report-muted: #536469;
  --report-white: #fffdf8;
  --report-shadow: 0 28px 90px rgba(7, 27, 34, 0.18);
}

html { scroll-behavior: smooth; }

.research-report-page {
  margin: 0;
  color: var(--report-ink);
  background:
    radial-gradient(circle at 18% 1%, rgba(211, 168, 95, 0.14), transparent 27rem),
    var(--report-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.research-report-page * { box-sizing: border-box; }

.research-report-page ::selection { color: var(--report-white); background: var(--report-teal); }

.research-report-page a { color: inherit; }

.report-skip {
  position: fixed;
  z-index: 10000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--report-white);
  background: var(--report-ink);
  border-radius: 0.35rem;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.report-skip:focus { transform: translateY(0); }

.report-site-header {
  position: relative;
  z-index: 100;
  background: rgba(13, 13, 14, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.report-site-header .main-nav a:not(.btn) { color: #d9dde4; }

.report-site-header .nav-toggle { color: var(--text-secondary); }

.research-report-page .landing-auth-modal[open] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
}

.report-hero {
  position: relative;
  overflow: hidden;
  color: var(--report-white);
  background:
    linear-gradient(120deg, rgba(8, 28, 35, 0.99), rgba(7, 31, 37, 0.95) 54%, rgba(13, 48, 51, 0.96)),
    var(--report-ink);
}

.report-hero::before,
.report-section-ink::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.report-hero::after {
  content: "";
  position: absolute;
  right: -18rem;
  bottom: -22rem;
  width: 48rem;
  height: 48rem;
  border: 1px solid rgba(240, 213, 156, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(240, 213, 156, 0.025), 0 0 0 10rem rgba(240, 213, 156, 0.018);
}

.report-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: center;
  width: min(1180px, calc(100% - 2.5rem));
  min-height: 710px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(5rem, 9vw, 8rem);
}

.report-overline,
.report-eyebrow,
.report-section-number,
.report-stat-label,
.report-callout-label {
  margin: 0;
  color: var(--report-gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.report-hero h1 {
  max-width: 780px;
  margin: 1.1rem 0 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.15rem);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.91;
}

.report-deck {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 253, 248, 0.8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.58;
}

.report-deck strong { color: var(--report-white); font-weight: 600; }

.report-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-top: 2rem;
}

.report-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.05rem;
  color: var(--report-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.25rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.report-action:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.58); transform: translateY(-1px); }
.report-action-primary { color: var(--report-ink); background: var(--report-gold-bright); border-color: var(--report-gold-bright); }
.report-action-primary:hover { color: var(--report-ink); background: #f8e4b7; border-color: #f8e4b7; }

.report-byline {
  margin: 1.4rem 0 0;
  color: rgba(255, 253, 248, 0.54);
  font-size: 0.78rem;
  line-height: 1.7;
}

.report-hero-invitation {
  margin: 0.8rem 0 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.76rem;
  line-height: 1.5;
}

.report-hero-invitation a,
.report-trial-link {
  color: var(--report-gold-bright);
  font-weight: 800;
  text-decoration-color: rgba(240, 213, 156, 0.48);
  text-underline-offset: 0.2rem;
}

.report-trial-link { color: var(--report-copper); }

.report-hero-invitation a:hover,
.report-trial-link:hover { text-decoration-thickness: 2px; }

.report-hero-visual {
  position: relative;
  min-height: 440px;
  isolation: isolate;
}

.report-orbit {
  position: absolute;
  inset: 5% 2% 6% 8%;
  z-index: -1;
  border: 1px solid rgba(240, 213, 156, 0.3);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.report-orbit::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 6%;
  width: 11px;
  height: 11px;
  background: var(--report-gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(240, 213, 156, 0.9);
}

.report-cover-fan {
  position: absolute;
  top: 1.75rem;
  left: 50%;
  width: 310px;
  height: 310px;
  transform: translateX(-50%);
}

.report-cover-fan img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 145px;
  height: 218px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0.25rem 0.55rem 0.55rem 0.25rem;
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.44);
}

.report-cover-fan img:nth-child(1) { transform: translateX(-102%) rotate(-14deg) translateY(2.4rem); }
.report-cover-fan img:nth-child(2) { z-index: 2; transform: translateX(-50%) rotate(-1deg); }
.report-cover-fan img:nth-child(3) { transform: translateX(2%) rotate(14deg) translateY(2.4rem); }

.report-hero-number {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  z-index: 5;
  width: min(360px, 92%);
  margin: auto;
  padding: 1rem 1.2rem 1.15rem;
  text-align: center;
  background: rgba(5, 24, 29, 0.84);
  border: 1px solid rgba(240, 213, 156, 0.32);
  box-shadow: var(--report-shadow);
  backdrop-filter: blur(16px);
}

.report-hero-number span,
.report-hero-number small { display: block; color: rgba(255, 253, 248, 0.66); }
.report-hero-number span { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.report-hero-number strong { display: block; margin: 0.08rem 0 0.18rem; color: var(--report-gold-bright); font-family: Georgia, serif; font-size: 4rem; font-weight: 500; letter-spacing: -0.055em; line-height: 1; }
.report-hero-number small { font-size: 0.7rem; line-height: 1.4; }

.report-toc {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  gap: 0;
  justify-content: center;
  overflow-x: auto;
  color: var(--report-paper);
  background: rgba(7, 27, 34, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
}

.report-toc a {
  flex: 0 0 auto;
  padding: 0.95rem 1rem;
  color: rgba(255, 253, 248, 0.68);
  border-bottom: 2px solid transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.report-toc a:hover { color: var(--report-white); border-bottom-color: var(--report-gold); }

.report-section {
  position: relative;
  width: min(1050px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  scroll-margin-top: 3.5rem;
}

.report-section + .report-section:not(.report-section-ink) { border-top: 1px solid var(--report-line); }

.report-section-ink {
  width: 100%;
  max-width: none;
  padding-right: max(1.25rem, calc((100% - 1050px) / 2));
  padding-left: max(1.25rem, calc((100% - 1050px) / 2));
  overflow: hidden;
  color: var(--report-white);
  background: var(--report-ink);
}

.report-section-ink > * { position: relative; z-index: 2; }
.report-section-ink .report-prose { color: rgba(255, 253, 248, 0.76); }
.report-section-ink .report-prose strong,
.report-section-ink .report-prose h3 { color: var(--report-white); }
.report-section-ink .report-section-number { color: rgba(240, 213, 156, 0.58); border-color: rgba(240, 213, 156, 0.22); }

.report-section-heading {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.report-section-number {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--report-copper);
  border: 1px solid rgba(168, 95, 61, 0.35);
  border-radius: 50%;
}

.report-eyebrow { color: var(--report-copper); }
.report-section-ink .report-eyebrow { color: var(--report-gold-bright); }

.report-section-heading h2 {
  max-width: 900px;
  margin: 0.45rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.report-prose {
  max-width: 780px;
  margin: 0 auto;
  color: #263f45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.22rem);
  line-height: 1.82;
}

.report-prose p { margin: 0 0 1.3rem; }
.report-prose p:last-child { margin-bottom: 0; }
.report-prose h3 { margin: 2.5rem 0 0.8rem; color: var(--report-ink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 1.12rem; font-weight: 850; letter-spacing: -0.015em; }
.report-prose strong { color: var(--report-ink); }
.report-prose em { color: var(--report-copper); }

.report-prose-lead::first-letter {
  float: left;
  margin: 0.13rem 0.45rem 0 0;
  color: var(--report-copper);
  font-family: Georgia, serif;
  font-size: 4.9rem;
  line-height: 0.75;
}

.report-cite {
  display: inline-flex;
  min-width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.12rem;
  color: var(--report-copper);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  vertical-align: super;
  border: 1px solid rgba(168, 95, 61, 0.3);
  border-radius: 50%;
}

.report-section-ink .report-cite { color: var(--report-gold-bright); border-color: rgba(240, 213, 156, 0.38); }
.report-cite:hover { background: rgba(168, 95, 61, 0.1); }

.report-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--report-line);
  border-bottom: 1px solid var(--report-line);
}

.report-stat { min-width: 0; padding: 1.6rem 1.35rem 1.5rem; border-right: 1px solid var(--report-line); }
.report-stat:first-child { padding-left: 0; }
.report-stat:last-child { padding-right: 0; border-right: 0; }
.report-stat-label { color: var(--report-muted); font-size: 0.64rem; }
.report-stat strong { display: block; margin: 0.6rem 0 0.35rem; color: var(--report-copper); font-family: Georgia, serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.report-stat p { margin: 0; color: var(--report-muted); font-size: 0.78rem; line-height: 1.55; }

.report-callout {
  max-width: 900px;
  margin: clamp(3rem, 6vw, 5rem) auto 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--report-ink);
  border-left: 4px solid var(--report-gold);
  box-shadow: var(--report-shadow);
}

.report-callout p { margin: 0.65rem 0 0; color: var(--report-white); font-family: Georgia, serif; font-size: clamp(1.35rem, 3vw, 2.1rem); line-height: 1.42; }

.report-category-stack {
  max-width: 940px;
  margin: 3.5rem auto;
}

.report-category-stack figcaption,
.report-market-model figcaption,
.report-score-chart figcaption,
.report-prevalence figcaption,
.report-horizon figcaption {
  margin-bottom: 1.2rem;
  color: var(--report-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.report-layer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.55rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--report-line);
}

.report-layer-index { color: var(--report-copper); font-family: Georgia, serif; font-size: 1.6rem; }
.report-layer strong { display: block; font-size: 0.98rem; }
.report-layer p { margin: 0.22rem 0 0; color: var(--report-muted); font-size: 0.82rem; }
.report-layer-output { padding: 0.35rem 0.55rem; color: var(--report-muted); font-size: 0.68rem; font-weight: 800; border: 1px solid var(--report-line); }
.report-layer-studio { margin-right: 4%; margin-left: 4%; background: rgba(211, 168, 95, 0.08); }
.report-layer-autonomous { margin-right: 8%; margin-left: 8%; color: var(--report-white); background: var(--report-ink); border-color: var(--report-ink); box-shadow: var(--report-shadow); }
.report-layer-autonomous .report-layer-index { color: var(--report-gold-bright); }
.report-layer-autonomous p,
.report-layer-autonomous .report-layer-output { color: rgba(255, 253, 248, 0.68); }
.report-layer-autonomous .report-layer-output { border-color: rgba(255, 255, 255, 0.2); }

.report-gates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  max-width: 1020px;
  margin: 4rem auto;
  background: var(--report-line);
  border: 1px solid var(--report-line);
}

.report-gates article { min-height: 190px; padding: 1.25rem; background: var(--report-paper); }
.report-gates span { color: var(--report-copper); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.report-gates h3 { margin: 2.4rem 0 0.45rem; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 600; }
.report-gates p { margin: 0; color: var(--report-muted); font-size: 0.76rem; line-height: 1.55; }

.report-market-model { max-width: 980px; margin: 3.5rem auto 1.2rem; }
.report-section-ink .report-market-model figcaption { color: rgba(255, 253, 248, 0.56); }
.market-check { margin-bottom: 1rem; padding: clamp(1.25rem, 3vw, 2rem); background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.12); }
.market-check-head { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.market-check-head span { color: var(--report-gold-bright); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.market-check-head strong { color: var(--report-gold-bright); font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.market-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1.16fr; gap: 0.9rem; align-items: center; margin: 1.25rem 0; }
.market-equation > span { display: block; min-width: 0; padding: 1rem 0.8rem; text-align: center; background: rgba(255, 255, 255, 0.04); }
.market-equation b { display: block; color: var(--report-white); font-family: Georgia, serif; font-size: clamp(1.65rem, 4vw, 2.6rem); font-weight: 500; line-height: 1; }
.market-equation small { display: block; margin-top: 0.45rem; color: rgba(255, 253, 248, 0.54); font-size: 0.66rem; line-height: 1.35; }
.market-equation i { color: rgba(255, 253, 248, 0.44); font-family: Georgia, serif; font-size: 1.8rem; font-style: normal; }
.market-equation .market-result { background: var(--report-gold-bright); }
.market-equation .market-result b,
.market-equation .market-result small { color: var(--report-ink); }
.market-check > p { margin: 0; color: rgba(255, 253, 248, 0.64); font-size: 0.82rem; line-height: 1.65; }

.report-chart-note { max-width: 860px; margin: 1rem auto 3rem; color: rgba(255, 253, 248, 0.56); font-size: 0.72rem; line-height: 1.6; }
.report-chart-note strong { color: rgba(255, 253, 248, 0.8); }

.report-plot { max-width: 980px; margin: 3.5rem auto 4rem; }
.report-plot figcaption,
.report-score-chart figcaption,
.report-prevalence figcaption {
  margin-bottom: 1.25rem;
  color: var(--report-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}
.report-section-ink .report-plot figcaption { color: rgba(255, 253, 248, 0.62); }
.report-plot-scroll { width: 100%; overflow-x: auto; overflow-y: hidden; }
.report-plot-scroll:focus { outline: 2px solid var(--report-copper); outline-offset: 3px; }
.report-plot-svg { display: block; width: 100%; min-width: 680px; height: auto; color: var(--report-ink); }
.report-section-ink .report-plot-svg { color: var(--report-white); }
.report-plot-svg text { fill: currentColor; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.report-plot-svg .plot-grid line { stroke: rgba(7, 27, 34, 0.11); stroke-width: 1; }
.report-section-ink .report-plot-svg .plot-grid line { stroke: rgba(255, 255, 255, 0.12); }
.report-plot-svg .plot-axis line { stroke: currentColor; stroke-opacity: 0.55; stroke-width: 1.2; }
.report-plot-svg .plot-axis text { opacity: 0.68; }
.report-plot-svg .plot-axis-title { font-size: 15px; font-weight: 750; opacity: 0.82; }
.report-plot-svg .plot-line { fill: none; stroke: var(--report-gold-bright); stroke-width: 4; }
.report-plot-svg .plot-points circle { fill: var(--report-ink); stroke: var(--report-gold-bright); stroke-width: 4; }
.report-plot-svg .plot-points circle.is-base { fill: var(--report-gold-bright); stroke: var(--report-white); stroke-width: 5; }
.report-plot-svg .plot-labels text,
.report-plot-svg .plot-annotation { font-size: 14px; font-weight: 750; }
.report-plot-svg .is-emphasis { fill: var(--report-copper); font-weight: 900; }
.report-section-ink .report-plot-svg .is-emphasis { fill: var(--report-gold-bright); }
.report-market-plot .report-figure-footnote { color: rgba(255, 253, 248, 0.56); }

.report-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 980px;
  margin: -1rem auto 4rem;
  padding: 1.1rem 1.25rem;
  color: var(--report-white);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.report-inline-cta p { margin: 0; color: rgba(255, 253, 248, 0.7); font-size: 0.8rem; line-height: 1.55; }
.report-inline-cta p strong { color: var(--report-white); }
.report-inline-cta .report-action { flex: none; }

.report-market-context {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 980px;
  margin: 0 auto 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.report-market-context article { padding: 1.35rem; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.report-market-context article:first-child { padding-left: 0; }
.report-market-context article:last-child { padding-right: 0; border-right: 0; }
.report-market-context span { color: rgba(255, 253, 248, 0.5); font-size: 0.63rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.report-market-context strong { display: block; margin: 0.48rem 0; color: var(--report-gold-bright); font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.report-market-context p { margin: 0; color: rgba(255, 253, 248, 0.62); font-size: 0.74rem; line-height: 1.5; }

.report-score-chart { max-width: 930px; margin: 3.5rem auto 4rem; }
.report-score-axis { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 40px 0.5rem 210px; color: var(--report-muted); font-size: 0.64rem; }
.report-score-axis span:not(:first-child) { text-align: right; }
.report-score-list { margin: 0; padding: 0; list-style: none; }
.report-score-list li { display: grid; grid-template-columns: 28px 162px minmax(120px, 1fr) 34px; gap: 0.6rem; align-items: center; min-height: 40px; }
.score-rank { color: var(--report-muted); font-size: 0.68rem; text-align: center; }
.score-name { min-width: 0; overflow: hidden; font-size: 0.78rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.score-track { position: relative; display: block; height: 12px; background: rgba(7, 27, 34, 0.08); }
.score-track::after { content: ""; position: absolute; inset: -8px 25% -8px auto; width: 1px; background: rgba(7, 27, 34, 0.08); box-shadow: -25vw 0 rgba(7, 27, 34, 0.08), 25vw 0 rgba(7, 27, 34, 0.08); pointer-events: none; }
.score-track i { position: relative; z-index: 2; display: block; width: calc(var(--score) * 1%); height: 100%; background: var(--report-teal); }
.report-score-list li > strong { color: var(--report-muted); font-size: 0.74rem; font-variant-numeric: tabular-nums; text-align: right; }
.report-score-list li.is-leader { min-height: 50px; color: var(--report-white); background: var(--report-ink); }
.report-score-list li.is-leader .score-rank { color: var(--report-gold-bright); }
.report-score-list li.is-leader .score-name { color: var(--report-white); }
.report-score-list li.is-leader .score-track { background: rgba(255, 255, 255, 0.12); }
.report-score-list li.is-leader .score-track i { background: var(--report-gold-bright); }
.report-score-list li.is-leader > strong { padding-right: 0.55rem; color: var(--report-gold-bright); }
.report-figure-footnote { margin: 0.9rem 0 0; color: var(--report-muted); font-size: 0.68rem; line-height: 1.55; }

.report-score-distribution { margin-top: -0.5rem; }
.report-score-distribution .plot-range { fill: rgba(30, 117, 109, 0.09); }
.report-score-distribution .plot-median { stroke: var(--report-copper); stroke-width: 2; stroke-dasharray: 5 5; }
.report-score-distribution .distribution-dots circle { fill: var(--report-teal); stroke: var(--report-paper); stroke-width: 4; }
.report-score-distribution .distribution-dots circle.is-leader { fill: var(--report-gold); stroke: var(--report-ink); stroke-width: 5; }
.report-score-distribution .plot-gap { fill: none; stroke: var(--report-copper); stroke-width: 2; }

.report-table-wrap { max-width: 1050px; margin: 0 auto 4.5rem; overflow-x: auto; border-top: 1px solid var(--report-line); border-bottom: 1px solid var(--report-line); }
.report-table-wrap:focus { outline: 2px solid var(--report-copper); outline-offset: 3px; }
.report-matrix { width: 100%; min-width: 1080px; border-collapse: collapse; font-size: 0.69rem; }
.report-matrix caption { padding: 1rem 0; color: var(--report-muted); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em; text-align: left; text-transform: uppercase; }
.report-matrix th,
.report-matrix td { padding: 0.75rem 0.55rem; text-align: center; border-bottom: 1px solid var(--report-line); }
.report-matrix thead th { color: var(--report-muted); font-size: 0.63rem; font-weight: 850; line-height: 1.35; vertical-align: bottom; }
.report-matrix thead small { font-weight: 600; }
.report-matrix tbody th { position: sticky; left: 0; z-index: 2; width: 150px; text-align: left; background: var(--report-paper); }
.report-matrix tbody th a { font-weight: 800; text-decoration-color: rgba(7, 27, 34, 0.2); text-underline-offset: 0.2rem; }
.report-matrix tbody tr.is-leader { background: rgba(211, 168, 95, 0.12); }
.report-matrix tbody tr.is-leader th { background: #efe3ce; }
.matrix-yes { color: var(--report-teal); font-weight: 850; }
.matrix-partial { color: #8c6232; font-weight: 850; }
.matrix-no { color: var(--report-muted); }

.report-prevalence { max-width: 850px; margin: 0 auto 4.5rem; }
.prevalence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2.5rem; }
.prevalence-item { display: grid; grid-template-columns: minmax(120px, 1fr) minmax(90px, 1.25fr) 38px; gap: 0.65rem; align-items: center; }
.prevalence-item span { font-size: 0.72rem; font-weight: 700; }
.prevalence-item i { display: block; height: 8px; background: rgba(7, 27, 34, 0.08); }
.prevalence-item b { display: block; width: calc(var(--prevalence) * 1%); height: 100%; background: var(--report-copper); }
.prevalence-item strong { color: var(--report-muted); font-size: 0.68rem; font-variant-numeric: tabular-nums; text-align: right; }

.report-rarity-plot { margin-top: -0.5rem; }
.report-rarity-plot .plot-opportunity-zone { fill: rgba(211, 168, 95, 0.12); stroke: rgba(168, 95, 61, 0.3); stroke-width: 1; }
.report-rarity-plot .plot-zone-label { fill: var(--report-copper); font-size: 13px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.report-rarity-plot .rarity-points circle { fill: var(--report-teal); stroke: var(--report-paper); stroke-width: 4; }
.report-rarity-plot .rarity-points circle.is-scarce { fill: var(--report-copper); }
.report-rarity-plot .rarity-points circle.is-offset { fill: var(--report-gold); }
.report-rarity-plot .rarity-points text { font-size: 13px; font-weight: 750; }

.report-leader { width: min(1120px, calc(100% - 2.5rem)); }
.report-leader-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; max-width: 930px; margin: 0 auto 3rem; }
.report-leader-score { position: relative; display: flex; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; color: var(--report-white); text-align: center; background: var(--report-ink); border-radius: 50%; box-shadow: var(--report-shadow); }
.report-leader-score > span { max-width: 170px; color: rgba(255, 253, 248, 0.6); font-size: 0.65rem; font-weight: 850; letter-spacing: 0.1em; line-height: 1.4; text-transform: uppercase; }
.report-leader-score > strong { color: var(--report-gold-bright); font-family: Georgia, serif; font-size: 6.1rem; font-weight: 500; letter-spacing: -0.07em; line-height: 0.95; }
.report-leader-score > small { color: rgba(255, 253, 248, 0.6); font-size: 0.72rem; }
.leader-ring { position: absolute; inset: -10px; border: 1px solid rgba(168, 95, 61, 0.42); border-radius: 50%; }
.leader-ring::after { content: ""; position: absolute; right: 16%; bottom: 1.5%; width: 16px; height: 16px; background: var(--report-copper); border: 5px solid var(--report-paper); border-radius: 50%; }

.report-closure-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; gap: 0.5rem; align-items: center; margin: 4rem 0; }
.report-closure-flow > div { min-height: 160px; padding: 1.1rem; background: var(--report-paper-2); border-top: 3px solid var(--report-copper); }
.report-closure-flow div span { color: var(--report-copper); font-size: 0.65rem; font-weight: 900; }
.report-closure-flow div strong { display: block; margin: 1.8rem 0 0.45rem; font-family: Georgia, serif; font-size: 1.2rem; }
.report-closure-flow div small { display: block; color: var(--report-muted); font-size: 0.7rem; line-height: 1.5; }
.report-closure-flow > i { color: var(--report-copper); font-family: Georgia, serif; font-size: 1.4rem; font-style: normal; }

.report-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 980px; margin: 0 auto 3.5rem; }
.report-proof-card { min-height: 220px; padding: 1.4rem; color: var(--report-white); background: var(--report-ink); border: 1px solid var(--report-ink); text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.report-proof-card:hover { color: var(--report-white); background: var(--report-ink-2); transform: translateY(-3px); }
.report-proof-card span { color: var(--report-gold-bright); font-size: 0.65rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.report-proof-card strong { display: block; margin: 2.5rem 0 0.6rem; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 600; }
.report-proof-card strong { color: var(--report-white); }
.report-proof-card p { margin: 0; color: rgba(255, 253, 248, 0.66); font-size: 0.78rem; line-height: 1.62; }

.report-callout-candid { max-width: 980px; margin-bottom: 4rem; }
.report-callout-candid p { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 0.92rem; line-height: 1.7; }
.report-callout-candid p + p { margin-top: 0.65rem; }

.report-findings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 980px; margin: 0 auto 4rem; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.report-findings article { display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 0.8rem; padding: 1.5rem 1.2rem 1.5rem 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.report-findings article:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.14); }
.report-findings article:nth-child(even) { padding-left: 1.2rem; }
.report-findings article > span { grid-row: 1 / 3; color: var(--report-gold-bright); font-family: Georgia, serif; font-size: 1.45rem; }
.report-findings h3 { margin: 0 0 0.5rem; font-size: 0.97rem; }
.report-findings p { margin: 0; color: rgba(255, 253, 248, 0.64); font-size: 0.8rem; line-height: 1.62; }

.report-horizon { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; max-width: 980px; margin: 4rem auto 0; }
.report-horizon figcaption { grid-column: 1 / -1; color: rgba(255, 253, 248, 0.56); }
.horizon-line { position: absolute; top: 4rem; right: 0; left: 0; height: 1px; background: rgba(240, 213, 156, 0.32); }
.horizon-stage { position: relative; padding-top: 2rem; }
.horizon-stage::before { content: ""; position: absolute; top: 1.7rem; left: 0; width: 9px; height: 9px; background: var(--report-gold-bright); border-radius: 50%; transform: translateY(-50%); }
.horizon-stage span { display: block; color: var(--report-gold-bright); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.08em; }
.horizon-stage strong { display: block; margin: 0.55rem 0 0.35rem; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.horizon-stage p { margin: 0; color: rgba(255, 253, 248, 0.56); font-size: 0.72rem; line-height: 1.45; }

.report-standards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 980px; margin: 3.5rem auto; background: var(--report-line); border: 1px solid var(--report-line); }
.report-standards article { min-height: 200px; padding: 1.35rem; background: var(--report-paper); }
.report-standards h3 { margin: 0 0 2.3rem; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.report-standards p { margin: 0; color: var(--report-muted); font-size: 0.78rem; line-height: 1.62; }
.report-callout-standard { max-width: 980px; }

.report-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 980px; margin: 0 auto 3rem; }
.report-method-grid article { padding: 1.3rem; background: var(--report-paper-2); border-top: 3px solid var(--report-copper); }
.report-method-grid h3 { margin: 0 0 1.2rem; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 600; }
.report-method-grid p { margin: 0; color: var(--report-muted); font-size: 0.76rem; line-height: 1.62; }
.report-conflict { max-width: 980px; margin: 0 auto; padding: 1.5rem; color: var(--report-white); background: var(--report-ink); }
.report-conflict strong { display: block; margin-bottom: 0.55rem; color: var(--report-gold-bright); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
.report-conflict p { margin: 0; color: rgba(255, 253, 248, 0.72); font-size: 0.82rem; line-height: 1.65; }

.report-sources { width: min(980px, calc(100% - 2.5rem)); }
.report-source-list { columns: 2; column-gap: 3.5rem; margin: 0; padding-left: 1.4rem; }
.report-source-list li { break-inside: avoid; margin: 0 0 1rem; padding-left: 0.35rem; color: var(--report-muted); font-size: 0.76rem; line-height: 1.55; }
.report-source-list li::marker { color: var(--report-copper); font-weight: 800; }
.report-source-list a { color: var(--report-ink); font-weight: 750; text-decoration-color: rgba(168, 95, 61, 0.4); text-underline-offset: 0.2rem; }
.report-source-list a:hover { color: var(--report-copper); }

.report-faq { max-width: 900px; }
.report-faq details { border-top: 1px solid var(--report-line); }
.report-faq details:last-child { border-bottom: 1px solid var(--report-line); }
.report-faq summary { padding: 1.25rem 2rem 1.25rem 0; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 600; cursor: pointer; }
.report-faq details p { max-width: 760px; margin: -0.3rem 0 1.4rem; color: var(--report-muted); font-size: 0.84rem; line-height: 1.7; }

.report-final {
  padding: clamp(5rem, 10vw, 9rem) 1.25rem;
  color: var(--report-white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 110%, rgba(211, 168, 95, 0.22), transparent 35rem),
    var(--report-ink);
}
.report-final h2 { max-width: 880px; margin: 0.8rem auto 1rem; font-family: Georgia, serif; font-size: clamp(2.5rem, 6vw, 5.2rem); font-weight: 500; letter-spacing: -0.055em; line-height: 1; }
.report-final > p:not(.report-overline):not(.report-final-note) { max-width: 680px; margin: 0 auto; color: rgba(255, 253, 248, 0.7); font-family: Georgia, serif; font-size: 1.15rem; line-height: 1.6; }
.report-final .report-hero-actions { justify-content: center; }
.report-final-note { margin: 1.3rem auto 0; color: rgba(255, 253, 248, 0.46); font-size: 0.68rem; }

.report-site-footer .container { display: flex; flex-wrap: wrap; gap: 0.8rem 2rem; justify-content: space-between; }
.report-site-footer a { text-decoration-color: currentColor; text-underline-offset: 0.18rem; }

@media (max-width: 980px) {
  .report-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .report-hero-copy { max-width: 820px; }
  .report-hero-visual { width: min(520px, 100%); min-height: 420px; margin: -1rem auto 0; }
  .report-stat-grid { grid-template-columns: 1fr 1fr; }
  .report-stat:nth-child(2) { border-right: 0; }
  .report-stat:nth-child(-n + 2) { border-bottom: 1px solid var(--report-line); }
  .report-stat:nth-child(3) { padding-left: 0; }
  .report-stat:nth-child(4) { padding-right: 0; }
  .report-gates { grid-template-columns: repeat(3, 1fr); }
  .report-market-context { grid-template-columns: 1fr 1fr; }
  .report-market-context article:nth-child(2) { border-right: 0; }
  .report-market-context article:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .report-market-context article:nth-child(3) { padding-left: 0; }
  .report-market-context article:nth-child(4) { padding-right: 0; }
  .report-closure-flow { grid-template-columns: repeat(5, 1fr); }
  .report-closure-flow > i { display: none; }
  .report-method-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .report-toc { justify-content: flex-start; }
  .report-section-heading { grid-template-columns: 44px minmax(0, 1fr); gap: 0.75rem; }
  .report-section-number { width: 40px; height: 40px; }
  .report-gates { grid-template-columns: 1fr 1fr; }
  .market-equation { grid-template-columns: 1fr; }
  .market-equation i { line-height: 0.6; text-align: center; }
  .report-score-axis { margin-left: 160px; }
  .report-score-list li { grid-template-columns: 24px 116px minmax(90px, 1fr) 30px; gap: 0.45rem; }
  .prevalence-grid { grid-template-columns: 1fr; }
  .report-leader-grid { grid-template-columns: 1fr; }
  .report-leader-score { width: min(290px, 82vw); margin: 0 auto; }
  .report-closure-flow { grid-template-columns: 1fr 1fr; }
  .report-proof-grid { grid-template-columns: 1fr; }
  .report-findings { grid-template-columns: 1fr; }
  .report-findings article,
  .report-findings article:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  .report-horizon { grid-template-columns: 1fr 1fr; }
  .horizon-line { display: none; }
  .horizon-stage { padding: 1.3rem 0 0 1rem; border-left: 1px solid rgba(240, 213, 156, 0.3); }
  .horizon-stage::before { top: 1.55rem; left: -5px; }
  .report-standards { grid-template-columns: 1fr 1fr; }
  .report-source-list { columns: 1; }
  .report-inline-cta { align-items: stretch; flex-direction: column; }
  .report-inline-cta .report-action { width: 100%; }
}

@media (max-width: 520px) {
  .report-hero-grid,
  .report-section,
  .report-leader,
  .report-sources { width: min(100% - 1.5rem, 1050px); }
  .report-section-ink { width: 100%; padding-right: 0.75rem; padding-left: 0.75rem; }
  .report-hero h1 { font-size: clamp(3rem, 16vw, 4.3rem); }
  .report-hero-actions { align-items: stretch; flex-direction: column; }
  .report-action { width: 100%; }
  .report-hero-visual { min-height: 380px; }
  .report-cover-fan { width: 280px; }
  .report-cover-fan img { width: 130px; height: 195px; }
  .report-hero-number { bottom: 0; }
  .report-stat-grid { grid-template-columns: 1fr; }
  .report-stat,
  .report-stat:first-child,
  .report-stat:nth-child(3) { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--report-line); }
  .report-stat:last-child { border-bottom: 0; }
  .report-layer { grid-template-columns: 38px minmax(0, 1fr); }
  .report-layer-output { grid-column: 2; justify-self: start; }
  .report-layer-studio { margin-right: 2%; margin-left: 2%; }
  .report-layer-autonomous { margin-right: 4%; margin-left: 4%; }
  .report-gates { grid-template-columns: 1fr; }
  .report-gates article { min-height: 0; }
  .report-gates h3 { margin-top: 1rem; }
  .market-check-head { align-items: flex-start; flex-direction: column; }
  .report-market-context { grid-template-columns: 1fr; }
  .report-market-context article,
  .report-market-context article:first-child,
  .report-market-context article:nth-child(3) { padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .report-market-context article:last-child { border-bottom: 0; }
  .report-score-axis { display: none; }
  .report-score-list li { grid-template-columns: 22px 112px minmax(54px, 1fr) 26px; }
  .score-name { font-size: 0.69rem; }
  .report-closure-flow { grid-template-columns: 1fr; }
  .report-closure-flow > div { min-height: 130px; }
  .report-closure-flow div strong { margin-top: 1rem; }
  .report-horizon,
  .report-standards,
  .report-method-grid { grid-template-columns: 1fr; }
  .report-site-footer .container { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .report-action,
  .report-proof-card,
  .report-skip { transition: none; }
}

@media print {
  @page { size: A4 portrait; margin: 1.35cm; }
  .report-site-header,
  .report-toc,
  .report-hero-actions,
  .report-inline-cta,
  .report-final,
  .report-site-footer,
  .landing-auth-modal { display: none !important; }
  .research-report-page { color: #111; background: #fff; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .report-hero,
  .report-section-ink { color: #111; background: #fff; }
  .report-hero::before,
  .report-hero::after,
  .report-section-ink::before,
  .report-hero-visual { display: none; }
  .report-hero-grid { display: block; width: 100%; min-height: 0; padding: 1cm 0; }
  .report-hero h1 { color: #111; font-size: 44pt; }
  .report-deck,
  .report-byline,
  .report-section-ink .report-prose,
  .report-section-ink .report-prose strong,
  .report-section-ink .report-prose h3 { color: #222; }
  .report-section-ink h2,
  .report-section-ink .report-plot-svg,
  .report-section-ink .report-plot figcaption,
  .report-market-plot .report-figure-footnote,
  .report-chart-note,
  .report-chart-note strong,
  .market-check > p,
  .market-equation b,
  .market-equation small,
  .report-market-context span,
  .report-market-context p,
  .report-findings p,
  .report-horizon figcaption,
  .horizon-stage p { color: #222; }
  .market-check,
  .market-equation > span,
  .report-inline-cta { background: #f4f4f4; border-color: #ccc; }
  .market-equation .market-result { background: #ead7aa; }
  .report-market-context,
  .report-market-context article,
  .report-findings,
  .report-findings article { border-color: #ccc; }
  .report-section-ink .report-plot-svg .plot-grid line { stroke: rgba(0, 0, 0, 0.16); }
  .report-section { width: 100%; padding: 1cm 0; break-inside: auto; }
  .report-section-heading,
  .report-stat,
  .report-callout,
  .report-plot,
  .report-score-chart,
  .report-prevalence,
  .report-proof-card,
  .report-faq details { break-inside: avoid; }
  .report-plot-scroll,
  .report-table-wrap { overflow: visible; }
  .report-plot-svg { width: 100%; min-width: 0; }
  .report-table-wrap { max-width: none; }
  .report-matrix { width: 100%; min-width: 0; table-layout: fixed; font-size: 5.6pt; }
  .report-matrix th,
  .report-matrix td { padding: 0.25rem 0.15rem; overflow-wrap: anywhere; }
  .report-matrix tbody th { position: static; width: auto; }
  .report-source-list { columns: 1; }
  .report-faq details:not([open]) > :not(summary) { display: block !important; }
  .report-faq summary { list-style: none; }
  .report-faq summary::-webkit-details-marker { display: none; }
  .report-callout,
  .report-conflict,
  .report-leader-score,
  .report-proof-card { color: #111; background: #f0f0f0; box-shadow: none; }
  .report-callout p,
  .report-conflict p,
  .report-proof-card p,
  .report-proof-card strong { color: #111; }
  a { color: #111 !important; text-decoration: none; }
}
