:root{color-scheme:light dark;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #eef1f5;--text: #14181f;--muted: #5b6472;--border: #d8dde5;--accent: #2e5cff;--accent-contrast: #ffffff;--map-stroke: #ffffff;--map-territory: #e2e5ea;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 4px 16px rgba(16, 24, 40, .08);--radius: 12px;--wrap: 1120px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media(prefers-color-scheme:dark){:root{--bg: #0c0f14;--surface: #151a22;--surface-2: #1d232d;--text: #e7ebf1;--muted: #9aa4b2;--border: #2a3340;--accent: #6b8cff;--accent-contrast: #0c0f14;--map-stroke: #0c0f14;--map-territory: #2a3340;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 6px 24px rgba(0, 0, 0, .35)}}:root[data-theme=light]{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #eef1f5;--text: #14181f;--muted: #5b6472;--border: #d8dde5;--accent: #2e5cff;--accent-contrast: #ffffff;--map-stroke: #ffffff;--map-territory: #e2e5ea}:root[data-theme=dark]{--bg: #0c0f14;--surface: #151a22;--surface-2: #1d232d;--text: #e7ebf1;--muted: #9aa4b2;--border: #2a3340;--accent: #6b8cff;--accent-contrast: #0c0f14;--map-stroke: #0c0f14;--map-territory: #2a3340}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(16px,4vw,32px)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:8px;top:-48px;z-index:100;background:var(--accent);color:var(--accent-contrast);padding:8px 14px;border-radius:8px;transition:top .15s ease}.skip-link:focus{top:8px}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;gap:20px;height:60px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:700}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#2e5cff,#d22b2b);color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em}.brand-name{font-size:1.02rem}.site-nav{display:flex;gap:18px;margin-left:auto;font-weight:500}.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--text);text-decoration:none}.theme-toggle{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-size:18px}.theme-toggle:hover{background:var(--surface-2)}.hero{padding-block:clamp(24px,5vw,44px) 8px}.hero h1{margin:0 0 8px;font-size:clamp(1.7rem,4vw,2.5rem);letter-spacing:-.02em}.lede{margin:0;max-width:62ch;color:var(--muted);font-size:1.05rem}.tally{margin-block:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow)}.tally__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.tally__side{min-width:0}.tally__side--right{text-align:right}.tally__name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tally__ev{font-size:clamp(1.6rem,4vw,2.1rem);font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.tally__win{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;align-self:center}.tally__bar{position:relative;height:14px;border-radius:7px;overflow:hidden;background:var(--surface-2);display:flex}.tally__seg{height:100%}.tally__threshold{position:absolute;top:-4px;bottom:-4px;width:2px;left:50%;background:var(--text);opacity:.7}.tally__threshold:after{content:"270";position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:.7rem;font-weight:700;color:var(--muted)}.map-section{margin-block:8px 32px}.map-figure{position:relative;margin:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;box-shadow:var(--shadow)}.ec-map__svg{width:100%;height:auto;display:block}.ec-map{aspect-ratio:1100 / 610}.ec-map__unit,.ec-map__chip-rect{stroke:var(--map-stroke);stroke-width:.75;transition:filter .1s ease}.ec-map--interactive .ec-map__unit,.ec-map--interactive .ec-map__chip-rect{cursor:pointer}.ec-map__unit:focus-visible,.ec-map__chip:focus-visible .ec-map__chip-rect{outline:none;stroke:var(--accent);stroke-width:2}.ec-map__unit.is-hovered,.ec-map__chip-rect.is-hovered{filter:brightness(1.12);stroke:var(--accent);stroke-width:1.6}.ec-map__label,.ec-map__chip-abbr,.ec-map__chip-ev{pointer-events:none;font-family:var(--font)}.ec-map__label-abbr{font-size:11px;font-weight:700}.ec-map__label-ev{font-size:10px;font-weight:500}.ec-map__chip-abbr{font-size:13px;font-weight:700}.ec-map__chip-abbr--sm{font-size:10px}.ec-map__chip-ev{font-size:11px;font-weight:600}.ec-map__caption{fill:var(--muted);font-size:12px;font-weight:600;font-family:var(--font)}.map-fallback{padding:24px;color:var(--muted)}.map-tooltip{position:fixed;z-index:60;pointer-events:none;max-width:240px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:8px 10px;box-shadow:var(--shadow);font-size:.85rem;display:flex;flex-direction:column;gap:2px}.map-tooltip[hidden]{display:none}.map-tooltip__title{font-size:.92rem}.map-tooltip__line{color:var(--muted)}.legend{display:flex;flex-wrap:wrap;gap:14px 20px;margin-top:14px;padding-inline:6px}.legend__item{display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.legend__swatch{width:16px;height:16px;border-radius:4px;border:1px solid var(--border)}.legend__ev{color:var(--muted);font-variant-numeric:tabular-nums}.intro-copy{max-width:70ch;margin-block:8px 40px}.intro-copy h2{font-size:1.3rem;letter-spacing:-.01em}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding-block:24px;color:var(--muted);font-size:.9rem}.site-footer .wrap{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;align-items:center}.site-footer nav{display:flex;gap:18px}@media(max-width:560px){.header-inner{gap:10px}.site-nav{gap:12px;font-size:.9rem}.brand-name{font-size:.95rem}}@media(max-width:380px){.brand-name{display:none}}.breadcrumbs{padding-block:14px 0;font-size:.85rem;color:var(--muted)}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.breadcrumbs li+li:before{content:"/";margin-right:6px;opacity:.5}.results-table{width:100%;border-collapse:collapse;margin-block:16px 28px;font-size:.94rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.results-table caption{caption-side:top;text-align:left;padding:12px 14px;font-weight:600;color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.results-table th,.results-table td{padding:9px 14px;text-align:left;border-top:1px solid var(--border)}.results-table thead th{background:var(--surface-2);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);white-space:nowrap}.results-table tbody th{font-weight:600}.results-table .num{text-align:right;font-variant-numeric:tabular-nums}.results-table .swatch{display:inline-block;width:11px;height:11px;border-radius:3px;margin-right:8px;vertical-align:baseline}.results-table--states tbody tr:hover{background:var(--surface-2)}.tables{overflow-x:auto}.decade{margin-block:8px 28px}.decade h2{font-size:1.15rem;color:var(--muted);letter-spacing:.02em;border-bottom:1px solid var(--border);padding-bottom:8px}.election-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.election-card a{display:grid;gap:2px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);box-shadow:var(--shadow);transition:transform .12s ease,border-color .12s ease}.election-card a:hover{text-decoration:none;transform:translateY(-2px);border-color:var(--accent)}.election-card img{width:100%;height:auto;display:block;border-radius:8px;margin-bottom:6px;background:var(--surface-2)}.election-card__year{font-weight:800;font-size:1.15rem;letter-spacing:-.01em}.election-card__winner{color:var(--muted);font-size:.9rem}.election-card__ev{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums}.year-grid{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:12px 0;padding:0}.year-grid a{display:inline-block;padding:6px 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-variant-numeric:tabular-nums;font-weight:600}.year-grid a:hover{text-decoration:none;border-color:var(--accent)}.pager{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-block:32px 40px;padding-top:20px;border-top:1px solid var(--border);font-weight:600}.pager__index{color:var(--muted);font-weight:500}.notes{max-width:70ch;margin-block:8px 28px}.notes h2{font-size:1.15rem}.notes ul{padding-left:20px;color:var(--muted)}.notes li{margin-block:6px}.prose{max-width:68ch;margin-block:12px 48px}.prose h1{font-size:clamp(1.7rem,4vw,2.3rem);letter-spacing:-.02em;margin-bottom:8px}.prose h2{font-size:1.2rem;margin-top:32px;letter-spacing:-.01em}.prose p{color:var(--text)}.prose .lede{color:var(--muted);font-size:1.05rem}.ad-slot{display:block;margin-block:24px;overflow:hidden}.ad-slot--leaderboard{height:100px}.ad-slot--in-content,.ad-slot--footer{height:250px}@media(min-width:768px){.ad-slot--leaderboard{height:90px}}.year-strip{margin-block:8px 36px}.year-strip h2{font-size:1.15rem}.site-nav a[aria-current=page]{color:var(--text);font-weight:600}.faq{max-width:68ch;margin-block:8px 44px}.faq h2{font-size:1.3rem;letter-spacing:-.01em;margin-bottom:12px}.faq__list{border-top:1px solid var(--border)}.faq__item{border-bottom:1px solid var(--border)}.faq__q{display:flex;align-items:center;gap:14px;padding:14px 2px;cursor:pointer;list-style:none}.faq__q::-webkit-details-marker{display:none}.faq__q h3{margin:0;font-size:1.02rem;font-weight:600;letter-spacing:-.005em}.faq__q:hover h3{color:var(--accent)}.faq__q:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.faq__q:after{content:"";flex:none;margin-left:auto;width:8px;height:8px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-2px) rotate(45deg);transition:transform .15s ease}.faq__item[open] .faq__q:after{transform:translateY(2px) rotate(-135deg)}.faq__a{padding:0 2px 18px;color:var(--muted)}.faq__a p{margin:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
