@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Urbanist:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #2b0d55;
  --bg-deep: #120523;
  --header-bg: #1d0938;
  --surface: rgba(18, 6, 36, .44);
  --surface-elevated: rgba(20, 7, 40, .56);
  --surface-highlight: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.17);
  --text: #f7f5fb;
  --text-muted: #ffffff;
  --text-faint: #ffffff;
  --red: #f04455;
  --blue: #526cff;
  --purple: #9067e8;
  --green: #55d98b;
  --max: 1480px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: clamp(5rem, 9vw, 8.5rem);
  --font-display: "Cal Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --font-body: Urbanist, Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(ellipse 90% 75% at 8% 5%, rgba(91, 29, 158, .72) 0%, rgba(65, 19, 119, .38) 43%, transparent 74%), linear-gradient(135deg, #421178 0%, #30105c 42%, #220a45 72%, #150526 100%); background-attachment: fixed; color: var(--text); font-family: var(--font-body); line-height: 1.55; letter-spacing: .008em; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--purple); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 3px; }
.skip-link { position: fixed; z-index: 20; left: 1rem; top: 1rem; padding: .75rem 1rem; transform: translateY(-200%); background: var(--text); color: var(--bg-deep); }
.skip-link:focus { transform: none; }
.site-header, .site-footer, main { width: min(100%, var(--max)); margin-inline: auto; }
.site-header { position: sticky; z-index: 100; top: 0; height: 4.4rem; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(28,8,56,.54); backdrop-filter: blur(22px) saturate(145%); box-shadow: 0 8px 28px rgba(8,1,20,.12); }
.wordmark { display: inline-flex; align-items: center; color: var(--text); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-decoration: none; }
.wordmark::before { content: ""; width: .55rem; height: .55rem; margin-right: .65rem; border-radius: 50%; background: linear-gradient(135deg, var(--blue) 0 50%, var(--red) 50%); box-shadow: 0 0 10px rgba(82, 108, 255, .28); }
.site-header nav, .site-footer nav { display: flex; gap: clamp(1.15rem, 3vw, 2.5rem); }
.site-header nav a, .site-footer nav a { position: relative; color: #fff; font-size: .78rem; text-decoration: none; }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--text); }
.site-header nav a[aria-current="page"] { color: var(--text); }
.site-header nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.65rem; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--red)); }
.nav-toggle { display: none; }

