/* Local, dependency-free presentation for the verified ECO I read surface. */
:root {
  color-scheme: light;
  --navy: #102b39;
  --ink: #173441;
  --muted: #60717b;
  --teal: #087b75;
  --teal-dark: #09655f;
  --line: #dce5e7;
  --paper: #f4f7f7;
  --warm: #98591b;
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-synthesis: none;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: var(--teal-dark); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid #dd9e30; outline-offset: 5px; border-radius: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.25; font-weight: 650; letter-spacing: -.025em; }
h1 { font-size: clamp(1.85rem, 3vw, 2.6rem); margin-bottom: .6rem; }
h2 { font-size: 1.24rem; margin-bottom: .7rem; }
h3 { font-size: 1.1rem; margin-bottom: .5rem; }
p { margin-bottom: 1rem; }
small { font-size: .76rem; }
strong { font-weight: 650; }
svg { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: -5rem; left: 1rem; background: white; padding: 1rem; }
.skip-link:focus { top: 1rem; }
.app-shell { display: grid; grid-template-columns: 238px minmax(0, 1fr); min-height: 100vh; }
.sidebar { background: var(--navy); color: #d2e1e6; padding: 38px 22px; display: flex; flex-direction: column; min-height: 100vh; }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; color: white; margin-bottom: 64px; }
.brand-mark { width: 42px; height: 42px; border: 1px solid #597785; border-radius: 50%; display: grid; place-items: center; font-size: 2rem; color: #63d4c6; flex-shrink: 0; }
.brand strong { font-size: 1.7rem; letter-spacing: -.05em; line-height: 1; display: block; white-space: nowrap; }
.brand-dot { color: #63d4c6; }
.brand small { display: block; margin-top: 8px; font-size: .58rem; color: #bfd1d8; white-space: nowrap; }
.nav-label { font-size: .6rem; font-weight: 650; letter-spacing: .15em; color: #9eb4be; padding: 0 14px; margin-bottom: 15px; }
.sidebar nav { display: grid; gap: 7px; }
.nav-link { color: #c7d7dd; text-decoration: none; display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: 7px; font-size: .85rem; }
.nav-link:hover { background: #193c4a; color: white; }
.nav-link.active { background: #234a54; color: #a5f0e4; box-shadow: inset 3px 0 #6ed8c8; }
.nav-icon { width: 18px; font-size: 1.15rem; line-height: 1; text-align: center; }
.sidebar-note { margin-top: auto; padding: 70px 9px 0; font-size: .74rem; color: #e0ecef; }
.sidebar-note small { display: block; margin-top: 11px; color: #aac0c9; font-size: .65rem; line-height: 1.75; }
.local-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #81c8bd; }
.main-content { padding: 0 clamp(24px, 4vw, 64px); width: 100%; max-width: 1660px; margin: 0 auto; }
.financial-notice { margin: 24px 0 0; padding: 20px 24px; border: 2px solid #80420b; border-left-width: 6px; border-radius: 6px; background: #fff3d6; color: #482600; font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.financial-notice p { margin: 0 0 .65rem; }
.financial-notice .financial-notice-title { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.35; }
.financial-notice-title strong { font-weight: 750; }
.financial-notice a { color: #482600; font-size: 1rem; text-decoration: underline; }
.prose.legal-prose p, .prose.legal-prose li { font-size: 1rem; color: var(--ink); }
.topbar { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.eyebrow { display: block; color: var(--muted); font-size: .64rem; letter-spacing: .14em; font-weight: 700; line-height: 1.6; margin-bottom: .7rem; }
.topbar .eyebrow { margin: 0; }
.snapshot-stamp { color: var(--muted); font-size: .66rem; text-align: right; }
.snapshot-stamp strong { display: block; color: var(--ink); font-size: .74rem; margin-top: 3px; }
.notice { border: 1px solid #c8dfdc; border-left: 3px solid var(--teal); background: #edf6f4; border-radius: 6px; padding: 15px 20px; display: flex; gap: 14px; align-items: baseline; font-size: .79rem; margin-bottom: 27px; }
.notice strong { white-space: nowrap; }
.notice span { color: #3b585c; }
.notice-demo, .notice-warning { background: #fff5e7; border-color: #ebd4b2; border-left-color: #b8792b; }
.notice-demo strong, .notice-warning strong { color: #80460b; }
.notice-demo span, .notice-warning span { color: #745735; }
.integrity-note { margin-bottom: 27px; color: var(--muted); font-size: .73rem; }
.integrity-note span { padding: 0 8px; }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 35px 0 29px; }
.page-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .88rem; max-width: 690px; }
.page-heading .eyebrow { color: var(--teal-dark); }
.button { display: inline-block; text-align: center; text-decoration: none; background: var(--teal-dark); color: white; border: 1px solid var(--teal-dark); padding: 11px 17px; border-radius: 6px; font-size: .75rem; font-weight: 650; flex-shrink: 0; }
.button:hover { background: #074f4c; text-decoration: none; }
.button-secondary { color: var(--ink); background: white; border-color: #cfdddf; }
.button-secondary:hover { background: #e9f1f1; }
.hero { border: 1px solid #bcd7d3; border-radius: 12px; background: #fff; box-shadow: 0 4px 20px #163c4210; padding: 33px 36px 0; overflow: hidden; }
.hero-main { display: grid; grid-template-columns: 130px 1fr; gap: 30px; align-items: center; }
.level-number { display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--line); padding-right: 30px; color: var(--muted); font-size: .79rem; }
.level-number .eyebrow { font-size: .57rem; white-space: nowrap; margin-bottom: 0; }
.level-number strong { font-size: 5rem; font-weight: 450; line-height: 1.15; letter-spacing: -.06em; color: var(--teal-dark); }
.hero-message h2 { font-size: clamp(1.3rem, 2vw, 1.85rem); margin: 12px 0 10px; max-width: 700px; }
.hero-message p { font-size: .81rem; color: var(--muted); max-width: 730px; margin-bottom: 0; }
.warning-gauge { width: 100%; height: 100px; margin: 22px auto 0; }
.gauge-step { fill: #e1ebeb; }
.gauge-selected { fill: var(--teal); }
.gauge-label { fill: var(--muted); font: 13px system-ui, sans-serif; }
.gauge-pointer { fill: var(--teal-dark); }
.gauge-caption { display: flex; justify-content: space-between; gap: 20px; font-size: .67rem; color: var(--muted); margin-top: -6px; margin-bottom: 25px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: #f8fbfa; margin: 0 -36px; padding: 20px 36px; }
.hero-stats > div { display: flex; flex-direction: column; padding: 0 18px; border-right: 1px solid var(--line); }
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child { border: 0; }
.hero-stats span { color: var(--muted); font-size: .67rem; margin-bottom: 5px; }
.hero-stats strong { font-size: 1rem; }
.coverage-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0 38px; padding: 0 0 26px; border-bottom: 1px solid var(--line); gap: 28px; }
.coverage-strip > div { display: flex; flex-wrap: wrap; align-items: center; column-gap: 9px; }
.coverage-strip > div > span:first-child { color: var(--muted); font-size: .7rem; width: 100%; margin-bottom: 5px; }
.coverage-strip strong { font-size: .99rem; }
.coverage-strip small { width: 100%; color: var(--muted); font-size: .65rem; margin-top: 4px; }
.badge { display: inline-block; width: fit-content; padding: 4px 8px; font-size: .62rem; line-height: 1.35; border-radius: 4px; font-weight: 650; letter-spacing: .01em; white-space: nowrap; }
.badge-good { background: #e6f3ed; color: #256248; }
.badge-warning { background: #fff1d8; color: #825112; }
.badge-danger { background: #fbe9e6; color: #974136; }
.badge-neutral { background: #eaf0f3; color: #486371; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.section-heading h2 { margin: 0; }
.section-heading > span { color: var(--muted); font-size: .67rem; }
.clock-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.clock-card { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 23px; }
.card-eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 6px; font-size: .57rem; letter-spacing: .12em; color: var(--muted); margin-bottom: 24px; }
.clock-card h3 { font-size: 1rem; min-height: 2.5em; }
.clock-card > p:not(.fine-print) { font-size: .72rem; color: var(--muted); min-height: 3em; }
.clock-reading { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-bottom: 19px; border-bottom: 1px solid var(--line); margin-bottom: 15px; }
.clock-reading > span:last-child { display: flex; flex-direction: column; align-items: end; }
.clock-reading strong { font-size: 1.7rem; font-weight: 500; line-height: 1.2; }
.clock-reading small { font-size: .57rem; color: var(--muted); margin-top: 5px; }
.fine-print { color: var(--muted); font-size: .66rem; line-height: 1.7; margin-bottom: 0; }
.section-note { margin: 14px 0 32px; color: var(--muted); font-size: .67rem; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 9px; margin-bottom: 25px; overflow: hidden; }
.padded { padding: 28px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 27px 20px; }
.panel-heading h2, .panel-heading h3 { margin-bottom: 6px; }
.panel-heading p { color: var(--muted); font-size: .73rem; margin-bottom: 0; max-width: 700px; }
.text-link { font-size: .73rem; font-weight: 600; text-decoration: none; }
.text-link:hover, .metric-link:hover { text-decoration: underline; }
.table-scroll { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: .75rem; }
th { background: #f8fafb; color: var(--muted); font-weight: 500; font-size: .65rem; border-top: 1px solid var(--line); padding: 12px 25px; white-space: nowrap; }
td { padding: 16px 25px; border-top: 1px solid #e7ecee; vertical-align: middle; }
tbody tr:hover { background: #fafcfc; }
.metric-link { text-decoration: none; font-weight: 600; color: var(--ink); }
.reading-value { display: block; font-variant-numeric: tabular-nums; font-weight: 600; }
.unit { display: block; font-size: .61rem; color: var(--muted); margin-top: 2px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.two-col .panel { margin-bottom: 0; }
.padded > p { color: var(--muted); font-size: .79rem; line-height: 1.8; }
.limitation-list { color: var(--muted); padding-left: 19px; font-size: .75rem; margin-bottom: 0; }
.limitation-list li { margin: 7px 0; }
.technical-details { padding: 23px 0; border-top: 1px solid var(--line); margin-top: 32px; font-size: .72rem; }
summary { cursor: pointer; font-weight: 600; color: #3e5c67; }
.technical-details dl { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 7px 15px; margin: 20px 0; }
dt { color: var(--muted); }
dd { margin: 0; }
.mono { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; font-size: .67rem; }
.page-footer { border-top: 1px solid var(--line); margin-top: 18px; padding: 24px 0 30px; display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: .62rem; }
.page-footer > span { margin-right: auto; }
.page-footer > span span { margin: 0 8px; }
.page-footer .text-link { font-size: .62rem; }
.breadcrumb { display: flex; gap: 10px; align-items: center; font-size: .7rem; color: var(--muted); margin: 31px 0 -13px; }
.metric-hero { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 29px; padding: 25px 29px; border: 1px solid #bdd7d3; border-radius: 9px; background: #eff7f5; }
.metric-value { font-size: clamp(2rem, 5vw, 3.3rem); font-weight: 500; letter-spacing: -.04em; color: var(--teal-dark); overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.metric-unit { display: block; font-size: .74rem; color: var(--muted); }
.metric-meta { display: flex; align-items: end; flex-direction: column; gap: 6px; font-size: .67rem; color: var(--muted); }
.metric-meta strong { color: var(--ink); margin-left: 7px; }
.metric-meta .badge { margin-bottom: 5px; }
.history-chart { width: calc(100% - 36px); margin: 8px 18px 0; }
.chart-gridline { stroke: #e0e8e9; stroke-width: 1; }
.chart-axis { fill: #60717b; font: 11px system-ui, sans-serif; }
.chart-line { stroke: var(--teal); stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.chart-point { fill: var(--teal-dark); }
.chart-missing { stroke: #b67124; stroke-width: 2; }
.chart-note { font-size: .67rem; color: var(--muted); margin: 8px 28px 22px; line-height: 1.8; }
.table-details summary { padding: 17px 27px; background: #f8fafb; border-top: 1px solid var(--line); font-size: .73rem; }
.chart-empty { padding: 50px 28px; text-align: center; color: var(--muted); }
.chart-empty > span { font-size: 2.6rem; color: #92b8b3; }
.chart-empty p { font-size: .8rem; margin: 0; }
.source-panel .muted { padding: 0 27px 22px; }
.source-panel table { font-size: .7rem; }
.formula { display: block; background: #eff5f4; border: 1px solid #d8e7e4; border-radius: 5px; padding: 17px; margin: 18px 0; font: .79rem/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; overflow-wrap: anywhere; }
.muted { color: var(--muted); font-size: .76rem; }
.definition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 26px 0 15px; }
.definition-grid h3 { font-size: .86rem; }
.definition-grid p { font-size: .75rem; color: var(--muted); }
.prose { max-width: 1000px; }
.prose h2:not(:first-child) { margin-top: 33px; }
.prose p, .prose li { font-size: .85rem; line-height: 1.85; color: #536b76; }
.prose ul { padding-left: 21px; }
.prose li { margin: 10px 0; }
.reference-list { font-size: .81rem; padding-left: 20px; }
.reference-list li { margin: 12px 0; }
.empty-state { padding: 90px 10px 110px; text-align: center; max-width: 690px; margin: auto; }
.empty-symbol { font-size: 4rem; color: var(--teal); display: block; margin-bottom: 20px; }
.empty-state > p:not(.eyebrow) { color: var(--muted); margin: 20px 0 29px; }
.empty-cell { color: var(--muted); text-align: center; padding: 35px; }
@media (min-width: 1550px) { .main-content { padding-left: 75px; padding-right: 75px; } }
@media (max-width: 1180px) {
  .app-shell { grid-template-columns: 205px minmax(0, 1fr); }
  .sidebar { padding: 33px 15px; }
  .main-content { padding: 0 27px; }
  .notice { flex-direction: column; gap: 3px; }
  .clock-card { padding: 19px; }
  .card-eyebrow { flex-wrap: wrap; gap: 8px; }
  .section-heading > span { display: none; }
  .coverage-strip { gap: 16px; }
  .clock-reading { align-items: start; flex-direction: column; gap: 14px; }
  .clock-reading > span:last-child { align-items: start; }
}
@media (max-width: 900px) {
  .app-shell { display: block; }
  .sidebar { min-height: auto; padding: 18px 24px 14px; }
  .brand { margin-bottom: 18px; }
  .brand-mark { height: 32px; width: 32px; font-size: 1.6rem; }
  .brand strong { font-size: 1.35rem; }
  .brand small { font-size: .59rem; margin-top: 4px; }
  .nav-label, .sidebar-note { display: none; }
  .sidebar nav { display: flex; gap: 5px; flex-wrap: wrap; }
  .nav-link { padding: 9px 13px; font-size: .75rem; gap: 8px; }
  .nav-link.active { box-shadow: inset 0 -2px #6ed8c8; }
  .main-content { padding: 0 25px; }
  .topbar { min-height: 76px; }
  .page-heading { margin-top: 28px; }
  .hero { padding: 27px 28px 0; }
  .hero-stats { margin: 0 -28px; padding: 19px 28px; }
  .clock-card h3 { min-height: 3.5em; }
}
@media (max-width: 600px) {
  .sidebar { padding: 17px 17px 12px; }
  .sidebar nav { justify-content: space-between; gap: 1px; }
  .nav-link { padding: 9px 7px; font-size: .66rem; gap: 5px; }
  .nav-icon { width: 13px; font-size: .95rem; }
  .main-content { padding: 0 18px; }
  .financial-notice { margin-top: 18px; padding: 16px; }
  .topbar { gap: 12px; min-height: 75px; margin-bottom: 18px; }
  .topbar .eyebrow { font-size: .51rem; max-width: 105px; }
  .snapshot-stamp { font-size: .57rem; }
  .snapshot-stamp strong { font-size: .61rem; }
  .notice { padding: 13px 14px; font-size: .7rem; margin-bottom: 23px; }
  .notice strong { white-space: normal; }
  .integrity-note { font-size: .64rem; }
  .page-heading { flex-direction: column; align-items: start; gap: 17px; margin-bottom: 23px; }
  .page-heading p:not(.eyebrow) { font-size: .8rem; }
  .hero { padding: 24px 20px 0; }
  .hero-main { grid-template-columns: 75px minmax(0, 1fr); gap: 20px; }
  .level-number { padding-right: 17px; }
  .level-number .eyebrow { font-size: .44rem; }
  .level-number strong { font-size: 4.2rem; }
  .hero-message h2 { font-size: 1.2rem; }
  .hero-message p { font-size: .71rem; }
  .warning-gauge { height: auto; margin-top: 29px; }
  .gauge-caption { margin-top: 2px; font-size: .54rem; margin-bottom: 22px; }
  .gauge-caption > span:last-child { text-align: right; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 17px 0; margin: 0 -20px; padding: 18px 20px; }
  .hero-stats > div:nth-child(3) { padding-left: 0; }
  .hero-stats > div:nth-child(2) { border: 0; }
  .hero-stats span { font-size: .62rem; }
  .hero-stats strong { font-size: .87rem; }
  .coverage-strip { grid-template-columns: 1fr; gap: 17px; margin-bottom: 27px; padding-bottom: 23px; }
  .coverage-strip > div > span:first-child { width: 48%; margin-bottom: 0; }
  .coverage-strip > div > strong { font-size: .9rem; }
  .coverage-strip small { padding-left: calc(48% + 9px); font-size: .6rem; }
  .clock-grid, .two-col { grid-template-columns: 1fr; gap: 15px; }
  .clock-card h3 { min-height: auto; }
  .clock-card > p:not(.fine-print) { min-height: auto; }
  .card-eyebrow { margin-bottom: 17px; }
  .clock-reading { flex-direction: row; align-items: center; }
  .clock-reading > span:last-child { align-items: end; }
  .panel-heading { align-items: start; flex-direction: column; padding: 22px 20px 17px; gap: 12px; }
  th, td { padding: 12px 18px; }
  th { font-size: .61rem; }
  table { font-size: .7rem; min-width: 520px; }
  .padded { padding: 23px 21px; }
  .metric-hero { flex-direction: column; align-items: start; gap: 20px; padding: 22px; }
  .metric-meta { align-items: start; }
  .metric-value { font-size: 2.8rem; }
  .history-chart { width: calc(100% - 10px); margin: 10px 5px 0; }
  .chart-axis { font-size: 24px; }
  .history-chart > text:nth-last-child(2) { display: none; }
  .chart-note { margin: 10px 20px 20px; }
  .definition-grid { grid-template-columns: 1fr; gap: 5px; }
  .technical-details dl { grid-template-columns: 1fr; gap: 4px; }
  .technical-details dd { margin-bottom: 9px; }
  .page-footer { flex-wrap: wrap; gap: 14px; font-size: .57rem; }
  .page-footer > span { width: 100%; }
  .breadcrumb { font-size: .63rem; }
}
@media print {
  .sidebar, .button, .page-footer, .skip-link { display: none; }
  .app-shell { display: block; }
  .main-content { padding: 0; }
  .panel, .hero, .clock-card { break-inside: avoid; box-shadow: none; }
  .table-scroll { overflow: visible; }
  body { background: white; }
  .financial-notice { display: block; color: #000; background: #fff; border: 2px solid #000; break-inside: avoid; font-size: 11pt; }
  .financial-notice a { color: #000; font-size: 11pt; }
  .financial-notice .financial-notice-title { font-size: 13pt; }
}

.history-controls { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: end; padding: 0 1.5rem 1rem; }
.weekly-report > p, .weekly-lines { font-size: 1rem; line-height: 1.7; }
.weekly-report > h1, .weekly-report > h2 { max-width: 32ch; overflow-wrap: anywhere; }
.weekly-report > h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.weekly-report > .weekly-report-date { font-size: .95rem; color: var(--muted); }
.weekly-report > .weekly-opinion-note { max-width: 74ch; font-size: .9rem; }
.weekly-opinion { max-width: 74ch; margin: 1.5rem 0 2rem; }
.weekly-opinion-paragraph { font-size: 1.1rem; line-height: 1.75; color: var(--ink); overflow-wrap: anywhere; }
.weekly-opinion-paragraph:first-child { font-weight: 600; }
.weekly-scenario-label { display: inline-block; font-size: .75rem; line-height: 1.4; color: #654c1b; background: #fff3d6; padding: .2rem .4rem; border-radius: .2rem; vertical-align: .1em; }
.weekly-engine-assessment { border-top: 1px solid var(--line); padding-top: 1.1rem; }
.weekly-checked-facts { margin: 1rem 0 1.5rem; }
.weekly-checked-facts > summary { font-size: 1rem; padding: .5rem 0; }
.weekly-checked-facts > .weekly-lines { margin-top: 1rem; }
.weekly-lines { padding-left: 1.5rem; }
.weekly-lines li { margin: 0 0 1rem; padding-left: .35rem; }
.weekly-citations { font-size: .8rem; white-space: normal; }
.weekly-citations .text-link { font-size: inherit; text-decoration: underline; }
.weekly-meta { color: var(--muted); }
.weekly-breadcrumb { margin: 1.5rem 0 1rem; }
.weekly-breadcrumb .text-link { font-size: .85rem; }
.weekly-evidence { padding: 1rem 0; border-top: 1px solid var(--line); scroll-margin-top: 1rem; }
.weekly-fact { white-space: pre-wrap; overflow-wrap: anywhere; font: .85rem/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; }
@media print {
  .weekly-report { break-inside: auto; }
  .weekly-opinion-paragraph { break-inside: avoid; font-size: 11pt; }
  .weekly-opinion-paragraph, .weekly-scenario-label { color: #000; }
}
.history-controls label { display: grid; gap: 0.35rem; font-size: 0.85rem; }
.history-controls input[type="date"] { font: inherit; color: inherit; background: transparent; border: 1px solid #a6b4ac; border-radius: 0.35rem; padding: 0.5rem; }
.history-controls button { font: inherit; background: #164b3d; color: white; border: 0; border-radius: 0.35rem; padding: 0.65rem 1rem; cursor: pointer; }
.history-controls .chart-note { flex-basis: 100%; margin: 0; }
.history-navigation { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin: 0.5rem 1.5rem 1rem; }
.history-coverage { padding: 0 1.5rem; }
/* The saved overall assessment is the primary product view. */
.assessment-hero { padding: 2rem; margin: 0 0 1.5rem; background: #fffaf0; border: 1px solid #e8cd9d; border-left: 5px solid #b87a1a; border-radius: 12px; }
.assessment-hero h1 { max-width: 1000px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.18; margin: 1.1rem 0; }
.assessment-danger { background: #fff5f3; border-color: #d49c92; border-left-color: #a53e32; }
.assessment-neutral { background: #f3f8f8; border-color: #b9d2d2; border-left-color: #457d7e; }
.assessment-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; align-items: center; font-size: .85rem; }
.assessment-summary { font-size: 1.04rem; line-height: 1.7; max-width: 1050px; }
.assessment-time { font-size: .8rem; color: #5e6e78; margin-top: 1rem; }
.assessment-stages { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 1.6rem 0 0; gap: .65rem; }
.assessment-stages li { border-top: 4px solid #d8dedf; padding: .65rem .2rem 0; font-size: .82rem; color: #69777f; }
.assessment-stages li span { display: block; font-size: .7rem; margin-bottom: .25rem; }
.assessment-stages li.is-current { border-color: #ab721c; color: #704408; font-weight: 700; }
.assessment-danger .assessment-stages li.is-current { border-color: #a53e32; color: #8d3228; }
.assessment-neutral .assessment-stages li.is-current { border-color: #457d7e; color: #24585a; }
.assessment-channels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }
.assessment-channel { background: white; border: 1px solid #d9e3e8; border-radius: 10px; padding: 1.35rem; display: flex; flex-direction: column; }
.assessment-channel h3 { font-size: 1.1rem; line-height: 1.4; margin: .5rem 0; }
.assessment-channel p:not(.eyebrow) { font-size: .84rem; line-height: 1.6; }
.assessment-channel .channel-date { margin-top: auto; padding-top: 1rem; color: #617785; font-size: .75rem; }
.assessment-channel a { margin-top: .6rem; font-size: .8rem; }
.assessment-reasoning { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.assessment-evidence { padding-left: 1.25rem; line-height: 1.7; }
.assessment-evidence li + li { margin-top: 1rem; }
.assessment-gaps ul { padding-left: 1.2rem; margin: 0; line-height: 1.6; }
.assessment-gaps li + li { margin-top: .7rem; }
.assessment-method { margin-top: 1rem; line-height: 1.7; }
.assessment-method summary { cursor: pointer; font-weight: 700; }
@media (max-width: 1200px) { .assessment-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .assessment-hero { padding: 1.2rem; } .assessment-channels, .assessment-reasoning { grid-template-columns: 1fr; } .assessment-stages { grid-template-columns: repeat(2, 1fr); } }

.assessment-additions { margin-block: 2rem; }
.assessment-additions > .panel { margin-block: 1rem; }
