@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-footer nav { flex-wrap: wrap; }
.site-header nav { align-items: center; }
.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; }
.nav-dropdown { position: relative; display: flex; align-items: center; gap: .28rem; }
.nav-dropdown.is-current > a { color: var(--text); }
.nav-dropdown.is-current > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.65rem; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--blue), var(--red)); }
.nav-dropdown-toggle { width: 1.45rem; height: 1.45rem; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
.nav-dropdown-toggle span { font-size: 1rem; line-height: 1; transition: transform .18s ease; }
.nav-dropdown.is-open .nav-dropdown-toggle span { transform: rotate(180deg); }
.nav-submenu { position: absolute; z-index: 120; top: 100%; left: -.8rem; min-width: 220px; padding: 1rem .5rem .5rem; display: grid; gap: 0; border: 1px solid rgba(255,255,255,.14); border-top-color: transparent; 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(-.35rem); pointer-events: none; transition: opacity .18s ease,transform .18s ease,visibility 0s linear .18s; }
.nav-submenu a { padding: .7rem .75rem; border-bottom: 1px solid rgba(255,255,255,.08); white-space: nowrap; }
.nav-submenu a:last-child { border-bottom: 0; }
.nav-submenu .nav-submenu-guide { margin-top: .35rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.74); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.is-open .nav-submenu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }

