body,html{font-family:var(--font-sans);color:var(--ink)}.eyebrow,.hero__title,.section__title,h1,h2,h3{font-family:var(--font-serif);color:var(--ink)}.hero__sub,.section__sub,.text-dim,p{font-family:var(--font-sans);color:var(--ink-dim)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(2,6,23,.04)}.site-header__inner{height:64px;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(--ink)}.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:#334155;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:#F1F5F9;color:var(--ink)}.site-header__toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;align-items:center;justify-content:center;gap:3px}.site-header__toggle-bar{display:block;width:18px;height:2px;background:#0f172a;border-radius:2px}.site-header__nav--mobile{display:none;border-top:1px solid #e5e7eb;background:#fff;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:56px}.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 #e5e7eb;background:#fff}.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:#475569;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}}.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}.card{border:1px solid #e5e7eb;background:#fff;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 rgba(79,70,229,.4);outline-offset:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:12px;font-weight:700;font-size:14px;background:#fff;color:var(--ink);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)}.btn--secondary{background:#F8FAFC;border-color:#E5E7EB;color:#0F172A}.btn--ghost{background:transparent;color:var(--indigo)}.btn--danger{background:#B91C1C;color:#fff}.btn--danger:hover,.btn--primary:hover{filter:brightness(.95)}.btn--secondary:hover{background:#F1F5F9}.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 #d1d5db;background:#fff;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder{color:#94A3B8}.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%,#64748B 0),linear-gradient(135deg,#64748B 50%,transparent 0),linear-gradient(90deg,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:#64748B}.form-error,.form-hint{font-size:12px;margin-top:6px}.form-error{color:#B91C1C}.tabs__list{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid #e5e7eb;padding-bottom:6px;margin-bottom:12px}.tabs__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:#F8FAFC;color:#334155;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:#F1F5F9}.tabs__trigger.is-active{background:#fff;color:var(--ink);border-color:#E5E7EB;box-shadow:0 1px 0 #E5E7EB}.tabs__panel{display:none}.tabs__panel.is-active{display:block}a.unstyled{color:inherit;text-decoration:none}.grid-2{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.result__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;border:1px solid #e5e7eb;background:#fff;display:grid;place-items:center}.result__avatar img{width:100%;height:100%;object-fit:cover}.result__avatar--placeholder{font-size:28px;color:#94A3B8}:root{--z-hero:20;--z-dropdown:30}.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:98%;justify-content:center;text-align:center;max-width:960px;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.1;color:#0f172a;text-align:center;margin:0 0 clamp(8px,1.4vh,14px)}.hero__sub{margin:0;width:100%;font-family:var(--font-sans);color:#475569;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:#fff;padding:16px 0 28px;border-top:1px solid #eef2f7;overflow:visible}.hero__body .container>.stack-16,.hero__body .container>.stack-24{max-width:1040px;margin:0 auto}.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:#fff;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:#9AA3AF;font-weight:400}.lemur-searchbox .sb-input:focus{outline:none;border-color:#4F46E5;box-shadow:0 0 0 6px rgba(79,70,229,.08);background:#fff}.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:#fff;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:min(92vw,720px)}.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:#fff;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 rgba(2,6,23,.12);background:rgba(255,255,255,.75);-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);color:#0f172a;box-shadow:0 6px 18px rgba(2,8,23,.06);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease,transform .03s ease;text-decoration:none}.hero__actions .btn:hover{background:#fff;border-color:rgba(2,6,23,.18);box-shadow:0 10px 22px rgba(2,8,23,.1)}.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:#fff;border:1px solid #eaeaea;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:#e3e3e3}.feature__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#f3f6ff;color:#3b82f6;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:#505a67;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:#0f172a;font-size:clamp(1.25rem,1rem + 1.2vw,1.75rem);margin:0 0 6px}.section__sub{font-family:var(--font-sans);color:#475569;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:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px rgba(2,8,23,.06);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:0 12px 28px rgba(2,8,23,.08);border-color:#e2e8f0}.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:600;color:#2d2d2d;font-weight:400;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:#16a34a;font-weight:800}.congress-map-container{position:relative;background-color:#0d1117;border:1px solid #1f2937;border-radius:12px;padding:1.5rem;margin:1rem auto;max-width:900px;color:#f1f5f9;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:#94a3b8;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:#cbd5e1}.congress-map-legend-color{width:14px;height:14px;border-radius:3px;margin-right:6px}.voter-card{--voter-bg:#f4f8ff;--voter-border:#d6e0ff;--voter-primary:#1a3d91;background:var(--voter-bg);border:1px solid var(--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(--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}}.btn{display:inline-block;padding:.55rem .9rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid transparent;transition:transform .08s ease,background .15s ease,border-color .15s ease;cursor:pointer}.btn:active{transform:translateY(1px)}.btn--primary{background:#1a3d91;color:#fff}.btn--primary:hover{background:#122b68}.btn--ghost{background:#fff;border-color:#cfd7ea;color:#1a3d91}.btn--ghost:hover{background:#f7f9ff}.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:#2b3655}.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 #e6e9f2;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:#2b3655}.election-card--compact{padding:.9rem}.state-lookup{border:1px solid #e6e9f2;border-radius:12px;padding:1rem;margin-top:1.25rem;background:#fbfcff}.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 #cfd7ea;border-radius:8px;padding:.55rem .65rem;background:#fff}.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 #e6e9f2;border-radius:12px;padding:1rem;background:#fff}.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}}@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/f836c882b28f3120-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/604f63523dece634-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/301c2a5d0ba920b0-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/b2f48049c9c5c631-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/27a4dfb4809e75f0-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/fd9b8ea6976d80ff-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_e40923{font-family:Libre Baskerville,Libre Baskerville Fallback}.__variable_e40923{--font-serif:"Libre Baskerville","Libre Baskerville Fallback"}