:root { --ink: #102a43; --muted: #627d98; --line: #d9e2ec; --paper: #f7fafc; --card: #ffffff; --accent: #0b7285; --soft: #e6fffa; --gold: #e6a817; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
.shell { width: min(980px, calc(100% - 32px)); margin: 0 auto; padding: 44px 0 64px; }
.topbar { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; }
.header-actions { display: grid; justify-items: end; gap: 5px; }
.nav-link { color: var(--accent); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.eyebrow, .section-label { margin: 0; color: var(--accent); font-weight: 700; font-size: .75rem; letter-spacing: .08em; }
h1 { margin: 4px 0 0; font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.25; }
h2 { margin: 5px 0 8px; font-size: 1.25rem; line-height: 1.4; }
.updated { color: var(--muted); font-size: .85rem; text-align: right; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: 0 6px 22px rgba(16,42,67,.05); }
.hero { display: flex; justify-content: space-between; gap: 24px; border-top: 5px solid var(--accent); margin-bottom: 18px; }
.hero-copy { max-width: 620px; }.hero-copy p { margin: 0; color: var(--muted); }
.source-note { display: grid; align-content: start; gap: 6px; max-width: 235px; padding: 14px; background: var(--soft); border-radius: 10px; font-size: .85rem; }
.source-note span { color: #24535c; }.grid { display: grid; gap: 18px; margin-bottom: 18px; }.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 12px 0; }.metric-row div { border-left: 3px solid var(--gold); padding-left: 10px; }.metric-row span { display: block; color: var(--muted); font-size: .8rem; }.metric-row strong { font-size: 1.25rem; }
.annotation { color: var(--muted); font-size: .9rem; }.source-link { color: var(--accent); font-weight: 700; }
.scenario { display: grid; gap: 4px; margin-top: 18px; padding: 14px; border-radius: 10px; }.scenario.neutral { background: #edf2f7; }.scenario span { color: var(--muted); font-size: .9rem; }
.scenario-card { margin-bottom: 18px; }.scenario-intro { color: var(--muted); margin: 5px 0 18px; }.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.scenario-panel { border-radius: 12px; padding: 16px; border: 1px solid var(--line); }.scenario-panel h3 { margin: 4px 0 8px; font-size: 1.05rem; }.scenario-panel p:not(.scenario-tag) { font-size: .91rem; margin: 0 0 12px; }.scenario-panel span { color: var(--muted); font-size: .78rem; }.scenario-tag { margin: 0; font-size: .74rem; font-weight: 750; }.scenario-panel.down { background: #edf7ff; border-top: 4px solid #3182ce; }.scenario-panel.flat { background: #f8fafc; border-top: 4px solid #94a3b8; }.scenario-panel.up { background: #fff1f2; border-top: 4px solid #dc2626; }.scenario-footnote { color: var(--muted); font-size: .8rem; margin: 16px 0 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; }.legend { color: var(--muted); font-size: .85rem; }.chart-card { margin-bottom: 18px; }
.bars { display: flex; align-items: end; gap: 26px; height: 210px; padding: 20px 8px 0; border-bottom: 1px solid var(--line); }.bar-group { width: 120px; display: grid; justify-items: center; gap: 8px; height: 100%; grid-template-rows: 1fr auto auto; }.bar { width: 68px; align-self: end; background: var(--accent); border-radius: 8px 8px 0 0; min-height: 5px; }.bar.previous { background: #94a3b8; }.bar-value { font-weight: 700; }.bar-label { color: var(--muted); font-size: .85rem; }
.release-list { margin: 12px 0 0; padding-left: 22px; }.release-list li { padding: 11px 0; border-bottom: 1px solid var(--line); }.release-list a { color: var(--ink); font-weight: 650; text-decoration-color: #9fb3c8; } footer { color: var(--muted); font-size: .8rem; margin-top: 26px; }
.archive-list { display: grid; gap: 14px; margin-top: 18px; }
.archive-item { border-top: 4px solid var(--accent); }
.archive-meta, .report-meta { color: var(--muted); font-size: .85rem; margin: 0 0 7px; }
.archive-item h2 { margin-bottom: 10px; }
.archive-item h2 a { color: var(--ink); text-decoration-color: #9fb3c8; text-underline-offset: 3px; }
.archive-summary { margin: 0; color: var(--muted); }
.pagination { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; }
.pagination span { color: var(--muted); font-size: .85rem; }
.pagination a { color: var(--accent); font-weight: 700; }
.report-section { margin-bottom: 18px; }
.driver-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.driver-list li { padding: 14px; border-left: 4px solid var(--accent); background: #f8fafc; border-radius: 8px; }
.driver-list span { display: block; color: var(--muted); font-size: .88rem; }
.source-list { margin: 0; padding-left: 22px; }
.source-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.source-list a { color: var(--accent); overflow-wrap: anywhere; }
.empty-state { text-align: center; color: var(--muted); }
@media (max-width: 680px) { .topbar, .hero { display: grid; }.header-actions { justify-items: start; }.updated { text-align: left; }.two-col, .scenario-grid { grid-template-columns: 1fr; }.metric-row { grid-template-columns: 1fr; }.source-note { max-width: none; }.card { padding: 19px; } }
