:root{--lemur-color-bg:#ffffff;--lemur-color-surface:#ffffff;--lemur-color-surface-soft:#f8fafc;--lemur-color-primary:#4f46e5;--lemur-color-primary-soft:#eef2ff;--lemur-color-primary-border:#4338ca;--lemur-color-border-subtle:#e5e7eb;--lemur-color-border-strong:#c7d2fe;--lemur-color-text-main:#0f172a;--lemur-color-text-muted:#4b5563;--lemur-radius-pill:999px;--lemur-radius-md:12px;--lemur-radius-sm:8px;--lemur-shadow-soft:0 1px 3px rgba(15,23,42,0.06);--lemur-shadow-elevated:0 4px 14px rgba(15,23,42,0.10);--lemur-focus-ring:0 0 0 2px #fff,0 0 0 4px var(--lemur-color-primary);--header-height-desktop:72px;--header-height-mobile:60px;--site-background-primary-light:#F9FAFB}body,html{margin:0;padding:0;width:100%;font-family:var(--font-sans);color:var(--color-text-main)}.eyebrow,.hero__title,.section__title,h1,h2,h3{font-family:var(--font-serif);color:var(--color-text-main)}.hero__sub,.section__sub,.text-dim,p{font-family:var(--font-sans);color:var(--color-text-dim)}.container{max-width:1200px;margin:0 auto;padding:0 16px}.container--sm{max-width:800px}.container--md{max-width:1000px}.container--lg{max-width:1200px}.site-main{padding:24px 0 40px;background-color:var(--site-background-primary-light)}.card{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card--p-sm{padding:12px}.card--p-md{padding:20px}.card--p-24,.card--p-lg{padding:24px}:where(a,button,[role=button],.input,.select):focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.site-header{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;width:100%;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border-subtle);box-shadow:0 2px 8px rgba(2,6,23,.04);margin:0}.site-header--scrolled{background:#ffffff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 1px 0 rgba(15,23,42,.06),0 6px 18px rgba(15,23,42,.1)}.site-header__inner{height:var(--header-height-desktop);display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--color-text-main)}.site-header__logo-img{height:clamp(28px,3.2vw,40px);width:auto;display:block}.site-header__logo-text{font-family:var(--font-serif);font-weight:800;letter-spacing:-.01em;font-size:clamp(1.05rem,.6vw + 1rem,1.25rem);line-height:1;white-space:nowrap}.site-header__nav{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.site-header__link{text-decoration:none;font-family:var(--font-sans);color:var(--color-text-header-link);font-weight:600;font-size:14px;padding:8px 10px;border-radius:10px;transition:background .15s ease,color .15s ease,transform .03s ease}.site-header__link:hover{background:var(--color-surface-softer);color:var(--color-text-main)}.site-header__toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--color-border-subtle);background:var(--color-surface);align-items:center;justify-content:center;gap:3px}.site-header__toggle-bar{display:block;width:18px;height:2px;background:var(--color-toggle-bar);border-radius:2px}.site-header__nav--mobile{display:none;border-top:1px solid var(--color-border-subtle);background:var(--color-surface);padding:8px 16px 12px}.site-header__nav--mobile .site-header__link{display:block;padding:10px 6px;font-size:15px}.site-header__nav--mobile.is-open{display:block}.site-header__nav--desktop{display:flex}@media (max-width:860px){.site-header__inner{height:var(--header-height-mobile)}.site-header__logo-img{height:28px}.site-header__logo-text{font-size:1.05rem}.site-header__inner>.site-header__nav,.site-header__nav--desktop{display:none}.site-header__toggle{display:inline-flex}}@media (prefers-reduced-motion:reduce){.site-header__link,.site-header__toggle{transition:none}}.site-footer{border-top:1px solid var(--color-border-subtle);background:var(--color-surface)}.site-footer__inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.site-footer__brand,.site-footer__link{font-family:var(--font-sans);color:var(--color-text-footer);font-size:14px}.site-footer__brand{margin:0}.site-footer__nav{display:flex;gap:12px;flex-wrap:wrap}.site-footer__link{text-decoration:none}.site-footer__link:hover{text-decoration:underline}@media (max-width:640px){.site-footer__inner{flex-direction:column;align-items:flex-start;gap:8px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none;background:var(--color-surface);color:var(--color-text-main);transition:filter .15s ease,background .15s ease,border-color .15s ease,color .15s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--indigo);color:#ffffff}.btn--secondary{background:var(--color-surface-soft);border-color:var(--color-border-subtle);color:#0f172a}.btn--ghost{background:transparent;color:var(--indigo)}.btn--danger{background:var(--color-danger);color:#ffffff}.btn--danger:hover,.btn--primary:hover{filter:brightness(.95)}.btn--secondary:hover{background:var(--color-surface-softer)}.btn--ghost:hover{background:rgba(79,70,229,.08)}.btn--sm{padding:8px 12px;border-radius:10px;font-size:13px}.btn--lg{padding:12px 18px;border-radius:14px;font-size:15px}.input,.select,textarea.input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--color-border-muted);background:var(--color-surface);color:var(--color-text-main);transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:var(--color-text-subtle)}.input:focus,.select:focus,textarea.input:focus{border-color:var(--indigo);box-shadow:0 0 0 3px rgba(79,70,229,.18)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--color-select-icon) 50%),linear-gradient(135deg,var(--color-select-icon) 50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 18px) calc(50% - 4px),calc(100% - 12px) calc(50% - 4px),calc(100% - 2.2em) .5em;background-size:6px 6px,6px 6px,1px 1.8em;background-repeat:no-repeat}.form-hint{color:var(--color-text-muted)}.form-error,.form-hint{font-size:12px;margin-top:6px}.form-error{color:var(--color-danger)}.tabs__list{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid var(--color-border-subtle);padding-bottom:6px;margin-bottom:12px}.tabs__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:var(--color-surface-soft);color:var(--color-text-header-link);padding:8px 12px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.tabs__trigger:hover{background:var(--color-surface-softer)}.tabs__trigger.is-active{background:var(--color-surface);color:var(--color-text-main);border-color:var(--color-border-subtle);box-shadow:0 1px 0 var(--color-border-subtle)}.tabs__panel{display:none}.tabs__panel.is-active{display:block}a.unstyled{color:inherit;text-decoration:none}.result__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;border:1px solid var(--color-border-subtle);background:var(--color-surface);display:grid;place-items:center}.result__avatar img{width:100%;height:100%;object-fit:cover}.result__avatar--placeholder{font-size:28px;color:var(--color-text-subtle)}@media (max-width:640px){.container{max-width:100%;padding-inline:12px}}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Noto Sans;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Sans Fallback;src:local("Arial");ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.00%;size-adjust:106.33%}.__className_c85df0{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}.__variable_c85df0{--font-sans:"Noto Sans","Noto Sans Fallback"}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/adb2ac03cdb7d75b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/782fd72d8ca20ddd-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/adb2ac03cdb7d75b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/782fd72d8ca20ddd-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/645c88064de6876a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cccb76cee38030ea-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/645c88064de6876a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cccb76cee38030ea-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Libre Baskerville Fallback;src:local("Times New Roman");ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.00%;size-adjust:127.26%}.__className_07b071{font-family:Libre Baskerville,Libre Baskerville Fallback}.__variable_07b071{--font-serif:"Libre Baskerville","Libre Baskerville Fallback"}:root{--z-hero:20;--z-dropdown:30;--home-hero-title:var(--color-text-main,#0f172a);--home-hero-sub:var(--color-text-dim,#475569);--home-hero-sub-muted:#9aa3af;--home-section-title:var(--color-text-main,#0f172a);--home-section-sub:var(--color-text-dim,#475569);--home-panel-bg:var(--color-surface,#ffffff);--home-panel-border:var(--color-border-subtle,#e5e7eb);--home-panel-border-hover:#e2e8f0;--home-panel-shadow:0 8px 24px rgba(2,8,23,0.06);--home-panel-shadow-hover:0 12px 28px rgba(2,8,23,0.08);--home-feature-bg:var(--color-surface,#ffffff);--home-feature-border:#eaeaea;--home-feature-border-hover:#e3e3e3;--home-feature-icon-bg:#f3f6ff;--home-feature-icon-fg:#3b82f6;--home-feature-text:#505a67;--home-hero-action-bg:rgba(255,255,255,0.75);--home-hero-action-border:rgba(2,6,23,0.12);--home-hero-action-border-hover:rgba(2,6,23,0.18);--home-hero-action-shadow:0 6px 18px rgba(2,8,23,0.06);--home-hero-action-shadow-hover:0 10px 22px rgba(2,8,23,0.1);--home-map-bg:#0d1117;--home-map-border:#1f2937;--home-map-text-main:#f1f5f9;--home-map-text-sub:#94a3b8;--home-map-legend-text:#cbd5e1;--home-voter-bg:#f4f8ff;--home-voter-border:#d6e0ff;--home-voter-primary:#1a3d91;--home-voter-primary-dark:#122b68;--home-voter-ghost-border:#cfd7ea;--home-voter-ghost-bg-hover:#f7f9ff;--home-election-border:#e6e9f2;--home-election-bg-soft:#fbfcff;--home-election-text:#2b3655;--home-checklist-green:#16a34a}.hero{border-radius:12px;box-shadow:var(--shadow-md);font-family:var(--font-primary)}.hero,.hero.hero--frost{overflow:visible;position:relative;z-index:var(--z-hero)}.hero.hero--frost:before{content:"";position:absolute;inset:-40px;background:radial-gradient(1200px 600px at 12% 10%,rgba(99,102,241,.16),transparent 60%),radial-gradient(1000px 520px at 88% 15%,rgba(236,72,153,.12),transparent 62%),radial-gradient(900px 480px at 50% 100%,rgba(56,189,248,.12),transparent 60%),linear-gradient(#f8fafc,#ffffff);filter:blur(18px);z-index:0;pointer-events:none}.hero.hero--frost .hero__body,.hero.hero--frost .hero__top{position:relative;z-index:1}.hero__glass{margin:8px auto 0;padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.55);-webkit-backdrop-filter:saturate(1.15) blur(14px);backdrop-filter:saturate(1.15) blur(14px);border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 32px rgba(2,8,23,.12);isolation:isolate;overflow:visible;max-width:960px}.dark .hero.hero--frost:before{background:radial-gradient(1200px 600px at 12% 10%,rgba(99,102,241,.22),transparent 60%),radial-gradient(1000px 520px at 88% 15%,rgba(236,72,153,.18),transparent 62%),radial-gradient(900px 480px at 50% 100%,rgba(56,189,248,.18),transparent 60%),linear-gradient(#0b1020,#0a0f1a);filter:blur(22px)}.dark .hero__glass{background:rgba(17,24,39,.45);border-color:rgba(255,255,255,.08);box-shadow:0 10px 36px rgba(0,0,0,.35)}.hero--tall{min-height:clamp(520px,64vh,760px);padding-top:clamp(32px,8vh,96px);padding-bottom:clamp(36px,10vh,120px)}.hero--tall .hero__top .hero__top-inner{min-height:clamp(220px,34vh,360px);display:grid;align-items:end}.hero--tall .hero__glass{margin-top:clamp(16px,3vh,32px);padding:clamp(18px,2.6vh,26px) clamp(20px,3vw,32px)}.hero--tall .hero__title{letter-spacing:-.01em}.hero--tall .hero__sub{margin:0;font-size:clamp(1rem,1.1vw + .7rem,1.2rem);opacity:.85}.hero__top{background:transparent;color:var(--ink);padding:32px 0 8px}.hero__brand,.hero__top-inner{display:block}.hero__brand{align-items:center;width:100%;max-width:960px;justify-content:center;text-align:center;padding:0 clamp(8px,2vw,16px);margin:0 auto clamp(18px,3.2vh,36px)}.hero__title{font-family:var(--font-serif);font-weight:800;letter-spacing:-.01em;font-size:clamp(1.9rem,1.6rem + 2.2vw,3rem);line-height:1.2;color:var(--home-hero-title);text-align:center;margin:0 0 clamp(12px,2vh,20px)}.hero__sub{margin:0;width:100%;font-family:var(--font-sans);color:var(--home-hero-sub);font-weight:500;line-height:1.55;font-size:clamp(1rem,.3vw + .98rem,1.15rem);text-align:center;padding-bottom:clamp(6px,1vh,10px)}.hero__body{background:transparent;padding:12px 0 20px;border-top:none;overflow:visible}.hero__body .container>.stack-16,.hero__body .container>.stack-24{max-width:1040px;margin:0 auto}.hero__search-wrap{max-width:960px;margin:0 auto}@media (max-width:640px){.hero__search-wrap{max-width:100%}.hero--tall{min-height:auto;padding-top:24px;padding-bottom:24px}.hero__top{padding:24px 0 4px}.hero__body{padding:12px 0 18px}.hero__glass{max-width:100%;padding:14px 12px;border-radius:14px}}.lemur-searchbox{position:relative;z-index:var(--z-dropdown);max-width:clamp(560px,60vw,780px);margin:0 auto;isolation:isolate}.lemur-searchbox .sb-input{width:100%;height:52px;border-radius:14px;border:1.5px solid #e5e7eb;background:#ffffff;padding:0 16px;font-size:16px;line-height:1;font-weight:500;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.lemur-searchbox .sb-input::placeholder{color:var(--home-hero-sub-muted);font-weight:400}.lemur-searchbox .sb-input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 6px rgba(79,70,229,.08);background:#ffffff}.lemur-searchbox .sb-dropdown{position:absolute;inset-inline:0;margin-top:10px;z-index:calc(var(--z-dropdown) + 1);max-height:60vh;overflow:auto;border:1px solid rgba(17,24,39,.12);border-radius:12px;box-shadow:0 12px 24px rgba(0,0,0,.08);background-color:#ffffff;padding:16px 18px 14px}.lemur-searchbox .sb-section-label{font-family:var(--font-serif);font-size:1rem;font-weight:800;letter-spacing:-.005em;color:#0f172a;padding-block:8px;margin:2px 0 10px}.lemur-searchbox .sb-state-block+.sb-state-block{margin-top:12px}.lemur-searchbox .sb-state-heading{font-family:var(--font-serif);font-weight:800;font-size:1.05rem;letter-spacing:-.005em}.lemur-searchbox .sb-member-link{color:#111827;font-weight:700;text-decoration:none;padding-right:6px}.lemur-searchbox .sb-member-link:hover{text-decoration:underline}.lemur-searchbox .sb-member-link:visited{color:#111827}.lemur-searchbox .sb-list-item:focus-within,.lemur-searchbox .sb-list-item:hover{background:rgba(15,23,42,.03)}.lemur-searchbox .sb-member-meta{font-size:.85rem;font-weight:500;opacity:.65;margin-left:6px}.lemur-searchbox .sb-member-link,.lemur-searchbox .sb-member-meta{line-height:1.35}.lemur-searchbox .sb-list{row-gap:12px}.lemur-searchbox .sb-list-item{padding:8px 10px;margin:0 -10px;border-radius:10px}.lemur-searchbox .sb-divider{border:0;border-top:1px solid rgba(17,24,39,.12);margin:12px 0 14px}@media (max-width:720px){.lemur-searchbox{max-width:100%}.lemur-searchbox .sb-list-item{padding:10px 12px}}.home-search-form .btn.btn--accent{width:100%;height:46px;padding:0 18px;font-size:14px;border-radius:10px;background:var(--indigo);color:#ffffff;border:none}.home-search-form .btn.btn--accent:hover{filter:brightness(.96)}.home-search-form+.hero__actions{margin-top:10px}.results_dropdown{border:.5px solid red;padding:2px}.results_state{font-weight:600;color:#2d2d2d;margin:.25px .25px .25px 2.5px}@media (max-width:980px){.home-search-form{grid-template-columns:1fr}.home-search-form .col.actions,.home-search-form .col.field--name,.home-search-form .col.field--state{grid-column:auto}}.hero__actions{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:clamp(14px,2vh,20px);flex-wrap:wrap}.hero__actions .btn.btn--ghost{color:var(--ink);background:rgba(255,255,255,.65);border-color:rgba(2,6,23,.14)}.hero__actions .btn.btn--ghost:hover{border-color:#cbd5e1;background:#fafafa}.hero__action .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;padding:10px 14px;font-weight:600;font-size:.95rem;line-height:1;border:1px solid var(--home-hero-action-border);background:var(--home-hero-action-bg);-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);color:#0f172a;box-shadow:var(--home-hero-action-shadow);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .03s ease;text-decoration:none}.hero__actions .btn:hover{background:#ffffff;border-color:var(--home-hero-action-border-hover);box-shadow:var(--home-hero-action-shadow-hover)}.hero__actions .btn:active{transform:translateY(1px)}.hero__actions+*{margin-top:0}.features{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;padding:2rem 0}@media (min-width:768px){.features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}.feature{display:grid;grid-template-rows:auto auto 1fr;align-items:start;background:var(--home-feature-bg);border:1px solid var(--home-feature-border);border-radius:14px;padding:1.25rem;box-shadow:0 2px 6px rgba(0,0,0,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.08);border-color:var(--home-feature-border-hover)}.feature__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--home-feature-icon-bg);color:var(--home-feature-icon-fg);margin-bottom:.75rem}.feature__title{font-size:1.05rem;font-weight:650;line-height:1.35;margin:0 0 .4rem}.feature__desc{font-size:.96rem;color:var(--home-feature-text);line-height:1.6;margin:0}.cta,.features,.grid-2,.preview,.trust{position:relative;z-index:0}.grid-2{border:0}.section{margin:clamp(24px,5vh,40px) 0}.section__header{text-align:left;margin:0 auto clamp(12px,2.2vh,18px);max-width:1100px}.section__title{font-family:var(--font-serif);font-weight:800;letter-spacing:-.01em;color:var(--home-section-title);font-size:clamp(1.25rem,1rem + 1.2vw,1.75rem);margin:0 0 6px}.section__sub{font-family:var(--font-sans);color:var(--home-section-sub);font-weight:500;line-height:1.55;margin:0;font-size:clamp(.98rem,.25vw + .95rem,1.05rem)}.reg{color:#2d2d2d;font-weight:400;line-height:2;margin-top:10px;margin-bottom:10px}.text-dim{color:#64748b}.panel{background:var(--home-panel-bg);border:1px solid var(--home-panel-border);border-radius:16px;box-shadow:var(--home-panel-shadow);padding:clamp(16px,2.5vw,22px);max-width:1100px;margin:0 auto;transition:box-shadow .18s ease,border-color .18s ease}.panel--center{text-align:center}.panel:hover{box-shadow:var(--home-panel-shadow-hover);border-color:var(--home-panel-border-hover)}.split-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(16px,3vw,28px);gap:clamp(16px,3vw,28px)}@media (max-width:860px){.split-2{grid-template-columns:1fr}}.eyebrow{font-weight:800;font-size:.95rem;letter-spacing:.02em;text-transform:none;margin:2px 0 10px;color:#0f172a;font-family:var(--font-serif)}.list{margin:0;padding:0}.list--bullets{list-style:disc;padding-left:1.25rem}.list--bullets li{margin:8px 0}.link{text-decoration:none;font-weight:400;color:#2d2d2d;line-height:1.25}.link:hover{text-decoration:underline}.link:visited{color:#0f172a}.cta{position:relative}.badge{display:inline-block;font-size:.8rem;font-weight:700;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;border:1px solid #e0e7ff}.badge--soon{background:#fff7ed;color:#c2410c;border-color:#ffedd5}.cta__badge-wrap{display:grid;place-items:center;margin-bottom:clamp(8px,1.6vh,14px)}.cta--soon .cta__row{display:grid;grid-template-columns:minmax(96px,12vw) 1fr;align-items:center;grid-gap:clamp(16px,2.8vw,28px);gap:clamp(16px,2.8vw,28px);min-height:clamp(120px,14vh,180px)}.cta__wrap{display:grid;grid-template-columns:140px 1fr;align-items:center;grid-gap:16px;gap:16px;margin-top:12px}@media (max-width:720px){.cta__wrap{grid-template-columns:1fr}}.cta__art{justify-self:center;width:clamp(110px,12vw,140px)}.cta__art img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(2,8,23,.1))}.cta__copy{display:grid;align-content:center;justify-items:start;grid-gap:6px;gap:6px}.cta__copy .section__title{margin:0;line-height:1.15}.cta__copy .section__sub{margin:0;max-width:48ch}@media (max-width:720px){.cta--soon .cta__row{grid-template-columns:1fr;min-height:auto}.cta__copy{justify-items:center;text-align:center}}.lemur-ph img{align-self:center;width:100%;max-width:98%}.soon{margin-top:12px}.checklist{margin:12px auto 0;text-align:left;max-width:720px;padding-left:0;list-style:none}.checklist li{position:relative;padding-left:26px;margin:8px 0}.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:var(--home-checklist-green);font-weight:800}.congress-map-container{position:relative;background-color:var(--home-map-bg);border:1px solid var(--home-map-border);border-radius:12px;padding:1.5rem;margin:1rem auto;max-width:900px;color:var(--home-map-text-main);box-shadow:0 2px 6px rgba(0,0,0,.3)}.congress-map-container svg{width:100%;height:auto;display:block}.hex{transition:fill .25s ease,stroke .25s ease,transform .15s ease;cursor:pointer}.hex:hover{stroke:#f8fafc;transform:scale(1.08)}text.abbr{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:600;fill:#ffffff;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.senate circle{stroke-width:.6px}.hex-tooltip{position:absolute;pointer-events:none;background-color:rgba(20,20,20,.92);color:#f8fafc;font-size:13px;line-height:1.4;padding:6px 10px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.35);opacity:0;transition:opacity .15s ease-in-out;z-index:10}.congress-map-title,.hex-tooltip{font-family:Inter,system-ui,sans-serif}.congress-map-title{font-weight:600;font-size:1.25rem;color:#e5e7eb;margin-bottom:.25rem}.congress-map-subtitle{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:var(--home-map-text-sub);margin-bottom:1rem}.congress-map-legend{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.75rem}.congress-map-legend-item{display:flex;align-items:center;font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:var(--home-map-legend-text)}.congress-map-legend-color{width:14px;height:14px;border-radius:3px;margin-right:6px}.voter-card{background:var(--home-voter-bg);border:1px solid var(--home-voter-border);border-radius:12px;padding:1.25rem 1.5rem;margin:1.5rem 0;display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:center}.voter-card__title{color:var(--home-voter-primary);font-weight:700;margin:0 0 .25rem}.voter-card__blurb{margin:0;color:#1f2a44}.voter-card__actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-self:end}@media (max-width:720px){.voter-card{grid-template-columns:1fr}.voter-card__actions{justify-self:start}}.election-wrap .btn--primary,.state-lookup .btn--primary,.voter-card .btn--primary{background:var(--home-voter-primary);color:#ffffff}.election-wrap .btn--primary:hover,.state-lookup .btn--primary:hover,.voter-card .btn--primary:hover{background:var(--home-voter-primary-dark)}.election-wrap .btn--ghost,.state-lookup .btn--ghost,.voter-card .btn--ghost{background:#ffffff;border-color:var(--home-voter-ghost-border);color:var(--home-voter-primary)}.election-wrap .btn--ghost:hover,.state-lookup .btn--ghost:hover,.voter-card .btn--ghost:hover{background:var(--home-voter-ghost-bg-hover)}.btn--disabled,.btn--disabled:hover{opacity:.6;pointer-events:none}.election-wrap{max-width:1100px;margin:0 auto;padding:1.25rem 1rem 2rem}.election-hero__title{font-size:clamp(1.75rem,2.2vw,2.25rem);margin:0 0 .4rem}.election-hero__subtitle{margin:0 0 1.25rem;color:var(--home-election-text)}.election-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0 1.5rem}@media (max-width:980px){.election-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.election-grid{grid-template-columns:1fr}}.election-card{background:#ffffff;border:1px solid var(--home-election-border);border-radius:12px;padding:1rem;display:grid;grid-gap:.6rem;gap:.6rem}.election-card__title{font-weight:700;margin:0}.election-card__body{margin:0;color:var(--home-election-text)}.election-card--compact{padding:.9rem}.state-lookup{border:1px solid var(--home-election-border);border-radius:12px;padding:1rem;margin-top:1.25rem;background:var(--home-election-bg-soft)}.state-lookup__title{margin:0 0 .75rem}.state-lookup__controls{display:grid;grid-gap:.4rem;gap:.4rem;margin-bottom:.75rem}.state-lookup__label{font-weight:600}.state-lookup__select{border:1px solid var(--home-voter-ghost-border);border-radius:8px;padding:.55rem .65rem;background:#ffffff}.state-lookup__cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:720px){.state-lookup__cards{grid-template-columns:1fr}}.embed-wrap{margin-top:1.5rem;border:1px solid var(--home-election-border);border-radius:12px;padding:1rem;background:#ffffff}.embed-wrap__title{margin:0 0 .5rem}.embed-wrap__frame{width:100%;min-height:900px;border:0;border-radius:8px;background:#f7f8fb}.embed-wrap__note{font-size:.9rem;color:#4a5476;margin-top:.5rem}.panel--activity{display:grid;grid-gap:clamp(14px,2.4vw,20px);gap:clamp(14px,2.4vw,20px)}.activity-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px}.activity-meta{margin-top:6px;font-size:.9rem}.activity-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.activity-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:999px;background:#f8fafc;border:1px solid #e5e7eb;font-size:.82rem}.activity-pill__label{text-transform:uppercase;letter-spacing:.04em;font-weight:600;color:#64748b}.activity-pill__value{font-weight:700;color:#0f172a}.activity-grid{margin-top:6px}.activity-empty{margin:4px 0 2px}@media (max-width:640px){.activity-header{flex-direction:column;align-items:flex-start}.activity-stats{justify-content:flex-start}}.features-intro__grid{display:grid;grid-template-columns:1fr;grid-gap:clamp(18px,3vw,28px);gap:clamp(18px,3vw,28px);align-items:center}@media (min-width:900px){.features-intro__grid{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr)}}.panel--intro{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.panel--intro .section__title{margin-bottom:.4rem}.panel--intro .section__sub{text-align:left}.panel--intro .soon{margin-top:.85rem}.panel--activity,.panel--intro{max-width:100%}.features-intro__art{display:flex;align-items:center;justify-content:center;padding:clamp(8px,2vw,16px)}.features-intro__img{display:block;width:clamp(160px,55%,260px);max-width:100%;height:auto}@media (min-width:900px){.features-intro__img{width:clamp(200px,70%,300px)}}.section--home-activity .panel--activity,.section--home-activity .section__header{max-width:1040px;margin-left:auto;margin-right:auto}.activity-list{font-size:.95rem;line-height:1.5}@media (max-width:640px){.activity-list{padding-left:1rem}.activity-list li{margin:6px 0}}