:root {
    --ink: #263c37;
    --muted: #72827d;
    --line: #e2ebe6;
    --canvas: #f7faf8;
    --panel: #ffffff;
    --sage: #dcefe5;
    --sage-strong: #2d6954;
    --yellow: #fff1c7;
    --yellow-strong: #8a6819;
    --red: #ffe0dd;
    --red-strong: #a84c49;
    --blue: #e2edf7;
    --shadow: 0 18px 50px rgba(58, 88, 76, .08);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.night-mode {
    --ink: #e7e9e7;
    --muted: #a8afaa;
    --line: #303632;
    --canvas: #0f1110;
    --panel: #191c1a;
    --sage: #243a2d;
    --sage-strong: #b6dec5;
    --yellow: #403720;
    --yellow-strong: #f0d581;
    --red: #3d282a;
    --red-strong: #f0aaa7;
    --blue: #202f39;
    --shadow: 0 18px 50px rgba(0, 0, 0, .22);
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); line-height: 1.45; }
a { color: inherit; }
.shell { width: min(1440px, calc(100% - 40px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; gap: 13px; min-height: 88px; border-bottom: 1px solid var(--line); }
.brand-mark { width: 42px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: var(--sage); color: var(--sage-strong); font-size: 16px; font-weight: 850; letter-spacing: -.04em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: 19px; letter-spacing: -.02em; }
h1 a { text-decoration: none; }
h2 { margin-bottom: 11px; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.055em; line-height: 1.02; }
h3 { margin-bottom: 0; font-size: 19px; letter-spacing: -.025em; }
.eyebrow { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-meta { display: flex; align-items: center; gap: 14px; margin-left: auto; color: var(--muted); font-size: 12px; }
.municipality-switcher { display: inline-flex; align-items: center; gap: 3px; margin-left: 10px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); }
.municipality-switcher a { padding: 5px 9px; border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.municipality-switcher a:hover, .municipality-switcher a:focus-visible { background: var(--sage); color: var(--sage-strong); outline: none; }
.municipality-switcher a[aria-current="page"] { background: var(--sage); color: var(--sage-strong); }
.theme-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); color: var(--muted); font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.theme-toggle:hover, .theme-toggle:focus-visible { border-color: #8ebda3; color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(155, 199, 177, .22); }
html.night-mode .theme-toggle { background: #242725; color: #dce3de; }
.hero { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding: 64px 0 34px; }
.detail-hero { padding-top: 34px; }
.lede { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.hero-callout { min-width: 190px; padding: 21px; border: 1px solid var(--line); border-radius: 21px; background: var(--sage); color: var(--sage-strong); }
.hero-callout span, .hero-callout small { display: block; font-size: 12px; }
.hero-callout strong { display: block; margin: 4px 0; font-size: 29px; letter-spacing: -.05em; }
.hero-status { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.back-row { padding-top: 27px; }
.back-link { color: var(--muted); font-size: 13px; text-decoration: none; }
.back-link:hover, .stop-link:hover { color: var(--sage-strong); }
.detail-nav { position: sticky; z-index: 12; top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 20px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 13px; background: color-mix(in srgb, var(--panel) 92%, transparent); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.detail-nav-links { display: flex; gap: 3px; overflow-x: auto; scrollbar-width: none; }
.detail-nav-links::-webkit-scrollbar { display: none; }
.detail-nav a { flex: 0 0 auto; padding: 6px 8px; border-radius: 8px; color: var(--muted); font-size: 11px; font-weight: 750; text-decoration: none; }
.detail-nav a:hover, .detail-nav a:focus-visible { background: var(--sage); color: var(--sage-strong); outline: none; }
.subtle-action { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--panel); color: var(--ink); font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.subtle-action:hover:not(:disabled), .subtle-action:focus-visible { border-color: #8ebda3; background: var(--sage); color: var(--sage-strong); outline: none; box-shadow: 0 0 0 3px rgba(155, 199, 177, .22); }
.subtle-action:disabled { cursor: not-allowed; opacity: .48; }
section[id] { scroll-margin-top: 88px; }
.badge { display: inline-flex; align-items: center; width: fit-content; min-height: 25px; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.badge.good { background: var(--sage); color: var(--sage-strong); }
.badge.warn { background: var(--yellow); color: var(--yellow-strong); }
.badge.bad { background: var(--red); color: var(--red-strong); }
.badge.neutral { background: #edf2ef; color: #65736e; }
.notice { margin: 0 0 24px; padding: 15px 18px; border: 1px solid transparent; border-radius: 14px; color: #5e6e68; font-size: 13px; }
.notice-good { background: var(--sage); border-color: #c5e2d2; }
.notice-warn { background: var(--yellow); border-color: #f2dfab; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 24px; }
.detail-kpi-grid { grid-template-columns: repeat(6, 1fr); }
.kpi-card { min-height: 135px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); box-shadow: var(--shadow); }
.kpi-label { display: block; margin-bottom: 11px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.kpi-label-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.kpi-label-row .kpi-label { margin-bottom: 11px; }
.kpi-info { position: relative; display: inline-flex; flex: 0 0 auto; }
.info-toggle { display: grid; width: 18px; height: 18px; place-items: center; padding: 0; border: 1px solid #cbd5d0; border-radius: 5px; background: #f4f7f5; color: #77857f; font: 800 11px/1 ui-sans-serif, sans-serif; cursor: help; }
.info-toggle:hover, .info-toggle:focus-visible { border-color: #9aa9a2; background: #e9eeeb; color: var(--ink); outline: none; box-shadow: 0 0 0 3px rgba(155, 199, 177, .22); }
.info-popover { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; display: grid; gap: 7px; width: min(280px, calc(100vw - 48px)); padding: 12px; border: 1px solid #cfdad4; border-radius: 12px; background: #fff; box-shadow: 0 16px 34px rgba(41, 65, 55, .18); color: var(--ink); font-size: 12px; line-height: 1.4; opacity: 0; pointer-events: none; transform: translateY(-3px); transition: opacity .16s ease, transform .16s ease; }
.info-popover strong { font-size: 12px; }
.info-popover span { color: var(--muted); }
.info-popover a { width: fit-content; color: var(--sage-strong); font-size: 12px; font-weight: 750; }
.kpi-info:hover .info-popover, .kpi-info:focus-within .info-popover, .kpi-info.is-open .info-popover { opacity: 1; pointer-events: auto; transform: translateY(0); }
.kpi-card strong { display: block; font-size: 31px; letter-spacing: -.06em; }
.kpi-card small, td small, .stop-link small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.panel { min-width: 0; margin-bottom: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: var(--shadow); }
.section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.section-grid .wide { grid-column: span 2; }
.panel-heading, .toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.legend-dot { font-size: 16px; }
.legend-dot.green { color: var(--sage-strong); }
.chart { position: relative; width: 100%; min-height: 270px; }
.chart-small { min-height: 220px; }
.chart-overview { min-height: 260px; }
.chart-monthly { min-height: 280px; }
.chart-quartiles { min-height: 210px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-note { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 10px; color: var(--muted); font-size: 10px; }
.legend-key { display: inline-flex; align-items: center; gap: 5px; }
.legend-swatch { position: relative; display: inline-block; width: 18px; height: 10px; color: var(--legend-color); }
.legend-swatch.line::before, .legend-swatch.dash::before, .legend-swatch.threshold::before { position: absolute; top: 4px; right: 0; left: 0; height: 2px; background: var(--legend-color); content: ""; }
.legend-swatch.dash::before { background: repeating-linear-gradient(90deg, var(--legend-color) 0 5px, transparent 5px 8px); }
.legend-swatch.threshold::before { background: repeating-linear-gradient(90deg, var(--legend-color) 0 2px, transparent 2px 5px); }
.legend-swatch.dot::before { position: absolute; top: 1px; left: 5px; width: 8px; height: 8px; border-radius: 50%; background: var(--legend-color); content: ""; }
.legend-swatch.bar::before { position: absolute; top: 1px; right: 1px; bottom: 1px; left: 1px; border-radius: 3px; background: var(--legend-color); content: ""; }
.legend-swatch.band::before { position: absolute; inset: 1px; border-radius: 3px; background: var(--legend-color); content: ""; opacity: .42; }
.legend-swatch.text::before { position: absolute; top: 4px; right: 0; left: 0; height: 1px; background: var(--legend-color); content: ""; opacity: .75; }
.chart-tooltip { position: absolute; z-index: 3; width: min(260px, calc(100% - 20px)); padding: 9px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); box-shadow: var(--shadow); color: var(--ink); font-size: 11px; line-height: 1.35; opacity: 0; pointer-events: none; transform: translate(-50%, calc(-100% - 8px)); transition: opacity .12s ease; }
.chart-tooltip.is-visible { opacity: 1; }
.chart-tooltip strong, .chart-tooltip span { display: block; }
.chart-tooltip span { margin-top: 3px; color: var(--muted); }
.detail-range-panel { margin-bottom: 24px; }
.detail-range-controls { display: flex; flex-wrap: wrap; align-items: end; gap: 8px; }
.detail-range-controls button { min-height: 34px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--canvas); color: var(--muted); font: inherit; font-size: 11px; font-weight: 750; cursor: pointer; }
.detail-range-controls button:hover, .detail-range-controls button:focus-visible, .detail-range-controls button.is-active { border-color: #9bc7b1; background: var(--sage); color: var(--sage-strong); outline: none; }
.detail-range-controls label { min-width: 126px; }
.detail-range-controls input { width: 100%; }
.coverage-calendar { display: grid; gap: 9px; }
.coverage-balance-legend { display: flex; flex-wrap: wrap; gap: 7px 12px; margin: -5px 0 13px; color: var(--muted); font-size: 10px; font-weight: 700; }
.coverage-balance-legend span { display: inline-flex; align-items: center; gap: 5px; }
.coverage-balance-legend span::before { width: 9px; height: 9px; border: 1px solid rgba(38, 60, 55, .18); border-radius: 2px; background: #d8dfda; content: ""; }
.coverage-balance-legend .is-surplus::before { background: #5e9c7a; }
.coverage-balance-legend .is-stable::before { background: #d5aa35; }
.coverage-balance-legend .is-deficit::before { background: #c96d69; }
.coverage-map-shell { display: grid; grid-template-columns: 17px minmax(0, 1fr); gap: 4px 8px; overflow-x: auto; padding: 2px 0 4px; }
.coverage-month-scale { display: grid; grid-column: 2; grid-template-columns: repeat(var(--coverage-weeks), minmax(9px, 1fr)); min-width: calc(var(--coverage-weeks) * 9px); color: var(--muted); font-size: 9px; font-weight: 750; text-transform: capitalize; }
.coverage-month-scale span { overflow: visible; white-space: nowrap; }
.coverage-weekday-scale { display: grid; grid-row: 2; grid-template-rows: repeat(7, 11px); align-items: center; color: var(--muted); font-size: 8px; font-weight: 750; text-align: right; }
.coverage-heatmap { display: grid; grid-column: 2; grid-row: 2; grid-template-columns: repeat(var(--coverage-weeks), minmax(9px, 1fr)); grid-template-rows: repeat(7, 11px); grid-auto-flow: column; gap: 3px; min-width: calc(var(--coverage-weeks) * 9px); }
.coverage-cell { min-width: 0; min-height: 0; padding: 0; border: 1px solid transparent; border-radius: 2px; background: #d8dfda; cursor: pointer; }
.coverage-cell.is-surplus { background: #5e9c7a; }
.coverage-cell.is-stable { background: #d5aa35; }
.coverage-cell.is-deficit { background: #c96d69; }
.coverage-cell.is-neutral, .coverage-cell.is-empty { background: #d8dfda; opacity: .82; }
.coverage-cell.is-padding { visibility: hidden; pointer-events: none; }
.coverage-cell.has-gap { border-color: var(--ink); }
.coverage-cell.is-selected, .coverage-cell:focus-visible { border-color: var(--ink); outline: 2px solid color-mix(in srgb, var(--sage-strong) 45%, transparent); outline-offset: 1px; }
.coverage-detail { margin: 0; padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--canvas); color: var(--muted); font-size: 11px; }
.gate-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.gate-card { min-height: 100px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
.gate-card span, .gate-card em { display: block; color: var(--muted); font-size: 11px; font-style: normal; }
.gate-card strong { display: block; margin: 6px 0 5px; font-size: 25px; letter-spacing: -.05em; }
.gate-card strong small { font-size: 14px; font-weight: 650; }
.gate-pass { background: var(--sage); border-color: #c5e2d2; }
.gate-blocked { background: var(--yellow); border-color: #f2dfab; }
.gate-info { background: #f5f9f6; border-color: #dce8e1; }
.event-list > div { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.event-list > div:last-child { border-bottom: 0; }
.event-list span, .event-list small { color: var(--muted); font-size: 11px; }
.event-list small { grid-column: 1 / -1; }
.metric-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-bottom: 20px; }
.recovery-metric-strip { grid-template-columns: repeat(5, 1fr); }
.metric-strip > div { padding: 13px; border-radius: 13px; background: var(--canvas); }
.metric-strip span, .metric-list span, .band-list span { display: block; color: var(--muted); font-size: 11px; }
.metric-strip strong { display: block; margin-top: 4px; font-size: 22px; letter-spacing: -.05em; }
.metric-strip small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.metric-list > div, .band-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.metric-list > div:last-child, .band-list > div:last-child { border-bottom: 0; }
.metric-list strong, .band-list strong { font-size: 17px; }
.reference-table, .table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
th { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; white-space: nowrap; }
th, td { padding: 13px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
.stop-link { display: block; text-decoration: none; }
.stop-link strong { font-size: 13px; }
.doD-inline { color: var(--muted); font-size: 11px; line-height: 1.55; white-space: nowrap; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
label { color: var(--muted); font-size: 11px; font-weight: 700; }
input, select { display: block; width: 150px; margin-top: 5px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fbfdfc; color: var(--ink); font: inherit; font-size: 12px; outline: none; }
input:focus, select:focus { border-color: #9bc7b1; box-shadow: 0 0 0 3px rgba(155, 199, 177, .22); }
.filter-reset { align-self: end; margin: 5px 0 0; padding: 9px 12px; border: 1px solid #c5e2d2; border-radius: 10px; background: var(--sage); color: var(--sage-strong); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.export-action { align-self: end; margin-top: 5px; }
.selection-summary { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 4px 0 18px; padding: 12px; border: 1px solid #dce8e1; border-radius: 14px; background: #f5f9f6; }
.selection-summary > div { min-width: 0; padding: 5px 9px; border-left: 1px solid var(--line); }
.selection-summary > div:first-child { border-left: 0; }
.selection-summary span { display: block; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.selection-summary strong { display: block; margin-top: 4px; font-size: 18px; letter-spacing: -.04em; }
th[data-sort] { cursor: pointer; }
th[data-sort]:hover { color: var(--sage-strong); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.method-grid p { margin-bottom: 0; padding: 15px; border-radius: 13px; background: var(--canvas); color: var(--muted); font-size: 12px; }
.method-grid strong { color: var(--ink); }
.summary-method { margin-bottom: 32px; }
.methodology-page { padding-bottom: 20px; }
.method-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 24px; }
.method-step { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-bottom: 0; }
.method-step p:last-child { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.step-number { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: var(--sage); color: var(--sage-strong); font-size: 13px; font-weight: 850; }
code { padding: 1px 4px; border-radius: 4px; background: #eef4f0; color: #3b5850; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.supplier-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.supplier-specs figure { margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfc; }
.supplier-specs a { display: block; }
.supplier-specs img { display: block; width: 100%; height: auto; border-radius: 8px; }
.supplier-specs figcaption { margin-top: 9px; color: var(--muted); font-size: 11px; }
html.night-mode input, html.night-mode select { background: #202421; }
html.night-mode .badge.neutral { background: #303531; color: #d1d6d2; }
html.night-mode .gate-info, html.night-mode .selection-summary { background: #1c221f; border-color: #39433d; }
html.night-mode .metric-strip > div, html.night-mode .method-grid p { background: #141816; }
html.night-mode .notice { color: #e0e6e1; }
html.night-mode .notice strong { color: #f7f9f7; }
html.night-mode .notice-good { background: #1d2a21; border-color: #456a50; }
html.night-mode .notice-warn { background: #302a1d; border-color: #77663a; }
html.night-mode code { background: #252b27; color: #dce8e0; }
html.night-mode .info-toggle { border-color: #566058; background: #252a27; color: #cbd2cd; }
html.night-mode .info-popover { border-color: #424a45; background: #202521; }
html.night-mode .supplier-specs figure { background: #151917; }
html.night-mode .detail-nav { background: color-mix(in srgb, #191c1a 92%, transparent); }
html.night-mode .subtle-action { background: #202521; }
html.night-mode .detail-range-controls button, html.night-mode .coverage-detail { background: #141816; }
html.night-mode .coverage-cell.is-surplus, html.night-mode .coverage-balance-legend .is-surplus::before { background: #5f9f7d; }
html.night-mode .coverage-cell.is-stable, html.night-mode .coverage-balance-legend .is-stable::before { background: #c99f38; }
html.night-mode .coverage-cell.is-deficit, html.night-mode .coverage-balance-legend .is-deficit::before { background: #be6a67; }
html.night-mode .coverage-cell.is-neutral, html.night-mode .coverage-cell.is-empty, html.night-mode .coverage-balance-legend .is-neutral::before { background: #343a36; }
.empty-state { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
footer { display: flex; justify-content: space-between; gap: 15px; padding: 20px 0 28px; color: var(--muted); font-size: 11px; }
footer a { text-decoration: none; }
@media (max-width: 1000px) { .kpi-grid, .detail-kpi-grid { grid-template-columns: repeat(2, 1fr); } .method-grid, .gate-grid { grid-template-columns: repeat(2, 1fr); } .selection-summary { grid-template-columns: repeat(3, 1fr); } .selection-summary > div:nth-child(4) { border-left: 0; } }
@media (max-width: 720px) { .shell { width: min(100% - 24px, 620px); } .site-header { min-height: 70px; gap: 8px; } .municipality-switcher { margin-left: auto; } .municipality-switcher a { padding: 5px 7px; } .header-meta { display: flex; margin-left: 0; } .header-meta > :not(.theme-toggle) { display: none; } .theme-toggle { min-height: 29px; } .hero { display: block; padding: 40px 0 25px; } .hero-callout { margin-top: 24px; } .hero-status { justify-content: flex-start; margin-top: 18px; } .detail-nav { top: 6px; align-items: flex-start; } .detail-nav-links { max-width: calc(100% - 125px); } .detail-nav a { padding: 6px 7px; } .subtle-action { font-size: 10px; } .kpi-grid, .section-grid, .gate-grid, .selection-summary, .method-steps, .supplier-specs { grid-template-columns: 1fr; } .section-grid .wide { grid-column: auto; } .metric-strip, .recovery-metric-strip { grid-template-columns: repeat(2, 1fr); } .method-grid { grid-template-columns: 1fr; } .toolbar { display: block; } .filters { justify-content: flex-start; margin-top: 15px; } .selection-summary > div { border-left: 0; border-top: 1px solid var(--line); } .selection-summary > div:first-child { border-top: 0; } .detail-range-controls label { min-width: calc(50% - 4px); } .chart-legend { gap: 6px 10px; } footer { display: block; } footer > * { display: block; margin-top: 6px; } }
@media print { @page { margin: 12mm; } body { background: #fff; color: #111; } .shell { width: 100%; } .theme-toggle, .detail-nav, .back-row, .detail-range-panel, .chart-tooltip, footer { display: none !important; } .site-header { min-height: auto; padding-bottom: 10px; } .header-meta { display: none; } .panel, .kpi-card { break-inside: avoid; border-color: #cbd2cd; box-shadow: none; } .section-grid { grid-template-columns: 1fr 1fr; } .chart { min-height: 210px; } .chart svg { max-height: 250px; } .chart-legend, .chart-note, .notice, .lede, .gate-card span, .gate-card em { color: #39433d !important; } }
