.report-page {
  --report-surface: color-mix(in srgb, var(--card, #212936) 94%, transparent);
  --report-surface-raised: var(--card2, #283345);
  --report-ink: var(--ink, #edeef2);
  --report-muted: color-mix(in srgb, var(--ink, #edeef2) 34%, var(--ink-soft, #a5aec0));
  --report-teal: var(--accent, #3fd0bf);
  --report-teal-text: var(--accent-text, #3fd0bf);
  --report-teal-strong: color-mix(in srgb, var(--report-teal-text) 88%, var(--report-ink));
  --report-coral: var(--brand-coral, #e8938f);
  --report-blue: var(--subject-maths, #5aa0ff);
  --report-green: var(--subject-science, #4dd889);
  --report-amber: var(--warn, #ffb35c);
  color: var(--report-ink);
  max-width: 1120px;
  padding-bottom: 3rem;
}

.report-page [id] {
  scroll-margin-top: 1rem;
}

.report-page section,
.report-page .report-chart {
  margin-top: 0;
}

.report-page .seo-breadcrumbs {
  margin-bottom: 1rem;
}

.report-hero,
.report-panel,
.report-download {
  border: 1px solid var(--line, #354156);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 20px 55px color-mix(in srgb, #000 22%, transparent);
}

.report-hero {
  background-color: var(--card, #212936);
  background-image:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--report-teal) 22%, transparent), transparent 32%),
    linear-gradient(145deg, color-mix(in srgb, var(--report-surface-raised) 78%, var(--bg, #12151c)), var(--report-surface));
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  padding: clamp(1.2rem, 4vw, 2.5rem);
  position: relative;
}

.report-hero::after {
  background: linear-gradient(90deg, var(--report-coral), var(--report-teal), var(--report-blue));
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.report-hero-copy {
  max-width: 760px;
}

.report-hero h1 {
  font-size: clamp(2.25rem, 6vw, 4.6rem);
  letter-spacing: -.035em;
  line-height: 1.02;
  max-width: 15ch;
}

.report-hero .eyebrow {
  margin: 0 0 .65rem;
}

.report-hero .guide-dek {
  color: var(--report-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin: 1rem 0 0;
  max-width: 66ch;
}

.report-hero .guide-updated {
  color: var(--report-muted);
  font-size: .84rem;
  font-weight: 700;
  margin: .8rem 0 0;
}

.report-hero .report-scope-note {
  background: color-mix(in srgb, var(--report-teal) 9%, var(--report-surface-raised));
  border-left: 3px solid var(--report-teal);
  border-radius: 0 .7rem .7rem 0;
  color: var(--report-muted);
  font-size: .86rem;
  line-height: 1.5;
  margin: .9rem 0 0;
  max-width: 72ch;
  padding: .7rem .85rem;
}

.report-hero .report-scope-note strong {
  color: var(--report-ink);
}

.report-hero .report-scope-action {
  color: var(--report-teal-strong);
  font-weight: 850;
  margin-left: .25rem;
  text-underline-offset: .18em;
}

.report-hero .report-scope-action:focus-visible {
  border-radius: .25rem;
  outline: 3px solid var(--report-teal);
  outline-offset: 3px;
}

.report-hero-stats {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.report-hero-stats div {
  background: color-mix(in srgb, var(--report-surface-raised) 84%, transparent);
  border: 1px solid color-mix(in srgb, var(--report-teal) 24%, var(--line, #354156));
  border-radius: 1rem;
  display: grid;
  min-height: 120px;
  padding: 1rem;
}

.report-hero-stats dt {
  align-self: end;
  color: var(--report-muted);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.35;
  max-width: 22ch;
  order: 2;
}

.report-hero-stats dd {
  color: var(--report-ink);
  font-family: 'Fraunces', 'Fraunces Fallback', Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 .55rem;
}

.report-hero-meta {
  align-items: stretch;
  display: grid;
  gap: .75rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
}

.report-freshness,
.report-citation {
  background: color-mix(in srgb, var(--report-surface-raised) 84%, transparent);
  border: 1px solid var(--line, #354156);
  border-radius: 1rem;
  color: var(--report-ink);
  margin: 0;
  padding: 1rem;
}

.report-freshness {
  align-items: start;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto 1fr;
}

.report-status-dot {
  background: var(--report-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--report-green) 16%, transparent);
  height: .7rem;
  margin: .42rem .1rem 0;
  width: .7rem;
}

.report-freshness h2 {
  color: var(--report-ink);
  font-family: 'Outfit', 'Outfit Fallback', system-ui, sans-serif;
  font-size: .92rem;
  margin: 0 0 .35rem;
}

.report-freshness p,
.report-citation p {
  color: var(--report-muted);
  font-size: .8rem;
  line-height: 1.45;
  margin: .2rem 0;
}

.report-freshness-overdue {
  background: #fff0e8;
  border: 2px solid #a13b20;
  border-radius: .65rem;
  color: #692511 !important;
  font-weight: 750;
  padding: .7rem .8rem;
}

.report-freshness-overdue[hidden] {
  display: none;
}

.report-citation {
  display: grid;
  gap: .7rem;
}

.report-hero-actions {
  align-items: center;
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-hero-actions a,
.report-hero-actions button,
.report-download > a {
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--report-teal) 52%, var(--line, #354156));
  border-radius: 999px;
  display: inline-flex;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: .58rem .9rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.report-hero-actions a,
.report-download > a {
  background: var(--report-teal);
  color: #10151b;
}

.report-hero-actions button {
  background: transparent;
  color: var(--report-ink);
  cursor: pointer;
}

.report-jump {
  align-items: center;
  background: color-mix(in srgb, var(--report-surface) 88%, transparent);
  border: 1px solid var(--line, #354156);
  border-radius: 999px;
  display: flex;
  flex-wrap: nowrap;
  gap: .2rem;
  margin: 1rem 0;
  overflow-x: auto;
  padding: .5rem;
  scrollbar-width: thin;
}

.report-jump span {
  color: var(--report-muted);
  font-size: .76rem;
  font-weight: 800;
  flex: 0 0 auto;
  padding: .35rem .5rem;
  text-transform: uppercase;
}

.report-jump a {
  border-radius: 999px;
  color: var(--report-ink);
  font-size: .82rem;
  font-weight: 750;
  flex: 0 0 auto;
  min-height: 38px;
  padding: .42rem .62rem;
  text-decoration: none;
}

.report-jump a:hover,
.report-jump a:focus-visible {
  background: color-mix(in srgb, var(--report-teal) 14%, var(--report-surface-raised));
  color: var(--report-teal);
}

.report-panel {
  background: var(--report-surface);
  margin-top: 1rem !important;
  padding: clamp(1.1rem, 3.5vw, 2rem);
}

.report-replace {
  align-items: center;
  background:
    linear-gradient(125deg, color-mix(in srgb, var(--report-teal) 12%, transparent), transparent 58%),
    var(--report-surface-raised);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.report-replace h2 {
  color: var(--report-ink);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  margin: .35rem 0 .55rem;
}

.report-replace p {
  color: var(--report-muted);
  line-height: 1.55;
  margin: 0;
  max-width: 68ch;
}

.report-replace .report-replace-note {
  font-size: .78rem;
  margin-top: .65rem;
}

.report-replace-actions {
  display: grid;
  gap: .65rem;
  min-width: min(100%, 230px);
}

.report-replace-actions a,
.report-replace-actions button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--report-teal);
  border-radius: .8rem;
  color: var(--report-ink);
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1rem;
  text-align: center;
  text-decoration: none;
}

.report-replace-actions a:first-child {
  background: var(--report-teal);
  color: var(--accent-on, #10131a);
}

.report-replace-actions a:hover,
.report-replace-actions button:hover {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--report-teal) 20%, transparent);
  transform: translateY(-1px);
}

.report-replace-actions a:focus-visible,
.report-replace-actions button:focus-visible {
  outline: 3px solid var(--report-teal);
  outline-offset: 3px;
}

.report-replace-lookup {
  background: color-mix(in srgb, var(--report-surface) 82%, transparent);
  border: 1px solid color-mix(in srgb, var(--report-teal) 35%, var(--line, #354156));
  border-radius: 1rem;
  grid-column: 1 / -1;
  min-width: 0;
  padding: clamp(1rem, 2.5vw, 1.35rem);
}

.report-replace-lookup-heading {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.report-replace-lookup h3 {
  color: var(--report-ink);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin: .3rem 0 .35rem;
}

.report-replace-lookup-heading > div > p:last-child {
  color: var(--report-muted);
  font-size: .86rem;
  line-height: 1.5;
  margin: 0;
  max-width: 72ch;
}

.report-replace .report-replace-count {
  background: color-mix(in srgb, var(--report-teal) 12%, var(--report-surface-raised));
  border: 1px solid color-mix(in srgb, var(--report-teal) 35%, var(--line, #354156));
  border-radius: 999px;
  color: var(--report-ink);
  flex: 0 0 auto;
  font-size: .76rem;
  font-weight: 800;
  padding: .45rem .7rem;
}

.report-replace-search {
  margin-top: 1rem;
}

.report-replace-search label {
  color: var(--report-ink);
  display: block;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: .35rem;
}

.report-replace-search > div {
  display: grid;
  gap: .55rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.report-replace-search input,
.report-replace-search button {
  border: 1px solid var(--line, #354156);
  border-radius: .75rem;
  color: var(--report-ink);
  font: inherit;
  min-height: 48px;
}

.report-replace-search input {
  background: var(--report-surface-raised);
  min-width: 0;
  padding: .75rem .9rem;
  width: 100%;
}

.report-replace-search input::placeholder {
  color: color-mix(in srgb, var(--report-muted) 82%, transparent);
}

.report-replace-search button {
  background: transparent;
  cursor: pointer;
  font-weight: 800;
  padding: .65rem .9rem;
}

.report-replace-search input:focus-visible,
.report-replace-search button:focus-visible,
.report-replace-result-actions a:focus-visible {
  outline: 3px solid var(--report-teal);
  outline-offset: 2px;
}

.report-replace-search > p,
.report-replace .report-replace-status {
  color: var(--report-muted);
  font-size: .76rem;
  margin: .4rem 0 0;
}

.report-replace-results {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: .9rem 0 0;
  padding: 0;
}

.report-replace-results article {
  background: var(--report-surface-raised);
  border: 1px solid var(--line, #354156);
  border-radius: .85rem;
  display: grid;
  gap: .55rem;
  height: 100%;
  min-width: 0;
  padding: .9rem;
}

.report-replace-results h4 {
  color: var(--report-ink);
  font-family: 'Fraunces', 'Fraunces Fallback', Georgia, serif;
  font-size: 1rem;
  margin: 0;
}

.report-replace-results article > p {
  font-size: .75rem;
}

.report-replace-results code {
  color: var(--report-muted);
  font-size: .7rem;
  overflow-wrap: anywhere;
}

.report-replace-result-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: auto;
}

.report-replace-result-actions a {
  color: var(--report-teal);
  font-size: .76rem;
  font-weight: 800;
  min-height: 44px;
  padding: .55rem 0;
}

.report-section-heading {
  max-width: 680px;
}

.report-section-heading .eyebrow {
  margin: 0 0 .3rem;
}

.report-section-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  letter-spacing: -.02em;
}

.report-section-heading > p:last-child {
  color: var(--report-muted);
  margin: .55rem 0 0;
}

.report-finding-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 1.35rem;
}

.report-finding {
  --finding-accent: var(--report-teal);
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--finding-accent) 17%, transparent), transparent 38%),
    var(--report-surface-raised);
  border: 1px solid color-mix(in srgb, var(--finding-accent) 35%, var(--line, #354156));
  border-top: 4px solid var(--finding-accent);
  border-radius: 1rem;
  color: var(--report-ink);
  grid-column: span 6;
  min-height: 235px;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}

.report-finding[data-finding-id="schools-affected"] {
  grid-column: span 6;
}

.report-finding[data-finding-id="dead-resources-ranked"] {
  --finding-accent: var(--report-coral);
}

.report-finding[data-finding-id="subject-split"] {
  --finding-accent: var(--ks4, #c497f4);
}

.report-finding[data-finding-id="remote-learning-share"] {
  --finding-accent: var(--report-amber);
  grid-column: span 6;
}

.report-finding[data-finding-id="modern-replacement-share"] {
  --finding-accent: var(--report-green);
  grid-column: 1 / -1;
}

.report-finding-kicker,
.report-chart-kicker {
  color: color-mix(in srgb, var(--finding-accent, var(--report-teal)) 82%, var(--report-ink));
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.report-finding-value {
  color: var(--finding-accent);
  font-family: 'Fraunces', 'Fraunces Fallback', Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .95;
  margin: .85rem 0 .55rem;
}

.report-finding h3 {
  color: var(--report-ink);
  font-family: 'Outfit', 'Outfit Fallback', system-ui, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.25;
  margin: 0;
}

.report-finding-summary,
.report-finding-context p {
  color: var(--report-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.report-finding-summary {
  margin: .65rem 0 0;
}

.report-finding-context {
  border-top: 1px solid var(--line, #354156);
  margin-top: .8rem;
  padding-top: .65rem;
}

.report-finding-context summary,
.report-chart-data summary {
  color: var(--report-ink);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}

.report-finding-context p {
  margin: .55rem 0 0;
}

.report-takeaways {
  display: grid;
  gap: .65rem;
  margin-top: 1.2rem;
}

.report-takeaways article {
  align-items: start;
  background: color-mix(in srgb, var(--report-surface-raised) 74%, transparent);
  border: 1px solid var(--line, #354156);
  border-radius: .9rem;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto 1fr;
  padding: .85rem 1rem;
}

.report-takeaways span {
  background: var(--report-teal);
  border-radius: 50%;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--report-teal) 14%, transparent);
  height: .55rem;
  margin-top: .48rem;
  width: .55rem;
}

.report-takeaways p {
  margin: 0;
}

.report-disclosure-list {
  display: grid;
  gap: .65rem;
  margin-top: 1.15rem;
}

.report-disclosure {
  background: color-mix(in srgb, var(--report-surface-raised) 76%, transparent);
  border: 1px solid var(--line, #354156);
  border-radius: .9rem;
  margin-top: 1rem;
  overflow: clip;
}

.report-disclosure-list .report-disclosure {
  margin-top: 0;
}

.report-disclosure > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: .2rem;
  list-style: none;
  min-height: 64px;
  padding: .85rem 3.2rem .85rem 1rem;
  position: relative;
}

.report-disclosure > summary::-webkit-details-marker {
  display: none;
}

.report-disclosure > summary::after {
  color: var(--report-teal);
  content: "+";
  font-size: 1.45rem;
  font-weight: 500;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.report-disclosure[open] > summary::after {
  content: "−";
}

.report-disclosure > summary span {
  color: var(--report-ink);
  font-family: 'Fraunces', 'Fraunces Fallback', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.report-disclosure > summary small {
  color: var(--report-muted);
  font-size: .78rem;
}

.report-prose {
  border-top: 1px solid var(--line, #354156);
  color: var(--report-muted);
  line-height: 1.68;
  padding: .25rem 1rem 1rem;
}

.report-prose p,
.report-prose li {
  max-width: 76ch;
}

.report-prose li + li {
  margin-top: .55rem;
}

.report-chart-grid {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.report-chart {
  background: var(--report-surface-raised);
  border: 1px solid var(--line, #354156);
  border-radius: 1rem;
  display: grid;
  gap: .85rem;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1rem, 2.4vw, 1.35rem);
}

.report-chart[data-chart-id="subjects"],
.report-chart[data-chart-id="most-carried"] {
  grid-column: 1 / -1;
}

.report-chart figcaption h3 {
  color: var(--report-ink);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin: .3rem 0 0;
}

.report-chart figcaption > p:last-child {
  color: var(--report-muted);
  font-size: .84rem;
  line-height: 1.5;
  margin: .45rem 0 0;
  max-width: 72ch;
}

.report-chart-kicker {
  --finding-accent: var(--report-teal-strong);
}

.report-chart-stage {
  min-height: 340px;
  outline: none;
  width: 100%;
}

.report-chart-stage:focus-visible {
  border-radius: .75rem;
  outline: 3px solid var(--report-teal);
  outline-offset: 3px;
}

.report-chart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.report-chart-actions button {
  align-items: center;
  background: var(--report-surface-soft);
  border: 1px solid var(--line, #354156);
  border-radius: 999px;
  color: var(--report-ink);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: .55rem .9rem;
}

.report-chart-actions button:hover {
  border-color: var(--report-teal);
  color: var(--report-teal);
}

.report-chart-actions button:focus-visible {
  outline: 3px solid var(--report-teal);
  outline-offset: 2px;
}

.report-chart-actions button:disabled {
  cursor: wait;
  opacity: .62;
}

.report-chart-status {
  color: var(--report-muted);
  font-size: .76rem;
  margin: -.2rem 0 0;
}

.report-chart[data-chart-id="subjects"] .report-chart-stage,
.report-chart[data-chart-id="most-carried"] .report-chart-stage {
  min-height: 420px;
}

.report-chart-data {
  border-top: 1px solid var(--line, #354156);
  padding-top: .7rem;
}

.report-chart-data .guide-table-wrap {
  margin-top: .7rem;
}

.report-chart-data table {
  border-collapse: collapse;
  font-size: .82rem;
  width: 100%;
}

.report-chart-data th,
.report-chart-data td {
  border-bottom: 1px solid var(--line, #354156);
  padding: .55rem;
  text-align: left;
}

.report-chart-data td {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.report-source-url {
  color: var(--report-muted);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.35;
  margin-top: .22rem;
  overflow-wrap: anywhere;
}

.report-download {
  align-items: center;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--report-teal) 12%, var(--report-surface)), var(--report-surface));
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 1rem !important;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.report-download .eyebrow {
  margin: 0 0 .25rem;
}

.report-download h2 {
  font-size: clamp(1.4rem, 2.7vw, 2rem);
}

.report-download p {
  color: var(--report-muted);
  margin: .35rem 0 0;
}

.report-download details {
  grid-column: 1 / -1;
}

.report-download summary {
  color: var(--report-muted);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}

.report-download code {
  display: block;
  font-size: .75rem;
  margin-top: .45rem;
  overflow-wrap: anywhere;
}

[data-copy-recommendation][disabled] {
  cursor: not-allowed;
  opacity: .55;
}

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

.report-related-grid article {
  background: color-mix(in srgb, var(--report-surface-raised) 88%, transparent);
  border: 1px solid var(--report-line);
  border-radius: 1rem;
  padding: 1rem;
}

.report-related-grid h3 {
  font-size: 1.05rem;
  margin: 0 0 .35rem;
}

.report-related-grid h3 a {
  color: var(--report-teal-strong);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.report-related-grid p {
  color: var(--report-muted);
  margin: 0;
}

@media (max-width: 820px) {
  .report-page {
    padding-bottom: max(7rem, calc(5.5rem + env(safe-area-inset-bottom)));
  }

  .report-hero-meta,
  .report-chart-grid,
  .report-replace,
  .report-related-grid {
    grid-template-columns: 1fr;
  }

  .report-replace-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

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

  .report-chart {
    grid-column: auto !important;
  }

  .report-finding {
    grid-column: span 6;
  }
}

@media (max-width: 620px) {
  .report-hero {
    padding: 1.2rem;
  }

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

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

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

  .report-replace-lookup-heading {
    display: grid;
  }

  .report-replace-count {
    justify-self: start;
  }

  .report-replace-search > div {
    grid-template-columns: 1fr;
  }

  .report-hero-stats div {
    align-items: center;
    grid-template-columns: auto 1fr;
    min-height: 0;
  }

  .report-hero-stats dt {
    align-self: center;
  }

  .report-hero-stats dd {
    margin: 0 .8rem 0 0;
  }

  .report-jump {
    border-radius: 1rem;
  }

  .report-jump span {
    flex-basis: 100%;
  }

  .report-finding {
    grid-column: 1 / -1 !important;
    min-height: 0;
  }

  .report-chart-stage,
  .report-chart[data-chart-id="subjects"] .report-chart-stage,
  .report-chart[data-chart-id="most-carried"] .report-chart-stage {
    min-height: 360px;
  }

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

  .report-download > a {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-page *,
  .report-page *::before,
  .report-page *::after {
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: more) {
  .report-hero,
  .report-panel,
  .report-download,
  .report-finding,
  .report-chart,
  .report-disclosure {
    border-width: 2px;
  }
}

@media (forced-colors: active) {
  .report-hero,
  .report-panel,
  .report-download,
  .report-finding,
  .report-chart,
  .report-disclosure,
  .report-takeaways article {
    background: Canvas;
    border: 1px solid CanvasText;
    box-shadow: none;
  }
}

@media print {
  .report-jump,
  .report-citation button,
  .report-hero-actions,
  [data-copy-recommendation],
  .report-chart-actions,
  .report-chart-stage {
    display: none;
  }

  .report-disclosure,
  .report-chart-data {
    display: block;
  }

  .report-disclosure > .report-prose,
  .report-chart-data > .guide-table-wrap {
    display: block;
  }
}
