@import url("../2026-08-19/report.css");

.hero h1 { max-width: 1040px; }
.hero .dek { max-width: 890px; }
.scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 30px 0; }
.scope-grid > div { padding: 18px; border-top: 4px solid var(--blue); border-radius: 8px; background: var(--white); }
.scope-grid > div:nth-child(2) { border-color: var(--red); }
.scope-grid > div:nth-child(3) { border-color: var(--gold); }
.scope-grid > div:nth-child(4) { border-color: var(--purple); }
.scope-grid strong, .scope-grid span { display: block; }
.scope-grid strong { font-size: 15px; }
.scope-grid span { margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.finding .number strong { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; letter-spacing: 0; }
.finding:nth-child(2) .number strong { color: var(--blue); }
.finding:nth-child(3) .number strong { color: var(--purple); }
.key-table td:first-child { font-weight: 700; }
.target { color: var(--red); font-weight: 700; }
.table-note { max-width: 850px; margin: -12px 0 24px; color: var(--muted); font-size: 12px; }
.plot.compact { max-width: 850px; }
.plot.tall { max-width: 950px; }
.formula { display: inline-block; padding: 2px 7px; border-radius: 4px; background: #ece9e1; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .9em; }
.result-callout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; margin: 32px 0; padding: 28px; border-left: 6px solid var(--red); background: var(--white); }
.result-callout blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.35; }
.result-callout p { margin: 0; color: var(--muted); font-size: 14px; }
.source-list code { padding: 1px 5px; border-radius: 3px; background: #ece9e1; }

@media (max-width: 820px) {
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .result-callout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .scope-grid { grid-template-columns: 1fr; }
  .result-callout { padding: 20px; }
}
