.report-page-body {
  color: var(--text-primary);
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.98) 0%, rgba(10, 10, 11, 1) 100%);
}

.report-page-body .nav {
  background: rgba(10, 10, 11, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] .report-page-body {
  background:
    radial-gradient(circle at top left, rgba(184, 138, 43, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(247, 243, 233, 0.98) 0%, rgba(239, 231, 216, 1) 100%);
}

html[data-theme="light"] .report-page-body .nav {
  background: rgba(247, 243, 233, 0.94);
  border-bottom-color: rgba(71, 56, 37, 0.1);
}

.report-page-body .nav .nav-right > a,
.report-page-body .nav .nav-trigger,
.report-page-body .nav .site-nav-learn-wrap > a {
  color: var(--text-secondary) !important;
}

.report-page-body .nav .nav-right > a:hover,
.report-page-body .nav .nav-trigger:hover,
.report-page-body .nav .site-nav-learn-wrap > a:hover {
  color: var(--text-primary) !important;
}

.report-page-body .nav .nav-right > a[href="/learn"],
.report-page-body .nav .site-nav-learn-wrap > a {
  color: var(--accent-gold) !important;
}

.report-main {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 128px 0 96px;
  position: relative;
  z-index: 1;
}

.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.report-hero-copy,
.report-stats,
.report-meta-item,
.report-prose-card,
.report-highlight-card,
.report-visual-card,
.report-methodology,
.report-method-card,
.report-cluster-card,
.report-interpret-card,
.report-faq-card,
.report-derivative-card,
.report-citation-card,
.report-cta-card,
.report-top-card,
.report-table-section {
  background:
    linear-gradient(180deg, rgba(24, 24, 27, 0.88) 0%, rgba(17, 17, 19, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

html[data-theme="light"] .report-hero-copy,
html[data-theme="light"] .report-stats,
html[data-theme="light"] .report-meta-item,
html[data-theme="light"] .report-prose-card,
html[data-theme="light"] .report-highlight-card,
html[data-theme="light"] .report-visual-card,
html[data-theme="light"] .report-methodology,
html[data-theme="light"] .report-method-card,
html[data-theme="light"] .report-cluster-card,
html[data-theme="light"] .report-interpret-card,
html[data-theme="light"] .report-faq-card,
html[data-theme="light"] .report-derivative-card,
html[data-theme="light"] .report-citation-card,
html[data-theme="light"] .report-cta-card,
html[data-theme="light"] .report-top-card,
html[data-theme="light"] .report-table-section {
  background:
    linear-gradient(180deg, rgba(255, 251, 243, 0.94) 0%, rgba(247, 241, 229, 0.92) 100%);
  border-color: rgba(71, 56, 37, 0.14);
  box-shadow: 0 24px 64px rgba(71, 56, 37, 0.12);
}

.report-hero-copy {
  padding: 36px;
}

.report-kicker,
.report-section-kicker,
.report-cta-eyebrow,
.report-source-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-gold);
}

.report-hero h1,
.report-section h2,
.report-top-card-title,
.report-cluster-card h3,
.report-interpret-card h3,
.report-derivative-card h3,
.report-cta-card h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.report-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.96;
  margin: 16px 0 16px;
  max-width: 12ch;
}

.report-subtitle {
  margin: 0;
  max-width: 62ch;
  color: var(--text-secondary);
  font-size: 1.04rem;
  line-height: 1.7;
}

.report-findings {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.report-finding-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 14px 16px;
  color: var(--text-primary);
  line-height: 1.55;
}

.report-stats {
  padding: 20px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.report-stat-card,
.report-method-meta div,
.report-filter-count-wrap {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
}

.report-stat-card {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.report-stat-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text-primary);
}

.report-stat-label {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.report-section {
  margin-top: 44px;
}

.report-meta-strip,
.report-highlight-grid,
.report-faq-grid,
.report-method-columns {
  display: grid;
  gap: 18px;
}

.report-meta-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.report-meta-item {
  padding: 18px;
  display: grid;
  gap: 8px;
}

.report-meta-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  font-weight: 700;
}

.report-meta-item strong {
  color: var(--text-primary);
  line-height: 1.5;
}

.report-jump-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.report-jump-link {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-secondary);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.report-jump-link:hover {
  color: var(--text-primary);
  border-color: rgba(212, 168, 83, 0.35);
  transform: translateY(-1px);
}

.report-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.report-section h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.9rem);
  line-height: 1.04;
  max-width: 20ch;
  color: var(--text-primary);
}

