:root{--color-primary:#ee2b2b;--color-background:#f8f6f6;--color-surface:#ffffff;--color-text:#111111;--color-muted:#555555;--color-subtle:#bbbbbb;--color-border:#e5e5e5;--color-hairline:#f0eee9;--color-green:#22c55e;--color-gray:#d1d5db;--shadow-card:0 2px 12px -2px rgba(0,0,0,0.07);--radius-card:16px;--max-app-width:540px;--header-height:60px;--nav-height:48px;--pill-reserve:88px;--chrome-ease:cubic-bezier(0.33,0,0.2,1);--font-sans:var(--font-public-sans),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}@media (max-width:480px){:root{--pill-reserve:72px}}@media (max-width:370px){:root{--pill-reserve:61px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;font-family:var(--font-sans);background:var(--color-background);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}svg{display:block}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(248,246,246,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.07);transition:transform .28s var(--chrome-ease);will-change:transform}.chrome-hidden .site-header{transform:translateY(-100%)}.chrome-hidden .bottom-nav{transform:translateY(100%)}.chrome-hidden .filter-bar{transform:translateY(calc(-1 * var(--header-height)))}@media (prefers-reduced-motion:reduce){.bottom-nav,.filter-bar,.site-header{transition:none}}.site-header__inner{position:relative;display:flex;align-items:center;height:var(--header-height);padding:12px 16px;max-width:var(--max-app-width);margin:0 auto}.location-pill{display:inline-flex;align-items:center;gap:4px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:999px;padding:5px 7px 5px 8px;font-family:inherit;font-size:14px;font-weight:700;color:inherit;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.07);transition:transform .15s ease}.location-pill:active{transform:scale(.96)}.location-pill{max-width:calc(50% - var(--pill-reserve))}.location-pill__chevron,.location-pill__icon{flex-shrink:0}.location-pill__icon{font-size:18px;color:var(--color-primary)}.location-pill__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px}.location-pill__chevron{font-size:14px;color:var(--color-subtle)}.sheet-overlay{position:fixed;inset:0;z-index:80;background:rgba(0,0,0,.5);border:none;padding:0;cursor:pointer;animation:overlay-in .2s ease both}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:90;max-height:80vh;overflow-y:auto;max-width:var(--max-app-width);margin:0 auto;padding:10px 16px calc(20px + env(safe-area-inset-bottom, 0px));background:var(--color-surface);border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgba(0,0,0,.2);animation:sheet-in .28s cubic-bezier(.4,0,.2,1) both}@keyframes sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sheet,.sheet-overlay{animation:none}}.sheet__grabber{width:48px;height:5px;margin:0 auto 12px;border-radius:999px;background:#ddd}.sheet__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sheet__title{font-size:17px;font-weight:900}.sheet__close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:999px;background:var(--color-hairline);font-size:18px;color:#666;cursor:pointer}.sheet-list{list-style:none;display:flex;flex-direction:column;gap:2px}.sheet-option{display:flex;align-items:center;gap:14px;padding:11px 10px;border-radius:12px;transition:background .15s ease}.sheet-option:hover{background:var(--color-background)}.sheet-option:active,.sheet-option__icon{background:var(--color-hairline)}.sheet-option__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:999px;font-size:18px;color:#666}.sheet-option__text{display:flex;flex-direction:column;min-width:0}.sheet-option__name{font-size:14px;font-weight:700}.sheet-option__hint{font-size:12px;color:var(--color-subtle)}.sheet-option__check{margin-left:auto;font-size:20px;color:var(--color-primary);flex-shrink:0}.sheet__note{margin-top:10px;padding:10px 12px;border-radius:10px;background:var(--color-background);font-size:12px;color:var(--color-muted);text-align:center}.sheet-list__empty{padding:20px 10px;text-align:center;font-size:13px;color:var(--color-subtle)}.wordmark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:7px}.wordmark__mark{flex-shrink:0;width:auto;height:30px}.wordmark__text{flex-shrink:0;width:auto;height:17px}@media (max-width:480px){.wordmark{gap:5px}.wordmark__mark{height:24px}.wordmark__text{height:14px}}@media (max-width:370px){.wordmark{gap:4px}.wordmark__mark{height:21px}.wordmark__text{height:12px}}.app-shell{max-width:var(--max-app-width);margin:0 auto;padding:12px 16px calc(var(--nav-height) + 32px + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column;gap:12px}.filter-bar{position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:40;display:flex;gap:8px;overflow-x:auto;margin:-12px -16px 0;padding:10px 16px;background:rgba(248,246,246,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06);scrollbar-width:none;transition:transform .28s var(--chrome-ease);will-change:transform}.filter-bar::-webkit-scrollbar{display:none}.chip{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 14px;border-radius:999px;background:var(--color-surface);border:1.5px solid var(--color-border);font-size:13px;font-weight:600;color:#555;white-space:nowrap;transition:transform .18s ease,background .18s ease,color .18s ease}.chip:active{transform:scale(.94)}.chip--active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 6px 18px -4px rgba(238,43,43,.4)}.chip__icon{font-size:15px}.auth-page{gap:20px;padding-top:12px}.auth-page,.auth-page__header{display:flex;flex-direction:column}.auth-page__header{gap:6px}.auth-page__header h1{font-size:24px;font-weight:900;letter-spacing:-.02em}.auth-page__header p{font-size:14px;color:#555;line-height:1.55}.auth-form{gap:14px;background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:18px 16px}.auth-form,.field{display:flex;flex-direction:column}.field{gap:6px}.field__label{font-size:12px;font-weight:800;color:var(--color-muted)}.field__input{width:100%;padding:12px 14px;border:1.5px solid var(--color-border);border-radius:12px;background:var(--color-surface);font-family:inherit;font-size:15px;color:var(--color-text)}.field__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(238,43,43,.12)}.field__hint{font-size:12px;color:var(--color-subtle)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 18px;border:1.5px solid transparent;border-radius:999px;font-family:inherit;font-size:15px;font-weight:800;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.button:active{transform:scale(.98)}.button:disabled{opacity:.6;cursor:default}.button--primary{background:var(--color-primary);color:#fff;box-shadow:0 6px 20px -6px rgba(238,43,43,.5)}.button--ghost{background:var(--color-surface);border-color:var(--color-border);color:var(--color-muted)}.button__icon{font-size:18px}.form-message{padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;line-height:1.45}.form-message--error{background:#fee2e2;color:#991b1b}.form-message--info{background:#dcfce7;color:#166534}.auth-form__switch{text-align:center;font-size:13px;color:var(--color-muted)}.auth-form__switch a{font-weight:800;color:var(--color-primary)}.profile-intro{flex-direction:column;gap:8px;text-align:center;padding:12px 0}.profile-avatar,.profile-intro{display:flex;align-items:center}.profile-avatar{justify-content:center;width:72px;height:72px;border-radius:999px;background:#fff5f5;color:var(--color-primary);font-size:38px}.profile-avatar--muted{background:var(--color-hairline);color:var(--color-subtle)}.profile-intro h1{font-size:22px;font-weight:900}.profile-intro p{font-size:14px;color:#555;line-height:1.55;max-width:34ch}.profile-email{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--color-muted)}.profile-email__icon{font-size:16px;color:var(--color-subtle)}.profile-actions{display:flex;flex-direction:column;gap:10px}.auth-stack,.profile-logout{display:flex}.auth-stack{flex-direction:column;gap:14px}.field__forgot{align-self:flex-end;color:var(--color-primary)}.auth-divider,.field__forgot{font-size:12px;font-weight:700}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--color-subtle)}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--color-border)}.button--google{background:var(--color-surface);border-color:var(--color-border);color:#3c4043;box-shadow:var(--shadow-card)}.danger-zone{display:flex;flex-direction:column;gap:10px;margin-top:8px;padding:16px;border:1.5px solid #fecaca;border-radius:var(--radius-card);background:#fff5f5}.danger-zone__title{font-size:14px;font-weight:900;color:#991b1b}.danger-zone__text{font-size:13px;color:var(--color-muted);line-height:1.5}.danger-zone__form{display:flex;flex-direction:column;gap:10px}.button--danger{background:var(--color-primary);color:#fff}.button--ghost-danger{background:transparent;border-color:#fecaca;color:#991b1b}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(0,0,0,.07);padding-bottom:env(safe-area-inset-bottom,0);transition:transform .28s var(--chrome-ease);will-change:transform}.bottom-nav__inner{display:grid;grid-template-columns:repeat(2,1fr);height:var(--nav-height);max-width:var(--max-app-width);margin:0 auto}.bottom-nav__item{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;font:inherit;color:#262626;cursor:pointer;-webkit-tap-highlight-color:transparent}.bottom-nav__item--active{color:var(--color-primary)}.bottom-nav__icon{font-size:24px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.location-header{display:flex;flex-direction:column;gap:6px;padding:4px 2px 8px}.location-header__eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary)}.location-header h1{font-size:26px;font-weight:900;line-height:1.15;letter-spacing:-.02em}.location-header__lead{font-size:14px;color:#555;line-height:1.6}.location-header__count{font-size:12px;font-weight:700;color:var(--color-subtle)}.location-footer-link{align-self:center;margin-top:8px;padding:10px 20px;border:1.5px solid var(--color-border);border-radius:999px;background:var(--color-surface);font-size:13px;font-weight:700;color:var(--color-muted)}.feed-list{display:flex;flex-direction:column;gap:12px}.empty-state{text-align:center;padding:60px 20px}.feed-sentinel{height:1px}.feed-status{padding:18px 12px;text-align:center;font-size:13px;font-weight:600;color:var(--color-subtle)}.feed-status--error{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--color-muted)}.feed-retry{padding:8px 18px;border:1.5px solid var(--color-primary);border-radius:999px;background:var(--color-surface);font-family:inherit;font-size:13px;font-weight:700;color:var(--color-primary);cursor:pointer}.feed-retry:active{transform:scale(.96)}.empty-state__emoji{font-size:40px;margin-bottom:12px}.empty-state__title{font-weight:800;color:#666;margin-bottom:6px}.empty-state__hint{font-size:13px;color:var(--color-subtle)}.card{display:block;position:relative;background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.card:active{transform:scale(.985);box-shadow:0 1px 6px -1px rgba(0,0,0,.1)}.card__image{position:relative;aspect-ratio:16/9;background:#e5e5e5;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:cover}.card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.1) 50%,transparent)}.card__image-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:14px 16px;color:#fff;font-size:12px;font-weight:600;line-height:1.4}.card__image-caption strong{display:block;font-size:15px;font-weight:900;line-height:1.3;margin-bottom:2px}.card__body{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.card__date{font-size:11px;color:var(--color-subtle);margin-left:auto}.card__title{font-size:19px;font-weight:900;line-height:1.25;color:var(--color-text)}.card__teaser{font-size:13.5px;color:#555;line-height:1.55}.badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:900}.badge--bund,.badge--land,.badge--lokal{background:var(--color-hairline);color:#333}.badge--kind{background:#f5f5f5;color:#666;font-weight:600}.badge--passed{background:#dcfce7;color:#166534}.badge--rejected{background:#fee2e2;color:#991b1b}.badge--event,.badge--law{background:var(--color-hairline);color:#666}.key-points{list-style:none;display:flex;flex-direction:column;gap:5px}.key-points li{position:relative;padding-left:14px;font-size:13px;color:#555;line-height:1.5}.key-points li:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.vote{display:flex;flex-direction:column;gap:6px}.vote__bar{display:flex;height:12px;border-radius:999px;overflow:hidden;background:var(--color-hairline)}.vote__bar--lg{height:16px}.vote__bar-yes{background:var(--color-green)}.vote__bar-no{background:var(--color-primary)}.vote__bar-abstain{background:var(--color-gray)}.vote__legend{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:800}.vote__legend-yes{color:var(--color-green)}.vote__legend-no{color:var(--color-primary)}.vote__legend-abstain{margin-left:auto;font-size:12px;font-weight:600;color:var(--color-subtle)}.detail{display:flex;flex-direction:column;gap:14px}.back-link{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;font-size:13px;font-weight:700;color:#666}.back-link__icon{font-size:16px}.detail-head{border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.detail-head--red{background:var(--color-primary);color:#fff}.detail-head--red .badge{background:rgba(255,255,255,.2);color:#fff}.detail-head--red .detail-head__date{color:rgba(255,255,255,.65)}.detail-head--red .detail-head__location,.detail-head--red .detail-head__teaser{color:rgba(255,255,255,.85)}.detail-head--image{background:var(--color-surface)}.detail-head__image{position:relative;height:200px;background:#222}.detail-head__image img{width:100%;height:100%;object-fit:cover}.detail-head__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,transparent 60%)}.image-credit{padding:6px 18px 0;font-size:11px;color:var(--color-subtle);line-height:1.4}.image-credit a{text-decoration:underline;text-underline-offset:2px}.detail-head--red .image-credit{color:rgba(255,255,255,.7)}.detail-head__text{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px}.detail-head__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.detail-head__date{font-size:11px;color:var(--color-subtle);margin-left:auto}.detail-head__location{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary)}.detail-head__title{font-size:21px;font-weight:900;line-height:1.25}.detail-head__teaser{font-size:14px;color:#555;line-height:1.6}.detail-body{gap:20px}.detail-block,.detail-body{display:flex;flex-direction:column}.detail-block{gap:10px}.block-label{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--color-subtle)}.body-text{font-size:14.5px;color:#444;line-height:1.65}.vote-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.vote-tile{display:flex;flex-direction:column;align-items:center;padding:10px;border-radius:12px}.vote-tile strong{font-size:24px;font-weight:900;line-height:1.1}.vote-tile span{font-size:11px;font-weight:700;color:#666;margin-top:2px}.vote-tile--yes{background:#f0fdf4;border:1px solid #bbf7d0}.vote-tile--yes strong{color:var(--color-green)}.vote-tile--no{background:#fff5f5;border:1px solid #fecaca}.vote-tile--no strong{color:var(--color-primary)}.vote-tile--abstain{background:#f5f5f5;border:1px solid var(--color-border)}.vote-tile--abstain strong{color:#888}.highlight-card{background:var(--color-surface);border:1.5px solid var(--color-hairline);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px}.highlight-card__head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.highlight-card__icon{font-size:18px;color:var(--color-primary)}.highlight-card__text{font-size:14px;color:#444;line-height:1.55}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:8px}.bullet-list li{position:relative;padding-left:16px;font-size:14px;color:#444;line-height:1.5}.bullet-list li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.bullet-list--pro li:before{background:var(--color-green)}.bullet-list--contra li:before{background:var(--color-primary)}.accordion{background:var(--color-surface);border:1.5px solid var(--color-hairline);border-radius:14px;overflow:hidden}.accordion+.accordion{margin-top:8px}.accordion summary{display:flex;align-items:center;gap:10px;padding:14px;cursor:pointer;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-size:18px;flex-shrink:0}.accordion__icon--pro{background:#f0fdf4;color:var(--color-green)}.accordion__icon--contra{background:#fff5f5;color:var(--color-primary)}.accordion__label{font-size:14px;font-weight:800}.accordion__chevron{margin-left:auto;font-size:20px;color:var(--color-subtle);transition:transform .2s ease}.accordion[open] .accordion__chevron{transform:rotate(180deg)}.accordion .bullet-list{padding:10px 14px 14px;border-top:1px solid var(--color-hairline)}.context-box{background:var(--color-background);border:1px solid var(--color-hairline);border-radius:12px;padding:14px;font-size:14px;color:#555;line-height:1.65}.related{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border)}.related__title{font-size:17px;font-weight:900;letter-spacing:-.01em}.related__list{list-style:none;display:flex;flex-direction:column;gap:2px}.related__item{display:flex;gap:12px;padding:10px;border-radius:14px;transition:background .15s ease}.related__item:hover{background:var(--color-surface)}.related__item:active{background:var(--color-hairline)}.related__thumb{display:block;position:relative;width:66px;height:66px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#e5e5e5}.related__thumb img{width:100%;height:100%;object-fit:cover}.related__thumb--empty{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff5f5,#ffe9e9);color:var(--color-primary);font-size:26px}.related__paragraph{font-size:28px;font-weight:900;line-height:1}.related__body{display:flex;flex-direction:column;gap:5px;min-width:0}.related__meta{display:flex;align-items:center;gap:6px}.related__date{margin-left:auto;font-size:10px;color:var(--color-subtle)}.related__headline{font-size:14px;font-weight:800;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.source-card{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;background:var(--color-background);border:1px solid var(--color-hairline)}.source-card__icon{display:flex;padding:8px;border-radius:8px;background:var(--color-surface);box-shadow:0 1px 4px rgba(0,0,0,.07);color:var(--color-primary);font-size:18px}.source-card__name{flex:1 1;min-width:0;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-card__external{font-size:18px;color:var(--color-subtle);flex-shrink:0}.info-page{padding:20px 16px 32px;background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card)}.info-page h1{font-size:26px;font-weight:900;line-height:1.2;letter-spacing:-.02em;margin-bottom:14px}.info-page h2{font-size:16px;font-weight:800;line-height:1.3;margin:26px 0 8px}.info-page p{font-size:15px;line-height:1.65;color:var(--color-muted)}.info-page p+p{margin-top:10px}.info-page__lead{font-size:16px!important;color:var(--color-text)!important;padding-bottom:4px}.info-page__list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:10px}.info-page__list+p{margin-top:14px}.info-page__list li{position:relative;padding-left:18px;font-size:15px;line-height:1.6;color:var(--color-muted)}.info-page__list li:before{content:"";position:absolute;left:2px;top:9px;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.info-page strong{color:var(--color-text);font-weight:700}.info-page a{color:var(--color-primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.info-page__todo{display:inline-block;padding:1px 7px;border-radius:6px;background:#fff4c2;box-shadow:inset 0 0 0 1px #f0d97a;color:#7a5c00;font-size:13px;font-weight:600}.error-actions{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:20px}.error-actions .button{min-width:200px}.error-digest{margin-top:22px;font-size:12px;color:var(--color-subtle)}.vote__label{margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-subtle)}.sort-button{margin-left:auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;padding:0;border:none;border-radius:999px;background:transparent;font-size:20px;color:#666;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.sort-button:active{transform:scale(.92)}.sort-button--active{background:var(--color-surface);color:var(--color-primary);box-shadow:0 1px 4px rgba(0,0,0,.07)}.party-votes{margin-top:14px;border-top:1px solid var(--color-hairline)}.party-votes__summary{display:flex;align-items:center;gap:6px;padding:11px 2px 2px;font-size:13px;font-weight:600;color:var(--color-muted);cursor:pointer;list-style:none}.party-votes__summary::-webkit-details-marker{display:none}.party-votes__chevron{font-size:16px;color:var(--color-subtle);transition:transform .2s ease}.party-votes[open] .party-votes__chevron{transform:rotate(180deg)}.party-votes__empty{padding:4px 2px 10px;font-size:13px;line-height:1.55;color:var(--color-subtle)}.party-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding:10px 2px 4px}.party__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:5px}.party__name{font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.party__counts{display:flex;align-items:baseline;gap:4px;flex-shrink:0;font-size:12px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.party__yes{color:#15803d}.party__no{color:#b91c1c}.party__abstain,.party__sep{color:var(--color-subtle)}.party__sep{font-weight:400}.party__bar{display:flex;height:5px;border-radius:999px;overflow:hidden;background:var(--color-hairline)}.party__bar-yes{background:var(--color-green)}.party__bar-no{background:var(--color-primary)}.party__bar-abstain{background:var(--color-gray)}.party-list__key{padding-top:2px;font-size:11px;color:var(--color-subtle)}@font-face{font-family:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:Public Sans;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:Public Sans;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:Public Sans Fallback;src:local("Arial");ascent-override:90.59%;descent-override:21.46%;line-gap-override:0.00%;size-adjust:104.87%}.__className_af9ad8{font-family:Public Sans,Public Sans Fallback;font-style:normal}.__variable_af9ad8{--font-public-sans:"Public Sans","Public Sans Fallback"}