:root {
  --ink: #191919;
  --muted: #77766e;
  --paper: #f4f0e7;
  --panel: #fffdf9;
  --soft: #ebe7dd;
  --line: #b9b5ac;
  --green: #202a56;
  --green-bright: #3f65c7;
  --deep: #182044;
  --deep-2: #202a56;
  --mint: #dce1ef;
  --ochre: #c77a3c;
  --violet: #a66b9c;
  --shadow: 0 18px 54px rgba(32, 42, 86, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "IBM Plex Sans", Arial, sans-serif; }
body, button, input, select { font-feature-settings: "ss01" 1, "cv11" 1; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, select:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid #c87835; outline-offset: 3px; }
.progress-line { position: fixed; z-index: 20; top: 0; left: 0; width: 0; height: 3px; background: var(--ochre); }
.page-shell { width: min(1260px, calc(100% - 54px)); margin-inline: auto; }
.nav-shell { width: min(1390px, calc(100% - 54px)); height: 76px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 11px; line-height: 1.08; letter-spacing: .01em; }
.brand b { font-size: 15px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 3px; color: #fff; background: var(--green); font: 700 10px "IBM Plex Mono", monospace; letter-spacing: .09em; }
.nav-links { display: flex; gap: 30px; color: var(--muted); font-size: 11px; letter-spacing: .01em; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--green); }
.edition { justify-self: end; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); font: 500 9px "IBM Plex Mono", monospace; letter-spacing: .03em; text-transform: uppercase; }
.edition i { width: 6px; height: 6px; display: block; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(37, 162, 118, .12); }

.eyebrow { margin: 0 0 17px; color: var(--ochre); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #8fcaae; }
h1, h2, h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 940px; font-size: clamp(3.8rem, 6.2vw, 6.5rem); line-height: .91; }
h1 em, h2 em { color: var(--green); font-style: normal; }
h2 { font-size: clamp(2.8rem, 5.1vw, 5.25rem); line-height: .93; }
h3 { font-size: 32px; line-height: 1.02; }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: 40px; align-items: center; padding-block: 72px 94px; }
.hero-copy { position: relative; z-index: 1; }
.lede { max-width: 560px; margin: 31px 0 33px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.primary-action, .ghost-action { display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 3px; font-size: 11px; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.primary-action { color: #fff; background: var(--green); }
.primary-action:hover { background: #2b3978; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(32, 42, 86, .15); }
.primary-action span { color: #f1c18e; font-size: 17px; }
.ghost-action { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.ghost-action:hover { background: var(--panel); transform: translateY(-2px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 29px; color: #77766e; font: 9px "IBM Plex Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.hero-meta span::before { content: "·"; margin-right: 8px; color: var(--ochre); }
.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: var(--panel); border: 1px solid var(--line); box-shadow: none; }
.hero-visual::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(32, 42, 86, .12); pointer-events: none; }
.hero-visual svg { position: relative; width: 100%; max-width: 620px; overflow: visible; }
.hero-panel-title { fill: var(--ink); font: 500 28px "Source Serif 4", Georgia, serif; letter-spacing: -.035em; }
.hero-panel-subtitle { fill: var(--muted); font: 10px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.hero-column-short { fill: var(--ink); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.hero-column-label { fill: var(--muted); font: 9px "IBM Plex Sans", sans-serif; }
.hero-state-label { fill: var(--ink); font: 11px "IBM Plex Sans", sans-serif; }
.hero-cell { cursor: help; }
.hero-cell-rect { stroke: var(--panel); stroke-width: 1; transition: opacity .2s ease, stroke-width .2s ease; }
.hero-cell:hover .hero-cell-rect { stroke: var(--ochre); stroke-width: 2; }
.hero-cell-value { fill: #fffdf9; font: 600 9px "IBM Plex Mono", monospace; pointer-events: none; }
.hero-cell-dot { fill: #fffdf9; opacity: .82; pointer-events: none; }
.hero-rule { stroke: var(--line); stroke-width: 1; }
.hero-stamp { fill: var(--muted); font: 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.hero-stamp-right { fill: var(--ochre); }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 42px; }
.section-copy { max-width: 520px; margin: 23px 0 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.control-pair, .landscape-controls, .explorer-controls { display: flex; align-items: end; gap: 9px; }
label { display: grid; gap: 7px; color: var(--muted); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
select, input { min-width: 170px; padding: 11px 31px 11px 12px; color: var(--ink); background: var(--panel); border: 1px solid var(--line); border-radius: 3px; font: 500 12px "IBM Plex Sans", sans-serif; letter-spacing: 0; text-transform: none; }
input { min-width: 220px; padding-right: 12px; }
.national-band { padding: 103px 0 112px; background: #e9ebe2; border-block: 1px solid var(--line); }
.national-head { align-items: start; }
.headline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 45px; }
.rate-card { min-width: 0; padding: 23px 22px 20px; background: rgba(255, 253, 247, .85); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.rate-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-top, .card-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-top > span { color: var(--green); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .13em; }
.card-top b, .status, .state-row small { padding: 4px 7px; border-radius: 99px; font: 600 8px "IBM Plex Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.publish { color: #17613f; background: #dceadf; }
.review { color: #815116; background: #f1e3c8; }
.suppressed { color: #7e3d3d; background: #edd8d4; }
.rate-card > p { color: var(--muted); font-size: 12px; line-height: 1.45; }
.big-value { margin-top: 22px; font: 62px/.9 Source Serif 4, Georgia, serif; letter-spacing: -.07em; }
.big-value small { margin-left: 4px; color: var(--green); font: 500 25px Source Serif 4, Georgia, serif; }
.rate-card .interval { margin: 11px 0 20px; font: 10px "IBM Plex Mono", monospace; }
.card-meta { padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font: 9px "IBM Plex Mono", monospace; }
.national-chart-wrap { margin-top: 12px; }
.chart-panel { overflow: hidden; padding: 17px; background: var(--panel); border: 1px solid var(--line); }
.chart-panel svg { display: block; width: 100%; min-width: 680px; overflow: visible; }
.chart-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; color: var(--muted); font: 9px "IBM Plex Mono", monospace; }
.chart-note b { margin-left: auto; color: var(--ink); font-weight: 500; }
.legend-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--green); }
.legend-line { width: 22px; height: 3px; display: inline-block; border-radius: 99px; background: var(--green); }

.surface-band { padding: 105px 0 98px; color: #eef8ef; background: var(--deep); }
.surface-head { align-items: start; }
.surface-head h2, .pulse-band h2, .earnings-band h2 { color: #f0f5ea; }
.surface-head h2 em, .pulse-band h2 em, .earnings-band h2 em { color: #9cd4b4; }
.surface-intro { max-width: 680px; margin: 24px 0 0; color: #99b2a5; font-size: 13px; line-height: 1.7; }
.surface-controls { display: flex; flex-wrap: wrap; justify-content: end; align-items: end; gap: 9px; max-width: 570px; }
.surface-controls label { color: #8da89b; }
.surface-controls select { color: #e6f3e9; background: #153a2e; border-color: #315c4a; }
.dark-toggle { height: 42px; padding: 0 13px; color: #a5baaf; background: transparent; border: 1px solid #315c4a; border-radius: 3px; font: 600 9px "IBM Plex Mono", monospace; }
.dark-toggle.active { color: #082219; background: #9fd5b5; border-color: #9fd5b5; }
.surface-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 13px; margin-top: 48px; }
.surface-main { min-width: 0; padding: 16px 16px 13px; background: #112b22; border: 1px solid #2f5646; }
.viz-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 33px; color: #76978a; font: 9px "IBM Plex Mono", monospace; }
.surface-legend { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.surface-legend .gradient { width: 100px; height: 7px; display: inline-block; background: linear-gradient(90deg, #d6e9dc, #15956e); }
.surface-scroll { max-height: 720px; overflow: auto; margin-top: 10px; scrollbar-color: #47705b #17382c; }
.surface-scroll::-webkit-scrollbar { width: 9px; height: 9px; }
.surface-scroll::-webkit-scrollbar-thumb { background: #47705b; border-radius: 99px; }
#capability-surface { min-width: 840px; }
#capability-surface svg { display: block; width: 100%; }
.surface-row-bg { fill: rgba(235, 249, 238, .025); }
.surface-row:nth-child(even) .surface-row-bg { fill: rgba(235, 249, 238, .05); }
.surface-row-hit { fill: transparent; cursor: pointer; }
.surface-row.selected .surface-row-bg, .surface-row.hovered .surface-row-bg { fill: rgba(150, 226, 177, .14); }
.surface-state-label { fill: #bdd7c7; font: 10px "IBM Plex Sans", sans-serif; pointer-events: none; }
.surface-state-code { fill: #759889; font: 9px "IBM Plex Mono", monospace; pointer-events: none; }
.surface-column-short { fill: #ecf8ed; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.surface-column-label { fill: #78998a; font: 9px "IBM Plex Sans", sans-serif; }
.surface-column-rule { stroke: #5a8871; stroke-width: 1; }
.surface-cell { cursor: pointer; }
.surface-cell-rect { stroke: #17392d; stroke-width: 1; transition: opacity .2s ease; }
.surface-cell:hover .surface-cell-rect { stroke: #eff9ec; stroke-width: 2; }
.surface-cell-value { fill: #0a281d; font: 600 9px "IBM Plex Mono", monospace; pointer-events: none; }
.surface-cell-ci { stroke: #0d3427; stroke-width: 2; stroke-linecap: round; pointer-events: none; }
.surface-selected-marker { fill: #efa669; pointer-events: none; }
.surface-foot { display: flex; justify-content: space-between; gap: 15px; padding-top: 13px; color: #79998a; font: 9px/1.5 "IBM Plex Mono", monospace; }
.surface-foot b { color: #a9cbb7; font-weight: 500; }
.method-callout { margin: 14px 0 0; padding: 13px 15px; color: #9db5a9; background: #10271f; border-left: 2px solid var(--ochre); font-size: 11px; line-height: 1.6; }
.method-callout strong { color: #e9c39d; }
.state-detail { min-width: 0; padding: 22px 21px; color: #eaf5eb; background: #10271f; border: 1px solid #2f5646; }
.detail-kicker, .insight-kicker { color: #87b69b; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.detail-header { display: flex; justify-content: space-between; align-items: start; gap: 10px; margin-top: 13px; }
.detail-header h3 { max-width: 180px; margin-top: 3px; color: #f1f6ed; font-size: 30px; }
.detail-code { color: #e4a16b; font: 10px "IBM Plex Mono", monospace; }
.detail-header select { min-width: 125px; max-width: 145px; padding: 8px 25px 8px 8px; color: #ddf0e2; background: #18392e; border-color: #3b6754; font-size: 10px; }
.detail-overview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; padding: 17px 0; margin-top: 17px; border-block: 1px solid #2f5646; }
.detail-overview span, .detail-axis-head span, .detail-foot span { display: block; color: #819d90; font: 9px "IBM Plex Mono", monospace; }
.detail-overview strong { display: block; margin-top: 4px; font: 39px/.9 Source Serif 4, Georgia, serif; }
.detail-overview strong small { margin-left: 2px; color: #8fbea2; font-size: 14px; }
.detail-overview p { margin: 0; color: #8da99a; font-size: 10px; line-height: 1.45; }
.detail-axes { display: grid; gap: 15px; padding-top: 19px; }
.detail-axis-head { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; }
.detail-axis-head strong { color: #edf7ed; font: 14px Source Serif 4, Georgia, serif; }
.detail-bar { height: 6px; margin-top: 7px; background: #1f4033; }
.detail-bar i { display: block; height: 100%; background: linear-gradient(90deg, #6bbd8e, #d6a06c); }
.detail-axis-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 5px; color: #78998a; font: 8px "IBM Plex Mono", monospace; }
.detail-foot { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 7px 10px; padding-top: 17px; margin-top: 17px; border-top: 1px solid #2f5646; align-items: baseline; }
.detail-foot b { color: #eaf4ea; font: 11px "IBM Plex Mono", monospace; }

.landscape-band { padding: 110px 0 118px; background: var(--paper); }
.landscape-head { align-items: start; }
.landscape-controls { flex-wrap: wrap; justify-content: end; max-width: 590px; }
.landscape-controls label { flex: 1; min-width: 160px; }
.landscape-controls select { width: 100%; }
.landscape-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 13px; margin-top: 48px; }
.landscape-chart { min-width: 0; box-shadow: var(--shadow); }
.axis path, .axis line { stroke: #bfc8bf; }
.axis text { fill: #718079; font: 9px "IBM Plex Mono", monospace; }
.grid line { stroke: #d8ded7; stroke-width: 1; }
.grid text { fill: #718079; font: 9px "IBM Plex Mono", monospace; }
.national-ci { stroke: var(--green); stroke-width: 5; stroke-linecap: round; }
.national-point { fill: var(--panel); stroke: var(--green); stroke-width: 3; }
.national-value-label { fill: var(--ink); font: 600 11px "IBM Plex Mono", monospace; }
.axis-title { fill: #53665f; font: 9px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.quadrant-fill { fill: #e3f0e5; }
.median-rule { stroke: #9bb4a2; stroke-width: 1; stroke-dasharray: 4 5; }
.quadrant-label, .median-label { fill: #7c9586; font: 9px "IBM Plex Mono", monospace; }
.state-point { cursor: pointer; }
.state-point-halo { opacity: .45; stroke: #fffdf7; stroke-width: 1; }
.state-point-core { stroke: #fffdf7; stroke-width: 1.5; }
.state-point.selected .state-point-halo { opacity: 1; stroke: var(--ochre); stroke-width: 3; }
.state-point.selected .state-point-core { stroke: var(--ink); stroke-width: 2; }
.state-point.hovered .state-point-halo { opacity: 1; stroke: var(--ink); stroke-width: 2; }
.selected-point-label { fill: var(--ink); font: 600 10px "IBM Plex Sans", sans-serif; }
.quarter-band { opacity: .12; }
.quarter-line { fill: none; stroke-width: 3; }
.quarter-point { stroke: #fffdf7; stroke-width: 2; cursor: pointer; }
.series-label { font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.insight-rail { min-height: 100%; padding: 23px 21px; background: #e8ece4; border: 1px solid var(--line); }
.insight-rail h3 { margin-top: 13px; color: var(--ink); font-size: 31px; }
.insight-quad { margin: 14px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.insight-pair { display: grid; gap: 0; border-block: 1px solid #cdd5cc; }
.insight-pair div { padding: 14px 0; border-bottom: 1px solid #cdd5cc; }
.insight-pair div:last-child { border-bottom: 0; }
.insight-pair span, .insight-color span { display: block; color: var(--muted); font: 9px "IBM Plex Mono", monospace; }
.insight-pair strong { display: block; margin-top: 4px; font: 25px Source Serif 4, Georgia, serif; }
.insight-color { position: relative; padding: 15px 0; }
.insight-color b { display: block; margin-top: 5px; font: 17px Source Serif 4, Georgia, serif; }
.insight-color i { position: absolute; top: 16px; right: 0; width: 15px; height: 15px; border-radius: 50%; }
.insight-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.tooltip-divider { padding-top: 10px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.2); }

.ranking-section { padding: 110px 0 120px; background: #e6e8df; border-block: 1px solid var(--line); }
.single-control select { min-width: 290px; }
.section-note { margin: 23px 0 17px; color: var(--muted); font: 11px/1.6 "IBM Plex Mono", monospace; }
.state-ranking { display: grid; grid-template-columns: 1fr 1fr; column-gap: 43px; }
.state-row { width: 100%; min-height: 49px; display: grid; grid-template-columns: 28px 150px minmax(100px, 1fr) 82px 58px; align-items: center; gap: 9px; padding: 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #cfd4ca; text-align: left; }
.state-row:hover, .state-row.hovered { background: rgba(255,255,255,.42); }
.state-row.selected { background: rgba(18, 101, 72, .09); }
.state-row .rank { color: var(--ochre); font: 11px Source Serif 4, Georgia, serif; }
.state-row > strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.state-track { position: relative; height: 17px; background: repeating-linear-gradient(to right, transparent 0, transparent calc(25% - 1px), rgba(20, 60, 40, .09) calc(25% - 1px), rgba(20, 60, 40, .09) 25%); border-bottom: 1px solid #aebfb2; }
.state-track .state-ci { position: absolute; top: 6px; height: 3px; background: var(--green); border-radius: 99px; }
.state-track i { position: absolute; top: 3px; width: 9px; height: 9px; transform: translateX(-4px); border-radius: 50%; background: var(--panel); border: 2px solid var(--green); }
.state-row > b { text-align: right; font: 15px Source Serif 4, Georgia, serif; white-space: nowrap; }
.state-row small { text-align: center; }

.pulse-band { padding: 105px 0 99px; color: #f1f7ee; background: var(--deep); }
.segmented { display: flex; padding: 4px; border: 1px solid #315c4a; background: #102d23; }
.segmented button { padding: 9px 14px; color: #9bb6a7; background: transparent; border: 0; font: 600 10px "IBM Plex Mono", monospace; }
.segmented button.active { color: #0d2d20; background: #a4d7b8; }
.pulse-band .chart-panel { margin-top: 37px; color: #eff8ee; background: #102d23; border-color: #315c4a; }
.pulse-band .axis path, .pulse-band .axis line { stroke: #416854; }
.pulse-band .axis text, .pulse-band .grid text { fill: #8ba899; }
.pulse-band .grid line { stroke: #274c3c; }
.pulse-band .quarter-band { opacity: .14; }
.dark-note { margin: 13px 0 0; color: #819c8e; font: 9px/1.6 "IBM Plex Mono", monospace; }

.structure-section { padding: 104px 0 113px; background: var(--soft); border-bottom: 1px solid var(--line); }
.structure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; }
.structure-grid h3 { margin-bottom: 35px; }
.bar-list { display: grid; gap: 18px; }
.bar-row > div:first-child { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 7px; }
.bar-row span { font-size: 11px; }
.bar-row strong { font: 18px Source Serif 4, Georgia, serif; }
.bar-track { height: 7px; background: #d0d4cc; }
.bar-track i { display: block; height: 100%; background: var(--green); }
.bar-row small { display: block; margin-top: 5px; color: var(--muted); font: 8px "IBM Plex Mono", monospace; }

.quality-band { padding: 113px 0 118px; }
.quality-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.quality-card { min-height: 216px; padding: 21px; background: var(--panel); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-card:nth-child(2n) { border-right: 0; }
.quality-card:nth-last-child(-n+2) { border-bottom: 0; }
.quality-card > span { display: block; min-height: 36px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.quality-card strong { display: block; margin: 18px 0 14px; font: 49px Source Serif 4, Georgia, serif; letter-spacing: -.06em; }
.quality-track { height: 5px; background: #dedfd5; }
.quality-track i { display: block; height: 100%; background: var(--green); }
.quality-card p { margin: 13px 0 0; color: var(--muted); font: 8px "IBM Plex Mono", monospace; }

.earnings-band { padding: 105px 0 100px; color: #f1f7ee; background: var(--deep); }
.light-head { align-items: start; }
.rupee-note { color: #8aa596; font: 9px "IBM Plex Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.earnings-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 48px; border: 1px solid #315c4a; }
.earning-card { min-height: 188px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border-right: 1px solid #315c4a; }
.earning-card:last-child { border-right: 0; }
.earning-card > span { color: #9ab6a8; font: 8px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.earning-card strong { font: 30px Source Serif 4, Georgia, serif; letter-spacing: -.05em; }
.earning-card p { margin: 0; color: #8da79a; font: 8px/1.5 "IBM Plex Mono", monospace; }
.earning-card.median { background: #173f31; box-shadow: inset 0 3px var(--ochre); }
.earning-card.self { background: #2b2935; }

.transition-section { padding: 112px 0 119px; }
.warning-pill { padding: 9px 11px; color: #7a481e; background: #f5e6d5; border: 1px solid #c89562; border-radius: 99px; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.mobility-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 14px; align-items: stretch; margin-top: 38px; }
.matrix-wrap { overflow-x: auto; }
.transition-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.transition-table th, .transition-table td { padding: 17px; border: 1px solid var(--line); text-align: center; }
.transition-table thead th { color: var(--muted); background: var(--soft); font: 600 9px "IBM Plex Mono", monospace; text-transform: uppercase; }
.transition-table thead th:first-child, .transition-table tbody th { text-align: left; }
.transition-table tbody th { width: 210px; background: var(--soft); font-size: 11px; }
.transition-cell { background: color-mix(in srgb, var(--green) calc(var(--heat) * 74%), var(--panel)); color: color-mix(in srgb, white calc(var(--heat) * 120%), var(--ink)); cursor: help; }
.transition-cell:hover { outline: 2px solid var(--ochre); outline-offset: -2px; }
.transition-table td strong { display: block; font: 25px Source Serif 4, Georgia, serif; }
.transition-table td span { display: block; margin-top: 5px; font: 8px "IBM Plex Mono", monospace; opacity: .76; }
.mobility-note { padding: 22px; background: #e7ebe3; border: 1px solid var(--line); }
.mobility-note strong { display: block; margin-top: 13px; font: 33px/.95 Source Serif 4, Georgia, serif; }
.mobility-note p { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.warning-note { padding: 13px 16px; margin-top: 14px; color: #754b28; background: #eee2d4; border-left: 3px solid var(--ochre); font: 10px/1.55 "IBM Plex Mono", monospace; }

.context-band { padding: 112px 0 119px; color: #f1f7ee; background: var(--deep); border-top: 1px solid #23493a; }
.context-head { align-items: start; }
.context-head h2 { color: #f1f7ee; }
.context-head h2 em { color: #8fcaae; }
.context-intro { max-width: 590px; margin: 25px 0 0; color: #9bb5a7; font-size: 13px; line-height: 1.75; }
.context-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: min(460px, 100%); align-items: end; }
.context-controls label, .economy-controls label { display: grid; gap: 7px; color: #9bb5a7; font: 9px "IBM Plex Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.context-controls select, .economy-controls select { width: 100%; color: #f1f7ee; background: #173b2e; border-color: #3c6955; }
.context-controls .dark-toggle { grid-column: 1 / -1; justify-self: start; }
.context-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 14px; align-items: stretch; margin-top: 42px; }
.context-chart, .global-chart { min-height: 390px; color: #d9efe2; background: #102d23; border-color: #315c4a; }
.context-chart { overflow-x: auto; }
.context-chart svg, .global-chart svg { min-width: 690px; }
.context-chart .axis path, .context-chart .axis line, .global-chart .axis path, .global-chart .axis line { stroke: #4d725f; }
.context-chart .axis text, .global-chart .axis text { fill: #95b3a3; }
.context-chart .grid line, .global-chart .grid line { stroke: #23493a; }
.context-chart .axis-title, .global-chart .axis-title { fill: #9bb5a7; }
.context-chart .chart-title, .global-chart .chart-title { fill: #f1f7ee; font: 600 13px "IBM Plex Sans", sans-serif; }
.context-chart .chart-subtitle, .global-chart .chart-subtitle { fill: #8fac9b; font: 9px "IBM Plex Mono", monospace; letter-spacing: .04em; }
.context-line { fill: none; stroke: #8fcaae; stroke-width: 3; }
.context-point { fill: #f2c28f; stroke: #0d281f; stroke-width: 2; cursor: crosshair; }
.context-point:hover { r: 7px; }
.context-anchor-rule { stroke: #e7a86f; stroke-dasharray: 4 4; opacity: .75; }
.context-anchor { fill: #f0b47d; stroke: #fff7e7; stroke-width: 2; cursor: crosshair; }
.context-anchor-label, .global-label { fill: #f0d5ae; font: 600 9px "IBM Plex Mono", monospace; }
.context-insight, .global-insight { padding: 23px 21px; background: #173b2e; border: 1px solid #315c4a; }
.context-insight h3, .global-insight h3 { margin-top: 13px; color: #f1f7ee; font-size: 31px; }
.context-insight p, .global-insight p { color: #9bb5a7; font-size: 11px; line-height: 1.6; }
.context-insight strong, .global-insight strong { display: block; margin-top: 8px; color: #fff7e7; font: 35px Source Serif 4, Georgia, serif; letter-spacing: -.05em; }
.context-insight .insight-pair, .global-insight .insight-pair { border-color: #315c4a; }
.context-insight .insight-pair div, .global-insight .insight-pair div { border-color: #315c4a; }
.context-insight .insight-pair span, .global-insight .insight-pair span { color: #8fad9c; }
.context-insight .insight-pair strong, .global-insight .insight-pair strong { margin-top: 4px; font-size: 22px; }
.context-kicker, .global-kicker, .economy-kicker { color: #8fcaae; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.context-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; border: 1px solid #315c4a; }
.context-card { min-height: 142px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-right: 1px solid #315c4a; }
.context-card:last-child { border-right: 0; }
.context-card span { color: #9bb5a7; font: 8px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.context-card strong { color: #fff7e7; font: 28px Source Serif 4, Georgia, serif; }
.context-card small { color: #7f9e8d; font: 8px/1.4 "IBM Plex Mono", monospace; }
.global-head { margin-top: 95px; }
.global-head h3 { color: #f1f7ee; }
.global-head .dark-note { max-width: 680px; margin-top: 19px; }
.global-grid { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 14px; align-items: stretch; margin-top: 29px; }
.global-chart { min-height: 430px; }
.global-insight { background: #0d281f; }
.global-point { cursor: pointer; transition: opacity .2s ease, stroke-width .2s ease; }
.global-point:hover, .global-point.selected { stroke: #f2c28f; stroke-width: 3px; }
.context-source { display: flex; flex-direction: column; gap: 7px; padding: 15px 16px; background: #132f25; border: 1px solid #315c4a; }
.context-source strong { color: #f1f7ee; font-size: 11px; }
.context-source span { color: #8fac9b; font: 8px/1.5 "IBM Plex Mono", monospace; }
.source-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }

.economy-band { padding: 112px 0 119px; background: #e7ebe3; border-block: 1px solid var(--line); }
.economy-head { align-items: start; }
.economy-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: min(430px, 100%); }
.economy-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 14px; align-items: stretch; margin-top: 42px; }
.economy-chart { min-height: 470px; overflow-x: auto; }
.economy-chart svg { min-width: 690px; }
.economy-insight { padding: 23px 21px; background: var(--panel); border: 1px solid var(--line); }
.economy-insight h3 { margin-top: 13px; font-size: 31px; }
.economy-insight p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.economy-insight strong { display: block; margin-top: 8px; font: 35px Source Serif 4, Georgia, serif; letter-spacing: -.05em; }
.economy-point { cursor: pointer; transition: opacity .2s ease, stroke-width .2s ease; }
.economy-point:hover, .economy-point.selected { stroke: var(--ochre); stroke-width: 3px; }
.economy-chart .grid line { stroke: #d1d9cf; }
.economy-chart .quadrant-fill { fill: rgba(18, 101, 72, .07); }
.economy-chart .median-rule { stroke: #9eaa9f; stroke-dasharray: 4 4; }
.economy-chart .state-label { fill: var(--ink); font: 9px "IBM Plex Mono", monospace; }

.explorer-band { padding: 108px 0 115px; background: #e7e9e1; border-block: 1px solid var(--line); }
.result-count { color: var(--muted); font: 20px Source Serif 4, Georgia, serif; }
.explorer-controls { align-items: end; margin: 39px 0 17px; }
.explorer-controls label { flex: 1; min-width: 130px; }
.explorer-controls select, .explorer-controls input { width: 100%; min-width: 0; }
.search-control { flex: 1.15 !important; }
.table-wrap { max-height: 650px; overflow: auto; border: 1px solid var(--line); background: var(--panel); }
.explorer-table { width: 100%; border-collapse: collapse; }
.explorer-table thead { position: sticky; z-index: 1; top: 0; background: #d8ded6; }
.explorer-table th, .explorer-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: right; font: 10px "IBM Plex Mono", monospace; }
.explorer-table th:first-child, .explorer-table td:nth-child(2) { text-align: left; }
.explorer-table th { color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.explorer-table tbody th { color: var(--ink); font-weight: 500; white-space: nowrap; text-transform: none; }
.explorer-table tbody tr:hover { background: #eff2eb; }
.table-footnote { margin: 12px 0 0; color: var(--muted); font: 9px/1.6 "IBM Plex Mono", monospace; }

.method-section { display: grid; grid-template-columns: 75px minmax(0, 1fr) 320px; gap: 45px; align-items: start; padding-block: 115px; }
.method-number { color: var(--ochre); font: 58px Source Serif 4, Georgia, serif; }
.method-copy { max-width: 720px; margin-top: 27px; color: var(--muted); font-size: 13px; line-height: 1.76; }
.method-facts { background: var(--panel); border: 1px solid var(--line); }
.method-facts div { padding: 15px 17px; border-bottom: 1px solid var(--line); }
.method-facts div:last-child { border-bottom: 0; }
.method-facts span, .footer-grid > div > span { display: block; margin-bottom: 5px; color: var(--muted); font: 8px "IBM Plex Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.method-facts strong { font-size: 11px; }
footer { padding: 44px 0; background: #d5dad2; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1.2fr 1.6fr auto; gap: 42px; }
.footer-grid > div > strong { font: 18px Source Serif 4, Georgia, serif; }
.footer-grid p, #footer-status { margin: 7px 0 0; color: var(--muted); font: 9px/1.55 "IBM Plex Mono", monospace; }
#footer-status { max-width: 180px; text-align: right; }

.tooltip { position: fixed; z-index: 30; max-width: 300px; min-width: 220px; display: none; padding: 14px; color: #f1f7ef; background: #0b211a; border: 1px solid #4d7b63; box-shadow: 0 12px 30px rgba(0,0,0,.2); pointer-events: none; }
.tooltip.visible { display: block; }
.tooltip-kicker { margin-bottom: 6px; color: #9fd5b5; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.tooltip > strong { display: block; color: #fff7e7; font: 24px Source Serif 4, Georgia, serif; }
.tooltip-grid { display: grid; grid-template-columns: 1fr auto; gap: 5px 13px; padding: 9px 0; margin-top: 8px; border-block: 1px solid #2f5646; color: #a7c0b1; font: 9px "IBM Plex Mono", monospace; }
.tooltip-grid span:nth-child(2n) { color: #f2f8ee; text-align: right; }
.tooltip small { display: block; margin-top: 9px; color: #91ad9d; font: 9px/1.45 "IBM Plex Sans", sans-serif; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { max-width: 620px; }
  .surface-grid, .landscape-grid, .mobility-layout { grid-template-columns: 1fr; }
  .state-detail, .insight-rail, .mobility-note { max-width: none; }
  .surface-controls { justify-content: start; max-width: none; }
  .quality-layout { grid-template-columns: 1fr; gap: 55px; }
  .earnings-grid { grid-template-columns: repeat(3, 1fr); }
  .earning-card { border-bottom: 1px solid #315c4a; }
  .earning-card:nth-child(3n) { border-right: 0; }
  .method-section { grid-template-columns: 65px 1fr; }
  .method-facts { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .context-grid, .economy-grid, .global-grid { grid-template-columns: 1fr; }
  .context-insight, .economy-insight, .global-insight { max-width: none; }
  .source-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .page-shell, .nav-shell { width: min(100% - 30px, 1260px); }
  .nav-shell { height: 70px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .brand { font-size: 10px; }
  .edition { max-width: 160px; font-size: 8px; text-align: center; }
  .hero { min-height: 0; padding-block: 66px 83px; }
  h1 { font-size: clamp(3.3rem, 15vw, 5.7rem); }
  .lede { font-size: 15px; }
  .hero-visual { min-height: 350px; }
  .hero-visual svg { transform: scale(.82); }
  .section-head, .national-head, .landscape-head { align-items: start; flex-direction: column; }
  .control-pair, .landscape-controls, .explorer-controls { width: 100%; align-items: stretch; flex-direction: column; }
  .control-pair label, .landscape-controls label, .explorer-controls label { width: 100%; }
  select, input { width: 100%; min-width: 0; }
  .headline-grid { grid-template-columns: 1fr; margin-top: 33px; }
  .national-band, .surface-band, .landscape-band, .ranking-section, .pulse-band, .structure-section, .quality-band, .earnings-band, .transition-section, .explorer-band { padding-block: 76px; }
  .surface-grid { margin-top: 32px; }
  .surface-head h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .surface-scroll { max-height: 600px; }
  .viz-toolbar, .surface-foot { align-items: start; flex-direction: column; }
  .surface-legend { white-space: normal; }
  .detail-header { flex-direction: column; }
  .detail-header select { max-width: none; }
  .detail-overview { grid-template-columns: 1fr; }
  .detail-foot { grid-template-columns: 1fr auto; }
  .state-ranking { grid-template-columns: 1fr; }
  .state-row { grid-template-columns: 24px 112px minmax(80px, 1fr) 70px; }
  .state-row small { display: none; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-card { border-right: 0; }
  .quality-card:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .earnings-grid { grid-template-columns: 1fr 1fr; }
  .earning-card:nth-child(2n) { border-right: 0; }
  .earning-card:nth-child(3n) { border-right: 1px solid #315c4a; }
  .earning-card:nth-child(4n) { border-right: 0; }
  .method-section { grid-template-columns: 1fr; gap: 23px; }
  .method-facts { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  #footer-status { max-width: none; text-align: left; }
  .chart-note b { margin-left: 0; }
  .context-band, .economy-band { padding-block: 76px; }
  .context-head, .economy-head { align-items: start; flex-direction: column; }
  .context-controls, .economy-controls { width: 100%; grid-template-columns: 1fr; }
  .context-controls .dark-toggle { grid-column: auto; }
  .context-cards { grid-template-columns: 1fr 1fr; }
  .context-card:nth-child(2n) { border-right: 0; }
  .context-card:nth-child(-n+2) { border-bottom: 1px solid #315c4a; }
  .global-head { margin-top: 71px; }
  .source-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Editorial statistical-review system */
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.brand b { letter-spacing: -.02em; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ochre); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.h1, h1 { text-wrap: balance; }
.hero-copy { max-width: 590px; }
.hero-visual { align-self: stretch; min-width: 0; }
.hero-visual svg { min-width: 0; }
.hero-cell-rect { shape-rendering: crispEdges; }
.hero-cell:hover .hero-cell-value { font-weight: 700; }
.hero-stamp { font-size: 8px; }
.eyebrow.light { color: #c8d4f5; }
.primary-action { box-shadow: 0 8px 20px rgba(32, 42, 86, .12); }
.ghost-action:hover { border-color: var(--green); }
.rate-card, .chart-panel, .method-facts, .economy-insight, .table-wrap { box-shadow: 0 1px 0 rgba(25, 25, 25, .03); }
.rate-card:hover { box-shadow: 0 15px 35px rgba(32, 42, 86, .12); }
.surface-band, .context-band, .pulse-band, .earnings-band { background: var(--deep); }
.surface-head h2 em, .pulse-band h2 em, .earnings-band h2 em, .context-head h2 em { color: #c8d4f5; }
.surface-main { background: #202a56; border-color: #4c5b88; }
.state-detail { background: #1d274f; border-color: #4c5b88; }
.surface-controls select { color: #f4f0e7; background: #2a376e; border-color: #596a9a; }
.surface-legend .gradient { background: linear-gradient(90deg, #dce1ef, #3c5bb0); }
.surface-scroll { scrollbar-color: #596a9a #202a56; }
.surface-scroll::-webkit-scrollbar-thumb { background: #596a9a; }
.surface-row.selected .surface-row-bg, .surface-row.hovered .surface-row-bg { fill: rgba(200, 212, 245, .16); }
.surface-cell-rect { stroke: #202a56; }
.surface-cell:hover .surface-cell-rect { stroke: #f1c18e; }
.surface-cell-ci { stroke: #191919; }
.method-callout { background: #202a56; color: #c8d4f5; }
.method-callout strong { color: #f1c18e; }
.detail-bar i { background: linear-gradient(90deg, #6178c7, #e3a46f); }
.dark-toggle { border-color: #596a9a; }
.dark-toggle.active { color: #202a56; background: #c8d4f5; border-color: #c8d4f5; }
.context-chart, .global-chart, .pulse-band .chart-panel { background: #202a56; border-color: #4c5b88; }
.context-insight, .global-insight { background: #2a376e; border-color: #4c5b88; }
.context-cards, .source-strip .context-source { border-color: #4c5b88; }
.context-card, .context-source { border-color: #4c5b88; background: #243062; }
.context-line { stroke: #c8d4f5; }
.context-point, .context-anchor { stroke: #202a56; }
.context-kicker, .global-kicker, .economy-kicker { color: #c8d4f5; }
.global-point:hover, .global-point.selected { stroke: #f1c18e; }
.earning-card.median { background: #2a376e; }
.tooltip { background: #202a56; border-color: #596a9a; }
.tooltip-kicker { color: #c8d4f5; }
.tooltip-grid { border-color: #4c5b88; color: #c8d4f5; }
.tooltip-grid span:nth-child(2n) { color: #fffdf9; }
.context-controls select, .economy-controls select { background: #2a376e; border-color: #596a9a; }
.economy-band { background: var(--soft); }
.explorer-band, .ranking-section { background: #e9e5dc; }
.explorer-table thead { background: #dce1ef; }
.state-row.selected { background: rgba(32, 42, 86, .09); }
.state-track .state-ci, .state-track i { border-color: var(--green); }
.bar-track i, .quality-track i { background: var(--green); }
.transition-cell { background: color-mix(in srgb, var(--green) calc(var(--heat) * 74%), var(--panel)); }
footer { background: #d8d4ca; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; width: 100%; }
}

@media (max-width: 780px) {
  .nav-shell { height: 70px; }
  .hero { gap: 34px; padding-block: 58px 76px; }
  .hero-copy { max-width: none; }
  .hero-visual { min-height: 350px; }
  .hero-visual svg { transform: none; min-width: 0; }
  .hero-stamp-right { display: none; }
  .hero-meta { gap: 10px 14px; }
  .primary-action, .ghost-action { min-height: 48px; }
}
