:root {
  --paper: #f6f5f1;
  --surface: #ffffff;
  --ink: #17201d;
  --muted: #66716c;
  --line: #d8ddd9;
  --teal: #0b6b62;
  --teal-dark: #06483f;
  --teal-soft: #dcece8;
  --amber: #b66b16;
  --amber-soft: #f5e8d5;
  --red: #a33b36;
  --red-soft: #f5e2df;
  --blue: #356a91;
  --blue-soft: #e4edf4;
  --sidebar: 232px;
  --topbar: 58px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--topbar) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }
code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: .84em;
  background: #eef0ed;
  padding: 2px 5px;
  border-radius: 3px;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--topbar);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  color: #f8fbfa;
  background: #14211d;
  border-bottom: 1px solid #2b3934;
}
.brand { display: flex; gap: 11px; align-items: center; color: inherit; text-decoration: none; font-weight: 680; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; background: #d9f0e9; color: #123f37; font-size: 11px; font-weight: 850; border-radius: 4px; }
.top-meta { display: flex; gap: 20px; font-size: 12px; color: #bfc9c5; }

.page-shell { display: grid; grid-template-columns: var(--sidebar) minmax(0, 1fr); padding-top: var(--topbar); }
.sidebar {
  position: fixed;
  top: var(--topbar);
  bottom: 0;
  width: var(--sidebar);
  padding: 27px 22px;
  background: #edf0ed;
  border-right: 1px solid var(--line);
  overflow-y: auto;
}
.nav-label { margin: 0 0 10px; font-size: 10px; font-weight: 800; color: #87908c; }
.sidebar nav { display: grid; gap: 2px; }
.sidebar nav a { padding: 7px 9px; color: #53605a; text-decoration: none; font-size: 13px; border-left: 2px solid transparent; }
.sidebar nav a:hover { color: var(--ink); background: #e3e8e4; }
.sidebar nav a.active { color: var(--teal-dark); background: #dde8e4; border-left-color: var(--teal); font-weight: 700; }
.sidebar-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid #d3d9d5; font-size: 11px; color: var(--muted); }
.sidebar-note strong { color: var(--ink); font-size: 12px; }
.sidebar-note p { margin: 6px 0 0; line-height: 1.55; }
.signal { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; }
.signal-amber { background: var(--amber); }

main { grid-column: 2; width: min(1180px, 100%); margin: 0 auto; padding: 0 48px; }
.report-section { padding: 68px 0; border-bottom: 1px solid var(--line); }
.hero { min-height: calc(100vh - var(--topbar)); display: flex; flex-direction: column; justify-content: center; padding-top: 52px; }
.eyebrow { color: var(--teal); font-size: 11px; font-weight: 850; }
h1 { margin: 12px 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 56px; line-height: 1.08; font-weight: 500; }
.hero-subtitle { margin: 0 0 34px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.decision-banner { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 22px 25px; background: var(--teal-dark); color: white; border-left: 6px solid #6dc7b7; }
.decision-banner h2 { margin: 4px 0 0; max-width: 780px; font-size: 22px; line-height: 1.35; }
.decision-kicker { font-size: 10px; font-weight: 800; color: #a9ddd3; }
.verdict { flex: none; padding: 6px 9px; border: 1px solid #6ea99f; font-size: 10px; font-weight: 850; color: #d7f2ec; }
.score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1px; background: var(--line); }
.score-block { background: var(--surface); padding: 20px 22px; }
.score-label { display: block; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.score-block strong { display: block; margin: 4px 0 8px; font-size: 30px; line-height: 1.1; }
.score-block small { color: var(--muted); font-size: 13px; }
.score-block p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.meter { height: 4px; background: #e5e9e6; }
.meter span { display: block; height: 100%; background: var(--teal); }
.score-warning .meter span { background: var(--amber); }
.lead { max-width: 870px; margin: 30px 0 0; font-size: 17px; line-height: 1.8; }

.section-heading { display: flex; gap: 17px; align-items: flex-start; margin-bottom: 32px; }
.section-heading > span { margin-top: 4px; color: var(--teal); font-family: Georgia, serif; font-size: 28px; }
.section-heading p { margin: 0 0 2px; color: var(--muted); font-size: 10px; font-weight: 800; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; line-height: 1.2; }
.subheading { margin: 42px 0 16px; font-size: 18px; }

.boundary-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.boundary-item { min-width: 0; padding: 22px; background: var(--surface); border-top: 4px solid var(--teal); }
.boundary-item.partial { border-top-color: var(--amber); }
.boundary-item.caution { border-top-color: var(--red); }
.boundary-item .status { font-size: 10px; color: var(--teal); font-weight: 850; }
.boundary-item.partial .status { color: var(--amber); }
.boundary-item.caution .status { color: var(--red); }
.boundary-item h3 { margin: 9px 0 8px; font-size: 16px; }
.boundary-item p { min-height: 104px; margin: 0 0 12px; color: var(--muted); font-size: 13px; }
.boundary-item code { overflow-wrap: anywhere; }
.claim-box { margin-top: 28px; padding: 24px 28px; background: #e9eeeb; border-left: 4px solid #83958e; }
.claim-box h3 { margin: 0 0 10px; font-size: 15px; }
blockquote { margin: 0; color: #233c35; font-family: Georgia, serif; font-size: 19px; line-height: 1.65; }
.claim-box p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }

.story-thesis { padding: 26px 30px; background: var(--surface); border: 1px solid var(--line); }
.story-thesis p:last-child { margin: 6px 0 0; max-width: 930px; font-family: Georgia, serif; font-size: 21px; line-height: 1.75; }
.thesis-label { margin: 0; color: var(--teal); font-size: 10px; font-weight: 850; }
.funnel { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; margin: 30px 0; }
.funnel-step { display: flex; min-width: 0; flex-direction: column; padding: 17px 13px; background: #e7ebe8; border-bottom: 3px solid #92a099; }
.funnel-step b { color: #87928d; font-size: 10px; }
.funnel-step strong { margin: 3px 0; font-size: 14px; }
.funnel-step span { color: var(--muted); font-size: 10px; line-height: 1.4; }
.funnel-step.active { background: var(--amber-soft); border-bottom-color: var(--amber); }
.funnel-arrow { display: grid; place-items: center; width: 23px; color: #98a29d; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.two-column article { border-top: 2px solid var(--ink); }
.two-column h3 { margin: 14px 0 7px; font-size: 16px; }
.two-column p { margin: 0; color: var(--muted); font-size: 14px; }
.claim-spectrum { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }
.claim-spectrum > div { padding: 17px; border: 1px solid var(--line); background: var(--surface); }
.claim-spectrum span { font-size: 10px; font-weight: 850; }
.claim-spectrum p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.claim-no { color: var(--red); }.claim-maybe { color: var(--amber); }.claim-yes { color: var(--teal); }

.segmented { display: inline-flex; margin-bottom: 18px; border: 1px solid #bfc8c3; padding: 3px; background: #e8ece9; }
.segment { border: 0; padding: 6px 12px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; }
.segment.active { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px #cdd4d0; }
.intro-draft { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.intro-draft article { padding: 22px 24px; background: var(--surface); }
.intro-draft span { color: var(--teal); font-size: 10px; font-weight: 850; }
.intro-draft p { margin: 8px 0 0; font-family: Georgia, serif; font-size: 15px; line-height: 1.75; }
.hidden { display: none !important; }

.contribution-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.contribution-list li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contribution-list li > span { color: var(--teal); font-family: Georgia, serif; font-size: 25px; }
.contribution-list h3 { margin: 0 0 6px; font-size: 16px; }
.contribution-list p { margin: 0; max-width: 890px; color: var(--muted); font-family: Georgia, serif; font-size: 16px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.gate-table { margin-top: 28px; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th { padding: 11px 13px; text-align: left; background: #e9eeeb; color: #4d5a54; font-size: 10px; text-transform: uppercase; }
td { padding: 12px 13px; vertical-align: top; border-top: 1px solid var(--line); }
tbody tr:hover { background: #fafbf9; }
.fail { color: var(--red); font-weight: 750; }.warn { color: var(--amber); font-weight: 750; }

.reading-key { display: grid; grid-template-columns: 135px 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.reading-key strong { padding: 17px 0; color: var(--teal-dark); font-size: 11px; }
.reading-key p { margin: 0; padding: 17px 0; color: var(--muted); font-size: 12px; }
.paper-deepdive-list { display: grid; gap: 34px; margin-top: 32px; }
.paper-deepdive { min-width: 0; background: var(--surface); border: 1px solid var(--line); border-top: 4px solid var(--teal-dark); }
.paper-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.paper-head > div { min-width: 0; }
.paper-index { color: var(--teal); font-size: 10px; font-weight: 850; }
.paper-head h3 { margin: 4px 0 2px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; line-height: 1.25; }
.paper-meta { margin: 0; color: var(--muted); font-size: 11px; }
.paper-one-line { margin: 10px 0 0; max-width: 850px; color: #34433d; font-family: Georgia, serif; font-size: 15px; }
.paper-link { flex: none; padding: 6px 9px; border: 1px solid #aebbb5; border-radius: 3px; color: var(--teal-dark); font-size: 10px; font-weight: 800; text-decoration: none; }
.paper-link:hover { background: var(--teal-soft); border-color: var(--teal); }
.paper-core { display: grid; grid-template-columns: 1fr 1fr; }
.paper-core section { min-width: 0; padding: 23px 28px 25px; }
.paper-core section + section { border-left: 1px solid var(--line); }
.paper-core h4, .experiment-read h4 { margin: 0 0 10px; color: var(--teal-dark); font-size: 11px; }
.paper-core p { margin: 0; color: #4d5a54; font-size: 12px; }
.paper-core p + p { margin-top: 9px; }
.pipeline { margin: 11px 0 0; padding: 0; list-style: none; counter-reset: pipeline; }
.pipeline li { position: relative; padding: 7px 0 7px 28px; color: #4d5a54; font-size: 12px; border-top: 1px solid #e8ebe9; }
.pipeline li::before { position: absolute; left: 0; top: 7px; counter-increment: pipeline; content: counter(pipeline, decimal-leading-zero); color: var(--teal); font-family: Georgia, serif; font-size: 11px; }
.experiment-read { padding: 23px 28px 27px; background: #f8f9f7; border-top: 1px solid var(--line); }
.section-flow { margin: 0 0 20px; padding: 12px 15px; color: #5f462b; background: var(--amber-soft); border-left: 3px solid var(--amber); font-size: 11px; overflow-wrap: anywhere; }
.experiment-steps { margin: 0; padding: 0; list-style: none; counter-reset: experiment; }
.experiment-steps li { display: grid; grid-template-columns: minmax(150px, .38fr) 1fr; gap: 22px; padding: 14px 0; border-top: 1px solid var(--line); }
.experiment-steps li::before { display: none; }
.experiment-steps b { color: var(--ink); font-size: 12px; }
.experiment-steps b::before { counter-increment: experiment; content: counter(experiment, decimal-leading-zero) " / "; color: var(--teal); font-family: Georgia, serif; font-weight: 500; }
.experiment-steps p { margin: 0; color: var(--muted); font-size: 12px; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-grid > div { min-width: 0; padding: 17px 28px; }
.fact-grid > div:nth-child(even) { border-left: 1px solid var(--line); }
.fact-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
.fact-grid strong { display: block; margin-bottom: 4px; color: var(--teal-dark); font-size: 10px; }
.fact-grid p { margin: 0; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.critical-read { margin: 0; padding: 17px 28px; color: #664720; background: var(--amber-soft); font-size: 12px; }
.critical-read strong { color: #513616; }
.paper-takeaway { margin-top: 34px; padding: 22px 27px; color: #eef7f4; background: #273631; border-left: 5px solid #6dc7b7; }
.paper-takeaway h3 { margin: 0 0 7px; color: #a8ddd2; font-size: 13px; }
.paper-takeaway p { margin: 0; max-width: 980px; font-family: Georgia, serif; font-size: 16px; }
.paper-takeaway b { color: white; }

.experiment-principle { display: flex; gap: 18px; align-items: baseline; padding: 20px 24px; color: white; background: #273631; }
.experiment-principle strong { flex: none; color: #a8ddd2; }
.experiment-principle p { margin: 0; font-family: Georgia, serif; font-size: 17px; }
.note { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.note.danger { padding: 14px 17px; color: #6d302d; background: var(--red-soft); border-left: 3px solid var(--red); }
.baseline-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.baseline-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 18px; background: var(--surface); }
.baseline-list article > span { display: grid; place-items: center; width: 34px; height: 28px; background: var(--teal-soft); color: var(--teal-dark); font-size: 10px; font-weight: 850; border-radius: 3px; }
.baseline-list h4, .metric-grid h4 { margin: 0 0 4px; font-size: 13px; }
.baseline-list p, .metric-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.metric-grid article { padding: 18px; background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.metric-grid b { color: var(--blue); font-size: 9px; text-transform: uppercase; }
.figure-plan { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 34px; align-items: center; padding: 25px; background: #ebefec; }
.figure-plan p { margin: 7px 0; color: var(--muted); font-size: 12px; }
.figure-plot { position: relative; min-height: 235px; background-color: white; background-image: linear-gradient(#e7ebe8 1px, transparent 1px), linear-gradient(90deg, #e7ebe8 1px, transparent 1px); background-size: 20% 20%; border-left: 2px solid #5c6862; border-bottom: 2px solid #5c6862; overflow: hidden; }
.axis-y { position: absolute; top: 8px; left: 9px; color: var(--muted); font-size: 9px; }
.axis-x { position: absolute; right: 8px; bottom: 7px; color: var(--muted); font-size: 9px; }
.curve { position: absolute; width: 66%; height: 54%; left: 15%; bottom: 16%; border-radius: 50%; transform: rotate(-16deg); border-top: 4px solid var(--teal); }
.curve-b { width: 64%; height: 42%; left: 20%; bottom: 11%; border-top-color: var(--amber); }
.legend { position: absolute; right: 8px; padding-left: 13px; font-size: 9px; }
.legend::before { content: ""; position: absolute; left: 0; top: 6px; width: 8px; height: 2px; background: var(--teal); }
.legend-a { top: 12px; }.legend-b { top: 29px; }.legend-b::before { background: var(--amber); }
.pilot-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.pilot-strip div { padding: 16px; background: var(--surface); border-right: 1px solid var(--line); }
.pilot-strip div:last-child { border-right: 0; }
.pilot-strip span { display: block; color: var(--muted); font-size: 10px; }
.pilot-strip strong { font-size: 17px; }

.review-round { display: grid; grid-template-columns: 185px 1fr; gap: 28px; padding: 26px; border: 1px solid var(--line); background: var(--surface); }
.review-round + .review-round { margin-top: 14px; }
.review-round.reject { border-left: 5px solid var(--red); }
.review-round.accept { border-left: 5px solid var(--teal); }
.review-score span, .review-score small { display: block; color: var(--muted); font-size: 10px; }
.review-score strong { display: block; font-family: Georgia, serif; font-size: 49px; line-height: 1.05; }
.review-round h3 { margin: 0 0 7px; font-size: 16px; }
.review-round p { margin: 0; color: var(--muted); font-size: 13px; }
.review-risks { margin-top: 25px; padding: 23px 27px; background: var(--amber-soft); }
.review-risks h3 { margin: 0 0 8px; font-size: 15px; }
.review-risks ol { margin: 0; padding-left: 20px; color: #6b4b26; font-size: 12px; }

.todo-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.todo-list li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 15px; background: var(--surface); }
.todo-list span { color: #87918c; font-family: Georgia, serif; }
.todo-list p { margin: 0; color: var(--muted); font-size: 11px; }
.todo-list .done { background: #eef4f1; }
.todo-list .done span { color: var(--teal); }
.todo-list .done p::after { content: "  ✓"; color: var(--teal); font-weight: 800; }
.todo-list .next { background: var(--amber-soft); }
.todo-list .next span { color: var(--amber); }

.paper-search { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 15px; color: var(--muted); font-size: 11px; }
.paper-search input { width: min(420px, 70%); padding: 9px 11px; color: var(--ink); background: var(--surface); border: 1px solid #bcc6c1; border-radius: 3px; outline: none; }
.paper-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 2px var(--teal-soft); }
.paper-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.paper-list a { display: block; min-width: 0; padding: 14px 16px; color: var(--ink); background: var(--surface); text-decoration: none; }
.paper-list a:hover { background: #eef4f1; }
.paper-list b { display: block; color: var(--teal-dark); font-size: 12px; }
.paper-list span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; overflow-wrap: anywhere; }
.empty { padding: 25px; text-align: center; color: var(--muted); background: var(--surface); border: 1px solid var(--line); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 50px; color: #7b8580; font-size: 10px; }

@media (max-width: 980px) {
  :root { --sidebar: 190px; }
  main { padding: 0 30px; }
  h1 { font-size: 46px; }
  .score-grid, .boundary-grid { grid-template-columns: 1fr; }
  .boundary-item p { min-height: auto; }
  .funnel { grid-template-columns: 1fr; gap: 3px; }
  .funnel-arrow { width: auto; height: 17px; transform: rotate(90deg); }
  .claim-spectrum, .metric-grid { grid-template-columns: 1fr 1fr; }
  .paper-core { grid-template-columns: 1fr; }
  .paper-core section + section { border-top: 1px solid var(--line); border-left: 0; }
  .pilot-strip { grid-template-columns: 1fr 1fr; }
  .pilot-strip div:nth-child(2) { border-right: 0; }
  .pilot-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  :root { --topbar: 52px; }
  .topbar { padding: 0 15px; }
  .top-meta span { display: none; }
  .page-shell { display: block; }
  .sidebar { position: sticky; top: var(--topbar); z-index: 10; width: 100%; height: 42px; padding: 0; overflow-x: auto; overflow-y: hidden; border-right: 0; border-bottom: 1px solid var(--line); }
  .nav-label, .sidebar-note { display: none; }
  .sidebar nav { display: flex; width: max-content; height: 100%; align-items: center; }
  .sidebar nav a { flex: none; padding: 11px 13px 9px; border-left: 0; border-bottom: 2px solid transparent; }
  .sidebar nav a.active { border-bottom-color: var(--teal); }
  main { width: 100%; padding: 0 17px; }
  .report-section { padding: 48px 0; }
  .hero { min-height: calc(100vh - 94px); padding-top: 35px; }
  h1 { font-size: 39px; overflow-wrap: anywhere; }
  .hero-subtitle { font-size: 17px; }
  .decision-banner { align-items: flex-start; flex-direction: column; }
  .decision-banner h2 { font-size: 18px; }
  .section-heading h2 { font-size: 28px; }
  .two-column, .claim-spectrum, .intro-draft, .baseline-list, .metric-grid, .todo-list, .paper-list { grid-template-columns: 1fr; }
  .reading-key, .fact-grid { grid-template-columns: 1fr; }
  .reading-key { padding: 12px 0; }
  .reading-key strong, .reading-key p { padding: 2px 0; }
  .paper-head { flex-direction: column; gap: 14px; padding: 20px; }
  .paper-head h3 { font-size: 22px; overflow-wrap: anywhere; }
  .paper-link { align-self: flex-start; }
  .paper-core section, .experiment-read, .fact-grid > div, .critical-read { padding-right: 20px; padding-left: 20px; }
  .experiment-steps li { grid-template-columns: 1fr; gap: 4px; }
  .fact-grid > div:nth-child(even) { border-left: 0; }
  .fact-grid > div:nth-child(n+2) { border-top: 1px solid var(--line); }
  .story-thesis p:last-child { font-size: 18px; }
  .experiment-principle { align-items: flex-start; flex-direction: column; gap: 5px; }
  .figure-plan { grid-template-columns: 1fr; }
  .review-round { grid-template-columns: 1fr; gap: 13px; }
  .review-score strong { font-size: 39px; }
  .contribution-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .paper-search { align-items: stretch; flex-direction: column; }
  .paper-search input { width: 100%; }
  footer { flex-direction: column; gap: 2px; }
}

@media print {
  .topbar, .sidebar, .segmented { display: none; }
  .page-shell { display: block; padding: 0; }
  main { width: 100%; padding: 0; }
  .report-section { break-inside: avoid; padding: 26px 0; }
  .hidden { display: block !important; }
  a { color: inherit; }
}
