
:root {
  --ink: #151917;
  --muted: #59615c;
  --line: #cfd4cf;
  --paper: #ffffff;
  --wash: #f2f4f1;
  --green: #76b900;
  --green-dark: #416900;
  --amber: #9a6200;
  --red: #9d3f35;
  --black: #050706;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #e8ebe7;
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.52;
  letter-spacing: 0;
}
a { color: var(--green-dark); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.report-nav {
  position: fixed;
  inset: 0 auto 0 0;
  width: 246px;
  overflow: auto;
  padding: 22px 16px;
  background: #111512;
  border-right: 1px solid #2c342e;
  z-index: 20;
}
.nav-title { color: #fff; font-weight: 700; margin: 0 0 16px; font-size: 16px; }
.report-nav a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: start;
  color: #bbc3bd;
  text-decoration: none;
  padding: 8px 5px;
  border-bottom: 1px solid #252b27;
  font-size: 12px;
  line-height: 1.35;
}
.report-nav a:hover { color: #fff; background: #171d18; }
.report-nav a span { color: var(--green); font-variant-numeric: tabular-nums; }
.report-shell { width: min(1100px, calc(100% - 286px)); margin: 24px 20px 70px 266px; }
.report-cover, .report-section {
  background: var(--paper);
  border: 1px solid #cbd0cb;
  margin: 0 0 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.report-cover { overflow: hidden; }
.cover-image {
  height: 580px;
  background: #000 url("assets/annual_page-005.png") center / cover no-repeat;
}
.cover-overlay {
  position: absolute;
  top: 24px;
  margin-left: 1px;
  width: min(1100px, calc(100% - 288px));
  height: 580px;
  padding: 38px 44px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 43%, rgba(0,0,0,.08) 72%);
}
.cover-brand { display: flex; justify-content: space-between; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 12px; }
.brand-mark { color: var(--green); font-weight: 800; }
.cover-title { max-width: 660px; }
.cover-title h1 { margin: 0 0 12px; font-size: 54px; line-height: 1; letter-spacing: 0; }
.cover-title > p { margin: 0 0 24px; font-size: 25px; line-height: 1.22; color: #f2f4f1; }
.cover-meta { display: flex; gap: 24px; border-top: 2px solid var(--green); padding-top: 11px; font-size: 13px; }
.cover-blocks { padding: 28px 38px 40px; }
.section-header {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 28px 34px 22px;
  border-top: 5px solid var(--green);
  border-bottom: 1px solid var(--line);
}
.section-number { color: var(--green-dark); font-size: 22px; font-weight: 800; }
.section-header h2 { margin: 0 0 7px; font-size: 29px; line-height: 1.12; letter-spacing: 0; }
.section-header p { margin: 0; color: var(--muted); max-width: 820px; font-size: 14px; }
.report-block { padding: 25px 34px 28px; border-bottom: 1px solid var(--line); break-inside: avoid; }
.report-block:last-child { border-bottom: 0; }
.report-block h3 { margin: 0 0 14px; font-size: 19px; line-height: 1.25; letter-spacing: 0; }
.report-block p { margin: 0 0 13px; max-width: 920px; }
.report-block ul { margin: 5px 0 0; padding-left: 19px; columns: 2; column-gap: 44px; }
.report-block li { break-inside: avoid; margin: 0 0 9px; }
.source-note { font-size: 11px; color: var(--muted); border-top: 1px dotted var(--line); padding-top: 9px; margin-top: 17px !important; }
.metric-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); margin: 0 0 20px; }
.metric-strip > div { padding: 13px 15px; border-right: 1px solid var(--line); min-width: 0; }
.metric-strip > div:last-child { border-right: 0; }
.metric-strip span { display: block; color: var(--muted); font-size: 11px; }
.metric-strip strong { display: block; font-size: 23px; line-height: 1.2; margin: 3px 0; overflow-wrap: anywhere; }
.metric-strip p { font-size: 10px; color: var(--muted); margin: 0; }
.table-wrap { width: 100%; overflow: auto; margin: 6px 0 14px; }
table { border-collapse: collapse; width: 100%; font-size: 11.5px; line-height: 1.35; }
th { background: #252b27; color: #fff; text-align: left; font-weight: 650; padding: 8px 7px; vertical-align: bottom; }
td { border-bottom: 1px solid #dce0dc; padding: 8px 7px; vertical-align: top; }
tbody tr:nth-child(even) td { background: #f6f7f5; }
.chart { display: block; width: 100%; max-height: 390px; margin: 5px auto 17px; overflow: visible; }
.chart text { font-family: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; fill: var(--ink); }
.chart rect:not([fill]) { fill: var(--green); }
.chart .value { font-weight: 700; font-size: 11px; }
.chart .axis { fill: #5f6861; font-size: 10px; }
.chart .legend { fill: #28302b; font-size: 10px; }
.chart .grid { stroke: #dfe3df; stroke-width: 1; }
.editorial-figure { margin: 4px 0 16px; }
.editorial-figure img { width: 100%; max-height: 600px; object-fit: contain; background: #000; display: block; }
.editorial-figure figcaption { background: #111512; color: #c9d0ca; padding: 8px 11px; font-size: 10px; }
.editorial-figure figcaption a { color: #9bd047; }
.full-bleed-figure { padding-left: 0; padding-right: 0; }
.full-bleed-figure h3, .full-bleed-figure .source-note { margin-left: 34px; margin-right: 34px; }
.flow-diagram, .supply-map, .model-architecture, .event-flow, .causal-chain {
  display: flex;
  gap: 9px;
  align-items: stretch;
  margin: 10px 0 20px;
}
.flow-diagram div, .supply-map div, .model-architecture span, .event-flow span, .causal-chain span {
  flex: 1;
  min-width: 0;
  border: 1px solid #bfc6bf;
  border-top: 3px solid var(--green);
  padding: 11px;
  background: #f6f7f5;
  font-size: 11px;
}
.flow-diagram strong, .supply-map strong { display: block; margin-bottom: 5px; font-size: 12px; }
.flow-diagram span, .supply-map span { color: var(--muted); font-size: 10px; }
.flow-diagram b, .supply-map i, .model-architecture i, .event-flow i, .causal-chain i { align-self: center; color: var(--green-dark); font-style: normal; font-weight: 800; }
.flow-result { background: #e9f1df !important; }
.equation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.equation-grid > div { border: 1px solid var(--line); padding: 12px; background: #f7f8f6; }
.equation-grid strong { display: block; font-size: 11px; margin-bottom: 6px; }
.equation-grid code, .formula { font-family: "SFMono-Regular", Menlo, monospace; font-size: 11px; color: #294800; }
.formula { border-left: 4px solid var(--green); background: #eef3e8; padding: 12px 14px; margin: 17px 0 3px; }
.heatmap .heat { display: block; padding: 8px; text-align: center; font-weight: 700; }
.scorecard-block { background: #fbfcfa; }
.page-footer { display: none; }
@media (max-width: 900px) {
  .report-nav { position: static; width: 100%; max-height: 240px; }
  .report-shell { width: auto; margin: 16px; }
  .cover-overlay { top: auto; margin-top: -580px; margin-left: 0; width: calc(100% - 32px); }
  .metric-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-diagram, .supply-map, .model-architecture, .event-flow, .causal-chain { flex-wrap: wrap; }
  .report-block ul { columns: 1; }
}
@media print {
  @page { size: A4; margin: 13mm 12mm 15mm; }
  body { background: #fff; font-size: 9.2pt; line-height: 1.43; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .report-nav { display: none; }
  .report-shell { width: auto; margin: 0; }
  .report-cover, .report-section { border: 0; box-shadow: none; margin: 0; }
  .report-section { break-before: page; }
  .cover-image { height: 150mm; }
  .cover-overlay { position: absolute; top: 0; left: 0; margin: 0; width: 100%; height: 150mm; padding: 17mm 14mm; }
  .cover-title h1 { font-size: 34pt; }
  .cover-title > p { font-size: 17pt; }
  .cover-blocks { padding: 8mm 4mm 0; }
  .section-header { padding: 8mm 4mm 5mm; grid-template-columns: 12mm 1fr; }
  .section-header h2 { font-size: 19pt; }
  .report-block { padding: 6mm 4mm; }
  .report-block h3 { font-size: 13pt; }
  .report-block ul { columns: 2; }
  table { font-size: 7.2pt; }
  th, td { padding: 4px 4px; }
  .metric-strip strong { font-size: 15pt; }
  .editorial-figure img { max-height: 165mm; }
  a { color: inherit; text-decoration: none; }
}

/* report-authoring-overrides */
.chart rect:not([fill]), .chart circle { fill: #76b900 !important; }