.report-top-grid,
.report-cluster-grid,
.report-interpret-grid,
.report-derivative-grid,
.report-cta-grid,
.report-visual-grid {
  display: grid;
  gap: 18px;
}

.report-highlight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-faq-grid,
.report-method-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-top-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-prose-card,
.report-top-card,
.report-highlight-card,
.report-visual-card,
.report-method-card,
.report-cluster-card,
.report-interpret-card,
.report-faq-card,
.report-derivative-card,
.report-citation-card,
.report-cta-card {
  padding: 20px;
}

.report-prose-card {
  padding: 28px;
}

.report-editor-copy {
  margin: 0 0 16px;
  max-width: 72ch;
  color: var(--text-secondary);
  line-height: 1.85;
  font-size: 1.02rem;
}

.report-editor-copy:last-child {
  margin-bottom: 0;
}

.report-highlight-value {
  display: block;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: var(--accent-gold);
}

.report-highlight-card h3,
.report-method-card h3,
.report-faq-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--text-primary);
}

.report-highlight-card p,
.report-faq-card p,
.report-citation-sentence {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.7;
}

.report-section-copy {
  margin: 0;
  max-width: 68ch;
  color: var(--text-secondary);
  line-height: 1.7;
}

.report-visual-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.88fr);
  align-items: start;
}

.report-visual-side {
  display: grid;
  gap: 18px;
}

.report-visual-card {
  position: relative;
  overflow: hidden;
}

.report-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(212, 168, 83, 0.12), transparent 38%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.08), transparent 32%);
  pointer-events: none;
}

.report-visual-card > * {
  position: relative;
  z-index: 1;
}

.report-visual-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: var(--text-primary);
}

.report-visual-copy {
  margin: 0 0 18px;
  color: var(--text-secondary);
  line-height: 1.65;
}

.report-journey-list,
.report-rising-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.report-journey-step,
.report-rising-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.report-journey-step:first-child,
.report-rising-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.report-journey-index,
.report-rising-trend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(212, 168, 83, 0.14);
  color: var(--accent-gold);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.report-rising-trend {
  background: rgba(59, 130, 246, 0.14);
  color: #8fb9ff;
  letter-spacing: 0;
}

.report-journey-step strong,
.report-rising-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-primary);
  line-height: 1.35;
}

.report-journey-step p,
.report-rising-item p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.report-visual-bars {
  display: grid;
  gap: 12px;
}

.report-visual-bar-row {
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
}

.report-visual-bar-label {
  color: var(--text-primary);
  font-size: 0.94rem;
  line-height: 1.35;
}

.report-visual-bar-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.report-visual-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 168, 83, 0.95), rgba(59, 130, 246, 0.75));
}

.report-visual-bar-value {
  color: var(--text-primary);
  text-align: right;
}

.report-top-card-head,
.report-cluster-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.report-rank-badge,
.report-demand-chip,
.report-demand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.report-rank-badge {
  background: rgba(212, 168, 83, 0.16);
  color: var(--accent-gold);
}

.report-demand-chip,
.report-demand-pill {
  background: rgba(59, 130, 246, 0.14);
  color: #8fb9ff;
}

.report-top-card-title {
  font-size: 1.18rem;
  line-height: 1.24;
  margin: 0 0 10px;
  color: var(--text-primary);
}

.report-top-card-meta,
.report-top-card-insight,
.report-cluster-summary,
.report-interpret-card p,
.report-derivative-card p,
.report-table-insight,
.report-method-copy,
.report-empty-state {
  color: var(--text-secondary);
}

.report-top-card-meta {
  margin: 0 0 10px;
  font-size: 0.9rem;
}

.report-top-card-insight,
.report-cluster-summary,
.report-interpret-card p,
.report-source-card p,
.report-derivative-card p {
  margin: 0 0 12px;
  line-height: 1.6;
}

.report-inline-link,
.report-jump-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-gold);
  font-weight: 700;
  text-decoration: none;
}

.report-inline-link:hover,
.report-jump-btn:hover {
  color: #f0c978;
}

.report-jump-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 0.9rem;
}

.report-methodology {
  padding: 24px;
}

.report-method-copy {
  margin-bottom: 18px;
  max-width: 72ch;
  line-height: 1.75;
}

