.report-page {
  width: min(1040px, calc(100% - 32px));
}

.report-page article {
  color: #1c2225;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

.report-page .article-header {
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccd5d1;
}

.report-page .article-header h1 {
  max-width: 920px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.report-page .article-header h1 span {
  display: block;
}

.report-page .article-kicker {
  color: #165a72;
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-page .subtitle {
  max-width: 900px;
  margin-bottom: 8px;
  color: #343b3f;
  font-size: 1.1rem;
}

.report-page .report-meta {
  color: #626a70;
  font-size: 0.88rem;
}

.report-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0 0 34px;
  padding: 13px 0;
  border-top: 1px solid #ccd5d1;
  border-bottom: 1px solid #ccd5d1;
  font-size: 0.9rem;
}

.report-toc a {
  color: #165a72;
  text-decoration: none;
}

.report-toc a:hover {
  text-decoration: underline;
}

.report-page section {
  margin: 38px 0;
}

.report-page h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.18;
}

.report-page h3 {
  margin: 22px 0 8px;
  font-size: 1.06rem;
  line-height: 1.35;
}

.report-page p {
  margin: 0 0 13px;
}

.report-page code {
  padding: 0.08rem 0.24rem;
  border-radius: 4px;
  background: #eef3f1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.92em;
}

.kicker {
  margin: 0 0 7px;
  color: #165a72;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  max-width: 900px;
  font-size: 1.06rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 22px;
}

.metric {
  min-height: 142px;
  padding: 15px;
  border: 1px solid #ccd5d1;
  border-radius: 7px;
  background: #ffffff;
}

.metric .number {
  display: block;
  margin: 6px 0;
  color: #165a72;
  font-size: 1.65rem;
  font-weight: 780;
  line-height: 1.05;
}

.metric .label {
  display: block;
  color: #626a70;
  font-size: 0.88rem;
  line-height: 1.42;
}

.callout,
.method,
.warning {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid #165a72;
  background: #e9f3f6;
}

.method {
  border-left-color: #2f6a4f;
  background: #edf7f1;
}

.warning {
  border-left-color: #9a4a25;
  background: #fff3ec;
}

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

.status {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 2px 7px;
  border: 1px solid #ccd5d1;
  border-radius: 999px;
  color: #626a70;
  font-size: 0.76rem;
  line-height: 1.45;
  white-space: nowrap;
}

.status.core {
  border-color: #a9c9b7;
  background: #edf7f1;
  color: #2f6a4f;
}

.status.boundary {
  border-color: #e6bda9;
  background: #fff3ec;
  color: #9a4a25;
}

.table-wrap {
  margin: 16px 0 20px;
  overflow-x: auto;
}

.report-page table {
  min-width: 720px;
  border-top: 1px solid #ccd5d1;
  border-bottom: 1px solid #ccd5d1;
  border-collapse: collapse;
  background: #fbfcfb;
  font-size: 0.9rem;
  line-height: 1.45;
}

.report-page th,
.report-page td {
  padding: 9px 10px;
  border: 0;
  border-top: 1px solid #ccd5d1;
  vertical-align: top;
}

.report-page th {
  background: #f4f7f6;
  color: #5c6469;
}

.report-page .num {
  text-align: right;
  white-space: nowrap;
}

.figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  margin: 20px 0;
}

.report-page figure {
  margin: 0;
  border-top: 1px solid #ccd5d1;
  border-bottom: 1px solid #ccd5d1;
  background: #ffffff;
}

.report-page figure.full {
  margin: 22px 0;
}

.report-page figure img {
  display: block;
  width: 100%;
  height: auto;
}

.report-page figure > a {
  display: block;
  cursor: zoom-in;
}

.report-page figcaption {
  margin: 0;
  padding: 9px 0 11px;
  color: #626a70;
  font-size: 0.85rem;
  line-height: 1.45;
}

.timeline {
  margin: 18px 0;
  border-top: 1px solid #ccd5d1;
}

.timeline-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #ccd5d1;
}

.timeline-item .when {
  color: #626a70;
  font-size: 0.86rem;
  font-weight: 700;
}

.timeline-item h3 {
  margin: 0 0 4px;
}

.quiet {
  color: #626a70;
  font-size: 0.9rem;
}

.report-page ul,
.report-page ol {
  padding-left: 1.25rem;
}

.report-page li {
  margin: 6px 0;
}

.references {
  font-size: 0.9rem;
}

@media (max-width: 820px) {
  .metric-grid,
  .figure-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .report-page {
    width: min(100% - 24px, 1040px);
  }

  .report-page article {
    font-size: 15.5px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
