.report-main {
  background:
    radial-gradient(circle at 86% 7%, rgba(37, 99, 235, 0.12), transparent 25rem),
    linear-gradient(180deg, #eef4ff 0, #f7f8fa 440px, #f7f8fa 100%);
}

.report-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(3rem, 6.4vw, 5.5rem);
}

.report-article > section {
  scroll-margin-top: 92px;
}

.report-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.35fr);
  gap: 12px;
  align-items: stretch;
  margin: 34px 0;
  padding: 22px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #0f172a;
}

.report-stage {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 124px;
  padding: 18px;
  border: 1px solid #334155;
  border-radius: 7px;
  background: #172033;
}

.report-stage span {
  color: #93c5fd;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.report-stage strong {
  color: #f8fafc;
  font-size: 0.88rem;
  line-height: 1.35;
}

.report-stage--source {
  border-color: #60a5fa;
}

.report-stage--split {
  border-color: #f59e0b;
}

.report-stage--split strong {
  display: block;
}

.report-stage--split b {
  color: #60a5fa;
}

.report-stage--split em {
  color: #fbbf24;
  font-style: normal;
}

.report-flow-arrow {
  display: grid;
  place-items: center;
  color: #94a3b8;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 1.35rem;
}

.report-boundary {
  border-color: #bfdbfe;
  background: #eff6ff;
}

.report-boundary h3,
.report-boundary p {
  color: #1e3a8a !important;
}

.report-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 36px;
}

.report-result-grid article {
  display: grid;
  align-content: start;
  padding: 22px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #f8fafc;
}

.report-result-grid span {
  margin-bottom: 10px;
  color: #1d4ed8;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.report-result-grid strong {
  margin-bottom: 10px;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.report-result-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.62;
}

.report-comparison-table {
  min-width: 720px !important;
}

.report-comparison-table th:not(:first-child),
.report-comparison-table td:not(:first-child) {
  text-align: left;
}

.report-limit-list,
.report-question-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 1.4rem;
}

.report-limit-list li,
.report-question-list li {
  padding-left: 6px;
}

.report-review h2 {
  max-width: 24ch;
}

.report-question-list {
  margin: 26px 0 28px;
}

.report-question-list li {
  color: #1e3a8a;
}

.report-download-panel {
  align-items: start;
}

@media (max-width: 760px) {
  .report-flow {
    grid-template-columns: 1fr;
  }

  .report-flow-arrow {
    min-height: 24px;
    transform: rotate(90deg);
  }

  .report-stage {
    min-height: 0;
  }

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