.report-formula {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.report-formula-segment {
  min-height: 88px;
  border-radius: 18px;
  padding: 18px;
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent),
    linear-gradient(135deg, rgba(212, 168, 83, 0.18), rgba(24, 24, 27, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.report-formula-segment:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent),
    linear-gradient(135deg, rgba(59, 130, 246, 0.18), rgba(24, 24, 27, 0.92));
}

.report-formula-segment:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent),
    linear-gradient(135deg, rgba(212, 168, 83, 0.12), rgba(17, 17, 19, 0.92));
}

.report-formula-segment span {
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
}

.report-formula-segment strong {
  font-size: 1.6rem;
}

.report-method-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.report-method-meta div {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.report-method-meta strong,
.report-filter-control span,
.report-filter-count-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  font-weight: 700;
}

.report-method-meta span {
  color: var(--text-secondary);
  line-height: 1.55;
}

.report-method-columns {
  margin-top: 18px;
}

.report-method-card {
  display: grid;
  gap: 14px;
}

.report-method-list,
.report-guardrail-list,
.report-citation-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 10px;
  color: var(--text-secondary);
  line-height: 1.7;
}

.report-method-list li::marker,
.report-guardrail-list li::marker,
.report-citation-list li::marker {
  color: var(--accent-gold);
}

.report-cluster-grid,
.report-interpret-grid,
.report-derivative-grid,
.report-cta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.report-cluster-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.report-cluster-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
}

.report-cluster-list li span:first-child {
  font-weight: 700;
  color: var(--accent-gold);
}

.report-interpret-card,
.report-faq-card,
.report-derivative-card,
.report-cta-card {
  text-decoration: none;
  color: inherit;
}

.report-table-section {
  padding: 24px;
}

.report-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 0.8fr) 140px;
  gap: 14px;
  margin: 20px 0 18px;
}

.report-filter-control {
  display: grid;
  gap: 8px;
}

.report-filter-control input,
.report-filter-control select {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 0 16px;
  font: inherit;
  color: var(--text-primary);
}

.report-filter-control input::placeholder {
  color: var(--text-muted);
}

.report-filter-count-wrap {
  padding: 10px 16px;
  display: grid;
  align-content: center;
}

.report-filter-count-wrap strong {
  font-size: 1.55rem;
  color: var(--text-primary);
}

.report-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.report-table-caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 16px;
  color: var(--text-muted);
  line-height: 1.65;
}

.report-table th,
.report-table td {
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}

.report-table th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  background: rgba(255, 255, 255, 0.03);
}

.report-table td {
  color: var(--text-primary);
}

.report-table tbody tr:hover {
  background: rgba(212, 168, 83, 0.06);
}

.report-table-insight {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
}

.report-citation-card {
  display: grid;
  gap: 18px;
}

.report-citation-sentence {
  font-size: 1.02rem;
  color: var(--text-primary);
}

.report-cta-card {
  background:
    linear-gradient(135deg, rgba(212, 168, 83, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(24, 24, 27, 0.92), rgba(17, 17, 19, 0.98));
}

@media (max-width: 1100px) {
  .report-highlight-grid,
  .report-top-grid,
  .report-cluster-grid,
  .report-interpret-grid,
  .report-derivative-grid,
  .report-cta-grid,
  .report-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-meta-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .report-main {
    width: min(100vw - 22px, 100%);
    padding-top: 108px;
  }

  .report-hero {
    grid-template-columns: 1fr;
  }

  .report-formula,
  .report-method-meta,
  .report-method-columns,
  .report-faq-grid,
  .report-filter-bar,
  .report-visual-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .report-highlight-grid,
  .report-top-grid,
  .report-cluster-grid,
  .report-interpret-grid,
  .report-derivative-grid,
  .report-cta-grid {
    grid-template-columns: 1fr;
  }

  .report-meta-strip {
    grid-template-columns: 1fr;
  }

  .report-hero-copy,
  .report-stats,
  .report-meta-item,
  .report-prose-card,
  .report-highlight-card,
  .report-visual-card,
  .report-methodology,
  .report-method-card,
  .report-table-section,
  .report-top-card,
  .report-cluster-card,
  .report-interpret-card,
  .report-faq-card,
  .report-derivative-card,
  .report-citation-card,
  .report-cta-card {
    padding: 18px;
    border-radius: 20px;
  }

  .report-hero h1,
  .report-section h2 {
    max-width: none;
  }

  .report-table {
    min-width: 860px;
  }

  .report-journey-step,
  .report-rising-item,
  .report-visual-bar-row {
    grid-template-columns: 1fr;
  }

  .report-journey-index,
  .report-rising-trend {
    justify-self: start;
  }
}
