/* Charcoal + emerald: a quiet working surface for economic evidence. */
:root {
  --bg: #090f0e;
  --panel: #101a17;
  --panel2: #15221d;
  --text: #edf4ef;
  --muted: #a2b2aa;
  --subtle: #7f9589;
  --accent: #77efbc;
  --green: #77efbc;
  --orange: #ebc47e;
  --red: #f29797;
  --line: #283a31;
  --line-soft: #203028;
  --radius: 1rem;
  color-scheme: dark;
  font-size: 100%;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 1.5rem; }
body {
  margin: 0; min-width: 0; position: relative; isolation: isolate;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1rem; line-height: 1.6; color: var(--text);
  background: radial-gradient(ellipse at 100% 0, #13322765, transparent 44rem), var(--bg);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: linear-gradient(#9af4c504 1px, transparent 1px), linear-gradient(90deg, #9af4c504 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#000, transparent 70%);
}
[hidden] { display: none !important; }
a { color: var(--accent); text-underline-offset: .25em; }
a:hover { color: #c0ffe2; }
button, select { font: inherit; }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: .3rem; }
::selection { background: #276d51; color: #fff; }
.skip-link { position: fixed; left: 1rem; top: -8rem; z-index: 20; padding: .8rem 1rem; background: var(--panel2); border: 1px solid var(--accent); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

/* Persistent navigation and a compact, useful first viewport. */
.app-shell { display: grid; grid-template-columns: 220px minmax(0, 1fr); max-width: 1780px; margin-inline: auto; min-height: 100dvh; }
.site-sidebar {
  position: sticky; top: 0; height: 100dvh; min-width: 0; display: flex; flex-direction: column;
  padding: 2.2rem 1.15rem 1.5rem; border-right: 1px solid var(--line-soft);
  background: radial-gradient(ellipse at 0 0, #1b46312b, transparent 60%), #0b1311ee;
  overflow-y: auto;
}
.site-brand { display: flex; gap: .75rem; align-items: center; color: var(--text); text-decoration: none; padding: 0 .25rem; }
.brand-mark { width: 2.8rem; height: 2.8rem; flex: 0 0 auto; display: grid; grid-template-columns: auto auto; align-items: center; justify-content: center; border: 1px solid #4b796048; border-radius: .75rem; background: linear-gradient(140deg, #213c2c, #11221a); box-shadow: inset 0 1px 0 #d9ffe90b, 0 5px 16px #0003; font-size: 1.45rem; font-weight: 750; letter-spacing: -.08em; }
.brand-mark > span { color: var(--accent); }
.brand-name { font-size: .9375rem; font-weight: 650; line-height: 1.35; letter-spacing: -.015em; }
.brand-name > span { display: block; font-size: .8125rem; color: var(--muted); font-weight: 400; margin-top: .15rem; letter-spacing: 0; }
.site-tabs { display: flex; flex-direction: column; gap: .5rem; margin-top: 3.3rem; }
.site-tabs button { position: relative; display: flex; align-items: center; gap: .85rem; width: 100%; min-height: 48px; padding: .8rem .95rem; border: 1px solid transparent; border-radius: .65rem; background: transparent; color: var(--muted); text-align: left; font-size: .9375rem; font-weight: 500; cursor: pointer; }
.site-tabs svg { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.site-tabs button:hover { color: var(--text); background: #17231c; }
.site-tabs button[aria-selected="true"] { color: #b9f7d6; border-color: #406a505c; background: linear-gradient(105deg, #21402e, #1a2d22); box-shadow: inset 0 1px 0 #b4fbc909, 0 3px 12px #0002; }
.site-tabs button[aria-selected="true"]::after { content: ""; width: 3px; height: 1.1rem; position: absolute; right: .5rem; border-radius: 2px; background: var(--accent); box-shadow: 0 0 10px #77efbc40; }
.sidebar-footer { display: flex; flex-direction: column; gap: .6rem; margin-top: auto; padding: 1.5rem .5rem 0; font-size: .875rem; }
.sidebar-footer > span { color: var(--muted); padding-top: 1rem; border-top: 1px solid var(--line-soft); }
.sidebar-footer a { display: flex; justify-content: space-between; gap: .5rem; text-decoration: none; color: #c0d3c6; }
.sidebar-footer a:hover { color: var(--accent); }
.wrap { width: 100%; max-width: 1480px; min-width: 0; margin: 0 auto; padding: 2.35rem clamp(1.5rem, 3.2vw, 3.3rem) 2rem; }
.page-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1.25rem 2rem; padding-bottom: 1.8rem; margin-bottom: 1.8rem; border-bottom: 1px solid var(--line-soft); }
.heading-group { min-width: 0; }
.eyebrow { margin: 0 0 .65rem; color: var(--muted); font-size: .8125rem; font-weight: 550; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { padding-inline: .4rem; color: #597664; }
h1 { margin: 0; font-size: clamp(1.75rem, 2.75vw, 2.75rem); font-weight: 550; letter-spacing: -.045em; line-height: 1.14; }
h1 > span { display: block; color: #9bb8a7; }
.subtitle { max-width: 44rem; margin: .85rem 0 0; color: var(--muted); font-size: .9375rem; }
.updated { display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; margin-top: .3rem; padding: .7rem 1rem; color: var(--muted); font-size: .8125rem; border: 1px solid #33513d; background: linear-gradient(120deg, #1c342535, #15231b80); border-radius: .65rem; white-space: nowrap; box-shadow: inset 0 1px 0 #c2ffd80b; }
.updated time { color: #d9eddf; font-size: .9375rem; font-weight: 550; font-variant-numeric: tabular-nums; }
[role="tabpanel"], [id] { scroll-margin-top: 1.5rem; }
[role="tabpanel"]:focus:not(:focus-visible) { outline: none; }

/* Overview: an assessment panel paired with eight exact figures. */
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 1.15rem; margin-bottom: 1.1rem; }
.hero-card, .summary { position: relative; min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.hero-card { display: flex; flex-direction: column; background: radial-gradient(ellipse at 95% 5%, #2d6a4740, transparent 65%), linear-gradient(125deg, #1b2f23, #132018 70%); box-shadow: inset 0 1px 0 #cbffe911, 0 12px 35px #0002; }
.hero-card::after { content: ""; position: absolute; top: -1px; left: 1.5rem; right: 55%; height: 1px; background: linear-gradient(90deg, #a1edb482, transparent); }
.panel-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: .35rem .75rem; margin-bottom: 1rem; }
.panel-heading .eyebrow { margin: 0; color: #bbd2c1; }
.snapshot-label, .small-label { color: var(--muted); font-size: .8125rem; }
.snapshot-label { padding: .15rem .5rem; border: 1px solid #49694e80; border-radius: .3rem; }
.hero h2 { margin: 0 0 .7rem; font-size: 1.75rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.3; }
.hero-card > p { margin: 0; color: #c3d2c8; font-size: 1rem; line-height: 1.75; max-width: 58ch; }
.pill-row { display: flex; flex-wrap: wrap; gap: .45rem; padding-top: 1.5rem; margin-top: auto; }
.pill { padding: .3rem .55rem; border: 1px solid #4f695151; background: #08150f45; border-radius: .4rem; color: #c5d7cb; font-size: .875rem; }
.summary { background: #111b16; }
.summary .panel-heading { margin-bottom: .85rem; }
.summary .panel-heading h2 { margin: 0; font-size: 1rem; font-weight: 550; letter-spacing: -.01em; }
.memorise-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; }
.memorise-item { display: flex; min-width: 0; flex-direction: column; justify-content: flex-start; gap: .3rem; padding: .8rem .65rem; border-right: 1px solid var(--line-soft); }
.memorise-item:nth-child(-n+4) { border-bottom: 1px solid var(--line-soft); }
.memorise-item:nth-child(4n) { border-right: 0; }
.memorise-item dt { color: var(--muted); font-size: .875rem; line-height: 1.45; }
.memorise-item dd { margin: 0; color: #e1f5e7; font-size: clamp(1.05rem, 1.35vw, 1.4rem); font-weight: 550; letter-spacing: -.035em; font-variant-numeric: tabular-nums; line-height: 1.4; overflow-wrap: anywhere; }
.snapshot-note { display: flex; align-items: baseline; gap: .4rem .85rem; margin-bottom: 2rem; padding: .35rem .15rem .65rem; }
.note-label { flex: 0 0 auto; color: #c0d0c5; font-size: .8125rem; font-weight: 600; }
.snapshot-note p { color: var(--muted); font-size: .8125rem; line-height: 1.65; margin: 0; }

/* Indicator cards keep the figure first and the evidence easy to read. */
.section-heading { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .8rem 1.25rem; margin: 0 0 1.1rem; }
.section-heading h2 { display: flex; align-items: center; gap: .7rem; font-size: 1.35rem; font-weight: 550; line-height: 1.4; letter-spacing: -.025em; margin: 0; }
.section-heading p { margin: .3rem 0 0; font-size: .9375rem; color: var(--muted); }
.count { border: 1px solid #37513f; border-radius: .3rem; padding: .08rem .4rem; color: #bcd3c3; font-size: .8125rem; font-weight: 450; letter-spacing: 0; }
.legend, .graph-legend { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .875rem; }
.legend li, .graph-legend li { display: flex; align-items: center; gap: .4rem; }
.legend-dot { width: .4rem; height: .4rem; border-radius: 50%; background: var(--tone); flex: 0 0 auto; }
.green { --tone: var(--green); }
.orange { --tone: var(--orange); }
.red { --tone: var(--red); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; align-items: stretch; }
.card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #15211b, #101a15 75%); box-shadow: inset 0 1px 0 #ddffe707; }
.card::before { content: ""; position: absolute; left: 1.45rem; top: 0; width: 2rem; height: 2px; background: var(--tone); opacity: .85; }
.card h3 { margin: 0; color: #bacdc1; font-size: .875rem; font-weight: 500; line-height: 1.5; }
.value { margin: .75rem 0 .2rem; color: var(--text); font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.2; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.unit { margin: .15rem 0 .85rem; color: var(--muted); font-size: .875rem; line-height: 1.55; }
.status { align-self: flex-start; padding: .2rem .55rem; margin: 0 0 1.2rem; border: 1px solid #3e4c3f; border-radius: .35rem; background: #26302540; color: var(--tone); font-size: .875rem; font-weight: 500; line-height: 1.5; }
.reading-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem 1rem; margin: 0 0 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.reading-meta > div { min-width: 0; }
.reading-meta dt, .source-label { font-size: .8125rem; color: var(--muted); }
.reading-meta dd { margin: .25rem 0 0; color: #d2e0d6; font-size: .875rem; line-height: 1.5; overflow-wrap: anywhere; }
.previous-period { display: block; font-size: .8125rem; color: var(--muted); margin-top: .1rem; }
.missing, .source-name { color: var(--muted); }
.desc { margin: 0 0 1.25rem; color: #afc0b5; font-size: 1rem; line-height: 1.65; }
.essay { position: relative; margin: auto 0 1.1rem; padding: 1rem; border: 1px solid #31513d; border-radius: .65rem; background: linear-gradient(130deg, #1c342582, #13241965); }
.essay-label { display: block; margin-bottom: .5rem; color: #a9e1b9; font-size: .75rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.essay p { margin: 0; font-size: 1rem; line-height: 1.65; color: #d1e2d5; }
.source { display: flex; flex-direction: column; align-items: flex-start; gap: .1rem; padding-top: .8rem; border-top: 1px solid var(--line-soft); font-size: .875rem; overflow-wrap: anywhere; }
.source a { padding: .3rem 0; text-decoration-color: #77efbc55; }
.combinations-section { margin-top: 2.5rem; }
.combo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.combo { min-width: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: #101a16; }
.combo-number { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: .45rem; border: 1px solid #3b6249; background: #213a29; color: #b6eaca; font-size: .875rem; font-variant-numeric: tabular-nums; }
.combo h3 { margin: .9rem 0 .65rem; font-size: 1.0625rem; line-height: 1.45; letter-spacing: -.015em; font-weight: 550; }
.combo p { margin: 0; font-size: 1rem; line-height: 1.7; color: var(--muted); }
.combo .combo-note { margin-top: 1rem; padding-top: .85rem; border-top: 1px solid var(--line); font-size: .875rem; color: #c5d6ca; }

/* Graphs use a neutral prior observation and an emerald latest observation. */
.graph-key { width: .8rem; height: .8rem; border-radius: .2rem; }
.graph-key-previous { background: #6e8879; }
.graph-key-current { background: linear-gradient(#77efbc, #25946d); }
.graphs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.graph-card { min-width: 0; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(ellipse at 100% 0, #23473226, transparent 60%), #101a16; box-shadow: inset 0 1px 0 #ddffe707; }
.graph-card h3 { margin: 0; font-size: 1.125rem; line-height: 1.45; letter-spacing: -.02em; font-weight: 550; }
.graph-unit { margin: .3rem 0 1.2rem; color: var(--muted); font-size: .875rem; }
.indicator-figure { margin: auto 0 0; }
.indicator-figure svg { display: block; width: 100%; max-width: 36rem; height: auto; margin-inline: auto; overflow: visible; }
.graph-axis-label, .graph-axis-unit { fill: #a3b7aa; font-family: inherit; font-size: 18px; font-variant-numeric: tabular-nums; }
.graph-category { fill: #ceded3; font-family: inherit; font-size: 20px; }
.graph-gridline { stroke: #2a4133; stroke-width: 1; stroke-dasharray: 3 5; }
.graph-zero { stroke: #647e6e; stroke-width: 1; }
.graph-bar-previous { fill: #6e8879; stroke: none; }
.graph-bar-current { fill: var(--bar-fill, var(--accent)); stroke: none; }
.graph-zero-value.graph-bar-current { stroke: var(--accent); stroke-width: 4; }
.graph-zero-value.graph-bar-previous { stroke: #6e8879; stroke-width: 4; }
.graph-readings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.graph-reading { min-width: 0; }
.graph-reading:only-child { grid-column: 1 / -1; }
.graph-reading-label, .graph-reading-period { display: block; font-size: .875rem; color: var(--muted); }
.graph-reading-value { display: block; margin: .2rem 0; font-size: 1.6rem; font-weight: 500; letter-spacing: -.035em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; line-height: 1.35; }
.graph-reading[data-series="latest"] .graph-reading-value { color: var(--accent); }
.graph-data-note { margin: 1rem 0 0; color: var(--muted); font-size: .875rem; }
.graph-source { margin-top: 1.1rem; padding-top: .8rem; border-top: 1px solid var(--line-soft); font-size: .875rem; overflow-wrap: anywhere; }
.graph-source a { text-decoration-color: #77efbc55; }

/* The daily edition keeps editorial reading and market observations distinct. */
.daily-section { margin-bottom: 2rem; }
.report-heading { align-items: flex-end; margin-bottom: 1.2rem; }
.report-heading .eyebrow { margin-bottom: .3rem; color: #a5c9b3; }
.edition-control { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; }
.edition-control label { font-size: .875rem; color: var(--muted); }
.edition-control select { max-width: 100%; min-height: 44px; padding: .65rem .9rem; border: 1px solid #3b5745; border-radius: .55rem; background: #16231b; color: #e6f2e9; font-size: .875rem; cursor: pointer; }
#report-content { overflow: hidden; border: 1px solid var(--line); border-radius: 1.1rem; background: #111c17; box-shadow: inset 0 1px 0 #cbffe911, 0 12px 30px #0002; }
.report-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .65rem 1rem; padding: 1rem 1.65rem; border-bottom: 1px solid var(--line); color: #b0c4b8; font-size: .875rem; background: #18271e; }
.report-assessment { color: var(--orange); font-size: .8125rem; padding: .2rem .55rem; border: 1px solid #6e613e90; border-radius: .35rem; background: #6550201a; }
.report-coverage { margin: 0; padding: .85rem 1.65rem; color: var(--muted); font-size: .875rem; border-bottom: 1px solid var(--line-soft); background: #101914; }
.report-coverage a { white-space: nowrap; }
.report-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); }
.report-article { min-width: 0; padding: 2rem; }
.report-title { max-width: 25ch; margin: 0 0 1.9rem; font-size: clamp(1.7rem, 2.6vw, 2.6rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 500; text-wrap: balance; }
.report-section-label { margin: 0 0 .75rem; color: #b5ddc3; font-size: .8125rem; font-weight: 600; letter-spacing: .075em; text-transform: uppercase; }
.report-paragraph { margin: 0; color: #cadbd0; font-size: 1rem; line-height: 1.95; overflow-wrap: anywhere; }
.citation { white-space: nowrap; padding: .15rem; text-decoration: none; color: var(--accent); font-size: .8125rem; font-weight: 550; }
.citation:hover { text-decoration: underline; }
.report-outlook { position: relative; margin-top: 2rem; padding: 1.4rem; border: 1px solid #40634c; border-radius: .75rem; background: radial-gradient(ellipse at 100% 0, #42875625, transparent 70%), linear-gradient(135deg, #1c3425, #16261c); box-shadow: inset 2px 0 0 #77efbc; }
.outlook-attribution { margin: .9rem 0 0; color: #9fbaa8; font-size: .8125rem; }
.report-markets { min-width: 0; padding: 1.65rem; border-left: 1px solid var(--line); background: #0c1610; }
.report-markets > h3 { margin: 0; font-size: 1.05rem; font-weight: 550; letter-spacing: -.015em; }
.market-caption { margin: .4rem 0 0; font-size: .8125rem; line-height: 1.65; color: var(--muted); }
.market-readings { margin: .6rem 0 1rem; }
.market-reading { padding: 1.3rem 0; border-bottom: 1px solid var(--line-soft); }
.market-reading dt { font-size: .875rem; color: #aec3b5; }
.market-value { margin: .3rem 0 0; color: #e0f2e5; font-size: 1.9rem; line-height: 1.3; font-weight: 500; letter-spacing: -.035em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.market-change, .market-period { display: block; font-size: .875rem; font-weight: 400; line-height: 1.6; letter-spacing: 0; }
.market-change { margin-top: .3rem; color: var(--muted); }
.market-up { color: var(--orange); }
.market-down { color: var(--red); }
.market-period { margin-top: .4rem; font-size: .8125rem; color: var(--muted); }
.report-watch { margin-top: 1.8rem; padding: 1rem; border: 1px solid var(--line); border-radius: .65rem; background: #14231a; }
.report-watch .report-section-label { font-size: .8125rem; letter-spacing: 0; text-transform: none; }
.report-watch ul { margin: .5rem 0 0; padding-left: 1.1rem; color: #aec2b4; font-size: .875rem; }
.report-watch li + li { margin-top: .65rem; }
.report-sources { padding: 0 1.65rem; border-top: 1px solid var(--line); background: #0f1a13; }
.report-sources summary { padding: 1.1rem 0; cursor: pointer; font-size: .875rem; font-weight: 500; color: #c3ddcd; }
.report-sources summary::marker { color: var(--accent); }
.source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 2rem; padding-left: 1.4rem; margin: 0 0 1.1rem; font-size: .875rem; }
.source-list li { min-width: 0; overflow-wrap: anywhere; }
.source-period { display: block; margin-top: .2rem; font-size: .8125rem; color: var(--muted); }
.source-policy { margin-bottom: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.report-stale, .report-archive-note, .report-unavailable { padding: 1rem 1.5rem; margin: 0; font-size: .875rem; color: var(--orange); }
#load-error { padding: 1rem; margin-bottom: 1rem; border: 1px solid var(--red); border-radius: .65rem; }
footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .8rem 2rem; margin-top: 2.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8125rem; }
footer p { margin: 0; max-width: 42rem; flex: 1 1 20rem; }

/* Motion is short and optional; figures never animate between invented values. */
@media (prefers-reduced-motion: no-preference) {
  a, .site-tabs button, .card, .graph-card, .combo { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
  [role="tabpanel"]:not([hidden]) { animation: panel-arrive .3s ease both; }
  @keyframes panel-arrive { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
}
@media (hover: hover) {
  .card:hover, .graph-card:hover, .combo:hover { border-color: #50705b; box-shadow: inset 0 1px 0 #c2ffdc0b, 0 12px 30px #0003; }
  .graph-card rect:hover { filter: brightness(1.15); }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .card:hover, .graph-card:hover, .combo:hover { transform: translateY(-2px); } }
@supports (backdrop-filter: blur(16px)) { .site-sidebar { backdrop-filter: blur(16px); } }

/* Sidebar becomes compact horizontal tabs on tablets and phones. */
@media (max-width: 1450px) {
  .memorise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .memorise-item { padding: .65rem .75rem; flex-direction: row; justify-content: space-between; gap: .5rem; align-items: center; }
  .memorise-item:nth-child(-n+6) { border-bottom: 1px solid var(--line-soft); }
  .memorise-item:nth-child(2n) { border-right: 0; }
  .memorise-item dd { text-align: right; font-size: 1.15rem; }
}
@media (max-width: 1350px) {
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .combo-grid { grid-template-columns: minmax(0, 1fr); }
  .report-layout { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); }
  .report-article { padding: 1.6rem; }
}
@media (max-width: 1100px) {
  .app-shell { display: block; }
  .site-sidebar { position: relative; height: auto; padding: 1.1rem 1.5rem .85rem; border-right: 0; border-bottom: 1px solid var(--line); overflow: visible; }
  .site-brand { width: fit-content; }
  .brand-mark { width: 2.4rem; height: 2.4rem; font-size: 1.3rem; }
  .brand-name { display: flex; gap: .35rem; align-items: baseline; }
  .brand-name > span { display: inline; margin: 0; font-size: .9375rem; }
  .site-tabs { flex-direction: row; flex-wrap: wrap; gap: .5rem; margin-top: 1.1rem; }
  .site-tabs button { width: auto; padding: .7rem 1.15rem; }
  .site-tabs button[aria-selected="true"]::after { display: none; }
  .sidebar-footer { display: none; }
  .wrap { padding-top: 1.8rem; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .graphs-grid { grid-template-columns: minmax(0, 1fr); }
  .report-layout { grid-template-columns: minmax(0, 1fr); }
  .report-markets { border-left: 0; border-top: 1px solid var(--line); }
  .market-readings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; }
  .report-title { max-width: 32ch; }
  .snapshot-note { flex-direction: column; gap: .3rem; }
}
@media (max-width: 620px) {
  .site-sidebar { padding: 1rem 1rem .7rem; }
  .site-tabs { gap: .3rem; flex-wrap: nowrap; }
  .site-tabs button { flex: 1 1 0; justify-content: center; min-width: 0; gap: .45rem; padding: .7rem .4rem; text-align: center; font-size: .875rem; }
  .site-tabs svg { width: 1rem; height: 1rem; }
  .wrap { padding: 1.5rem 1rem 2rem; }
  .page-header { margin-bottom: 1.4rem; padding-bottom: 1.4rem; gap: 1rem; }
  h1 { font-size: clamp(1.65rem, 6.8vw, 2.4rem); line-height: 1.2; }
  .updated { flex-direction: row; flex-wrap: wrap; gap: .35rem .65rem; margin: 0; padding: .55rem .75rem; white-space: normal; }
  .grid { grid-template-columns: minmax(0, 1fr); }
  .hero-card, .summary, .card, .combo { padding: 1.2rem; }
  .hero h2 { font-size: 1.6rem; }
  .graph-card { padding: 1.1rem; }
  .value { font-size: 2.7rem; }
  .memorise-item { flex-direction: column; align-items: flex-start; gap: .2rem; padding: .7rem; }
  .memorise-item dd { text-align: left; font-size: 1.4rem; }
  .panel-heading { align-items: flex-start; }
  .snapshot-label { font-size: .75rem; }
  .report-article, .report-markets { padding: 1.2rem; }
  .report-meta, .report-coverage, .report-sources { padding-inline: 1.2rem; }
  .report-title { font-size: 1.9rem; }
  .report-outlook { padding: 1rem; }
  .source-list { grid-template-columns: minmax(0, 1fr); }
  .graph-reading-value { font-size: 1.4rem; }
  .market-value { font-size: 1.6rem; }
}
@media (max-width: 380px) {
  .site-tabs svg { display: none; }
  .graph-axis-label, .graph-axis-unit { font-size: 20px; }
  .market-readings { grid-template-columns: minmax(0, 1fr); }
  .reading-meta { column-gap: .6rem; }
}
@media (forced-colors: active) {
  .site-tabs button[aria-selected="true"] { outline: 2px solid Highlight; }
  .card::before, .legend-dot, .graph-key { forced-color-adjust: none; }
  .graph-bar-current, .graph-bar-previous, .graph-zero-value { forced-color-adjust: none; }
}