.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-day-counter { display: inline-flex; align-items: baseline; gap: .32rem; color: #fff; font-size: .64rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.term-day-counter span { color: rgba(255,255,255,.72); }
.term-day-counter strong { font-size: .82rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.term-day-counter small { color: rgba(255,255,255,.58); font-size: .58rem; }
.term-day-counter:hover strong { text-decoration: underline; text-underline-offset: .24em; }
.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); }
.article-page main { overflow: visible; background: #fff; color: #29252f; }
.article-hero { padding: clamp(7rem,12vw,11rem) var(--gutter) clamp(4rem,7vw,6.5rem); border-bottom: 1px solid var(--border); }
.article-page .article-hero { background: radial-gradient(ellipse 90% 75% at 8% 5%,rgba(91,29,158,.72) 0%,rgba(91,29,158,0) 68%),linear-gradient(135deg,#511a8f 0%,#331063 48%,#19062f 100%); color: #fff; }
.article-hero-inner { width: min(100%,1080px); margin-inline: auto; }
.article-hero h1 { max-width: 980px; margin: .9rem 0 1.35rem; font-size: clamp(3rem,7vw,6.9rem); font-weight: 900; line-height: .93; letter-spacing: .015em; }
.article-hero .dek { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.1rem,2vw,1.45rem); line-height: 1.55; }
.article-hero .article-clock { width: 100%; margin-top: clamp(2.25rem,5vw,4rem); }
.article-layout { width: min(100%,1080px); margin-inline: auto; padding: clamp(3.5rem,7vw,6.5rem) var(--gutter); display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,300px); gap: clamp(3rem,8vw,7rem); align-items: start; }
.article-body { min-width: 0; }
.article-body > p:first-child { color: #fff; font-size: clamp(1.2rem,2vw,1.5rem); line-height: 1.55; }
.article-body h2 { margin: clamp(3.5rem,7vw,5.5rem) 0 1rem; font-size: clamp(2rem,4vw,3.5rem); line-height: 1.04; }
.article-body h3 { margin: 2.25rem 0 .65rem; font-size: clamp(1.15rem,2vw,1.5rem); }
.article-body p,.article-body li { color: rgba(255,255,255,.83); font-size: 1rem; line-height: 1.78; }
.article-body ul { padding-left: 1.25rem; }
.article-body a,.article-aside a,.article-faq a { color: #fff; text-underline-offset: .2em; }
.article-timeline-path { position: relative; padding-left: clamp(2rem,4vw,3.25rem); }
.article-timeline-path::before { content: ""; position: absolute; left: .48rem; top: 7.5rem; bottom: 1.5rem; width: 2px; background: linear-gradient(180deg,var(--blue),var(--purple) 48%,var(--red)); opacity: .72; }
.article-timeline-path h2 { position: relative; }
.article-timeline-path h2::before { content: ""; position: absolute; left: calc(clamp(2rem,4vw,3.25rem) * -1 + .02rem); top: .34em; width: .82rem; height: .82rem; border: 3px solid #3b1469; border-radius: 50%; background: linear-gradient(135deg,var(--blue),var(--purple),var(--red)); box-shadow: 0 0 0 1px rgba(255,255,255,.3),0 0 18px rgba(118,80,220,.45); }
.article-timeline-path h2::after { content: attr(data-day-range); margin-top: .7rem; display: block; color: rgba(255,255,255,.62); font-family: var(--font-body); font-size: .68rem; font-weight: 750; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.article-aside { position: sticky; top: 6.2rem; align-self: start; max-height: calc(100vh - 7.2rem); padding-top: .9rem; overflow-y: auto; overscroll-behavior: contain; border-top: 2px solid var(--purple); }
.article-aside > p { color: rgba(255,255,255,.65); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-aside-group + .article-aside-group { margin-top: 1.5rem; }
.article-aside-group > p { margin: 0 0 .35rem; color: #675e6c; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-aside nav { display: grid; }
.article-aside nav a { padding: .85rem 0; display: grid; gap: .18rem; border-bottom: 1px solid var(--border); font-size: .82rem; font-weight: 700; text-decoration: none; }
.article-aside nav a strong { font: inherit; }
.article-aside nav a span { color: #756280; font-size: .64rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-aside .section-link { margin-top: 1.4rem; }
.article-clock { grid-column: 1 / -1; margin-top: clamp(1rem,3vw,2rem); padding: clamp(1.25rem,3vw,2rem); border: 1px solid rgba(255,255,255,.12); border-radius: .9rem; background: rgba(15,4,32,.2); }
.article-clock header { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.article-clock h2 { max-width: 500px; margin: 0; font-size: clamp(1.5rem,3vw,2.5rem); }
.article-clock ol { margin: 1.75rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(10,1fr); list-style: none; }
.article-clock li { position: relative; min-width: 0; border-top: 1px solid rgba(255,255,255,.2); }
.article-clock li::before { content: ""; position: absolute; top: -.32rem; left: 0; width: .62rem; height: .62rem; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: #30105c; }
.article-clock li.is-active { border-top-color: #fff; }
.article-clock li.is-active::before { border-color: #fff; background: linear-gradient(135deg,var(--blue) 0 50%,var(--red) 50%); box-shadow: 0 0 0 4px rgba(144,103,232,.2); }
.article-clock a { min-height: 105px; padding: 1rem .65rem .4rem .45rem; display: block; border-radius: .4rem; color: #c9b8f1; text-decoration: none; transition: color .18s ease,background .18s ease,transform .18s ease; }
.article-clock li.is-active a { color: #fff; }
.article-clock a:hover,.article-clock a:focus-visible { background: rgba(255,255,255,.075); color: #fff; transform: translateY(-2px); }
.article-clock span,.article-clock strong { display: block; }
.article-clock span { color: #9e89cb; font-size: .56rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .18s ease; }
.article-clock li.is-active span,.article-clock a:hover span,.article-clock a:focus-visible span { color: #fff; }
.article-clock strong { margin-top: .35rem; font-size: .68rem; line-height: 1.35; }
.article-clock-note { margin: .75rem 0 0; color: rgba(255,255,255,.66); font-size: .78rem; }
.article-body > .article-clock { margin: 2rem 0 clamp(3.5rem,7vw,5.5rem); }
.article-body > .article-clock ol { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 1rem; }
.timeline-learn-more { width: fit-content; margin: 1.1rem 0 .5rem; padding: .65rem .85rem; display: inline-flex; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); color: #fff; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.timeline-learn-more:hover { background: rgba(255,255,255,.1); }
.timeline-learn-more-group { display: flex; flex-wrap: wrap; gap: .65rem; }
.article-related,.article-faq { width: 100%; margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); border-top: 1px solid var(--border); }
.article-related > *,.article-faq > * { width: 100%; max-width: calc(1080px - (var(--gutter) * 2)); margin-inline: auto; }
.article-related h2,.article-faq h2 { margin-bottom: 2rem; font-size: clamp(2.25rem,5vw,4.5rem); }
.article-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.article-card { min-height: 210px; padding: 1.35rem; display: flex; flex-direction: column; border: 1px solid var(--border); border-top: 2px solid var(--purple); border-radius: .8rem; background: rgba(255,255,255,.035); color: #fff; text-decoration: none; }
.article-card small { color: rgba(255,255,255,.58); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-card strong { margin-top: auto; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.1; }
.article-card span { margin-top: .65rem; color: rgba(255,255,255,.72); font-size: .8rem; line-height: 1.5; }
.article-faq details { max-width: 850px; }
.article-faq details p { color: rgba(255,255,255,.8); }
.article-page .article-layout,.article-page .timeline-hub-grid { background: #fff; }
.article-page .article-related,.article-page .article-faq { background: radial-gradient(ellipse 90% 75% at 8% 5%,rgba(91,29,158,.72) 0%,rgba(91,29,158,0) 68%),linear-gradient(135deg,#511a8f 0%,#331063 48%,#19062f 100%); border-top-color: rgba(255,255,255,.14); color: #fff; }
.article-page .article-body > p:first-child { color: #29252f; }
.article-page .article-body p,.article-page .article-body li { color: #49424f; }
.article-page .article-body h2,.article-page .article-body h3 { color: #59258a; }
.article-page .article-body a:not(.section-link),.article-page .article-aside a:not(.section-link) { color: #59258a; }
.article-page .article-related h2,.article-page .article-faq h2,.article-page .article-faq summary,.article-page .article-faq a { color: #fff; }
.article-page .article-related .eyebrow,.article-page .article-faq .eyebrow,.article-page .article-faq summary::after { color: #c9b8f1; }
.article-page .article-faq details { border-bottom-color: rgba(255,255,255,.16); }
.article-page .article-faq details p { color: rgba(255,255,255,.84); }
.article-page .article-aside { border-top-color: #7440a2; }
.article-page .article-aside > p { color: #675e6c; }
.article-page .article-aside nav a { border-bottom-color: rgba(75,38,105,.18); }
.article-page .article-card { border-color: rgba(255,255,255,.16); border-top-color: #9a73d0; background: rgba(255,255,255,.055); color: #fff; }
.article-page .article-card:hover { background: rgba(255,255,255,.1); }
.article-page .article-card small,.article-page .article-card span { color: rgba(255,255,255,.72); }
.article-page .article-card strong { color: #fff; }
.article-page .article-timeline-path h2::after { color: #706577; }
.article-page .timeline-learn-more { border-color: rgba(89,37,138,.28); background: #f7f1fb; color: #59258a; }
.article-page .timeline-learn-more:hover { background: #ede1f5; }
.article-page .article-layout > .article-clock { border-color: rgba(75,38,105,.18); background: #f6f0fa; }
.article-page .article-layout > .article-clock h2 { color: #59258a; }
.article-page .article-layout > .article-clock li { border-color: rgba(89,37,138,.22); }
.article-page .article-layout > .article-clock li::before { border-color: rgba(89,37,138,.45); background: #f6f0fa; }
.article-page .article-layout > .article-clock a { color: #59258a; }
.article-page .article-layout > .article-clock span { color: #756280; }
.article-page .article-layout > .article-clock .article-clock-note { color: #675e6c; }
.article-page .power-pathway-grid section,.article-page .power-flow-comparison section,.article-page .power-flow-comparison p { border-color: rgba(75,38,105,.18); background: #faf8fc; }
.article-page .capacity-meter,.article-page .capacity-meter div,.article-page .power-limits-component,.article-page .power-source-section { border-color: rgba(75,38,105,.18); }
.article-page .power-limit-card { border-color: rgba(75,38,105,.18); border-top-color: #7440a2; background: #faf8fc; color: #29252f; }
.article-page .power-limit-card:hover { background: #f3ecf8; }
.article-page .power-limit-card span { color: #675e6c; }
.timeline-hub-grid { width: min(100%,1080px); margin-inline: auto; padding: 0 var(--gutter) clamp(5rem,9vw,8rem); display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.timeline-hub-grid .article-card { min-height: 250px; }
.timeline-hub-grid .article-card strong { font-size: clamp(1.5rem,3vw,2.4rem); }
.clock-meaning-section { padding: clamp(3.5rem,7vw,6rem) var(--gutter); border-top: 1px solid var(--border); background: rgba(13,3,30,.13); }
.clock-meaning { width: min(100%,1080px); margin-inline: auto; padding: clamp(1.25rem,3vw,2rem); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: clamp(2rem,6vw,5rem); align-items: stretch; border: 1px solid rgba(255,255,255,.14); border-radius: .85rem; background: rgba(255,255,255,.035); }
.clock-meaning h2 { margin: .55rem 0 .8rem; font-size: clamp(1.5rem,3vw,2.4rem); }
.clock-meaning p { max-width: 760px; color: rgba(255,255,255,.8); }
.clock-meaning .section-link { margin-top: 1.25rem; }
.clock-meaning-day { min-width: clamp(180px,20vw,240px); padding: clamp(1rem,2.5vw,1.65rem); display: grid; align-content: center; justify-items: start; border-left: 1px solid rgba(255,255,255,.14); color: #fff; text-decoration: none; }
.clock-meaning-day span,.clock-meaning-day small { font-size: .64rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.clock-meaning-day span { color: rgba(255,255,255,.72); }
.clock-meaning-day strong { margin: .12rem 0 .35rem; font-size: clamp(4.5rem,8vw,7.5rem); font-weight: 750; line-height: .82; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.clock-meaning-day small { color: rgba(255,255,255,.6); }
.clock-meaning-day:hover strong { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .1em; }

.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 (min-width:721px) and (max-width:1100px) {
  .site-header nav { gap: .75rem; }
  .site-header nav a { font-size: .68rem; }
}
@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; }
  .nav-dropdown { display: grid; grid-template-columns: 1fr auto; gap: 0; }
  .nav-dropdown > a { grid-column: 1; }
  .nav-dropdown-toggle { grid-column: 2; width: 3rem; height: 100%; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-dropdown.is-current > a::after { left: .75rem; right: auto; bottom: .55rem; width: 2.25rem; }
  .nav-submenu { position: static; grid-column: 1 / -1; min-width: 0; padding: 0 0 0 .85rem; display: none; border: 0; background: rgba(255,255,255,.035); box-shadow: none; backdrop-filter: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: none; }
  .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { display: none; }
  .nav-dropdown.is-open .nav-submenu { display: grid; }
  .nav-submenu a { white-space: normal; }
  .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; flex-wrap: wrap; }
  .term-day-counter { width: 100%; }
  .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; }
  .site-footer nav { gap: .8rem 1.2rem; }
  .faq-group > header { grid-template-columns: 1fr; gap: .25rem; }
  .faq-group h2 { margin-bottom: 2rem; }
  .faq-answer { padding-right: 1rem; }
  .article-layout { grid-template-columns: 1fr; }
  .clock-meaning { grid-template-columns: 1fr; }
  .clock-meaning-day { min-width: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .article-aside { position: static; order: initial; }
  .article-clock header { display: block; }
  .article-clock ol { grid-template-columns: 1fr; margin-top: 1.25rem; }
  .article-body > .article-clock ol { grid-template-columns: 1fr; }
  .article-clock li { min-height: 0; padding-left: 1.1rem; border-top: 0; border-left: 1px solid rgba(255,255,255,.2); }
  .article-clock li::before { top: 1.2rem; left: -.32rem; }
  .article-clock a { min-height: 0; padding: .75rem 0 .75rem .75rem; }
  .article-clock span,.article-clock strong { display: inline; }
  .article-clock span { margin-right: .6rem; }
  .article-card-grid,.timeline-hub-grid { grid-template-columns: 1fr; }
}
@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; } }

/* Presidential Power reference system */
.power-tool { width: min(100%,1180px); margin-inline: auto; padding: clamp(3rem,7vw,6rem) var(--gutter); display: grid; grid-template-columns: minmax(250px,340px) minmax(0,1fr); gap: clamp(2rem,6vw,5rem); align-items: start; }
.power-tool-picker { position: sticky; top: 6rem; }
.power-tool-picker h2 { margin: .5rem 0 1.5rem; font-size: clamp(1.7rem,3vw,2.6rem); line-height: 1.05; }
.power-tool-picker label { display: block; margin-bottom: .45rem; color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.power-tool-picker select { width: 100%; padding: .85rem 2.5rem .85rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: .35rem; background: #2b0d51; color: #fff; font: inherit; }
.power-action-list { margin-top: 1rem; display: grid; }
.power-action-list button { padding: .8rem .15rem; border: 0; border-bottom: 1px solid var(--border); background: transparent; color: #c9b8f1; font-family: inherit; font-size: .78rem; font-weight: 700; text-align: left; cursor: pointer; }
.power-action-list button:hover,.power-action-list button[aria-pressed="true"] { color: #fff; }
.power-action-list button[aria-pressed="true"] { padding-left: .75rem; border-left: 3px solid var(--purple); background: rgba(255,255,255,.045); }
.power-tool-note { margin-top: 1.25rem; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.55; }
.power-result { min-width: 0; padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid rgba(255,255,255,.14); border-radius: .9rem; background: rgba(255,255,255,.035); }
.power-result > h2 { margin: .45rem 0 1rem; font-size: clamp(2.4rem,5vw,4.7rem); line-height: .95; }
.power-status { width: fit-content; margin: 0 0 2rem; padding: .45rem .6rem; border-left: 3px solid var(--purple); background: rgba(144,103,232,.12); color: #fff; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.power-result section { margin-top: 2rem; }
.power-result h3 { margin: 0 0 .55rem; color: rgba(255,255,255,.62); font-family: var(--font-body); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.power-result p,.power-result li { color: rgba(255,255,255,.84); }
.power-result-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem 2rem; }
.power-result-columns section { padding-top: 1rem; border-top: 1px solid var(--border); }
.power-result ul { margin: 0; padding-left: 1.15rem; }
.power-flags { display: grid; gap: .3rem; font-size: .73rem; }
.institutional-path { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; }
.institutional-path span { padding: .55rem .65rem; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: #fff; font-size: .72rem; font-weight: 750; }
.institutional-path b { color: var(--purple); }
.power-related-links { display: flex; flex-wrap: wrap; gap: .6rem; }
.power-related-links a { padding: .58rem .7rem; border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: .72rem; text-decoration: none; }
.power-related-links a:hover { background: rgba(255,255,255,.08); }
.result-limit-intro { margin: -.15rem 0 1rem; font-size: .82rem; }
.result-learning-paths { padding-top: 1.4rem; border-top: 1px solid var(--border); }
.result-learning-paths > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.result-learning-paths a { min-height: 125px; padding: 1rem; display: flex; flex-direction: column; border: 1px solid rgba(89,37,138,.22); background: #fff; color: #29252f; text-decoration: none; }
.result-learning-paths a:hover { background: #ede1f5; }
.result-learning-paths strong { color: #59258a!important; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.1; }
.result-learning-paths span { margin-top: .55rem; color: #675e6c; font-size: .74rem; line-height: 1.5; }
.power-sources a,.power-source-section a { color: #fff; }
.power-method,.limits-hub,.power-layer-path { width: min(100%,1080px); margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); border-top: 1px solid var(--border); }
.power-method > h2,.limits-hub h2,.power-layer-path h2 { max-width: 850px; font-size: clamp(2.3rem,5vw,4.8rem); line-height: .98; }
.power-classifications { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 2rem; }
.power-classifications p { padding: 1.1rem 0; display: grid; gap: .35rem; border-top: 1px solid var(--border); }
.power-classifications strong { color: #fff; }
.power-classifications span { color: rgba(255,255,255,.68); }
.power-explainer-layout { width: min(100%,1080px); margin-inline: auto; padding: clamp(3.5rem,7vw,6.5rem) var(--gutter); display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,300px); gap: clamp(3rem,8vw,7rem); align-items: start; }
.power-source-section { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.power-limit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .85rem; }
.power-limits-component { margin: 2.5rem 0; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.power-limit-card { min-height: 190px; padding: 1.2rem; display: flex; flex-direction: column; border: 1px solid var(--border); border-top: 2px solid var(--purple); background: rgba(255,255,255,.032); color: #fff; text-decoration: none; }
.power-limit-card:hover { background: rgba(255,255,255,.075); }
.power-limit-card strong { font-family: var(--font-display); font-size: 1.25rem; line-height: 1.1; }
.power-limit-card span { margin-top: .65rem; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.5; }
.power-limit-card b { margin-top: auto; padding-top: 1rem; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.limits-hub-intro { max-width: 800px; margin-bottom: 2.5rem; }
.power-layer-path > div { margin-top: 2rem; display: grid; grid-template-columns: repeat(3,1fr); }
.power-layer-path a { min-height: 170px; padding: 1.2rem; display: grid; align-content: start; border: 1px solid var(--border); color: #fff; text-decoration: none; }
.power-layer-path a:hover { background: rgba(255,255,255,.06); }
.power-layer-path a span { width: 3.5rem; height: 3.5rem; margin-bottom: 1.35rem; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #59258a; font-size: 1.25rem; font-weight: 900; box-shadow: 0 8px 24px rgba(7,2,18,.22); }
.power-layer-path a strong { margin-top: 0; font-family: var(--font-display); font-size: 1.35rem; }
.power-layer-path a small { margin-top: .45rem; color: rgba(255,255,255,.6); }
.power-pathway-grid { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.power-pathway-grid section { padding: 1.1rem; border: 1px solid var(--border); background: rgba(255,255,255,.03); }
.power-pathway-grid h3 { margin: .5rem 0 .8rem; }
.power-flow-comparison { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.power-flow-comparison section { padding: 1.25rem; border: 1px solid var(--border); background: rgba(255,255,255,.03); text-align: center; }
.power-flow-comparison p { margin: .45rem 0; padding: .5rem; background: rgba(255,255,255,.05); }
.power-flow-comparison b { color: var(--purple); }
.power-flow-comparison hr { margin: 1.2rem 0; border: 0; border-top: 1px solid var(--border); }
.capacity-meter { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--border); }
.capacity-meter div { padding: 1rem 0; display: grid; gap: .25rem; border-bottom: 1px solid var(--border); }
.capacity-meter div:nth-child(odd) { padding-right: 1rem; }
.capacity-meter span { color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.capacity-meter strong { color: #fff; }
@media (max-width:900px){.power-tool{grid-template-columns:1fr}.power-tool-picker{position:static}.power-action-list{grid-template-columns:repeat(2,1fr);gap:0 1rem}.power-limit-grid{grid-template-columns:repeat(2,1fr)}.power-explainer-layout{grid-template-columns:1fr}.power-explainer-layout .article-aside{position:static}.power-pathway-grid{grid-template-columns:1fr}}
@media (max-width:720px){.power-result-columns,.power-classifications,.power-flow-comparison,.capacity-meter,.power-layer-path>div,.result-learning-paths>div{grid-template-columns:1fr}.power-action-list{display:none}.power-limit-grid{grid-template-columns:1fr}.capacity-meter div:nth-child(odd){padding-right:0}.power-tool{padding-top:2rem}.power-result{padding:1.2rem}.institutional-path b{transform:rotate(90deg)}}

/* Light reading theme for the Presidential Power library */
.power-page main { background: #fff; color: #29252f; }
.power-page .article-hero { background: radial-gradient(ellipse 90% 75% at 8% 5%,rgba(91,29,158,.72) 0%,rgba(91,29,158,0) 68%),linear-gradient(135deg,#511a8f 0%,#331063 48%,#19062f 100%); color: #fff; }
.power-page main > :not(.article-hero) { border-color: rgba(75,38,105,.16); }
.power-page main > :not(.article-hero) h2,.power-page main > :not(.article-hero) h3 { color: #59258a; }
.power-page main > :not(.article-hero) p,.power-page main > :not(.article-hero) li { color: #49424f; }
.power-page main > :not(.article-hero) .eyebrow { color: #7440a2; }
.power-page .power-explainer-layout .article-body > p:first-child { color: #29252f; }
.power-page .article-body strong,.power-page .power-result strong { color: #29252f; font-weight: 800; }
.power-page .article-aside { border-top-color: #7440a2; }
.power-page .article-aside > p { color: #675e6c; }
.power-page .article-aside nav a { border-bottom-color: rgba(75,38,105,.18); color: #59258a; }
.power-page .power-source-section { border-top-color: rgba(75,38,105,.18); }
.power-page .power-source-section a,.power-page .power-sources a { color: #59258a; }
.power-page .article-related { background: #faf8fc; border-top-color: rgba(75,38,105,.18); }
.power-page .power-limit-card { border-color: rgba(75,38,105,.18); border-top-color: #7440a2; background: #fff; color: #29252f; }
.power-page .power-limit-card:hover { background: #f3ecf8; }
.power-page .power-limit-card strong,.power-page .power-limit-card b { color: #59258a; }
.power-page .power-limit-card span { color: #675e6c; }
.power-page .power-tool-picker h2 { color: #59258a; }
.power-page .power-tool-picker label,.power-page .power-tool-note { color: #675e6c; }
.power-page .power-tool-picker select { border-color: rgba(89,37,138,.3); background: #fff; color: #29252f; }
.power-page .power-action-list button { border-bottom-color: rgba(75,38,105,.16); color: #675080; }
.power-page .power-action-list button:hover,.power-page .power-action-list button[aria-pressed="true"] { color: #59258a; }
.power-page .power-action-list button[aria-pressed="true"] { background: #f3ecf8; }
.power-page .power-result { border-color: rgba(75,38,105,.18); background: #faf8fc; }
.power-page .power-result > h2 { color: #59258a; }
.power-page .power-status { background: #ede1f5; color: #59258a; }
.power-page .power-result h3 { color: #7440a2; }
.power-page .power-result p,.power-page .power-result li { color: #49424f; }
.power-page .power-result-columns section { border-top-color: rgba(75,38,105,.18); }
.power-page .institutional-path span { border-color: rgba(89,37,138,.22); background: #fff; color: #29252f; }
.power-page .power-related-links a { border-color: rgba(89,37,138,.22); color: #59258a; }
.power-page .power-related-links a:hover { background: #ede1f5; }
.power-page .power-method,.power-page .limits-hub,.power-page .power-layer-path { border-top-color: rgba(75,38,105,.16); }
.power-page .power-classifications p { border-top-color: rgba(75,38,105,.18); }
.power-page .power-classifications strong { color: #29252f; }
.power-page .power-classifications span { color: #675e6c; }
.power-page .power-layer-path a { border-color: rgba(75,38,105,.18); color: #29252f; }
.power-page .power-layer-path a:hover { background: #f3ecf8; }
.power-page .power-layer-path a strong { color: #59258a; }
.power-page .power-layer-path a small { color: #675e6c; }
.power-page .power-layer-path a span { box-shadow: 0 8px 24px rgba(47,15,79,.14); border: 1px solid rgba(89,37,138,.14); }
.midterm-page .article-related,.midterm-page .article-faq { background: radial-gradient(ellipse 90% 75% at 8% 5%,rgba(91,29,158,.72) 0%,rgba(91,29,158,0) 68%),linear-gradient(135deg,#511a8f 0%,#331063 48%,#19062f 100%); border-top-color: rgba(255,255,255,.14); color: #fff; }
.midterm-page .article-related h2,.midterm-page .article-faq h2,.midterm-page .article-faq summary { color: #fff; }
.midterm-page .article-related .eyebrow,.midterm-page .article-faq .eyebrow { color: #c9b8f1; }
.midterm-page .article-card { border-color: rgba(255,255,255,.16); border-top-color: #9a73d0; background: rgba(255,255,255,.055); color: #fff; }
.midterm-page .article-card:hover { background: rgba(255,255,255,.1); }
.midterm-page .article-card small,.midterm-page .article-card span,.midterm-page .article-card strong,.midterm-page .article-faq details p { color: #fff; }
.midterm-page .article-faq details { border-bottom-color: rgba(255,255,255,.16); }
.midterm-page .article-faq summary::after { color: #c9b8f1; }
.breadcrumbs { margin-bottom: clamp(1.5rem,3vw,2.5rem); display: flex; flex-wrap: wrap; gap: .45rem .65rem; align-items: center; color: rgba(255,255,255,.7); font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { color: #fff; text-underline-offset: .2em; }
.limits-overview { width: min(100%,1080px); margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); background: #fff; }
.limits-overview > h2 { max-width: 780px; margin: .55rem 0 clamp(2rem,5vw,3.5rem); color: #59258a; font-size: clamp(2.3rem,5vw,4.8rem); line-height: .98; }
.limits-system-map { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); gap: clamp(1.25rem,4vw,3.5rem); align-items: stretch; }
.limits-system-center { min-height: 220px; padding: clamp(1.5rem,3vw,2.25rem); display: flex; flex-direction: column; justify-content: center; border-radius: .8rem; background: linear-gradient(145deg,#5b2690,#361062); color: #fff; }
.limits-system-center span { color: #d7c5ed; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.limits-system-center strong { margin-top: .55rem; font-family: var(--font-display); font-size: clamp(1.8rem,4vw,3.2rem); line-height: 1; }
.limits-system-nodes { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.limits-system-nodes a { min-height: 108px; padding: 1rem; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(75,38,105,.18); border-left: 3px solid #7440a2; background: #faf8fc; color: #29252f; text-decoration: none; }
.limits-system-nodes a:hover { background: #f0e6f7; }
.limits-system-nodes strong { color: #59258a; font-family: var(--font-display); font-size: 1.05rem; }
.limits-system-nodes span { margin-top: .35rem; color: #675e6c; font-size: .76rem; line-height: 1.45; }
.limits-overview-note { max-width: 720px; margin: 1rem 0 0; color: #675e6c; font-size: .78rem; }
.limits-dependency-list { margin: clamp(2rem,5vw,3rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(75,38,105,.18); list-style: none; }
.limits-dependency-list li { padding: .9rem .75rem .9rem 1.25rem; border-bottom: 1px solid rgba(75,38,105,.18); color: #49424f; font-size: .78rem; font-weight: 750; }
.limits-dependency-list li::before { content: ""; width: .42rem; height: .42rem; margin-left: -.85rem; margin-right: .42rem; display: inline-block; border-radius: 50%; background: #7440a2; vertical-align: .08em; }
.power-section-hub { width: min(100%,1080px); margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); background: #fff; }
.power-section-hub > h2 { max-width: 820px; margin: .55rem 0 1rem; color: #59258a; font-size: clamp(2.3rem,5vw,4.8rem); line-height: .98; }
.power-section-hub > p { max-width: 780px; color: #49424f; }
.power-entry-grid { margin-top: clamp(2rem,5vw,3.5rem); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .85rem; }
.power-entry-grid a { min-height: 270px; padding: 1.35rem; display: flex; flex-direction: column; border: 1px solid rgba(75,38,105,.18); border-top: 3px solid #7440a2; background: #faf8fc; color: #29252f; text-decoration: none; }
.power-entry-grid a:hover { background: #f0e6f7; }
.power-entry-grid small { color: #7440a2; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.power-entry-grid strong { margin-top: 1.4rem; color: #59258a; font-family: var(--font-display); font-size: clamp(1.4rem,3vw,2rem); line-height: 1.05; }
.power-entry-grid span { margin-top: .8rem; color: #675e6c; font-size: .82rem; line-height: 1.55; }
.power-entry-grid b { margin-top: auto; padding-top: 1.2rem; color: #59258a; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.related-powers { margin-top: clamp(3.5rem,7vw,5rem); padding-top: 2rem; border-top: 1px solid rgba(75,38,105,.18); }
.related-powers h2 { margin-top: .45rem; }
.limit-answer,.limit-example { margin: 0 0 clamp(2.5rem,6vw,4rem); padding: clamp(1.25rem,3vw,1.8rem); border-left: 4px solid #7440a2; background: #f5eef9; }
.limit-answer p:last-child,.limit-example p:last-child { margin-bottom: 0; color: #29252f; font-size: clamp(1.08rem,2vw,1.28rem); line-height: 1.65; }
.limit-concept-flow { margin: clamp(2rem,5vw,3.5rem) 0; padding: 0; display: grid; list-style: none; }
.limit-concept-flow li { position: relative; min-height: 76px; padding: 1rem 1rem 1rem 4.25rem; display: flex; align-items: center; border-top: 1px solid rgba(75,38,105,.18); color: #29252f; }
.limit-concept-flow li:last-child { border-bottom: 1px solid rgba(75,38,105,.18); }
.limit-concept-flow li > span { position: absolute; left: .8rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; background: #59258a; color: #fff; font-weight: 850; }
.limit-concept-flow li > strong { color: #59258a; font-family: var(--font-display); font-size: 1.05rem; }
.limit-concept-flow li > b { position: absolute; z-index: 2; left: 1.85rem; bottom: -.75rem; color: #7440a2; font-size: 1.2rem; }
.limit-faq { margin-top: clamp(3.5rem,7vw,5rem); padding-top: 2rem; border-top: 1px solid rgba(75,38,105,.18); }
.limit-faq details { border-bottom-color: rgba(75,38,105,.18); }
.limit-faq summary { color: #29252f; }
.limit-faq summary::after { color: #59258a; }
.limit-faq details p { color: #49424f; }
.relevant-limit-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.relevant-limit { min-height: 150px; padding: 1rem; display: flex; flex-direction: column; border: 1px solid rgba(75,38,105,.18); border-top: 3px solid #7440a2; background: #fff; color: #29252f!important; text-decoration: none; }
.relevant-limit:hover { background: #f3ecf8; }
.relevant-limit strong { color: #59258a!important; font-family: var(--font-display); font-size: 1.05rem; }
.relevant-limit span { margin-top: .5rem; color: #675e6c; font-size: .76rem; line-height: 1.45; }
.relevant-limit b { margin-top: auto; padding-top: 1rem; color: #59258a; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width:720px){.limits-system-map{grid-template-columns:1fr}.limits-system-center{min-height:150px}.limits-system-nodes{grid-template-columns:1fr}.limits-system-nodes a{min-height:0}.limits-dependency-list{grid-template-columns:1fr}}
@media (max-width:720px){.relevant-limit-list{grid-template-columns:1fr}.limit-concept-flow li{padding-left:3.8rem}}
@media (max-width:720px){.power-entry-grid{grid-template-columns:1fr}.power-entry-grid a{min-height:220px}}

/* Presidential Limits hub: simplified reading path */
.limits-page .limits-orientation { padding-top: clamp(3.5rem,7vw,5.5rem); }
.limits-page .limits-orientation h2 { margin-bottom: 1rem; }
.limits-page .limits-orientation a[aria-current="page"] { background: #f3ecf8; }
.limits-section-intro { max-width: 760px; margin: -1rem 0 clamp(2rem,5vw,3.25rem); font-size: clamp(1rem,1.6vw,1.15rem); line-height: 1.7; }
.limits-principles-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(75,38,105,.18); }
.limits-principles-grid a { min-height: 150px; padding: 1.35rem 1.35rem 1.5rem 0; display: flex; flex-direction: column; border-bottom: 1px solid rgba(75,38,105,.18); color: #29252f; text-decoration: none; }
.limits-principles-grid a:nth-child(odd) { padding-right: clamp(1.5rem,4vw,3.5rem); }
.limits-principles-grid a:nth-child(even) { padding-left: clamp(1.5rem,4vw,3.5rem); border-left: 1px solid rgba(75,38,105,.18); }
.limits-principles-grid a:last-child { grid-column: 1/-1; padding-left: 0; border-left: 0; }
.limits-principles-grid a:hover strong { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .16em; }
.limits-principles-grid strong { color: #59258a; font-family: var(--font-display); font-size: clamp(1.25rem,2.5vw,1.75rem); line-height: 1.05; }
.limits-principles-grid span { max-width: 540px; margin-top: .7rem; color: #675e6c; font-size: .86rem; line-height: 1.6; }
.limits-tool-preview { width: 100%; margin-inline: auto; background: radial-gradient(ellipse 90% 80% at 8% 5%,rgba(119,55,180,.8) 0%,rgba(91,29,158,0) 68%),linear-gradient(135deg,#511a8f 0%,#331063 52%,#19062f 100%); color: #fff; }
.limits-tool-preview-inner { width: min(100%,1080px); margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.7fr); gap: clamp(2rem,6vw,5rem); align-items: center; }
body.limits-page main .limits-tool-preview h2 { margin: .55rem 0 1.25rem; color: #fff; font-size: clamp(2.8rem,6vw,5.5rem); line-height: .93; }
body.limits-page main .limits-tool-preview p { max-width: 650px; color: rgba(255,255,255,.84); font-size: 1rem; line-height: 1.72; }
body.limits-page main .limits-tool-preview .eyebrow { color: #cfbdf0; }
.limits-tool-preview aside { min-height: 230px; padding: clamp(1.4rem,3vw,2rem); display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-top: 3px solid #a984de; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.limits-tool-preview aside span { color: #cfbdf0; font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.limits-tool-preview aside strong { margin-top: auto; color: #fff; font-family: var(--font-display); font-size: clamp(1.35rem,2.8vw,2rem); line-height: 1.05; }
.limits-tool-preview aside small { margin-top: .75rem; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.5; }
.limits-library { width: min(100%,1080px); margin-inline: auto; padding: clamp(4rem,8vw,7rem) var(--gutter); background: #fff; }
.limits-library-intro { max-width: 800px; margin-bottom: clamp(3rem,7vw,5.5rem); }
.limits-page .limits-library-intro h2 { margin: .55rem 0 1rem; color: #59258a; font-size: clamp(2.6rem,5.5vw,5rem); line-height: .96; }
.limits-library-intro > p:last-child { font-size: 1rem; }
.limits-library-group { padding: clamp(2.75rem,6vw,4.75rem) 0; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: clamp(1rem,3vw,2rem); border-top: 1px solid rgba(75,38,105,.18); }
.limits-library-group:last-child { border-bottom: 1px solid rgba(75,38,105,.18); }
.limits-page .limits-group-number { margin: .15rem 0 0; color: #9a73bd; font-family: var(--font-display); font-size: 1rem; font-weight: 900; }
.limits-page .limits-library-group h3 { max-width: 760px; margin: 0 0 1.75rem; color: #59258a; font-size: clamp(1.9rem,4vw,3.3rem); line-height: 1; }
.limits-library-group .power-limit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.limits-library-group .power-limit-card { min-height: 210px; }
@media (max-width:720px){
  .limits-principles-grid { grid-template-columns: 1fr; }
  .limits-principles-grid a,.limits-principles-grid a:nth-child(odd),.limits-principles-grid a:nth-child(even),.limits-principles-grid a:last-child { grid-column: auto; min-height: 0; padding: 1.25rem 0; border-left: 0; }
  .limits-tool-preview-inner { grid-template-columns: 1fr; }
  .limits-tool-preview aside { min-height: 210px; }
  .limits-library-group { grid-template-columns: 1fr; }
  .limits-library-group .power-limit-grid { grid-template-columns: 1fr; }
  .limits-library-group .power-limit-card { min-height: 185px; }
}
