/* Ordelvio Capital: Direction B "Observatory".
   Deep indigo night field, orbital market clock, glass panels, thin numerals and
   gold, rose and sky light signals taken from the Ordelvio symbol.
   Font families are named only in type.css. No inline styles anywhere (the
   Content-Security-Policy forbids them); scripts set geometry through CSSOM. */

/* ------------------------------------------------------------------ tokens */
:root {
  --space-0: #04050D;
  --space-1: #0A0B22;
  --space-2: #0B0C26;
  --glass: rgba(255, 255, 255, .035);
  --glass-2: rgba(255, 255, 255, .06);
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .14);
  --text: #ECEEF6;
  --text-2: rgba(236, 238, 246, .78);
  --muted: rgba(236, 238, 246, .56);
  --faint: rgba(236, 238, 246, .38);
  --gold: #F5D18A;
  --gold-deep: #EABD4D;
  --rose: #EFAABB;
  --sky: #81C9E8;
  --sky-deep: #5AAFD9;
  --up: #7FE0B0;
  --down: #FF8F80;
  --up-soft: #BFF5DA;
  --down-soft: #FFC4BC;
  --pad: 56px;
  --gap: 14px;
  --radius: 20px;
  --radius-s: 10px;
  --maxw: 1600px;
  color-scheme: dark;
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { background: var(--space-0); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 24px; }
body {
  min-height: 100vh;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  background:
    radial-gradient(1100px 760px at 50% 360px, rgba(58, 52, 140, .38), transparent 70%),
    radial-gradient(700px 500px at 18% 1500px, rgba(239, 170, 187, .07), transparent 70%),
    radial-gradient(900px 600px at 85% 2300px, rgba(129, 201, 232, .07), transparent 70%),
    linear-gradient(180deg, #0B0C26 0%, #06071A 40%, #04050D 100%);
  background-color: var(--space-0);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
table { width: 100%; border-collapse: collapse; }
th { font-weight: inherit; text-align: left; }
strong, b { font-weight: 600; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: rgba(245, 209, 138, .3); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; padding: 10px 14px; border-radius: 10px; background: var(--gold); color: var(--space-0); font-weight: 600; }
.skip:focus { top: 12px; }

.mono { font-family: var(--font-mono); }
.kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cond { font-family: var(--font-cond); font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.thin { font-family: var(--font-sans); font-weight: 200; letter-spacing: -.035em; }
.num, .tabular { font-variant-numeric: tabular-nums; }
.up { color: var(--up); }
.down { color: var(--down); }
.flat { color: var(--muted); }
.muted { color: var(--muted); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }

/* ------------------------------------------------------------------ header */
.top { position: relative; z-index: 20; }
.top-bar { display: flex; align-items: center; gap: 24px; padding-top: 24px; padding-bottom: 24px; }
.main-nav { margin-left: 32px; }
.brand { flex: none; display: block; border-radius: 6px; }
.brand img { height: 30px; width: auto; }
.main-nav ul { display: flex; gap: 26px; }
.main-nav a {
  font-family: var(--font-cond); font-weight: 500; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(236, 238, 246, .7); white-space: nowrap; padding: 6px 0; border-bottom: 1px solid transparent; transition: color .15s ease, border-color .15s ease;
}
.main-nav a:hover { color: var(--text); }
.main-nav a[aria-current="page"] { color: var(--gold); border-bottom-color: rgba(245, 209, 138, .45); }
.top-right { display: flex; align-items: center; gap: 12px; flex: none; margin-left: auto; }
.chip-sample, .badge-sample {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  font-family: var(--font-mono); font-size: 10px; line-height: 1; letter-spacing: .12em; text-transform: uppercase;
  color: var(--rose); border: 1px solid rgba(239, 170, 187, .45); background: rgba(239, 170, 187, .08);
  border-radius: 999px; padding: 5px 9px 5px 8px;
}
.chip-sample::before, .badge-sample::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 8px rgba(239, 170, 187, .7); }
.chip-sample { font-size: 10.5px; padding: 7px 11px 7px 10px; }
.chip-sample:hover { background: rgba(239, 170, 187, .16); }
.chip-sample[hidden], .badge-sample[hidden] { display: none; }
.find {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: var(--glass);
  border-radius: 999px; padding: 8px 12px 8px 14px; font-size: 13px; color: var(--muted); transition: border-color .15s ease, color .15s ease;
}
.find:hover { border-color: var(--line-2); color: var(--text); }
.find-icon { fill: none; stroke: var(--text); stroke-width: 1.3; }
.find kbd { font-family: var(--font-mono); font-size: 10px; border: 1px solid var(--line); border-radius: 5px; padding: 2px 5px; color: var(--muted); }
.menu-btn { display: none; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--glass); align-items: center; justify-content: center; }
.menu-btn svg { width: 36px; height: 36px; fill: none; stroke: var(--text); stroke-width: 1.3; }
.menu-line { transition: transform .2s ease; transform-origin: 18px 18px; }
.menu-btn[aria-expanded="true"] .menu-line-1 { transform: translateY(3px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-line-2 { transform: translateY(-3px) rotate(-45deg); }
.site-menu { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10, 11, 34, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-menu ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 2px 24px; padding-top: 14px; padding-bottom: 18px; }
.site-menu a { display: block; padding: 10px 0; font-family: var(--font-cond); font-weight: 500; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-2); border-bottom: 1px solid var(--line); }
.site-menu a[aria-current="page"] { color: var(--gold); }

/* ------------------------------------------------------------------ layout */
main { display: block; padding-bottom: 20px; }
.section { padding-top: 34px; padding-bottom: 34px; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px 24px; margin-bottom: 18px; flex-wrap: wrap; }
.sec-head h2 { font-family: var(--font-cond); font-weight: 500; font-size: 15px; letter-spacing: .22em; text-transform: uppercase; }
.sec-head h2 a:hover { color: var(--gold); }
.panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02));
  border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.panel + .panel { margin-top: var(--gap); }