.hero { min-height: min(840px, calc(100vh - 4.4rem)); padding: clamp(2.25rem, 5vh, 4rem) var(--gutter) clamp(2.5rem, 5vh, 4rem); display: grid; grid-template-columns: 1fr auto; align-content: center; }
.hero-copy { max-width: 900px; }
.eyebrow { margin: 0 0 .9rem; color: #fff; font-size: .67rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: .015em; }
.hero h1 { margin-bottom: .65rem; font-size: clamp(2.7rem, 5.1vw, 5.25rem); font-weight: 900; line-height: .96; letter-spacing: .04em; -webkit-text-stroke: .3px currentColor; }
.dek { margin: 0; color: #fff; font-size: clamp(.98rem, 1.5vw, 1.18rem); }
.status { align-self: end; margin: 0; padding: .5rem .75rem; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(12px); }
.status span { display: inline-block; width: .4rem; height: .4rem; margin-right: .42rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(85,217,139,.4); }
.countdown { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.7rem, 1.25vw, 1.25rem); margin: clamp(1.75rem, 3.5vh, 2.75rem) 0 1rem; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.unit { position: relative; min-width: 0; min-height: clamp(245px, 36vh, 385px); padding: clamp(1rem, 2vw, 1.8rem); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: clamp(1rem, 1.8vw, 1.6rem); background: linear-gradient(180deg, rgba(255,255,255,.115), rgba(13,3,30,.36)), var(--surface-elevated); backdrop-filter: blur(22px) saturate(135%); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -42px 78px rgba(6,0,18,.26), 0 18px 42px rgba(6,0,18,.18); }
.unit::before { content: ""; position: absolute; inset: 0 0 50%; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.018)); pointer-events: none; }
.unit::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0,0,0,.62); box-shadow: 0 1px rgba(255,255,255,.045), 0 8rem 4rem rgba(144,103,232,.035); pointer-events: none; }
.unit:nth-child(1) { border-top-color: rgba(82,108,255,.62); }
.unit:nth-child(2) { border-top-color: rgba(247,245,251,.30); }
.unit:nth-child(3) { border-top-color: rgba(240,68,85,.62); }
.unit:nth-child(4) { border-top-color: rgba(144,103,232,.62); }
.value { position: relative; z-index: 1; display: block; transform: translateY(1.05rem); color: #fff; font-size: clamp(8rem, 17.5vw, 17rem); font-weight: 750; line-height: .72; letter-spacing: .01em; text-shadow: 0 2px 0 rgba(255,255,255,.08), 0 12px 32px rgba(0,0,0,.38); }
.label { position: absolute; z-index: 3; left: 0; right: 0; top: 0; min-height: 2.1rem; padding: .58rem .75rem .5rem; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(10,2,24,.42); color: #fff; font-size: .7rem; font-weight: 800; line-height: 1; letter-spacing: .18em; text-align: center; text-transform: uppercase; backdrop-filter: blur(12px); }
.label::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background-image: linear-gradient(90deg,var(--blue),var(--purple),var(--red)); background-size: 400% 100%; }
.unit:nth-child(1) .label::before { background-position: 0% 0; }
.unit:nth-child(2) .label::before { background-position: 33.333% 0; }
.unit:nth-child(3) .label::before { background-position: 66.667% 0; }
.unit:nth-child(4) .label::before { background-position: 100% 0; }
.hero-footer { grid-column: 1 / -1; padding: .75rem .2rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--border); }
.target-date, .utility-note { margin: 0; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.target-date, .utility-note { color: #fff; }
.term-progress { grid-column: 1 / -1; margin-top: clamp(1.5rem, 3vh, 2.25rem); padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.12); border-radius: .8rem; background: rgba(15,4,32,.22); backdrop-filter: blur(14px); }
.progress-heading, .progress-dates { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.progress-heading p { margin: 0 0 .75rem; color: #fff; font-size: .67rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.progress-track { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(6,0,18,.5); box-shadow: inset 0 1px 2px rgba(0,0,0,.32); }
.progress-track,.progress-dates { margin-inline: 3.5%; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--purple), var(--red)); transition: width .6s ease-out; }
.progress-dates { margin-top: .55rem; color: #fff; font-size: .62rem; letter-spacing: .04em; }
.section-link { width: fit-content; min-height: 2.65rem; padding: .68rem 1rem; display: flex; align-items: center; justify-content: center; border-radius: 0; background: linear-gradient(90deg,#421178,#5b1d9e 50%,#421178); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 20px rgba(22,8,48,.18); }
.section-link-dark { grid-column: 1 / -1; margin: clamp(2rem,4vh,3rem) auto clamp(2rem,4vh,3.5rem); }
.section-link-light { margin: 2.25rem auto 0; }
.section-link:hover { filter: brightness(1.1); }
.section-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.notice, .arrival { grid-column: 1 / -1; padding: 1rem; background: var(--surface); }
.arrival { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; }

.ad-slot { margin: 0 var(--gutter); padding: 1.75rem 0 var(--section-space); border-top: 1px solid var(--border); text-align: center; }
.ad-slot > span { display: block; margin-bottom: .65rem; color: var(--text-faint); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.ad-space { width: min(100%, 728px); min-height: 90px; margin-inline: auto; }
.section { padding: var(--section-space) var(--gutter); border-top: 1px solid var(--border); }
#key-dates { background: rgba(12,3,28,.17); }
#about { background: rgba(103,42,142,.11); }
#faq { background: rgba(8,2,20,.20); }
.faq-preview > p { max-width: 700px; color: #fff; font-size: clamp(1rem,1.5vw,1.15rem); }
.faq-preview .section-link { margin-top: 1.75rem; }
.section-heading { padding-top: 1.5rem; border-top: 1px solid var(--border-strong); }
h2 { max-width: 950px; margin-bottom: clamp(2.75rem, 6vw, 5rem); font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; letter-spacing: .01em; }
.date-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.date-grid article { min-height: 320px; padding: 1.5rem; display: flex; flex-direction: column; border: 1px solid var(--border); border-top: 2px solid var(--blue); border-radius: 1rem; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(13,3,30,.26)); backdrop-filter: blur(18px) saturate(125%); box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }
.date-grid article:nth-child(2) { border-top-color: var(--purple); }
.date-grid article:nth-child(3) { border-top-color: var(--red); }
.date-grid article:nth-child(4) { border-top-color: var(--red); }
.date-grid article:nth-child(5) { border-top-color: var(--purple); }
.date-grid article:nth-child(6) { border-top-color: var(--blue); }
.date-grid small { color: #fff; font-size: .67rem; letter-spacing: .1em; }
.date-grid h3 { margin: auto 0 .6rem; font-size: .95rem; }
.date-grid p { margin: 0; color: var(--text); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.15; letter-spacing: -.03em; }
.date-grid em { max-width: 31ch; margin-top: .75rem; color: #fff; font-size: .75rem; font-style: normal; }
.section-heading .section-intro { max-width: 680px; margin: calc(clamp(2.75rem,6vw,5rem) * -.65) 0 clamp(2rem,4vw,3.25rem); color: #fff; font-size: clamp(1rem,1.5vw,1.15rem); }
.calendar-button { width: fit-content; margin-top: auto; padding: 1rem 0 .25rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font: inherit; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.calendar-button span { margin-right: .35rem; font-size: 1rem; font-weight: 400; }
.calendar-button:hover { border-color: #fff; }
.calendar-button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.key-dates-note { max-width: 760px; margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.key-dates-note a { color: #fff; }
.info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 10vw, 9rem); }
.lead, .lead p + p { max-width: 32ch; color: #fff; font-size: clamp(1.3rem, 2.4vw, 1.95rem); line-height: 1.45; letter-spacing: -.025em; }
.facts article { padding: 1.5rem 0; border-top: 1px solid var(--border); }
.facts article:last-child { border-bottom: 1px solid var(--border); }
.facts h3 { margin-bottom: .5rem; font-size: 1rem; }
.facts p { margin-bottom: 0; color: #fff; font-size: .92rem; }
.today-orientation { padding: clamp(4rem,8vw,7rem) var(--gutter); background: #f7f5f2; color: #27252b; }
.current-orientation { max-width: 940px; margin: 0 auto; text-align: center; }
.current-orientation .eyebrow { margin-bottom: 1rem; color: #5c5862; }
.current-orientation h2 { margin: 0 auto .9rem; color: #27252b; font-size: clamp(2.5rem,5vw,4.75rem); line-height: .98; letter-spacing: .035em; }
.current-orientation-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .4rem 1rem; color: #514d56; font-size: .82rem; }
.current-orientation-meta strong { color: #27252b; font-weight: 800; }
.current-orientation-meta span:last-child { padding-left: 1rem; border-left: 1px solid rgba(39,37,43,.2); }
.current-pressure-status { max-width: 820px; margin: 1.65rem auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(39,37,43,.14); border-radius: .75rem; background: rgba(255,255,255,.54); }
.current-pressure-status > div { min-width: 0; padding: .9rem 1rem; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .15rem .55rem; border-right: 1px solid rgba(39,37,43,.12); text-align: left; }
.current-pressure-status > div:last-child { border-right: 0; }
.current-pressure-status span:not(.status-dot) { color: #66616b; font-size: .68rem; }
.current-pressure-status strong { grid-column: 2; color: #27252b; font-size: .82rem; }
.status-dot { width: 1.28rem; height: 1.28rem; grid-row: 1 / span 2; display: flex; align-items: center; justify-content: center; flex: 0 0 1.28rem; padding: 0 0 .04rem; border-radius: 50%; background: #7653ca; box-shadow: 0 0 0 3px rgba(118,83,202,.13); color: #fff; font-size: .82rem; font-weight: 900; line-height: 1; }
.status-dot::before { content: "—"; display: block; width: 100%; text-align: center; }
.status-dot.is-high::before { content: "↑"; }
.status-dot.is-low::before { content: "↓"; }
.current-orientation > p { max-width: 780px; margin: 1.35rem auto 0; color: #35323a; font-size: clamp(1rem,1.7vw,1.2rem); line-height: 1.65; }
.orientation-explainer { max-width: 820px; margin: 2.25rem auto 0; padding-top: 2rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; border-top: 1px solid rgba(39,37,43,.18); text-align: left; }
.orientation-explainer p { margin: 0; color: #514d56; font-size: .9rem; line-height: 1.7; }
.pressure-section { padding-top: clamp(3.5rem,6vw,5.5rem); padding-bottom: 0; background: linear-gradient(180deg,rgba(15,4,32,.14),rgba(8,2,20,.08)); border-top: 1px solid rgba(255,255,255,.08); }
.pressure-header { max-width: 980px; }
.pressure-header h2 { margin-bottom: .35rem; }
.pressure-intro { max-width: 760px; margin-bottom: .8rem; color: #fff; font-size: clamp(1.1rem,2vw,1.4rem); }
.model-note { max-width: 760px; margin-bottom: 0; color: #fff; font-size: .82rem; }
.scenario-explorer { margin-top: -1px; padding: .8rem 1rem 1rem; border: 1px solid rgba(255,255,255,.12); border-top-color: rgba(255,255,255,.08); border-radius: 0 0 .8rem .8rem; background: rgba(15,4,32,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.scenario-kicker { margin: 0 0 .55rem; color: rgba(255,255,255,.68); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.half-controls { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.term-half { padding: .65rem; border: 1px solid rgba(255,255,255,.09); border-radius: .55rem; background: rgba(255,255,255,.015); }
.half-heading { margin-bottom: .65rem; display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
.half-heading strong { color: #fff; font-size: .76rem; }
.half-heading span { color: rgba(255,255,255,.56); font-size: .62rem; }
.chamber-controls { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; }
.chamber-controls fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.chamber-controls legend { margin-bottom: .4rem; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chamber-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: .55rem; background: rgba(255,255,255,.018); }
.chamber-options label { position: relative; cursor: pointer; }
.chamber-options input { position: absolute; opacity: 0; pointer-events: none; }
.chamber-options span { min-height: 2.35rem; padding: .48rem .6rem; display: flex; align-items: center; justify-content: center; gap: .35rem; border-right: 1px solid rgba(255,255,255,.1); color: #fff; font-size: .7rem; font-weight: 700; text-align: center; }
.chamber-options label:last-child span { border-right: 0; }
.chamber-options input:checked + span { background: rgba(144,103,232,.2); box-shadow: inset 0 -2px 0 #b99af6; }
.chamber-options input:checked + span::before { content: "✓"; font-size: .72rem; }
.chamber-options input:focus-visible + span,#reset-congressional-control:focus-visible,#return-today:focus-visible { outline: 2px solid #fff; outline-offset: -3px; }
.scenario-note { margin: .55rem 0 0; color: rgba(255,255,255,.62); font-size: .67rem; }
.scenario-status { min-height: 0; margin-top: .55rem; display: flex; flex-wrap: wrap; align-content: start; gap: .25rem .65rem; color: #fff; font-size: .73rem; }
.scenario-status span { color: rgba(255,255,255,.62); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scenario-status strong { font-weight: 500; }
#reset-congressional-control { min-height: 2.25rem; margin-top: .25rem; padding: .45rem .65rem; display: inline-flex; align-items: center; gap: .4rem; border: 1px solid rgba(255,255,255,.16); border-radius: .45rem; background: rgba(24,7,47,.52); color: #fff; font: inherit; font-size: .68rem; cursor: pointer; }
#reset-congressional-control[hidden] { display: none; }
#reset-congressional-control span { font-size: .95rem; line-height: 1; }
.cycle-transition-label { margin: 1.6rem 0 .6rem; color: rgba(255,255,255,.7); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.series-controls { margin: 0 0 .75rem; display: flex; flex-wrap: wrap; gap: .35rem .55rem; }
.series-controls button { min-height: 2.65rem; padding: .65rem .75rem; display: inline-flex; align-items: center; gap: .55rem; border: 1px solid transparent; border-radius: .6rem; background: rgba(255,255,255,.025); color: #fff; font: inherit; font-size: .74rem; font-weight: 700; cursor: pointer; }
.series-controls button:hover { background: rgba(255,255,255,.09); }
.series-controls button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.series-toggle:not(.is-active) { color: rgba(255,255,255,.62); background: transparent; }
.series-toggle:not(.is-active) .series-key { background: transparent; }
.series-key { width: .7rem; height: .7rem; border: 2px solid currentColor; border-radius: 50%; }
.governing-key { color: #9067e8; border-color: rgba(255,255,255,.48); background: linear-gradient(135deg,var(--blue) 0 50%,var(--red) 50%); }.electoral-key { color: #b9acd2; background: #b9acd2; }.transition-key { color: #9067e8; background: #9067e8; }
.show-all { margin-left: auto; color: rgba(255,255,255,.7)!important; background: transparent!important; }
.chart-shell { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: .8rem .8rem 0 0; background: rgba(15,4,32,.18); backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.chart-shell::before { content: ""; position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg,var(--blue),var(--purple),var(--red)); pointer-events: none; }
#pressure-chart { display: block; width: 100%; height: auto; min-height: 420px; touch-action: pan-y; }
.chart-mobile { display: none; }
.mobile-chart-legend { width: min(100%,420px); margin: 0 auto .7rem; display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: #fff; font-size: .72rem; font-weight: 700; }
.mobile-chart-legend span { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .42rem; }
.mobile-chart-legend i { width: .62rem; height: .62rem; flex: 0 0 .62rem; border-radius: 50%; }
.mobile-legend-governing { background: linear-gradient(135deg,var(--blue) 0 50%,var(--red) 50%); }
.mobile-legend-electoral { background: #c9bfda; }
.mobile-legend-transition { background: #9067e8; }
.mobile-chart-card { position: relative; width: min(100%,420px); aspect-ratio: 1; margin-inline: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: .8rem; background: rgba(15,4,32,.18); backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 rgba(255,255,255,.07); }
.mobile-chart-card::before { content: ""; position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg,var(--blue),var(--purple),var(--red)); pointer-events: none; }
#pressure-chart-mobile { width: 100%; height: 100%; display: block; }
.mobile-grid-line { stroke: rgba(255,255,255,.1); stroke-width: 1; vector-effect: non-scaling-stroke; }
.mobile-year-line { stroke: rgba(190,156,238,.13); stroke-width: 1; vector-effect: non-scaling-stroke; }
.mobile-axis-label { fill: rgba(255,255,255,.76); font-size: 11px; font-weight: 700; }
.mobile-x-label { fill: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.mobile-end-label { fill: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; letter-spacing: .02em; }
.mobile-series { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 1px 3px rgba(0,0,0,.18)); }
.mobile-series-governing { stroke: url(#mobile-governing-gradient); stroke-width: 5.5; }
.mobile-series-electoral { stroke: #c9bfda; stroke-width: 3; }
.mobile-series-transition { stroke: #9067e8; stroke-width: 3; }
.mobile-point { stroke: rgba(10,2,24,.85); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.mobile-inauguration-line { stroke: rgba(255,255,255,.34); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.mobile-today-line { stroke: #fff; stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px rgba(255,255,255,.38)); }
.mobile-today-label { fill: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.chart-grid line { stroke: rgba(255,255,255,.075); stroke-width: 1; vector-effect: non-scaling-stroke; }
.chart-grid text { fill: #fff; font-size: 11px; letter-spacing: .04em; }
.chart-grid .axis-title { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.year-bands { pointer-events: none; }
.year-field { fill: rgba(64,23,108,.12); }
.year-field-alt { fill: rgba(82,30,137,.19); }
.year-bands line { stroke: rgba(190,156,238,.13); stroke-width: 1; vector-effect: non-scaling-stroke; }
.year-bands text { fill: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.unresolved-control-zone { pointer-events: none; }
.unresolved-control-zone rect { fill: rgba(255,255,255,.018); stroke: none; }
.unresolved-control-zone line { stroke: rgba(255,255,255,.26); stroke-width: 1; stroke-dasharray: 4 5; vector-effect: non-scaling-stroke; }
.unresolved-control-zone text { fill: rgba(255,255,255,.56); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.chart-milestone { cursor: pointer; outline: none; }
.chart-milestone line { stroke: rgba(255,255,255,.14); stroke-width: 1; stroke-dasharray: 3 5; vector-effect: non-scaling-stroke; }
.chart-milestone text { fill: #fff; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.chart-milestone:focus line { stroke: #fff; stroke-width: 2; }
.series-line { fill: none; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 1px 3px rgba(0,0,0,.12)); }
.series-line.series-governing { stroke-width: 5; }
.series-point { stroke: rgba(10,2,24,.8); stroke-width: 2; vector-effect: non-scaling-stroke; }
.today-marker { pointer-events: none; }
.today-marker line { stroke: #fff; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.today-marker text { fill: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.chart-overlay { cursor: crosshair; }
.chart-tooltip { position: absolute; z-index: 5; top: 3rem; width: min(310px,calc(100% - 2rem)); padding: .9rem; transform: translateX(-10%); border: 1px solid var(--border-strong); border-radius: .75rem; background: rgba(10,2,24,.94); color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.3); pointer-events: none; }
.chart-tooltip.tooltip-right { transform: translateX(-90%); }
.chart-tooltip p { margin-bottom: .1rem; font-size: .9rem; font-weight: 800; }
.chart-tooltip time { display: block; margin-bottom: .75rem; font-size: .72rem; }
.chart-tooltip div { position: relative; padding-left: 1rem; display: flex; justify-content: space-between; gap: .75rem; font-size: .72rem; }
.chart-tooltip div + div { margin-top: .5rem; padding-top: .5rem; border-top: 1px solid var(--border); }
.chart-tooltip div b { font-weight: 800; }
.tooltip-explanation { display: block; margin-top: .8rem; padding-top: .75rem; border-top: 1px solid var(--border); line-height: 1.45; }
.tooltip-key { position: absolute; left: 0; top: .3rem; width: .45rem; height: .45rem; border-radius: 50%; background: var(--series-color); }
.chart-context { position: relative; width: auto; margin: clamp(1.75rem,3vw,2.5rem) calc(var(--gutter) * -1) 0; padding: clamp(3rem,5vw,4.5rem) var(--gutter) clamp(2.75rem,4vw,4rem); overflow: hidden; border: 0; border-radius: 0; background: #f7f5f2; color: #27252b; box-shadow: none; scroll-margin-top: 0; }
.chart-context::before { content: none; }
.chart-context .eyebrow { color: #5c5862; }
.chart-context h3 { margin-bottom: .55rem; color: #27252b; font-size: clamp(2rem,4vw,3.5rem); }
.chart-context p { color: #49454f; }
.chart-context p:last-child { max-width: 800px; margin-bottom: 0; }
.analysis-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.analysis-dates { margin: -.25rem 0 0; font-size: .74rem; }
.report-timeline { margin: 2rem 0 0; padding: 1.15rem 0 1.35rem; overflow-x: auto; border-top: 1px solid rgba(39,37,43,.14); border-bottom: 1px solid rgba(39,37,43,.14); }
.report-timeline > p { margin: 0 0 1rem; color: #6d6872; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-timeline-rail { position: relative; min-width: 860px; display: grid; grid-template-columns: repeat(10,minmax(0,1fr)); }
.report-timeline-rail::before { content: ""; position: absolute; left: 5%; right: 5%; top: .46rem; height: 2px; background: rgba(76,49,125,.2); }
.report-phase { position: relative; z-index: 1; min-width: 0; padding: 0 .25rem; display: grid; justify-items: center; gap: .55rem; border: 0; background: transparent; color: #625d68; font: inherit; font-size: .58rem; line-height: 1.25; text-align: center; cursor: pointer; }
.report-phase::before { content: ""; width: .9rem; height: .9rem; border: 2px solid #7653ca; border-radius: 50%; background: #f7f5f2; transition: transform .15s ease,background .15s ease; }
.report-phase:hover::before,.report-phase:focus-visible::before,.report-phase.is-active::before { transform: scale(1.2); background: #7653ca; box-shadow: inset 0 0 0 3px #f7f5f2; }
.report-phase.is-active { color: #27252b; font-weight: 800; }
.report-phase:focus-visible { outline: 2px solid #7653ca; outline-offset: 4px; }
#return-today { min-height: 2.4rem; padding: .55rem .7rem; border: 1px solid rgba(39,37,43,.2); border-radius: .55rem; background: transparent; color: #27252b; font: inherit; font-size: .72rem; cursor: pointer; }
#return-today:focus-visible { outline-color: #27252b; }
.configuration-block { margin: 1rem 0; padding-top: 1rem; border-top: 1px solid rgba(39,37,43,.14); }
.report-model-note { max-width: 760px; margin: .65rem 0 0; color: #77717c!important; font-size: .7rem; line-height: 1.5; }
.report-copy { max-width: 860px; margin: 1.75rem 0; }
.report-copy p { margin: 0; color: #3f3b44; font-size: clamp(.95rem,1.4vw,1.08rem); line-height: 1.65; }
.report-copy p + p { margin-top: .85rem; }
.analysis-label { margin-bottom: .35rem!important; color: #6d6872; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#configuration-label { margin: 0; font-weight: 750; }
.condition-grid { margin: 1.25rem 0; display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; }
.condition-grid div { padding: .8rem; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .15rem .6rem; border-top: 2px solid #7653ca; background: rgba(255,255,255,.58); }
.condition-grid span,.condition-grid strong { display: block; }
.condition-grid span:not(.condition-dot) { margin-bottom: .35rem; font-size: .67rem; }
.condition-grid strong { grid-column: 2; font-size: .9rem; }
.condition-grid .condition-dot { grid-row: 1 / span 2; margin: 0; display: flex; align-items: center; justify-content: center; }
.scenario-impact { margin-top: .8rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.12); }
.scenario-impact h3 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.3rem,2.5vw,2rem); }
.impact-control { max-width: 520px; margin: 1rem 0 0; padding: 0; border: 0; }
.institution-grid { margin: .9rem 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.institution-grid > div { min-height: 96px; padding: .8rem; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.018); }
.institution-grid > div:last-child { grid-column: auto; min-height: auto; }

#key-dates { padding-top: clamp(3rem,5vw,4.5rem); }
.institution-grid .analysis-label { color: rgba(255,255,255,.62); }
.institution-grid p:last-child { margin: .45rem 0 0; color: #fff; font-size: .78rem; line-height: 1.55; }
.analysis-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1rem,3vw,2rem); }
.analysis-columns-secondary { grid-template-columns: repeat(2,1fr); }
.analysis-columns p:last-child { font-size: .82rem; line-height: 1.55; }
.chart-summary,.methodology { margin-top: .55rem; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0; background: transparent; }
.chart-summary summary,.methodology summary { padding: 1rem 3rem 1rem 1rem; font-size: .85rem; }
.chart-summary summary::after,.methodology summary::after { top: .62rem; right: 1rem; }
.chart-summary p,.methodology p { margin: 0; padding: 0 1rem 1rem; color: #fff; font-size: .82rem; }
.date-grid article.is-linked-active { border-color: rgba(255,255,255,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 0 0 2px rgba(144,103,232,.25); }
.faq-list { border-top: 1px solid var(--border-strong); }
details { border-bottom: 1px solid var(--border); }
summary { position: relative; min-height: 3.25rem; padding: 1.55rem 3rem 1.55rem 0; cursor: pointer; list-style: none; color: var(--text); font-size: clamp(1rem, 2vw, 1.22rem); font-weight: 650; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .35rem; top: 1.18rem; color: var(--text-muted); font-size: 1.55rem; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: -.15rem 0 1.65rem; color: #fff; }
.site-footer { padding: 2rem var(--gutter) 2.5rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--border); background: rgba(10, 2, 23, .42); backdrop-filter: blur(20px); }
.site-footer > div:first-child p { max-width: 40ch; margin: 1rem 0 0; color: var(--text-muted); font-size: .8rem; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; color: var(--text-muted); font-size: .75rem; }
.footer-meta p { margin: 0; }
.legal-page { min-height: calc(100vh - 4.4rem); padding-top: clamp(5rem, 11vh, 8rem); }
.legal-page h1 { margin-bottom: clamp(3rem, 7vw, 6rem); font-size: clamp(3.25rem, 7vw, 6.5rem); line-height: .95; letter-spacing: .01em; }
.legal-copy { max-width: 760px; margin-left: auto; }
.legal-copy h2 { margin: 3rem 0 .75rem; font-size: clamp(1.35rem, 3vw, 2rem); letter-spacing: .015em; }
.legal-copy p { color: var(--text-muted); }
.legal-copy .dek { color: var(--text); }

.faq-page main { overflow: hidden; }
.faq-hero { max-width: 980px; padding: clamp(6rem,11vw,10rem) var(--gutter) clamp(4rem,7vw,6.5rem); }
.faq-hero h1 { max-width: 840px; margin-bottom: 1.25rem; font-size: clamp(3.25rem,7vw,6.75rem); font-weight: 900; line-height: .94; letter-spacing: .025em; }
.faq-hero > p:not(.eyebrow) { max-width: 720px; margin-bottom: 1.5rem; color: #fff; font-size: clamp(1.05rem,1.8vw,1.35rem); }
.faq-text-link { color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.faq-section-nav { margin-top: clamp(2.5rem,5vw,4rem); padding-top: 1.25rem; border-top: 1px solid var(--border-strong); }
.faq-section-nav > p { margin: 0 0 .85rem; color: rgba(255,255,255,.68); font-size: .63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.faq-section-nav > div { display: grid; grid-template-columns: 1fr; gap: .55rem; }
.faq-section-nav a { width: 100%; min-height: 3.25rem; padding: .78rem 1rem; display: flex; align-items: center; gap: .9rem; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); color: #fff; font-size: clamp(.82rem,1.3vw,.94rem); font-weight: 800; line-height: 1.3; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: background .16s ease,border-color .16s ease; }
.faq-section-nav i { width: 1.25rem; flex: 0 0 1.25rem; color: rgba(255,255,255,.72); font-size: 1rem; text-align: center; }
.faq-section-nav a:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.09); }
.faq-content { width: min(100%,980px); margin-inline: auto; padding: 0 var(--gutter) clamp(4rem,8vw,7rem); }
.faq-group { padding: clamp(3.5rem,7vw,6rem) 0; border-top: 1px solid var(--border-strong); }
.faq-group > header h2 { scroll-margin-top: 5.4rem; }
.faq-group > header { display: grid; grid-template-columns: minmax(0,.45fr) minmax(0,1fr); gap: 2rem; align-items: start; }
.faq-group h2 { margin: 0 0 clamp(2rem,4vw,3.5rem); font-size: clamp(2.15rem,4vw,3.75rem); line-height: 1.02; }
.faq-group h2 { display: flex; align-items: flex-start; gap: .8rem; }
.faq-group h2 i { flex: 0 0 auto; margin-top: .1em; color: rgba(255,255,255,.7); font-size: .62em; line-height: 1; }
.faq-accordion { border-top: 1px solid var(--border-strong); }
.faq-item { scroll-margin-top: 5.4rem; border-bottom: 1px solid var(--border); }
.faq-item h3 { margin: 0; font-family: var(--font-body); }
.faq-item h3 button { width: 100%; min-height: 4.9rem; padding: 1.25rem 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; border: 0; background: transparent; color: #fff; font: inherit; font-size: clamp(1rem,1.6vw,1.18rem); font-weight: 700; line-height: 1.35; text-align: left; cursor: pointer; }
.faq-item h3 button:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.faq-indicator { position: relative; width: 1rem; height: 1rem; opacity: .72; }
.faq-indicator::before,.faq-indicator::after { content: ""; position: absolute; left: 0; right: 0; top: calc(50% - .5px); height: 1px; background: currentColor; transition: transform .18s ease; }
.faq-indicator::after { transform: rotate(90deg); }
.faq-item h3 button[aria-expanded="true"] .faq-indicator::after { transform: rotate(0); }
.faq-panel { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .2s ease,opacity .18s ease,visibility 0s linear .2s; }
.faq-panel[aria-hidden="false"] { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition-delay: 0s; }
.faq-panel-inner { min-height: 0; overflow: hidden; }
.faq-answer { max-width: 760px; padding: 0 3rem 1rem 0; color: rgba(255,255,255,.82); font-size: .96rem; line-height: 1.72; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-copy { margin: 0 0 1.35rem; padding: .25rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); background: transparent; color: rgba(255,255,255,.66); font: inherit; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.faq-copy:hover { color: #fff; border-color: #fff; }
.faq-back-to-top { width: fit-content; margin-top: 1.5rem; padding-bottom: .18rem; display: inline-flex; border-bottom: 1px solid rgba(255,255,255,.42); color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.faq-back-to-top::before { content: "↑"; margin-right: .45rem; }
.faq-back-to-top:hover { color: #fff; }
.faq-closing { padding: clamp(4.5rem,8vw,7rem) var(--gutter); border-top: 1px solid var(--border-strong); background: rgba(12,3,28,.18); text-align: center; }
.faq-closing h2 { max-width: 820px; margin: 0 auto 1.25rem; font-size: clamp(2.5rem,5vw,4.8rem); }
.faq-closing > p:not(.eyebrow) { max-width: 680px; margin: 0 auto; color: #fff; }
.faq-closing .section-link { margin: 2rem auto 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .countdown { grid-template-columns: repeat(2, 1fr); }
  .unit { min-height: 250px; }
  .value { font-size: clamp(8.5rem, 30vw, 14rem); }
}
@media (max-width: 720px) {
  .site-header { height: 4.2rem; }
  .nav-toggle { width: 2.65rem; height: 2.65rem; padding: .7rem; display: grid; align-content: center; gap: .28rem; border: 1px solid rgba(255,255,255,.15); border-radius: .35rem; background: rgba(255,255,255,.045); color: #fff; cursor: pointer; }
  .nav-toggle span { width: 100%; height: 1px; display: block; background: currentColor; transform-origin: center; transition: transform .18s ease,opacity .18s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.29rem) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.29rem) rotate(-45deg); }
  .site-header nav { position: absolute; z-index: 110; left: var(--gutter); right: var(--gutter); top: calc(100% + .5rem); max-width: none; padding: .65rem; display: grid; gap: 0; overflow: visible; border: 1px solid rgba(255,255,255,.14); background: rgba(24,6,48,.96); box-shadow: 0 18px 42px rgba(6,0,18,.35); backdrop-filter: blur(22px) saturate(140%); opacity: 0; visibility: hidden; transform: translateY(-.5rem); pointer-events: none; transition: opacity .18s ease,transform .18s ease,visibility 0s linear .18s; }
  .site-header.is-nav-open nav { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  .site-header nav a { padding: .85rem .75rem; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
  .site-header nav a:last-child { border-bottom: 0; }
  .site-header nav a[aria-current="page"]::after { left: .75rem; right: auto; bottom: .55rem; width: 2.25rem; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 2.25rem; }
  .status { justify-self: start; margin-top: 1rem; }
  .countdown { margin-top: 2rem; gap: .7rem; }
  .unit { min-height: clamp(165px, 26vh, 225px); border-radius: .9rem; }
  .value { font-size: clamp(5.7rem, 34vw, 8.8rem); }
  .label { min-height: 1.95rem; padding: .53rem .6rem .44rem; font-size: .62rem; }
  .value { transform: translateY(1rem); }
  .hero-footer { align-items: flex-start; }
  .progress-track,.progress-dates { margin-inline: 0; }
  .utility-note { max-width: 15ch; text-align: right; }
  .date-grid, .info-grid { grid-template-columns: 1fr; }
  .date-grid article { min-height: 190px; }
  .ad-space { min-height: 100px; max-width: 320px; }
  .pressure-intro { font-size: 1rem; }
  .scenario-explorer { padding-inline: .75rem; }
  .half-controls { grid-template-columns: 1fr; }
  .chamber-controls { grid-template-columns: 1fr; }
  .chamber-options { width: 100%; }
  .scenario-status { display: grid; gap: .25rem; }
  .current-orientation-meta { flex-direction: column; }
  .current-orientation-meta span:last-child { padding-left: 0; border-left: 0; }
  .orientation-explainer { grid-template-columns: 1fr; gap: 1rem; text-align: center; }
  .current-pressure-status { grid-template-columns: 1fr; }
  .current-pressure-status > div { border-right: 0; border-bottom: 1px solid rgba(39,37,43,.12); }
  .current-pressure-status > div:last-child { border-bottom: 0; }
  .chart-desktop { display: none!important; }
  .chart-mobile { display: block; }
  .chart-tooltip { top: 2.25rem; font-size: .7rem; }
  .analysis-heading { display: block; }
  #return-today { margin-top: .75rem; }
  .condition-grid,.analysis-columns,.institution-grid { grid-template-columns: 1fr; }
  .institution-grid > div:last-child { grid-column: auto; }
  .site-footer { flex-direction: column; }
  .footer-meta { align-items: flex-start; gap: 1.5rem; }
  .faq-group > header { grid-template-columns: 1fr; gap: .25rem; }
  .faq-group h2 { margin-bottom: 2rem; }
  .faq-answer { padding-right: 1rem; }
}
@media (max-width: 430px) {
  .site-header .wordmark { font-size: .72rem; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 3.7rem); }
  .unit { min-height: 160px; padding: .7rem; }
  .value { font-size: clamp(5rem, 31vw, 7.25rem); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media print { .site-header nav, .ad-slot, .status { display: none; } body { background: #fff; color: #111; } }
