.report {
  max-width: 980px;
  padding-bottom: 4rem;
}

nav a[aria-current="page"] {
  color: var(--accent);
  font-weight: 650;
}

.report-introduction {
  max-width: 900px;
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.report section:not(.report-introduction) {
  padding: clamp(2.4rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--line);
}

.report h1 {
  max-width: 900px;
}

.report h2 {
  max-width: 800px;
  margin-bottom: 1.4rem;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 570;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.report h3 {
  margin: 2.4rem 0 0.8rem;
  font-size: 1.05rem;
  font-weight: 650;
}

.report p {
  margin-bottom: 1rem;
}

.report .lead {
  max-width: 820px;
}

.prose {
  max-width: 800px;
  color: #37413d;
}

.section-number {
  margin-bottom: 0.6rem !important;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}

.result-card,
.report aside,
.comparison-grid article {
  border: 1px solid var(--line);
  background: var(--surface);
}

.result-card {
  max-width: 820px;
  margin-top: 2.2rem;
  padding: 1.25rem 1.4rem 0.35rem;
  border-left: 4px solid var(--accent);
}

.report aside {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent);
}

.nowrap,
.orbifold-symbol {
  white-space: nowrap;
}

.orbifold-symbol {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
  letter-spacing: 0.015em;
}

.orbifold-star {
  font-family: "STIX Two Math", "Cambria Math", "Times New Roman", serif;
  font-size: 1em;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: 0;
  vertical-align: baseline;
}

.display-formula {
  margin: 1.5rem 0 !important;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  text-align: center;
}

.display-formula span {
  margin: 0 1rem;
  color: var(--muted);
  font-family: inherit;
  font-size: 0.9rem;
  font-style: italic;
}

.table-scroll {
  max-width: 100%;
  margin: 1rem 0 2rem;
  overflow-x: auto;
  scrollbar-gutter: stable;
}

.census-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
}

.census-table caption {
  padding: 0 0 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 620;
  text-align: left;
}

.census-table th,
.census-table td {
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  text-align: right;
}

.census-table thead th {
  background: var(--surface-raised);
  font-weight: 650;
  text-align: center;
}

.census-table tbody th {
  background: var(--background);
  font-weight: 500;
  text-align: left;
}

.census-table tbody tr:last-child {
  font-weight: 700;
}

.census-table tbody tr:last-child th {
  font-weight: 700;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.comparison-grid article {
  padding: 1.2rem 1.3rem 0.25rem;
}

.sources {
  font-size: 0.92rem;
}

.loading-note,
.data-warning,
.data-fingerprint {
  color: var(--muted);
  font-size: 0.84rem;
}

.data-fingerprint {
  overflow-wrap: anywhere;
}

.report pre {
  max-width: 100%;
  margin: 1.3rem 0;
  padding: 1rem 1.1rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--surface-raised);
  color: var(--text);
  font-size: 0.84rem;
}

.report footer {
  border-top: 1px solid var(--line);
}

@media (max-width: 700px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .census-table th,
  .census-table td {
    padding: 0.5rem 0.55rem;
  }
}