.stack > .panel + .panel { margin-top: var(--gap); }
.split { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: var(--gap); align-items: start; }
.split2 { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--gap); align-items: start; }
.split > .panel + .panel, .split2 > .panel + .panel, .split2 > .panel + .stack, .split > .panel + aside { margin-top: 0; }

.page-head { padding-top: 26px; padding-bottom: 18px; }
.page-head h1 { font-size: 76px; line-height: .98; margin: 12px 0 18px; }
.lede { max-width: 68ch; font-size: 17px; line-height: 1.6; color: var(--text-2); }
.toc { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.toc a { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.toc a:hover { color: var(--text); border-color: var(--line-2); }
.crumbs { padding-top: 18px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.crumbs a { color: var(--text-2); }
.crumbs a:hover { color: var(--gold); }
.footnote { margin-top: 12px; font-size: 13px; line-height: 1.55; color: var(--muted); max-width: 90ch; }
.more { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--sky); }
.more:hover { color: var(--gold); }

/* Provenance lines, badges and data states */
.prov { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px 10px; text-align: right; }
.prov a:hover { color: var(--text); }
.prov-date { color: var(--muted); }
.prov-note { color: var(--gold); }
.prov a + .prov-date::before, .prov a + .prov-note::before, .prov-date + .prov-note::before { content: "\00B7\00A0"; color: var(--muted); }
.credits { margin-top: 12px; font-size: 12px; line-height: 1.55; color: var(--muted); max-width: 110ch; }
.credits span + span::before { content: "\00B7\00A0"; }
.credits span { margin-right: .35em; }
.hero-left .credits { margin-top: 14px; }
.tree-note { font-size: 12px; margin-top: 10px; }
.marks-note { font-size: 12px; }
.badges { display: inline-flex; gap: 6px; align-items: center; }
.badges:empty { display: none; }
.hero-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.sim-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); border: 1px dashed rgba(245, 209, 138, .5); border-radius: 999px; padding: 3px 8px; }
.sim-note[hidden] { display: none; }
.state { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 18px 0; }
.state-off { color: var(--faint); }
.tag { display: inline-block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px; color: var(--muted); white-space: nowrap; }
.tag.gold { color: var(--space-0); background: var(--gold); border-color: var(--gold); }
.tag.sky { color: var(--sky); border-color: rgba(129, 201, 232, .5); }
.ph { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 9px 18px;
  font-family: var(--font-cond); font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  border: 1px solid var(--line-2); border-radius: 999px; color: var(--text); background: var(--glass); transition: background .15s ease, border-color .15s ease;
}
.btn:hover { background: var(--glass-2); border-color: rgba(255, 255, 255, .24); }
.btn-gold { color: var(--space-0); background: var(--gold); border-color: var(--gold); }
.btn-gold:hover { background: #F8DDA6; border-color: #F8DDA6; }
.btn-small { min-height: 32px; padding: 6px 14px; font-size: 11.5px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.chip:hover { color: var(--text); border-color: var(--line-2); }
.chip[aria-pressed="true"] { color: var(--space-0); background: var(--sky); border-color: var(--sky); }

/* ------------------------------------------------------------------ hero: market clock */
.hero { display: grid; grid-template-columns: 318px minmax(0, 1fr) 318px; align-items: center; gap: 24px; padding-top: 18px; padding-bottom: 40px; min-height: 780px; }
.hero > div { min-width: 0; }
.time { font-size: 128px; line-height: .9; margin: 14px 0 8px; font-variant-numeric: tabular-nums; }
.date { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.openline { margin: 22px 0 26px; font-size: 15px; color: var(--gold); }
.ex { border-top: 1px solid var(--line); }
.ex li { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ex .nm { display: flex; align-items: center; gap: 12px; font-family: var(--font-cond); font-weight: 500; font-size: 14px; letter-spacing: .14em; text-transform: uppercase; }
.ex .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(129, 201, 232, .45); flex: none; }
.ex li.open .dot { background: var(--gold); box-shadow: 0 0 10px 2px rgba(245, 209, 138, .55); }
.ex li.closed-day .dot { background: transparent; border: 1px solid rgba(129, 201, 232, .5); }
.ex .st { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); text-align: right; font-variant-numeric: tabular-nums; }
.ex li.open .st { color: var(--text); }
.dialwrap { display: flex; justify-content: center; }
.dial { width: 620px; height: 620px; max-width: 100%; overflow: visible; }
.dial .dl-hour { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; fill: rgba(236, 238, 246, .55); }
.dial .dl-ring-label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; fill: rgba(236, 238, 246, .62); }
.dial .dl-now-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; fill: var(--gold); }
.dial .dl-core-big { font-family: var(--font-sans); font-weight: 200; font-size: 40px; letter-spacing: -.03em; fill: var(--text); }
.dial .dl-core-small { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; fill: rgba(236, 238, 246, .55); }
.dial .dl-now-dot { animation: pulse 3.2s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .55; } }
.hero-right .panel + .panel { margin-top: var(--gap); }
.focus .ph .cond { font-size: 13px; }
.irow { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); }
.irow .n { font-size: 14px; }
.irow .lv { font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-top: 3px; font-variant-numeric: tabular-nums; }
.irow .c { text-align: right; font-weight: 300; font-size: 22px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.irow svg { grid-column: 1 / -1; width: 100%; height: 26px; margin-top: 8px; overflow: visible; }
.focus-foot { margin-top: 12px; }
.nr-title { font-size: 18px; line-height: 1.3; }
.count { font-size: 44px; line-height: 1.1; margin: 10px 0 4px; font-variant-numeric: tabular-nums; }
.count small { font-size: 16px; color: var(--muted); margin: 0 10px 0 2px; letter-spacing: 0; }

/* ------------------------------------------------------------------ rates */
.rates { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 40px; padding: 30px 34px; }
.big { font-size: 124px; line-height: .9; margin: 18px 0 10px; font-variant-numeric: tabular-nums; }
.big small { font-size: 44px; color: var(--muted); margin-left: 6px; letter-spacing: 0; }
.bigcap { display: flex; flex-wrap: wrap; gap: 6px 14px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.bigcap .note { color: var(--muted); }
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.trio > div { border-top: 1px solid var(--line); padding-top: 12px; }
.trio .v { font-weight: 250; font-size: 32px; letter-spacing: -.02em; margin-top: 6px; font-variant-numeric: tabular-nums; }
.trio .v small { font-size: 15px; color: var(--muted); }
.rates-desc { margin-top: 26px; font-size: 13px; line-height: 1.55; color: var(--muted); }
.dots-wrap { position: relative; min-width: 0; }
.dots { width: 100%; height: auto; overflow: visible; }
.dots text { font-family: var(--font-mono); font-size: 11px; fill: rgba(236, 238, 246, .5); }
.dots .dt-hi { fill: var(--gold); }
.dots .dt-legend { fill: rgba(236, 238, 246, .72); letter-spacing: .08em; }
.dots .col-hit { fill: transparent; cursor: default; }
.dots .col:hover .dt-val, .dots .col:focus .dt-val { opacity: 1; }
.dots .dt-val { opacity: 0; transition: opacity .15s ease; fill: var(--text); font-size: 11.5px; }
.dots .col:focus { outline: none; }
.dots .col:focus .col-hit { stroke: rgba(245, 209, 138, .5); }

.ytable td, .ytable th { padding: 10px 0; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.ytable thead th { border-top: 0; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-top: 0; }
.ytable .t { font-family: var(--font-mono); font-size: 13px; letter-spacing: .08em; color: var(--gold); width: 70px; }
.ytable .t.hi { color: var(--gold); font-weight: 600; }
.ytable .v { text-align: right; font-weight: 250; font-size: 22px; letter-spacing: -.02em; }
.ytable .d, .ytable .a { text-align: right; font-family: var(--font-mono); font-size: 12px; }
.ytable .a { color: var(--muted); }
.ytable th.r { text-align: right; }
.spreads { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.spread { border-top: 1px solid var(--line); padding-top: 12px; }
.spread .v { font-weight: 200; font-size: 34px; letter-spacing: -.03em; margin-top: 6px; font-variant-numeric: tabular-nums; }
.spread .v small { font-size: 14px; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.spread .was { font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-top: 4px; }
.history svg { width: 100%; height: auto; overflow: visible; }
.history text, .lines text { font-family: var(--font-mono); font-size: 10.5px; fill: rgba(236, 238, 246, .5); }
.legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-2); }
.legend i { display: inline-block; width: 18px; height: 2px; vertical-align: middle; margin-right: 8px; border-radius: 2px; }
.legend .sw-gold { background: var(--gold); }
.legend .sw-sky { background: var(--sky); }
.legend .sw-rose { background: var(--rose); }
.legend .sw-text { background: var(--text); }
.legend i[class*="sw-dash-"] { height: 0; background: none; border-top: 2px dashed var(--text); border-radius: 0; }
.legend i.sw-dash-2 { border-top-style: dotted; }
.legend .sw-gold[class*="sw-dash-"] { border-top-color: var(--gold); }
.legend .sw-sky[class*="sw-dash-"] { border-top-color: var(--sky); }
.legend .sw-rose[class*="sw-dash-"] { border-top-color: var(--rose); }

/* ------------------------------------------------------------------ central banks */
.banks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.banks > .panel { margin-top: 0; }
.bank { padding: 20px; display: flex; flex-direction: column; }
.bank .nm { font-family: var(--font-cond); font-weight: 500; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(236, 238, 246, .82); min-height: 32px; }
.bank .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; color: var(--faint); text-transform: uppercase; margin-top: 4px; }
.bank .row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; }
.bank .rate { font-weight: 200; font-size: 40px; letter-spacing: -.035em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.bank .rate.range { font-size: 28px; white-space: normal; line-height: 1.05; }
.bank .rate small { font-size: 16px; color: var(--muted); letter-spacing: 0; }
.bank .rate small.pre { margin-right: .3em; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.bank .ring { width: 54px; height: 54px; flex: none; }
.bank .ring text { font-family: var(--font-mono); font-size: 11px; fill: var(--text); }
.bank .nx { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: auto; padding-top: 12px; }
.bank .nx b { color: var(--text); font-weight: 400; }
.bank .chg { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: var(--muted); margin-top: 10px; }
.banks-detail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.banks-detail .bank { padding: 24px; }
.banks-detail .bank .rate { font-size: 56px; }
.banks-detail .bank .rate.range { font-size: 40px; }
.banks-detail .bank .ring { width: 72px; height: 72px; }
.btable td, .btable th { padding: 11px 0; border-top: 1px solid var(--line); vertical-align: middle; }
.btable thead th { border-top: 0; padding-top: 0; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.btable .dd { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .06em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.btable .dd .short { display: none; }
.btable .bk { font-size: 14px; padding-left: 16px; }
.btable .in { text-align: right; font-family: var(--font-mono); font-size: 12px; color: var(--sky); white-space: nowrap; }
.btable thead th.r, .releases thead th.r, .filings thead th.r { text-align: right; }
.explainer h2 { font-size: 13px; margin-bottom: 12px; }
.explainer p + p { margin-top: 10px; }
.explainer p { font-size: 14px; line-height: 1.6; color: var(--text-2); }

/* ------------------------------------------------------------------ indices */
.tree { position: relative; height: 470px; }
.tree-lg { height: 540px; }
.tile {
  position: absolute; border-radius: var(--radius-s); padding: 12px 14px; display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; border: 1px solid rgba(255, 255, 255, .06); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}
.tile .n { flex: none; font-size: 13px; line-height: 1.25; color: rgba(236, 238, 246, .86); overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tile .c { font-weight: 250; letter-spacing: -.03em; line-height: 1.05; font-variant-numeric: tabular-nums; }
.tile.up .c { color: var(--up-soft); }
.tile.down .c { color: var(--down-soft); }
.tile.flat .c { color: var(--text-2); }
.tile .l { font-family: var(--font-mono); font-size: 11px; color: var(--muted); font-variant-numeric: tabular-nums; margin-top: 2px; }
.tile.tiny { padding: 8px 9px; }
.tile.tiny .n { font-size: 11.5px; }
.tile.tiny .l { display: none; }
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.board > .panel { margin-top: 0; }
.board h3 { font-family: var(--font-cond); font-weight: 500; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; }
.brow { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: center; padding: 11px 0; border-top: 1px solid var(--line); }
.brow .n { font-size: 14px; display: flex; align-items: center; gap: 8px; }
.brow .sd { width: 7px; height: 7px; border-radius: 50%; background: rgba(129, 201, 232, .45); flex: none; }
.brow .sd.open { background: var(--gold); box-shadow: 0 0 8px 1px rgba(245, 209, 138, .5); }
.brow .sd.off { background: transparent; border: 1px solid rgba(129, 201, 232, .5); }
.brow .lv { font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-top: 2px; font-variant-numeric: tabular-nums; }
.brow .c { text-align: right; font-weight: 300; font-size: 20px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.brow svg { grid-column: 1 / -1; width: 100%; height: 24px; margin-top: 6px; overflow: visible; }
.board-foot { margin-top: 14px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 16px; flex-wrap: wrap; }
.board-foot i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 6px; vertical-align: 1px; background: var(--gold); }
.board-foot i.cl { background: rgba(129, 201, 232, .45); }

/* ------------------------------------------------------------------ ticker strip */
.ticker { display: grid; grid-template-columns: repeat(auto-fill, minmax(236px, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.tk { padding: 16px 18px; background: #0E0F29; }
.tk .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); min-height: 2.6em; }
.tk .v { font-weight: 250; font-size: 24px; letter-spacing: -.02em; margin-top: 4px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tk .v small { font-size: 12px; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.tk .c { font-family: var(--font-mono); font-size: 11.5px; margin-top: 2px; font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------------ river and agenda */
.week .sec-head { flex-direction: column; align-items: flex-start; gap: 6px; }
.week .prov { justify-content: flex-start; text-align: left; }
.river { position: relative; padding-left: 34px; }
.river::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(180deg, rgba(245, 209, 138, .7), rgba(129, 201, 232, .5) 40%, rgba(255, 255, 255, .08)); }
.river li { position: relative; padding-bottom: 20px; }
.river li:last-child { padding-bottom: 4px; }
.river li::before { content: ""; position: absolute; left: -31px; top: 4px; width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(129, 201, 232, .8); background: var(--space-1); }
.river li.done::before { background: var(--sky); border-color: var(--sky); }
.river li.now::before { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 14px 3px rgba(245, 209, 138, .6); }
.river li.decision::before { border-color: var(--rose); }
.river .dy { font-family: var(--font-cond); font-weight: 500; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.river .t { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); font-variant-numeric: tabular-nums; }
.river li.now .t { color: var(--gold); }
.river .e { font-size: 16px; line-height: 1.35; margin: 4px 0 2px; }
.river .e a:hover { color: var(--gold); }
.river .v { font-weight: 250; font-size: 22px; font-variant-numeric: tabular-nums; }
.river .v small { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); margin-left: 6px; letter-spacing: .06em; text-transform: uppercase; }
.river .s { font-family: var(--font-mono); font-size: 11px; color: var(--sky); }
.river .s.past { color: var(--muted); }
.river .s.dec { color: var(--rose); }
.agenda .river li { padding-bottom: 22px; }
.agenda .day { font-family: var(--font-cond); font-weight: 500; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-2); padding: 18px 0 10px; }
.agenda .day:first-child { padding-top: 0; }
.agenda-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 48px; align-items: start; }
.agenda-h { font-family: var(--font-cond); font-weight: 500; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-2); margin-bottom: 14px; }
.releases td, .releases th { padding: 12px 0; border-top: 1px solid var(--line); vertical-align: middle; }
.releases thead th { border-top: 0; padding-top: 0; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.releases .when { font-family: var(--font-mono); font-size: 12px; color: var(--muted); white-space: nowrap; width: 150px; font-variant-numeric: tabular-nums; }
.releases .pub { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; color: var(--sky); width: 90px; }
.releases .ttl { font-size: 15px; padding-right: 16px; }

/* ------------------------------------------------------------------ consumer prices */
.mrow { display: grid; grid-template-columns: 170px minmax(0, 1fr) 110px; align-items: center; column-gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); }
.mrow:first-child { border-top: 0; }
.mrow .rn { font-size: 14px; }
.mrow .rn span { display: block; font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-top: 3px; }
.mrow .cells { min-width: 0; }
.mrow svg { width: 100%; height: 40px; overflow: visible; }
.mrow .last { text-align: right; font-weight: 200; font-size: 34px; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.mrow .last small { font-size: 15px; color: var(--muted); letter-spacing: 0; }
.mfoot { display: grid; grid-template-columns: 170px minmax(0, 1fr) 110px; column-gap: 12px; padding-top: 10px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.mfoot .span { display: flex; justify-content: space-between; }
.lines svg { width: 100%; height: auto; overflow: visible; }
.ctable td, .ctable th { padding: 11px 0; border-top: 1px solid var(--line); vertical-align: middle; font-variant-numeric: tabular-nums; }
.ctable thead th { border-top: 0; padding-top: 0; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.ctable .ec { font-size: 14px; }
.ctable .ec span { display: block; font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-top: 2px; }
.ctable .v { text-align: right; font-weight: 250; font-size: 24px; }
.ctable .m { text-align: right; font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.ctable th.r { text-align: right; }

/* ------------------------------------------------------------------ economy indicators */
.indicators { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.indicators > .panel { margin-top: 0; }
.ind .ec { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ind h3 { font-size: 17px; font-weight: 500; margin-top: 6px; }
.ind .ms { font-size: 13px; color: var(--muted); line-height: 1.4; margin-top: 2px; min-height: 36px; }
.ind .v { font-weight: 200; font-size: 52px; letter-spacing: -.035em; line-height: 1; margin-top: 14px; font-variant-numeric: tabular-nums; }
.ind .v small { font-size: 18px; color: var(--muted); letter-spacing: 0; margin-left: 4px; }
.ind .pd { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.ind svg { width: 100%; height: 64px; margin-top: 16px; overflow: visible; }
.ind svg text { font-family: var(--font-mono); font-size: 9.5px; fill: rgba(236, 238, 246, .45); }

/* ------------------------------------------------------------------ fx and filings */
.fx td { padding: 12px 0; border-top: 1px solid var(--line); vertical-align: middle; }
.fx thead th { padding: 0 0 10px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.fx thead th.r { text-align: right; }
.fx .code { font-family: var(--font-mono); font-size: 13px; letter-spacing: .08em; width: 64px; color: var(--gold); }
.fx .name { font-size: 14px; color: var(--muted); }
.fx .spark { width: 150px; padding-left: 20px; }
.fx .spark svg { width: 130px; height: 26px; overflow: visible; }
.fx .val { font-weight: 250; font-size: 26px; letter-spacing: -.02em; text-align: right; width: 150px; font-variant-numeric: tabular-nums; }
.fx .chg { font-family: var(--font-mono); font-size: 12px; text-align: right; width: 86px; font-variant-numeric: tabular-nums; }
.fx-all { column-count: 2; column-gap: 48px; }
.fx-all table { break-inside: avoid; }
.form { display: inline-block; min-width: 58px; text-align: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; border: 1px solid rgba(129, 201, 232, .6); color: var(--sky); border-radius: 6px; padding: 3px 6px; white-space: nowrap; }
.filings td { padding: 12px 0; border-top: 1px solid var(--line); vertical-align: middle; }
.filings thead th { padding: 0 0 10px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.filings .co { font-size: 15px; padding-left: 14px; }
.filings .co span { display: block; font-family: var(--font-mono); font-size: 11px; color: var(--muted); margin-top: 3px; }
.filings .co a:hover { color: var(--gold); }
.filings thead th:nth-child(2) { padding-left: 14px; }
.releases thead th.pub, .fx thead th.name, .fx thead th.spark { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); }
.filings .tm { font-family: var(--font-mono); font-size: 12px; text-align: right; color: var(--muted); white-space: nowrap; font-variant-numeric: tabular-nums; padding-left: 12px; }
.forms dt { margin-top: 14px; }
.forms dt:first-child { margin-top: 0; }
.forms dd { font-size: 14px; line-height: 1.55; color: var(--text-2); margin-top: 6px; }

/* ------------------------------------------------------------------ TradingView gates */
.tv-lead { margin-bottom: var(--gap); }
.tv-lead p { max-width: 96ch; font-size: 14.5px; line-height: 1.65; color: var(--text-2); }
.tv-lead strong { color: var(--text); }
.tv-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 16px; }
.tv-policy { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--sky); }
.tv-policy:hover { color: var(--gold); }
.tv-gate { position: relative; overflow: hidden; }
.tv-gate-intro { display: grid; grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 10px 4px; }
.tv-title { font-family: var(--font-cond); font-weight: 500; font-size: 15px; letter-spacing: .2em; text-transform: uppercase; }
.tv-text { font-size: 15px; color: var(--text-2); }
.tv-privacy { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); }
.tv-gate[data-state="loaded"] .tv-gate-intro { display: none; }
.tv-mount { min-height: 60px; }
.tv-mount-tape { min-height: 78px; }
.tv-frame { position: relative; }
.tv-mount-chart .tv-frame { height: 652px; }
.tv-mount-heatmap .tv-frame { height: 612px; }
.tv-mount-tape .tv-frame { min-height: 78px; }
.tradingview-widget-container { width: 100%; }
.tradingview-widget-container__widget { width: 100%; height: calc(100% - 32px); }
.tv-mount-tape .tradingview-widget-container__widget { height: auto; }
/* TradingView's own attribution styles, reproduced here because the page's
   Content-Security-Policy blocks the style element its script would inject. */
.tradingview-widget-copyright { font-family: var(--font-sans); font-size: 13px; line-height: 32px; text-align: center; vertical-align: middle; color: #B2B5BE; }
.tradingview-widget-copyright a { text-decoration: none; color: #B2B5BE; }
.tradingview-widget-copyright .blue-text { color: #2962FF; }
.tv-unload { display: flex; justify-content: flex-end; margin-top: 10px; }

/* ------------------------------------------------------------------ company cards */
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.cards-grid > .panel { margin-top: 0; }
.cardtile { display: flex; flex-direction: column; padding: 0; overflow: hidden; transition: border-color .15s ease, transform .15s ease; }
.cardtile:hover { border-color: rgba(245, 209, 138, .45); }
.cardtile .thumb { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(255, 255, 255, .03); border-bottom: 1px solid var(--line); }
.cardtile .thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cardtile .thumb .noimg { height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); text-align: center; padding: 20px; }
.cardtile .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cardtile .ty { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.cardtile h3 { font-size: 20px; font-weight: 400; line-height: 1.25; }
.cardtile h3 a::after { content: ""; position: absolute; inset: 0; }
.cardtile { position: relative; }
.cardtile .tick { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; color: var(--gold); }
.cardtile .hl { font-size: 14px; color: var(--text-2); line-height: 1.45; }
.cardtile .meta { margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 8px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.card-head { padding-top: 14px; }
.card-head .kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.card-head h1 { font-size: 64px; }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.card-meta b { color: var(--text); font-weight: 400; }
.card-meta .hl { width: 100%; font-family: var(--font-sans); font-size: 19px; letter-spacing: 0; text-transform: none; color: var(--text-2); margin-top: 6px; }
.card-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 28px; align-items: start; padding-bottom: 20px; }
.card-figure { display: flex; flex-direction: column; gap: var(--gap); position: sticky; top: 20px; }
.card-figure .img-frame { display: block; width: fit-content; max-width: 100%; margin: 0 auto; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: rgba(255, 255, 255, .03); }
.card-figure img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 96px); margin: 0 auto; }
.card-figure figcaption { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.card-figure figcaption a { color: var(--sky); }
.card-figure .noimg { min-height: 360px; border: 1px dashed var(--line-2); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; text-align: center; padding: 30px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.7; }
.card-text > .panel + .panel { margin-top: var(--gap); }
.card-text h2 { font-size: 13px; margin-bottom: 14px; }
.alt-body { font-size: 14.5px; line-height: 1.6; color: var(--text-2); }
.alt-body h3 { font-family: var(--font-cond); font-weight: 500; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--text); margin: 22px 0 8px; }
.alt-body h3:first-child { margin-top: 0; }
.alt-body p + p { margin-top: 8px; }
.alt-body ol, .alt-body ul { padding-left: 20px; }
.alt-body ol { list-style: decimal; }
.alt-body ul { list-style: disc; }
.alt-body li + li { margin-top: 4px; }
.alt-body dl { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.alt-body dt, .alt-body dd { padding: 7px 0; border-top: 1px solid var(--line); }
.alt-body dd { text-align: right; color: var(--text); font-variant-numeric: tabular-nums; }
.alt-body dt small { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; color: var(--muted); }
.alt-body table { margin-top: 4px; font-size: 13.5px; }
.alt-body caption { text-align: left; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-bottom: 6px; }
.alt-body th, .alt-body td { padding: 6px 8px 6px 0; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.alt-body thead th { color: var(--muted); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; }
.alt-body tbody td, .alt-body thead th + th { text-align: right; }
.alt-body .tbl { overflow-x: auto; }
.card-sources li { padding: 10px 0; border-top: 1px solid var(--line); font-size: 14px; }
.card-sources li:first-child { border-top: 0; padding-top: 0; }
.card-sources li a { color: var(--sky); }
.card-sources li a:hover { color: var(--gold); }
.card-sources li span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.prov-lines { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.prov-lines p + p { margin-top: 4px; }
.card-notices p { font-size: 13.5px; line-height: 1.6; color: var(--text-2); padding-left: 16px; border-left: 1px solid var(--gold); }
.card-notices p + p { margin-top: 10px; }
.card-notices p.gl { border-left-color: var(--line-2); color: var(--muted); }

/* ------------------------------------------------------------------ learn, about, sources */
.explain-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: var(--gap); }
.explain-grid > .panel { margin-top: 0; }
.explain h3 { font-size: 13px; margin: 14px 0 8px; }
.explain p { font-size: 14px; line-height: 1.6; color: var(--text-2); }
.explain-art { width: 100%; height: 150px; }
.ea-ring { fill: none; stroke: rgba(255, 255, 255, .12); }
.ea-faint { stroke: rgba(255, 255, 255, .07); }
.ea-wide { stroke-width: 3; }
.ea-arc { fill: none; stroke-width: 3; stroke-linecap: round; }
.ea-gold { stroke: var(--gold); }
.ea-sky { stroke: rgba(129, 201, 232, .55); }
.ea-hand { stroke: rgba(245, 209, 138, .85); }
.ea-dot, .ea-now, .ea-gold-fill { fill: var(--gold); }
.ea-label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; fill: rgba(236, 238, 246, .5); }
.ea-gold-text { fill: var(--gold); }
.ea-big { font-family: var(--font-sans); font-weight: 200; font-size: 22px; fill: var(--text); }
.ea-code { font-family: var(--font-mono); font-size: 14px; letter-spacing: .08em; fill: var(--gold); }
.ea-grid { stroke: rgba(255, 255, 255, .08); }
.ea-dots circle { fill: var(--text); }
.ea-dots .ea-gold-fill { fill: var(--gold); }
.ea-dash { fill: none; stroke: var(--rose); stroke-width: 1.3; stroke-dasharray: 3 5; }
.ea-tile { stroke: rgba(255, 255, 255, .08); }
.ea-up { fill: rgba(127, 224, 176, .4); }
.ea-down { fill: rgba(255, 143, 128, .38); }
.ea-soft { fill-opacity: .45; }
.ea-river { stroke: rgba(129, 201, 232, .5); }
.ea-done { fill: var(--sky); }
.ea-next { fill: var(--space-1); stroke: var(--sky); }
.ea-bar { fill: rgba(255, 255, 255, .1); }
.ea-cool { fill: #81C9E8; fill-opacity: .6; }
.ea-mid { fill: #B8B9D2; fill-opacity: .75; }
.ea-warm { fill: #EFAABB; fill-opacity: .95; }
.ea-spark { fill: none; stroke: var(--sky); stroke-width: 1.4; }
.glossary dl { display: grid; grid-template-columns: minmax(220px, 3fr) minmax(0, 9fr); }
.glossary dt, .glossary dd { padding: 14px 0; border-top: 1px solid var(--line); }
.glossary dt:first-of-type, .glossary dd:first-of-type { border-top: 0; }
.glossary dt { font-weight: 500; padding-right: 24px; scroll-margin-top: 24px; }
.glossary dd { color: var(--text-2); line-height: 1.6; }
.glossary dt:target, .glossary dt:target + dd { color: var(--gold); }
.prose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap); padding-top: 16px; padding-bottom: 20px; }
.prose-grid > .panel { margin-top: 0; }
.prose h2 { font-size: 13px; margin-bottom: 12px; }
.prose p, .prose li { font-size: 14.5px; line-height: 1.65; color: var(--text-2); }
.prose p + p { margin-top: 10px; }
.prose ul { display: grid; gap: 10px; }
.prose a { color: var(--sky); text-decoration: underline; text-decoration-color: rgba(129, 201, 232, .4); text-underline-offset: 3px; }
.prose a:hover { color: var(--gold); }
.prose strong { color: var(--text); }
.notice-inline { padding-left: 16px; border-left: 1px solid var(--gold); }
.fraud { border-color: rgba(239, 170, 187, .35); background: linear-gradient(180deg, rgba(239, 170, 187, .08), rgba(239, 170, 187, .02)); }
.fraud h2 { color: var(--rose); }
.sample-explain h2 { display: flex; align-items: center; gap: 14px; font-size: 13px; margin-bottom: 10px; }
.sample-explain p { max-width: 90ch; color: var(--text-2); line-height: 1.6; }
.sources-list { column-count: 2; column-gap: var(--gap); }
.sources-list > .panel { break-inside: avoid; margin: 0 0 var(--gap); }
.source-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.source-grid > .panel { margin-top: 0; }
.source-card { display: flex; flex-direction: column; gap: 10px; scroll-margin-top: 24px; }
.source-card:target { border-color: rgba(245, 209, 138, .5); }
.source-title { font-size: 20px; font-weight: 400; line-height: 1.3; }
.source-card p { font-size: 14px; line-height: 1.6; color: var(--text-2); }
.source-card a { color: var(--sky); }
.source-card a:hover { color: var(--gold); }
.src-meta { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 0 12px; font-size: 13.5px; }
.src-meta dt, .src-meta dd { padding: 8px 0; border-top: 1px solid var(--line); }
.src-meta dt { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-top: 10px; }
.src-meta dd { color: var(--text-2); overflow-wrap: anywhere; }
.src-sub { font-size: 13px; }
.src-sub li { padding: 8px 0; border-top: 1px solid var(--line); color: var(--text-2); }
.src-sub li b { color: var(--text); font-weight: 500; }
.src-sub li span { display: block; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.src-sub li .lic { color: var(--text-2); }
.src-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }

/* ------------------------------------------------------------------ 404 */
.lost { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: center; padding-top: 40px; padding-bottom: 60px; min-height: 60vh; }
.lost-dial { width: 100%; max-width: 380px; margin: 0 auto; }
.ld-ring { fill: none; stroke: rgba(255, 255, 255, .12); }
.ld-faint { stroke: rgba(255, 255, 255, .06); }
.ld-arc { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; }
.ld-sky { stroke: rgba(129, 201, 232, .5); stroke-width: 2; }
.ld-stray { fill: var(--rose); }
.ld-core { fill: rgba(10, 11, 34, .6); stroke: rgba(255, 255, 255, .1); }
.ld-text { font-family: var(--font-sans); font-weight: 200; font-size: 26px; fill: var(--text); }
.lost h1 { font-size: 60px; line-height: 1; margin: 12px 0 16px; }
.lost-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.lost-links a { display: inline-block; font-family: var(--font-cond); font-weight: 500; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; color: var(--text-2); }
.lost-links a:hover { color: var(--gold); border-color: rgba(245, 209, 138, .45); }

/* ------------------------------------------------------------------ footer */
.site-footer { border-top: 1px solid var(--line); margin-top: 30px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 4fr); gap: 40px; padding-top: 50px; padding-bottom: 40px; }
.f-brand img { height: 28px; width: auto; }
.f-contact { margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.f-contact a { color: var(--text-2); text-decoration: underline; text-decoration-color: rgba(236, 238, 246, .25); text-underline-offset: 3px; }
.f-contact a:hover { color: var(--gold); }
.f-h { font-family: var(--font-cond); font-weight: 500; font-size: 12px; letter-spacing: .18em; color: var(--muted); text-transform: uppercase; margin-bottom: 12px; }
.site-footer ul { font-size: 14px; line-height: 2; color: rgba(236, 238, 246, .78); }
.site-footer ul a:hover { color: var(--gold); }
.notice { font-size: 13.5px; line-height: 1.6; color: rgba(236, 238, 246, .7); border-left: 1px solid var(--gold); padding-left: 18px; }
.notice strong { color: var(--text); font-weight: 500; }
.base { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 8px 24px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 18px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

/* ------------------------------------------------------------------ finder */
.finder { position: fixed; inset: 0; z-index: 60; display: flex; align-items: flex-start; justify-content: center; padding: 12vh 16px 16px; background: rgba(4, 5, 13, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.finder[hidden] { display: none; }
.finder-box { width: 100%; max-width: 620px; border: 1px solid var(--line-2); border-radius: var(--radius); background: linear-gradient(180deg, #14153A, #0B0C26); box-shadow: 0 30px 80px rgba(0, 0, 0, .55); overflow: hidden; }
.finder-field { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.finder-field svg { flex: none; width: 16px; height: 16px; fill: none; stroke: var(--muted); stroke-width: 1.4; }
.finder input { flex: 1; min-width: 0; font: inherit; font-size: 17px; color: var(--text); background: transparent; border: 0; outline: none; }
.finder input::placeholder { color: var(--faint); }
.finder input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.finder-close { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 6px; padding: 4px 8px; }
.finder-list { max-height: min(56vh, 460px); overflow-y: auto; padding: 8px; }
.finder-list li a { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 10px 12px; border-radius: 10px; }
.finder-list li a[aria-selected="true"], .finder-list li a:hover { background: rgba(255, 255, 255, .06); }
.finder-list li a[aria-selected="true"] .fl-t { color: var(--gold); }
.fl-t { font-size: 15px; }
.fl-k { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.finder-empty { padding: 18px 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.finder-hint { padding: 10px 18px; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1320px) {
  .main-nav ul { gap: 20px; }
  .main-nav a { font-size: 12px; letter-spacing: .15em; }
  .find-label { display: none; }
}
@media (max-width: 1200px) {
  :root { --pad: 40px; }
  .main-nav { display: none; }
  .menu-btn { display: inline-flex; }
  .find-label { display: inline; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 0; gap: 28px 32px; }
  .dialwrap { grid-column: 1 / -1; order: -1; }
  .dial { width: 560px; height: 560px; }
  .banks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .indicators { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .split, .split2, .card-layout { grid-template-columns: minmax(0, 1fr); }
  .card-figure { position: static; }
  .card-figure img { max-height: none; width: 100%; }
  .split > .panel + .panel, .split2 > .panel + .panel, .split2 > .panel + .stack, .split > .panel + aside { margin-top: 0; }
  .rates { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .board { grid-template-columns: minmax(0, 1fr); }
  .source-grid { grid-template-columns: minmax(0, 1fr); }
  .fx-all { column-count: 1; }
  .agenda-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 860px) {
  :root { --pad: 28px; }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .prose-grid { grid-template-columns: minmax(0, 1fr); }
  .sources-list { column-count: 1; }
  .lost { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .glossary dl { grid-template-columns: minmax(0, 1fr); }
  .glossary dt { padding-bottom: 2px; }
  .glossary dd { border-top: 0; padding-top: 2px; }
  .page-head h1 { font-size: 60px; }
}
@media (max-width: 600px) {
  :root { --pad: 18px; --gap: 10px; }
  body { font-size: 14.5px; }
  .top-bar { padding-top: 16px; padding-bottom: 16px; gap: 12px; }
  .brand img { height: 22px; }
  .find { padding: 9px; }
  .find-label, .find kbd { display: none; }
  .chip-sample { padding: 6px 9px; font-size: 9.5px; letter-spacing: .1em; }
  .hero { gap: 18px; padding-top: 8px; }
  .dial { width: 354px; height: 354px; }
  .dial .dl-ring-label { display: none; }
  .time { font-size: 96px; }
  .section { padding-top: 24px; padding-bottom: 24px; }
  .sec-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .prov { justify-content: flex-start; text-align: left; }
  .page-head h1 { font-size: 46px; }
  .card-head h1 { font-size: 40px; }
  .lede { font-size: 15.5px; }
  .rates { padding: 22px 18px; }
  .big { font-size: 96px; }
  .trio .v { font-size: 28px; }
  .banks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .banks-detail { grid-template-columns: minmax(0, 1fr); }
  .btable .dd .long { display: none; }
  .btable .dd .short { display: inline; }
  .bank { padding: 16px; }
  .bank .rate { font-size: 30px; }
  .bank .rate.range { font-size: 22px; }
  .banks-detail .bank .rate { font-size: 34px; }
  .banks-detail .bank .rate.range { font-size: 24px; }
  .banks-detail .bank .ring { width: 54px; height: 54px; }
  .tree { height: 620px; }
  .tree-lg { height: 660px; }
  .mrow { grid-template-columns: minmax(0, 1fr) 76px; row-gap: 4px; padding: 10px 0; }
  .mrow .rn { grid-column: 1; grid-row: 1; }
  .mrow .last { grid-column: 2; grid-row: 1; font-size: 28px; }
  .mrow .cells { grid-column: 1 / -1; grid-row: 2; }
  .mrow svg { height: 34px; }
  .mfoot { grid-template-columns: minmax(0, 1fr); }
  .mfoot .pad { display: none; }
  .fx .spark, .fx .name, .fx thead .name { display: none; }
  .fx .val { font-size: 22px; width: auto; }
  .filings .tm { font-size: 11px; white-space: normal; }
  .filings .tm .dy { display: block; }
  .filings .tm .sep { display: none; }
  .spreads { grid-template-columns: minmax(0, 1fr); }
  .indicators, .cards-grid, .explain-grid { grid-template-columns: minmax(0, 1fr); }
  .ind .ms { min-height: 0; }
  .releases thead { display: none; }
  .releases tr { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 2px; align-items: center; border-top: 1px solid var(--line); padding: 10px 0; }
  .releases td { border-top: 0; padding: 2px 0; }
  .releases .when { grid-column: 1 / -1; width: auto; }
  .releases .pub { display: none; }
  .releases .ttl { grid-column: 1; padding-right: 0; }
  .ctable .opt { display: none; }
  .ticker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prov a + .prov-date::before, .prov a + .prov-note::before { content: none; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 26px; padding-top: 36px; padding-bottom: 30px; }
  .footer-grid > div:first-child, .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
  .base { flex-direction: column; }
  .lost h1 { font-size: 40px; }
  .tv-mount-chart .tv-frame { height: 512px; }
  .tv-mount-heatmap .tv-frame { height: 492px; }
  .src-meta { grid-template-columns: minmax(0, 1fr); }
  .src-meta dt { border-top: 1px solid var(--line); padding-bottom: 0; }
  .src-meta dd { border-top: 0; padding-top: 2px; }
  .card-meta .hl { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .panel, .tile, .chip-sample, .badge-sample, .btn { border: 1px solid CanvasText; }
}
@media print {
  body { background: #fff; color: #000; }
  .top, .site-footer .base, .finder, .tv-section { display: none; }
  .panel { background: none; border-color: #999; backdrop-filter: none; }
}
