.Billboard-module__afU3NG__card{gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-lg);flex-direction:column;display:flex}.Billboard-module__afU3NG__card[data-tone=brand]{background-image:linear-gradient(in oklab 135deg, var(--action-primary-default) 0%, var(--celebration-purple) 100%)}.Billboard-module__afU3NG__card[data-tone=neutral]{--billboard-neutral-stop-a:color-mix(in srgb, var(--surface-card) 75%, var(--surface-paper));--billboard-neutral-stop-b:color-mix(in srgb, var(--surface-card) 65%, var(--border-default));background-image:linear-gradient(in oklab 135deg, var(--billboard-neutral-stop-a) 0%, var(--billboard-neutral-stop-b) 100%)}.Billboard-module__afU3NG__eyebrow{display:flex}.Billboard-module__afU3NG__text{gap:var(--space-xs);flex-direction:column;display:flex}.Billboard-module__afU3NG__title{font-family:var(--font-family-base);font-size:var(--font-size-h5);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-h5);letter-spacing:-1px}.Billboard-module__afU3NG__description{font-family:var(--font-family-base);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px}.Billboard-module__afU3NG__card[data-tone=brand] .Billboard-module__afU3NG__title{color:var(--text-inverse)}.Billboard-module__afU3NG__card[data-tone=brand] .Billboard-module__afU3NG__description{color:color-mix(in srgb, var(--text-inverse) 80%, transparent)}.Billboard-module__afU3NG__card[data-tone=neutral] .Billboard-module__afU3NG__title{color:var(--text-primary)}.Billboard-module__afU3NG__card[data-tone=neutral] .Billboard-module__afU3NG__description{color:var(--text-secondary)}.Billboard-module__afU3NG__action{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;margin-top:var(--space-xs);padding:var(--space-md);border-radius:var(--radius-md);font-family:var(--font-family-base);font-size:var(--font-size-label);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-label);text-align:left;cursor:pointer;border:none;text-decoration:none;display:flex}.Billboard-module__afU3NG__card[data-tone=brand] .Billboard-module__afU3NG__action{background-color:color-mix(in srgb, var(--surface-card) 20%, transparent);color:var(--text-inverse)}.Billboard-module__afU3NG__card[data-tone=neutral] .Billboard-module__afU3NG__action{background-color:color-mix(in srgb, var(--surface-card) 80%, transparent);color:var(--text-primary)}.Billboard-module__afU3NG__actionLabel{min-width:0}.Billboard-module__afU3NG__actionIcon{flex-shrink:0;width:24px;height:24px}.Billboard-module__afU3NG__action:has([aria-busy=true]){pointer-events:none}.Billboard-module__afU3NG__card[data-whole-card]{cursor:pointer;position:relative}.Billboard-module__afU3NG__card[data-whole-card] .Billboard-module__afU3NG__action:after{content:"";z-index:1;position:absolute;inset:0}.Billboard-module__afU3NG__card[data-whole-card] :is(a,button,[role=button],input,select,textarea):not(.Billboard-module__afU3NG__action):not(.maplibregl-marker){z-index:2;position:relative}@media (hover:hover){.Billboard-module__afU3NG__card[data-whole-card][data-tone=brand]:hover .Billboard-module__afU3NG__action{background-color:color-mix(in srgb, var(--surface-card) 30%, transparent)}.Billboard-module__afU3NG__card[data-whole-card][data-tone=neutral]:hover .Billboard-module__afU3NG__action{background-color:var(--surface-card)}}.Billboard-module__afU3NG__actionDots{justify-content:center;align-items:center;gap:var(--space-xxs);flex-shrink:0;width:24px;height:24px;display:flex}.Billboard-module__afU3NG__actionDot{border-radius:var(--radius-full);background-color:currentColor;width:4px;height:4px;animation:1.2s ease-in-out infinite Billboard-module__afU3NG__billboardActionDot}.Billboard-module__afU3NG__actionDot:nth-child(2){animation-delay:.15s}.Billboard-module__afU3NG__actionDot:nth-child(3){animation-delay:.3s}@keyframes Billboard-module__afU3NG__billboardActionDot{0%,to{opacity:.3}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.Billboard-module__afU3NG__actionDot{opacity:.6;animation:none}}
.FeedCard-module__iankxW__card{--feed-card-avatar-size:40px;--feed-card-lane:calc(var(--feed-card-avatar-size) + var(--space-sm));--feed-card-inset:var(--feed-gutter,var(--space-md));background-color:var(--surface-card);font-family:var(--font-family-base);border-bottom:1px solid var(--border-divider);flex-direction:column;display:flex;overflow:clip}.FeedCard-module__iankxW__body{gap:var(--space-md);padding:var(--space-md) var(--feed-card-inset);padding-left:calc(var(--feed-card-inset) + var(--feed-card-lane));flex-direction:column;display:flex}.FeedCard-module__iankxW__header{align-items:center;gap:var(--space-sm);margin-left:calc(-1 * var(--feed-card-lane));display:flex}.FeedCard-module__iankxW__avatar{width:var(--feed-card-avatar-size);height:var(--feed-card-avatar-size);border-radius:var(--radius-full);background-color:var(--surface-paper);font-size:var(--font-size-caption);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-caption);color:var(--text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FeedCard-module__iankxW__headerText{overflow-wrap:break-word;min-width:0;font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary);flex-grow:1}.FeedCard-module__iankxW__headerText a,.FeedCard-module__iankxW__headerText button{font-size:inherit}.FeedCard-module__iankxW__actor{font-size:var(--font-size-label);font-weight:var(--font-weight-strong);letter-spacing:-.5px;color:var(--text-primary)}.FeedCard-module__iankxW__target{font-weight:var(--font-weight-strong);letter-spacing:-.3px;color:var(--text-primary)}.FeedCard-module__iankxW__text{font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body);letter-spacing:-.3px;color:var(--text-primary);align-self:stretch}.FeedCard-module__iankxW__image{border-radius:var(--radius-md);background-color:var(--surface-paper);width:100%;height:160px}.FeedCard-module__iankxW__recommendation{align-items:center;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border-default);border-radius:var(--radius-lg);background-color:var(--surface-background);display:flex}.FeedCard-module__iankxW__recommendationAvatar{border-radius:var(--radius-full);background-color:var(--surface-paper);width:48px;height:48px;font-size:var(--font-size-body-sm);font-weight:var(--font-weight-medium);color:var(--text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FeedCard-module__iankxW__recommendationText{flex-direction:column;flex-grow:1;min-width:0;display:flex}.FeedCard-module__iankxW__recommendationName{font-size:var(--font-size-body);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px;color:var(--text-primary)}.FeedCard-module__iankxW__recommendationDetail{text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary);overflow:hidden}.FeedCard-module__iankxW__recommendationChevron{width:20px;height:20px;color:var(--text-secondary);flex-shrink:0}
.FeedCardReactions-module__NmoiQG__reactions{align-items:center;gap:var(--space-xxs);color:var(--text-muted);display:flex}.FeedCardReactions-module__NmoiQG__reactionGlyph{flex-shrink:0;font-size:20px;line-height:1}.FeedCardReactions-module__NmoiQG__reactionCount{font-size:var(--font-size-label);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px;color:var(--text-muted)}
.Meta-module__biic3G__root{align-items:center;gap:var(--space-xxs);color:var(--action-primary-default);display:inline-flex}.Meta-module__biic3G__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Meta-module__biic3G__icon>:where(svg){width:100%;height:100%}.Meta-module__biic3G__label{font-size:var(--font-size-label);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px}
.GroupCard-module__T0yW0q__card{background-color:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.GroupCard-module__T0yW0q__media{background-color:var(--surface-selected);flex-shrink:0;height:160px}.GroupCard-module__T0yW0q__media[data-short]{height:120px}.GroupCard-module__T0yW0q__mediaImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.GroupCard-module__T0yW0q__content{gap:var(--space-md);padding:var(--space-lg);flex-direction:column;display:flex}.GroupCard-module__T0yW0q__titleBlock{align-items:flex-start;gap:var(--space-xxs);flex-direction:column;display:flex}.GroupCard-module__T0yW0q__titleH5{font-family:var(--font-family-base);font-size:var(--font-size-h5);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-h5);letter-spacing:-.5px;color:var(--text-primary);margin:0}.GroupCard-module__T0yW0q__titleH4{font-family:var(--font-family-base);font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-h4);letter-spacing:-1px;color:var(--text-primary);margin:0}.GroupCard-module__T0yW0q__titleStrong{font-family:var(--font-family-base);font-size:var(--font-size-body);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px;color:var(--text-primary);margin:0}.GroupCard-module__T0yW0q__description{font-family:var(--font-family-base);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary)}.GroupCard-module__T0yW0q__ledBy{align-items:center;gap:var(--space-xs);display:flex}.GroupCard-module__T0yW0q__ledByLabel{font-family:var(--font-family-base);font-size:var(--font-size-caption);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary)}.GroupCard-module__T0yW0q__statsRow{gap:var(--space-md);display:flex}.GroupCard-module__T0yW0q__divider{padding-inline:var(--space-lg);display:flex}.GroupCard-module__T0yW0q__dividerLine{background-color:var(--border-divider);width:100%;height:1px}.GroupCard-module__T0yW0q__footer{padding-block:var(--space-md);padding-inline:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.GroupCard-module__T0yW0q__footerLeader{padding-top:var(--space-md);padding-bottom:var(--space-lg);padding-inline:var(--space-lg);display:flex}.GroupCard-module__T0yW0q__footerRecs{padding:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.GroupCard-module__T0yW0q__pill{height:30px;padding-block:var(--space-xs);padding-inline:var(--space-lg);border-radius:var(--radius-full);background-color:var(--action-primary-default);font-family:var(--font-family-base);font-size:var(--font-size-caption);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-caption);color:var(--text-inverse);cursor:pointer;border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.GroupCard-module__T0yW0q__pill:hover{background-color:var(--action-primary-hover)}.GroupCard-module__T0yW0q__iconButton{border-radius:var(--radius-full);width:46px;height:46px;color:var(--action-primary-default);cursor:pointer;background-color:#0000;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.GroupCard-module__T0yW0q__iconButton:hover{background-color:var(--action-neutral-hover)}.GroupCard-module__T0yW0q__iconButtonIcon{flex-shrink:0;width:24px;height:24px}.GroupCard-module__T0yW0q__sectionLabel{padding-inline:var(--space-lg);font-family:var(--font-family-base);font-size:var(--font-size-body);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-label);color:var(--text-primary)}.GroupCard-module__T0yW0q__recsRow{gap:var(--space-sm);padding-top:var(--space-sm);padding-bottom:var(--space-lg);padding-left:var(--space-lg);display:flex;overflow-x:auto}.GroupCard-module__T0yW0q__recCard{gap:var(--space-sm);width:240px;padding:var(--space-md);background-color:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;flex-shrink:0;display:flex}.GroupCard-module__T0yW0q__recText{flex-direction:column;align-items:flex-start;display:flex}.GroupCard-module__T0yW0q__recName{font-family:var(--font-family-base);font-size:var(--font-size-body);font-weight:var(--font-weight-strong);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px;color:var(--text-primary)}.GroupCard-module__T0yW0q__recMeta{font-family:var(--font-family-base);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary)}.GroupCard-module__T0yW0q__compactRow{align-items:center;gap:var(--space-md);padding:var(--space-lg);display:flex}.GroupCard-module__T0yW0q__compactText{flex-direction:column;flex:1;min-width:0;display:flex}.GroupCard-module__T0yW0q__compactLine{font-family:var(--font-family-base);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px;color:var(--text-secondary)}
.List-module__fttrNq__root{gap:var(--space-md);flex-direction:column;display:flex}.List-module__fttrNq__header{gap:var(--space-xxs);padding-inline:var(--space-lg);flex-direction:column;display:flex}.List-module__fttrNq__headerRow{align-items:center;gap:var(--space-md);display:flex}.List-module__fttrNq__title{min-width:0;color:var(--text-primary);font-size:var(--font-size-h3);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-h3);letter-spacing:-1px;flex:1;margin:0}.List-module__fttrNq__headerLink{flex-shrink:0;margin-left:auto}.List-module__fttrNq__description{color:var(--text-secondary);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px}.List-module__fttrNq__rows{flex-direction:column;display:flex}.List-module__fttrNq__footer{padding-inline:var(--space-lg);justify-content:center;display:flex}
.ElectionBallotList-module__nNONcW__count{color:var(--text-secondary);font-size:var(--font-size-body-sm);font-weight:var(--font-weight-regular);line-height:var(--font-line-height-body-sm);letter-spacing:-.3px}
.NavItem-module__HxcFLa__root{align-items:center;gap:var(--space-xxs);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);min-height:40px;color:var(--text-secondary);display:flex}.NavItem-module__HxcFLa__root[data-mobile]{padding:var(--space-xs) var(--space-lg);border-radius:var(--radius-full);flex-direction:column;justify-content:center;min-height:0}.NavItem-module__HxcFLa__root[data-selected]{background:var(--action-primary-subtle);color:var(--action-primary-default)}.NavItem-module__HxcFLa__icon{flex-shrink:0;width:24px;height:24px;display:flex}.NavItem-module__HxcFLa__label{font-size:var(--font-size-label);font-weight:var(--font-weight-medium);line-height:var(--font-line-height-label);letter-spacing:0}.NavItem-module__HxcFLa__root[data-mobile] .NavItem-module__HxcFLa__label{font-size:var(--font-size-caption);line-height:var(--font-line-height-caption);text-align:center;white-space:nowrap}
.NavigationDesktop-module__77GYCW__root{align-items:center;gap:var(--space-xl);padding:var(--space-lg) var(--space-xxs) var(--space-sm);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.NavigationDesktop-module__77GYCW__logo{display:flex}.NavigationDesktop-module__77GYCW__items{align-self:stretch;gap:var(--space-xxs);flex-direction:column;display:flex}
.NavigationMobile-module___R1i4a__root{padding:var(--space-xxs);background:var(--surface-card);border:1px solid var(--border-default);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);align-items:center;display:flex}.NavigationMobile-module___R1i4a__root>*{flex:1 1 0;min-width:0}
.PageToggle-module__whHfaG__root{align-items:start;gap:var(--space-lg);display:flex}.PageToggle-module__whHfaG__item{gap:var(--space-xxs);font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;padding:0;display:flex}.PageToggle-module__whHfaG__labelRow{align-items:center;gap:var(--space-xxs);display:flex}.PageToggle-module__whHfaG__glyph{width:20px;height:20px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.PageToggle-module__whHfaG__glyph>:where(svg){width:100%;height:100%}.PageToggle-module__whHfaG__label{font-size:var(--font-size-body);line-height:var(--font-line-height-body-bold);letter-spacing:-.5px;color:var(--text-secondary);display:inline-grid}.PageToggle-module__whHfaG__labelText,.PageToggle-module__whHfaG__labelGhost{grid-area:1/1}.PageToggle-module__whHfaG__labelText{font-weight:var(--font-weight-regular)}.PageToggle-module__whHfaG__labelGhost{font-weight:var(--font-weight-strong);visibility:hidden}.PageToggle-module__whHfaG__underline{border-radius:var(--radius-full);background-color:#0000;width:100%;height:2px}.PageToggle-module__whHfaG__item[data-active] .PageToggle-module__whHfaG__glyph,.PageToggle-module__whHfaG__item[data-active] .PageToggle-module__whHfaG__label{color:var(--text-primary)}.PageToggle-module__whHfaG__item[data-active] .PageToggle-module__whHfaG__labelText{font-weight:var(--font-weight-strong)}.PageToggle-module__whHfaG__item[data-active] .PageToggle-module__whHfaG__underline{background-color:var(--action-primary-default)}
.Tag-module__rNYitW__root{--tag-height:32px;--tag-ring-width:1px;--tag-gap-width:0px;--tag-chamfer:7px;--tag-chamfer-inner:6px;--tag-ring:var(--border-strong);--tag-color:var(--text-secondary);isolation:isolate;box-sizing:border-box;height:var(--tag-height);max-width:min(200px,100%);padding:calc(var(--tag-ring-width) + var(--tag-gap-width));font:inherit;color:inherit;background:0 0;border:0;margin:0;display:inline-flex;position:relative}.Tag-module__rNYitW__root[data-selected]{--tag-height:34px;--tag-ring-width:2px;--tag-gap-width:1px;--tag-chamfer:8px;--tag-ring:var(--text-primary);--tag-color:var(--text-inverse)}.Tag-module__rNYitW__root:is(button){cursor:pointer}.Tag-module__rNYitW__root:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.Tag-module__rNYitW__root:before,.Tag-module__rNYitW__root:after,.Tag-module__rNYitW__root[data-selected] .Tag-module__rNYitW__body:before{content:"";clip-path:polygon(var(--tag-corner) 0, calc(100% - var(--tag-corner)) 0, 100% var(--tag-corner), 100% calc(100% - var(--tag-corner)), calc(100% - var(--tag-corner)) 100%, var(--tag-corner) 100%, 0 calc(100% - var(--tag-corner)), 0 var(--tag-corner));position:absolute}.Tag-module__rNYitW__root:before{--tag-corner:var(--tag-chamfer);background-color:var(--tag-ring);inset:0}.Tag-module__rNYitW__root:after{--tag-corner:var(--tag-chamfer-inner);inset:var(--tag-ring-width);background-color:var(--surface-background)}.Tag-module__rNYitW__root[data-selected] .Tag-module__rNYitW__body:before{--tag-corner:var(--tag-chamfer-inner);z-index:-1;background-color:var(--text-primary);inset:0}.Tag-module__rNYitW__body{z-index:1;align-items:center;gap:var(--space-xs);min-width:0;height:100%;padding-inline:var(--space-sm);color:var(--tag-color);font-size:var(--font-size-caption);font-weight:var(--font-weight-semibold);line-height:var(--font-line-height-caption);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;display:inline-flex;position:relative}.Tag-module__rNYitW__label{text-overflow:ellipsis;min-width:0;overflow:hidden}.Tag-module__rNYitW__divider{border-left:1px dashed color-mix(in srgb, var(--text-inverse) 32%, transparent);flex-shrink:0;height:20px}.Tag-module__rNYitW__remove{padding-inline:var(--space-xs);margin-inline:calc(var(--space-xs) * -1);color:color-mix(in srgb, var(--text-inverse) 85%, transparent);font:inherit;font-weight:var(--font-weight-medium);letter-spacing:0;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;display:inline-flex}.Tag-module__rNYitW__remove:focus-visible{outline:2px solid var(--text-inverse);outline-offset:0}.Tag-module__rNYitW__root[data-selected][data-outlined]{--tag-height:32px;--tag-ring-width:1px;--tag-gap-width:0px;--tag-chamfer:7px;--tag-ring:var(--border-strong);--tag-color:var(--text-primary)}.Tag-module__rNYitW__root[data-selected][data-outlined] .Tag-module__rNYitW__body:before{content:none}.Tag-module__rNYitW__root[data-selected][data-outlined] .Tag-module__rNYitW__divider{border-left-color:var(--text-muted)}.Tag-module__rNYitW__root[data-selected][data-outlined] .Tag-module__rNYitW__remove{color:var(--text-secondary)}.Tag-module__rNYitW__root[data-selected][data-outlined] .Tag-module__rNYitW__remove:focus-visible{outline-color:var(--border-focus)}
.BallotPartyNav-module__b86oza__nav{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-xxl);display:flex}.BallotPartyNav-module__b86oza__wordmark{color:var(--text-primary);flex-shrink:0;display:flex}.BallotPartyNav-module__b86oza__referrer{align-items:center;gap:var(--space-md);padding:var(--space-xs) var(--space-lg) var(--space-xs) var(--space-xs);border:1px solid var(--border-default);border-radius:14px;text-decoration:none;transition:background-color .2s cubic-bezier(.32,.72,0,1),border-color .2s cubic-bezier(.32,.72,0,1);display:flex}.BallotPartyNav-module__b86oza__referrer:hover{background:var(--action-primary-subtle);border-color:var(--action-secondary-default)}.BallotPartyNav-module__b86oza__referrer:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.BallotPartyNav-module__b86oza__frame{background:var(--surface-paper);flex-shrink:0;justify-content:center;align-items:center;height:36px;display:flex;overflow:hidden}.BallotPartyNav-module__b86oza__frame[data-kind=group]{border-radius:6px;width:108px}.BallotPartyNav-module__b86oza__frame[data-kind=person]{border-radius:var(--radius-full);width:36px}.BallotPartyNav-module__b86oza__referrerImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.BallotPartyNav-module__b86oza__referrerLabel{font-size:var(--font-size-body);line-height:var(--font-line-height-body);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.BallotPartyNav-module__b86oza__login{font-size:var(--font-size-body-sm);font-weight:var(--font-weight-semibold);color:var(--action-primary-default);flex-shrink:0;text-decoration:none}.BallotPartyNav-module__b86oza__login:hover{color:var(--action-primary-hover);text-decoration:underline}@media (max-width:62em){.BallotPartyNav-module__b86oza__nav{gap:var(--space-sm);padding:var(--space-md) var(--space-lg);flex-wrap:wrap}.BallotPartyNav-module__b86oza__referrer{width:100%;padding:var(--space-xxs) var(--space-md) var(--space-xxs) var(--space-xxs);order:3}.BallotPartyNav-module__b86oza__frame{height:28px}.BallotPartyNav-module__b86oza__frame[data-kind=group]{width:84px}.BallotPartyNav-module__b86oza__frame[data-kind=person]{width:28px}.BallotPartyNav-module__b86oza__referrerLabel{font-size:var(--font-size-body-sm);line-height:var(--font-line-height-body-sm)}}
.BallotPartyMiniThread-module__7cqVbG__card{gap:var(--space-xxs);width:236px;padding:var(--space-xs) var(--space-sm);background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;display:flex;transform:rotate(-4deg)}.BallotPartyMiniThread-module__7cqVbG__bubble{padding:var(--space-xxs) var(--space-xs);font-size:var(--font-size-caption);line-height:var(--font-line-height-body-sm);white-space:nowrap}.BallotPartyMiniThread-module__7cqVbG__bubbleIn{background:var(--surface-paper);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm);color:var(--text-primary);align-self:flex-start}.BallotPartyMiniThread-module__7cqVbG__bubbleOut{background:var(--purple-550);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);color:var(--text-inverse);align-self:flex-end;position:relative}.BallotPartyMiniThread-module__7cqVbG__reaction{background:var(--surface-card);border-radius:var(--radius-full);width:24px;height:24px;box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:flex;position:absolute;top:-12px;left:-12px}.BallotPartyMiniThread-module__7cqVbG__reactionIcon{fill:var(--reaction-like)}
.BallotPartyPromoStrip-module__4p33oG__scope{width:100%}.BallotPartyPromoStrip-module__4p33oG__root{align-items:center;gap:var(--space-xl);width:100%;padding:var(--space-md) var(--space-xl);background-color:var(--tint-primary);color:inherit;display:flex;position:relative;overflow:clip}.BallotPartyPromoStrip-module__4p33oG__link{cursor:pointer}.BallotPartyPromoStrip-module__4p33oG__link:hover .BallotPartyPromoStrip-module__4p33oG__cta{background-color:var(--action-primary-hover)}.BallotPartyPromoStrip-module__4p33oG__link:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}.BallotPartyPromoStrip-module__4p33oG__headline{align-items:baseline;gap:var(--space-xs);flex-shrink:0;display:flex}.BallotPartyPromoStrip-module__4p33oG__lead,.BallotPartyPromoStrip-module__4p33oG__payoff{font-size:var(--font-size-h4);line-height:var(--font-line-height-h4);font-weight:var(--font-weight-semibold);letter-spacing:-.01em;white-space:nowrap}.BallotPartyPromoStrip-module__4p33oG__lead{color:var(--text-primary)}.BallotPartyPromoStrip-module__4p33oG__payoff{color:var(--action-primary-default)}.BallotPartyPromoStrip-module__4p33oG__cta{flex-shrink:0;max-width:420px}.BallotPartyPromoStrip-module__4p33oG__ctaCircle{background-color:var(--action-primary-default);border-radius:var(--radius-full);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.BallotPartyPromoStrip-module__4p33oG__stage{justify-content:space-evenly;align-items:center;gap:var(--space-lg);flex:1 1 0;min-width:0;height:88px;display:flex;position:relative;overflow:clip visible;container-type:inline-size}.BallotPartyPromoStrip-module__4p33oG__orb{border-radius:var(--radius-full);background:var(--purple-150);border:1px solid var(--purple-250);opacity:.55;position:absolute}.BallotPartyPromoStrip-module__4p33oG__glint{border-radius:var(--radius-full);background:var(--gray-0);opacity:.8;width:34px;height:16px;position:absolute;top:20px;left:26px;transform:rotate(-32deg)}.BallotPartyPromoStrip-module__4p33oG__orbLarge{width:128px;height:128px;top:-36px;left:300px}.BallotPartyPromoStrip-module__4p33oG__orbSmall{width:72px;height:72px;bottom:-24px;right:40px}.BallotPartyPromoStrip-module__4p33oG__orbSmall .BallotPartyPromoStrip-module__4p33oG__glint{width:18px;height:9px;top:12px;left:14px}.BallotPartyPromoStrip-module__4p33oG__dot{border-radius:var(--radius-full);position:absolute}.BallotPartyPromoStrip-module__4p33oG__dotPurpleSmall{background:var(--purple-250);width:6px;height:6px;top:4px;left:12px}.BallotPartyPromoStrip-module__4p33oG__dotYellow{background:var(--yellow-150);width:10px;height:10px;top:8px;left:440px}.BallotPartyPromoStrip-module__4p33oG__dotPurple{background:var(--purple-250);width:8px;height:8px;top:60px;left:450px}.BallotPartyPromoStrip-module__4p33oG__dotGreen{background:var(--green-350);width:9px;height:9px;top:10px;left:730px}.BallotPartyPromoStrip-module__4p33oG__dotYellowSmall{background:var(--yellow-150);width:8px;height:8px;top:4px;right:120px}.BallotPartyPromoStrip-module__4p33oG__diamond{background:var(--yellow-150);border-radius:var(--radius-sm);width:14px;height:14px;position:absolute;top:20px;left:1000px;transform:rotate(45deg)}.BallotPartyPromoStrip-module__4p33oG__thread{flex-shrink:0}.BallotPartyPromoStrip-module__4p33oG__fund{flex-shrink:0;transform:rotate(6deg)translateY(-22px)}.BallotPartyPromoStrip-module__4p33oG__guests{flex-shrink:0;transform:rotate(-5deg)translateY(26px)}@container (max-width:780px){.BallotPartyPromoStrip-module__4p33oG__thread{display:none}.BallotPartyPromoStrip-module__4p33oG__orbLarge{left:40px}}@container (max-width:520px){.BallotPartyPromoStrip-module__4p33oG__fund{display:none}}@media (max-width:992px){.BallotPartyPromoStrip-module__4p33oG__root{gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.BallotPartyPromoStrip-module__4p33oG__headline{flex-direction:column;flex:1 1 0;align-items:flex-start;gap:0;min-width:0}.BallotPartyPromoStrip-module__4p33oG__lead,.BallotPartyPromoStrip-module__4p33oG__payoff{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5);white-space:normal}.BallotPartyPromoStrip-module__4p33oG__stage{display:none}.BallotPartyPromoStrip-module__4p33oG__root[data-stacked]{flex-wrap:wrap}.BallotPartyPromoStrip-module__4p33oG__root[data-stacked] .BallotPartyPromoStrip-module__4p33oG__cta{flex-basis:100%;max-width:100%}}
.BallotPartyLanding-module__JFQr9a__page{background:var(--surface-background);flex-direction:column;display:flex}.BallotPartyLanding-module__JFQr9a__heroFallback{min-height:580px}.BallotPartyLanding-module__JFQr9a__section{padding:96px var(--space-xxl);flex-direction:column;gap:48px;display:flex}.BallotPartyLanding-module__JFQr9a__sectionHeading{max-width:900px;font-size:var(--font-size-h1);line-height:var(--font-line-height-h1);font-weight:var(--font-weight-semibold);letter-spacing:-.02em;color:var(--text-primary);margin:0}.BallotPartyLanding-module__JFQr9a__sectionHeadingAccent{color:var(--purple-550)}.BallotPartyLanding-module__JFQr9a__steps{gap:var(--space-xxl);display:flex}.BallotPartyLanding-module__JFQr9a__step{gap:var(--space-sm);flex-direction:column;flex:1;min-width:0;display:flex}.BallotPartyLanding-module__JFQr9a__stepText{gap:var(--space-xxs);flex-direction:column;min-width:0;display:flex}.BallotPartyLanding-module__JFQr9a__stepNumber{border-radius:var(--radius-md);width:40px;height:40px;font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.BallotPartyLanding-module__JFQr9a__stepNumber[data-tone=purple]{background:var(--purple-150);color:var(--purple-750)}.BallotPartyLanding-module__JFQr9a__stepNumber[data-tone=green]{background:var(--green-150);color:var(--green-750)}.BallotPartyLanding-module__JFQr9a__stepNumber[data-tone=yellow]{background:var(--yellow-150);color:var(--yellow-750)}.BallotPartyLanding-module__JFQr9a__stepTitle{font-size:var(--font-size-h4);line-height:var(--font-line-height-h4);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.BallotPartyLanding-module__JFQr9a__stepBody{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5);color:var(--text-secondary)}.BallotPartyLanding-module__JFQr9a__fundingPanel{align-items:flex-start;gap:var(--space-xxl);background:var(--surface-highlight);border-radius:var(--radius-xl);padding:48px;display:flex;position:relative}.BallotPartyLanding-module__JFQr9a__pizzaChip{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:var(--surface-card);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);display:flex;position:absolute;top:-16px;right:44px;transform:rotate(4deg)}.BallotPartyLanding-module__JFQr9a__pizzaIcon{fill:var(--yellow-750);flex-shrink:0}.BallotPartyLanding-module__JFQr9a__pizzaLabel{font-size:var(--font-size-label);line-height:var(--font-line-height-label);font-weight:var(--font-weight-semibold);color:var(--text-primary);flex-shrink:0}.BallotPartyLanding-module__JFQr9a__fundingHeading{flex-shrink:0;width:360px}.BallotPartyLanding-module__JFQr9a__fundingAmount{font-size:72px;line-height:78px;font-weight:var(--font-weight-semibold);letter-spacing:-.03em;color:var(--action-primary-default)}.BallotPartyLanding-module__JFQr9a__fundingCaption{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5);color:var(--text-primary)}.BallotPartyLanding-module__JFQr9a__fundingFacts{flex:1;min-width:0}.BallotPartyLanding-module__JFQr9a__factIcon{fill:var(--text-link);flex-shrink:0;margin-top:2px}.BallotPartyLanding-module__JFQr9a__factText{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5);color:var(--text-primary)}.BallotPartyLanding-module__JFQr9a__guardrails{font-size:var(--font-size-h4);line-height:var(--font-line-height-h4);font-weight:var(--font-weight-medium);letter-spacing:-.01em;color:var(--text-secondary);text-wrap:pretty}@media (max-width:62em){.BallotPartyLanding-module__JFQr9a__section{gap:var(--space-xl);padding:48px var(--space-xl)}.BallotPartyLanding-module__JFQr9a__sectionHeading{font-size:var(--font-size-h2);line-height:var(--font-line-height-h2)}.BallotPartyLanding-module__JFQr9a__steps{gap:var(--space-lg);flex-direction:column}.BallotPartyLanding-module__JFQr9a__step{align-items:flex-start;gap:var(--space-md);flex-direction:row}.BallotPartyLanding-module__JFQr9a__stepNumber{width:36px;height:36px}.BallotPartyLanding-module__JFQr9a__stepTitle{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5)}.BallotPartyLanding-module__JFQr9a__stepBody,.BallotPartyLanding-module__JFQr9a__fundingCaption,.BallotPartyLanding-module__JFQr9a__factText{font-size:var(--font-size-body);line-height:var(--font-line-height-body)}.BallotPartyLanding-module__JFQr9a__fundingPanel{gap:var(--space-lg);padding:var(--space-lg);flex-direction:column}.BallotPartyLanding-module__JFQr9a__fundingHeading{width:100%}.BallotPartyLanding-module__JFQr9a__fundingAmount{font-size:var(--font-size-h1);line-height:var(--font-line-height-h1)}.BallotPartyLanding-module__JFQr9a__guardrails{font-size:var(--font-size-h5);line-height:var(--font-line-height-h5)}}.BallotPartyLanding-module__JFQr9a__referralStrip{padding-top:var(--space-xxl)}
.ActionIcon-module__MJPCoa__root{background-color:#fff;border:none}.ActionIcon-module__MJPCoa__root svg{fill:var(--mantine-color-neutral-9);stroke-width:0}.ActionIcon-module__MJPCoa__root:hover svg{fill:var(--mantine-color-neutral-6);stroke-width:0}.ActionIcon-module__MJPCoa__root[data-bookmarked] svg{fill:var(--mantine-color-neutral-9);stroke-width:0}.ActionIcon-module__MJPCoa__root[data-bookmarked]:hover svg{fill:var(--mantine-color-neutral-6);stroke-width:0}
.BulkImportProgress-module__ZzvOdW__container{min-height:200px}
.BulkImportReview-module__y6HZ4q__scrollArea{border:1px solid var(--mantine-color-gray-3);border-radius:var(--mantine-radius-md);padding:var(--mantine-spacing-xs)}
.CandidateAvatar-module__qQFu2a__candidateAvatar{border-radius:var(--radius-md);background:radial-gradient(circle at 30% 25%, var(--mantine-color-primary-4) 0%, var(--mantine-color-primary-8) 80%);color:var(--fg-inverse);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.CandidateAvatar-module__qQFu2a__photo{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.CandidateAvatar-module__qQFu2a__initials{color:var(--fg-inverse);letter-spacing:var(--letter-spacing-tight)}.CandidateAvatar-module__qQFu2a__tint{background:var(--tint-primary);color:var(--mantine-color-primary-8)}.CandidateAvatar-module__qQFu2a__tint .CandidateAvatar-module__qQFu2a__initials{color:var(--mantine-color-primary-8)}
.AccordionItem-module__xnU6iW__item{border-radius:var(--mantine-radius-md);background-color:var(--mantine-color-white);margin:var(--space-xxs) 0 0 0}.AccordionItem-module__xnU6iW__item[data-active]{box-shadow:none;border:none;outline:none}
.Accordion-module__wkNv_G__chevron{width:24px;height:24px}.Accordion-module__wkNv_G__chevron[data-rotate]{transform:rotate(90deg)}
.AllFAQsButton-module__NZKVva__root{border:none!important}
.Container-module__0sp_PG__root{z-index:2;position:relative}
.ContentBox-module__NnPBwG__root{background-color:var(--mantine-color-neutral-0);z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}
.FeatureCardBox-module__tRd3qq__root{border-radius:var(--mantine-radius-md);overflow:hidden}
.FeatureContentBox-module__KAGazq__root{background-color:var(--bg-surface);padding:clamp(var(--space-sm), 4vw, var(--space-lg));flex-direction:column;flex:1;justify-content:center;min-height:clamp(200px,30vw,265px);display:flex}.FeatureContentBox-module__KAGazq__root[data-reversed-order]{order:2}@media (min-width:48em){.FeatureContentBox-module__KAGazq__root[data-reversed-order]{order:1}}
.FeatureIllustration-module__gt0t0W__frame{border-radius:var(--mantine-radius-md);justify-content:center;align-items:center;width:100%;height:265px;display:flex;overflow:hidden}.FeatureIllustration-module__gt0t0W__image{-o-object-fit:contain;object-fit:contain;width:80%;height:80%}
.FeatureText-module__OCGOVG__root{color:var(--fg2);letter-spacing:-.005em;font-size:clamp(14px,2.5vw,16px);line-height:1.6}
.FeatureTitle-module__y6H1ba__root{color:var(--fg);letter-spacing:-.02em;font-size:clamp(18px,3vw,24px);font-weight:600}
.FeatureVisualizationBox-module___bhTHa__root{background-color:var(--bg-surface);flex:1;min-height:clamp(200px,30vw,265px)}.FeatureVisualizationBox-module___bhTHa__root[data-reversed-order]{order:1}@media (min-width:48em){.FeatureVisualizationBox-module___bhTHa__root[data-reversed-order]{order:2}}
.HeroBox-module__HITC6q__root{background-color:var(--bg-surface);padding:var(--space-lg) clamp(var(--space-xs), 4vw, var(--space-md));border-radius:var(--mantine-radius-md)}
.HeroTitle-module__vJlJLq__root{color:var(--fg);letter-spacing:-.02em;text-align:left;font-weight:600;line-height:1.1}
.HeroWrapper-module__6ACa_q__root{width:100%;max-width:1200px;padding-top:var(--space-xs);padding-bottom:var(--space-xs);flex-direction:column;align-items:flex-start;margin:0 auto;display:flex}
.SubtitleTitle-module__pVsTYq__root{color:var(--fg2);text-align:left;letter-spacing:-.005em;max-width:720px;font-weight:400}
.RecFindVotersAppPrompt-module__xdTTBG__root{padding-block:var(--space-xs) var(--space-sm);align-items:center}.RecFindVotersAppPrompt-module__xdTTBG__graphic{width:100%;max-width:390px;height:auto}.RecFindVotersAppPrompt-module__xdTTBG__qrCard{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}
.RecommendAddedPill-module__LqhD9a__pill{align-items:center;gap:var(--space-xxs);border-radius:var(--radius-full);border:1px solid var(--badge-success-border);background-color:var(--badge-success-surface);font-size:var(--font-size-caption);font-weight:var(--font-weight-semibold);line-height:var(--font-line-height-caption);color:var(--green-750);flex-shrink:0;padding-block:5px;padding-inline:10px;display:flex}
.RecommendCandidateAvatar-module__GXvIta__avatar{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.RecommendCandidateAvatar-module__GXvIta__avatar[data-size="40"]{width:40px;height:40px}.RecommendCandidateAvatar-module__GXvIta__avatar[data-tint=purple]{background-color:var(--purple-150);color:var(--purple-750)}.RecommendCandidateAvatar-module__GXvIta__avatar[data-tint=green]{background-color:var(--green-150);color:var(--green-750)}.RecommendCandidateAvatar-module__GXvIta__avatar[data-tint=yellow]{background-color:var(--yellow-150);color:var(--yellow-750)}.RecommendCandidateAvatar-module__GXvIta__photo{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}
.ClampedComment-module__USmqqG__content{overflow-wrap:anywhere;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ClampedComment-module__USmqqG__content[data-expanded=true]{display:block;overflow:visible}.ClampedComment-module__USmqqG__toggle{cursor:pointer;text-align:left;background:0 0;border:0;width:fit-content;padding:0}
.CandidateCard-module__S-1sfq__root{opacity:1;background-color:var(--mantine-color-white);border:1px solid var(--mantine-color-neutral-2);border-radius:var(--mantine-radius-xl)}.CandidateCard-module__S-1sfq__root[data-recommended]{border:2px solid var(--mantine-color-secondary-5)}.CandidateCard-module__S-1sfq__root[data-win],.CandidateCard-module__S-1sfq__root[data-runoff]{background-color:var(--tint-secondary)}.CandidateCard-module__S-1sfq__root[data-loss]{opacity:.45}.CandidateCard-module__S-1sfq__root[data-deleted]{opacity:.5;background-color:#0000;position:relative}.CandidateCard-module__S-1sfq__root[data-deleted]:after{content:"✕";color:var(--mantine-color-danger-5);pointer-events:none;font-size:2rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CandidateCard-module__S-1sfq__avatarWrapper{flex-shrink:0;position:relative}.CandidateCard-module__S-1sfq__detailsStack{flex:1;min-width:0}
.ProfileAvatar-module__23Ovva__placeholder{font-size:.5rem}
.CandidateCarousel-module__17-BEa__scrollContainer{scrollbar-width:none;-ms-overflow-style:none;overflow:auto hidden}.CandidateCarousel-module__17-BEa__scrollContainer::-webkit-scrollbar{display:none}.CandidateCarousel-module__17-BEa__cardsRow{gap:var(--space-sm);padding:var(--space-xxs) 0;align-items:stretch;display:flex}
.AddChip-module__yrEv6G__root{--button-height:auto;--button-padding-x:10px;border:1px dashed var(--mantine-color-secondary-3)!important;background-color:#0000!important;border-radius:999px!important;height:auto!important;min-height:0!important;padding-block:5px!important;padding-inline:10px!important}.AddChip-module__yrEv6G__inner{height:auto!important;min-height:0!important}.AddChip-module__yrEv6G__label{color:var(--mantine-color-secondary-6);font-weight:600;line-height:16px}.AddChip-module__yrEv6G__section{color:var(--mantine-color-secondary-6)}
.CandidateAvatar-module__6-WuJa__root{margin-left:var(--space-xs)}@media (max-width:768px){.CandidateAvatar-module__6-WuJa__root{margin-left:0}}
.CandidatePaper-module__JfwqQW__root{cursor:pointer;padding:var(--space-sm)!important}@media (max-width:768px){.CandidatePaper-module__JfwqQW__root{padding:var(--space-xs)!important}}
.List-module__QjEcIW__root{max-height:300px;overflow-y:auto}
.ProfileAvatar-module__Rrtbea__placeholder{font-size:1rem}
.ReadOnlyPreview-module__bkST7G__root{pointer-events:none}
.ReorderArrows-module__INRCoG__root{margin-top:calc(-1 * var(--space-xs));margin-bottom:calc(-1 * var(--space-xs));margin-right:calc(-1 * var(--space-xs))}
.Row-module__IBpasG__root{background-color:var(--mantine-color-neutral-1);border-radius:var(--mantine-radius-md);border:1px solid var(--mantine-color-neutral-2);align-items:center;gap:8px;height:48px;margin-bottom:8px;padding:0 8px 0 4px;display:flex}.Row-module__IBpasG__root:hover,.Row-module__IBpasG__dragging{background-color:var(--tint-primary)}.Row-module__IBpasG__disabled{opacity:.4;pointer-events:none}.Row-module__IBpasG__disabled .Row-module__IBpasG__actionButton{pointer-events:auto;opacity:1}.Row-module__IBpasG__handle{text-align:center;cursor:grab;-webkit-user-select:none;user-select:none;width:24px;fill:var(--mantine-color-neutral-5);justify-content:center;align-items:center;display:flex}.Row-module__IBpasG__label{text-overflow:ellipsis;flex:1;overflow:hidden}.Row-module__IBpasG__actionButton{cursor:pointer;width:24px;height:24px;fill:var(--mantine-color-neutral-5);background:0 0;border:none;place-items:center;padding:0 3px;display:grid}
.SelectedDropZone-module__2jkr9q__root[data-empty]{gap:0!important;min-height:0!important}
.CandidateStickerCard-module__1WYtDq__introCandidateCard{background-color:#fff;border-radius:12px;position:relative;box-shadow:0 8px 22px -6px #00000014,0 0 0 1px #00000008}.CandidateStickerCard-module__1WYtDq__introCandidateAvatarRing{border-radius:calc(var(--radius-md) + 4px);box-shadow:var(--mantine-color-primary-8) 0 0 0 2px, #0000001f 0 4px 10px -3px;border:2px solid #fff;flex-shrink:0}.CandidateStickerCard-module__1WYtDq__introCandidateName{color:#000;font-size:var(--mantine-font-size-lg);letter-spacing:-.8px;font-weight:500;line-height:26px}.CandidateStickerCard-module__1WYtDq__introCandidateDate{color:#000;letter-spacing:-.1px;font-size:13px;font-weight:600;line-height:16px}.CandidateStickerCard-module__1WYtDq__introStickerBadge{transform-origin:0 0;color:#fff;letter-spacing:.6px;text-transform:uppercase;background-color:#294f21;border:2px solid #f3f2ee;border-radius:7px;align-items:center;gap:5px;padding:4px 9px;font-size:9.5px;font-weight:700;line-height:12px;display:flex;position:absolute;top:0;right:0;transform:translate(-10px,-12px)rotate(4deg);box-shadow:0 4px 10px -2px #0003}
.GlassButton-module__4T4jda__root{justify-content:center;align-items:center;gap:var(--space-xs);height:var(--size-md);padding:0 var(--space-md);border-radius:var(--radius-full);background-color:var(--bg-inverse-subtle);color:var(--fg-inverse);transition:filter .12s ease-out;display:inline-flex}.GlassButton-module__4T4jda__root[data-grow]{flex:1}.GlassButton-module__4T4jda__root:hover{filter:brightness(1.08)}.GlassButton-module__4T4jda__root:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.GlassButton-module__4T4jda__root svg{fill:currentColor;flex-shrink:0}
.GroupCreateGroupStep-module__PDThMq__fieldLabel{font-family:var(--font-manrope), system-ui, sans-serif;color:var(--mantine-color-primary-9);font-size:13px;font-weight:700}.GroupCreateGroupStep-module__PDThMq__input{border:2px solid var(--mantine-color-neutral-1);border-radius:12px;min-height:52px;font-size:15px}.GroupCreateGroupStep-module__PDThMq__textareaWrapper{position:relative}.GroupCreateGroupStep-module__PDThMq__textareaInput{padding-bottom:24px}.GroupCreateGroupStep-module__PDThMq__charCounter{color:var(--mantine-color-neutral-5);pointer-events:none;font-size:12px;position:absolute;bottom:8px;right:12px}.GroupCreateGroupStep-module__PDThMq__pillRow{flex-wrap:wrap;padding-top:2px}.GroupCreateGroupStep-module__PDThMq__pill{background-color:var(--mantine-color-primary-0);cursor:pointer;font-family:var(--mantine-font-family);color:var(--mantine-color-primary-7);border:none;border-radius:20px;align-items:center;padding:6px 14px;font-size:12px;font-weight:500;transition:background-color .15s;display:flex}.GroupCreateGroupStep-module__PDThMq__pill:hover{background-color:var(--mantine-color-primary-1)}.GroupCreateGroupStep-module__PDThMq__bannerCard{border:2px dashed var(--mantine-color-neutral-2);border-radius:var(--mantine-radius-lg);padding:var(--space-sm);overflow:hidden}.GroupCreateGroupStep-module__PDThMq__previewWrapper{position:relative}.GroupCreateGroupStep-module__PDThMq__closeButton{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background-color:#ffffffe6;position:absolute;top:8px;right:8px}.GroupCreateGroupStep-module__PDThMq__infoCard{pointer-events:none}
.GroupCreateProfileStepV2-module__TYx5nW__photoCard{background-color:var(--mantine-color-neutral-0);border-radius:16px;padding:16px 20px}.GroupCreateProfileStepV2-module__TYx5nW__photoTitle{font-family:var(--font-manrope), system-ui, sans-serif;color:var(--mantine-color-primary-9);font-size:15px;font-weight:700}.GroupCreateProfileStepV2-module__TYx5nW__photoSubtitle{color:var(--mantine-color-neutral-5);font-size:13px}.GroupCreateProfileStepV2-module__TYx5nW__fieldLabel{font-family:var(--font-manrope), system-ui, sans-serif;color:var(--mantine-color-primary-9);font-size:13px;font-weight:700}.GroupCreateProfileStepV2-module__TYx5nW__fieldHint{color:var(--mantine-color-neutral-4);font-size:12px;line-height:1.4}.GroupCreateProfileStepV2-module__TYx5nW__input{border:2px solid var(--mantine-color-neutral-1);border-radius:12px;height:52px;font-size:15px}
.GroupCreateCelebration-module__jftD2a__root{background-color:var(--bg-surface);min-height:100dvh}.GroupCreateCelebration-module__jftD2a__liveBadge{padding:var(--space-xxs) var(--space-xs);border-radius:var(--radius-full);background-color:var(--sway-yellow);color:var(--mantine-color-primary-9);align-items:center}.GroupCreateCelebration-module__jftD2a__liveDot{border-radius:var(--radius-full);background-color:var(--mantine-color-primary-9);width:7px;height:7px}
.GroupCreateCoverBanner-module__oChzWG__image{aspect-ratio:3;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.GroupCreateCoverBanner-module__oChzWG__placeholder{aspect-ratio:3;background-color:var(--tint-primary);width:100%}
.GroupCreateCoverStep-module__YGby9G__swatch,.GroupCreateCoverStep-module__YGby9G__uploadTile{border-radius:var(--radius-lg);width:60px;height:60px;box-shadow:var(--shadow-sm);overflow:hidden}.GroupCreateCoverStep-module__YGby9G__swatch[data-selected],.GroupCreateCoverStep-module__YGby9G__uploadTile[data-selected]{outline:2px solid var(--interactive);outline-offset:2px}.GroupCreateCoverStep-module__YGby9G__swatchImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.GroupCreateCoverStep-module__YGby9G__uploadTile{border:1px dashed var(--border-strong);color:var(--fg3);background-color:var(--bg-subtle);justify-content:center;align-items:center;display:flex}.GroupCreateCoverStep-module__YGby9G__uploaderPanel{border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:var(--space-sm);overflow:hidden}
.GroupCreateLeaderStep-module__-tx3Nq__input{border-radius:var(--radius-lg);border:1.5px solid var(--border-focus);min-height:56px;box-shadow:var(--shadow-sm)}.GroupCreateLeaderStep-module__-tx3Nq__nameField{flex:auto}.GroupCreateLeaderStep-module__-tx3Nq__bioWrap{position:relative}.GroupCreateLeaderStep-module__-tx3Nq__bioInput{border-radius:var(--radius-lg);border:1.5px solid var(--border-focus);min-height:80px;box-shadow:var(--shadow-sm);padding-bottom:var(--space-md)}.GroupCreateLeaderStep-module__-tx3Nq__counter{right:var(--space-sm);bottom:var(--space-xs);pointer-events:none;position:absolute}
.ScrollContainer-module__1itDVq__band{background-color:var(--mantine-color-neutral-0);padding:var(--space-xs) clamp(12px, 4vw, 32px)}.ScrollContainer-module__1itDVq__track{gap:var(--space-md);min-width:max-content;display:flex}.ScrollContainer-module__1itDVq__slide{flex-shrink:0;min-width:clamp(280px,90vw,600px);max-width:clamp(280px,90vw,600px)}.ScrollContainer-module__1itDVq__root{border-radius:var(--mantine-radius-md);scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:auto;-webkit-overflow-scrolling:touch;width:100%;overflow:auto hidden}.ScrollContainer-module__1itDVq__root::-webkit-scrollbar{display:none}
.ErrorPage-module__-pg8ua__root{flex-direction:column;justify-content:center;display:flex}
.LandingVoterHero-module__OH3k7G__hero{width:100%}.LandingVoterHero-module__OH3k7G__headlineBlock{text-align:center;max-width:760px}.LandingVoterHero-module__OH3k7G__searchWrapper{width:100%;max-width:720px}.LandingVoterHero-module__OH3k7G__leaderRibbon{background:#f1f5f2;border:1px solid #d9e5dc;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 16px;display:flex}@media (min-width:768px){.LandingVoterHero-module__OH3k7G__leaderRibbon{border-radius:40px;justify-content:flex-start;width:fit-content;padding:8px 8px 8px 20px}}.LandingVoterHero-module__OH3k7G__searchBar{background:#fff;border:1px solid #d6d2cc;border-radius:16px;width:100%;padding:8px;box-shadow:0 8px 28px #0c111712}.LandingVoterHero-module__OH3k7G__searchField{width:100%;position:relative}@media (min-width:768px){.LandingVoterHero-module__OH3k7G__searchField{flex:1;min-width:0}}.LandingVoterHero-module__OH3k7G__pinIcon{z-index:2;pointer-events:none;display:flex;position:absolute;top:27px;left:14px;transform:translateY(-50%)}.LandingVoterHero-module__OH3k7G__addressInput input{color:#0c1117;background:0 0;border:none;height:54px;padding-left:42px;font-size:17px;box-shadow:none!important}.LandingVoterHero-module__OH3k7G__searchButton{width:100%}@media (min-width:768px){.LandingVoterHero-module__OH3k7G__searchButton{width:auto}}.LandingVoterHero-module__OH3k7G__previewGroupsPane{width:100%}@media (min-width:768px){.LandingVoterHero-module__OH3k7G__previewGroupsPane{flex-shrink:0;width:340px}.LandingVoterHero-module__OH3k7G__previewBallotPane{border-right:1px solid #e7e3dd;border-bottom:none!important}}
.OfferCard-module__tTFOAa__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.OfferCard-module__tTFOAa__badgeAnchor{position:absolute;top:12px;left:12px}.OfferCard-module__tTFOAa__root{cursor:pointer;flex-direction:column;height:100%;transition:box-shadow .2s;display:flex;overflow:hidden}.OfferCard-module__tTFOAa__root:hover{box-shadow:var(--mantine-shadow-lg)}
.OfferTypeBadge-module__9G83zq__offerTypeBadge{text-transform:uppercase;border-radius:var(--mantine-radius-xl);letter-spacing:.5px;padding:4px 10px;font-size:11px;font-weight:700}.OfferTypeBadge-module__9G83zq__experienceBadge{background-color:var(--mantine-color-success-1);color:var(--mantine-color-success-9);border:1px solid var(--mantine-color-success-7)}.OfferTypeBadge-module__9G83zq__discountBadge,.OfferTypeBadge-module__9G83zq__freebieBadge{background-color:var(--mantine-color-success-0);color:var(--mantine-color-success-8);border:1px solid var(--mantine-color-success-6)}
.OnboardingProgressDots-module__OJpkoq__root{justify-content:center;align-items:center;gap:var(--space-xs);display:flex}.OnboardingProgressDots-module__OJpkoq__dot{border-radius:var(--radius-full);background:var(--border-default);width:6px;height:6px}.OnboardingProgressDots-module__OJpkoq__dot[data-active]{background:var(--action-primary-default);width:18px}
.SelectedPill-module__dxapTW__root[data-selected]{background-color:var(--mantine-color-primary-7);color:#fff;border:1px solid var(--mantine-color-primary-7)}.SelectedPill-module__dxapTW__root[data-selected] svg{stroke:#fff}
.LinkPreviewCard-module__nZV-uW__card{cursor:pointer;border:1px solid var(--mantine-color-neutral-2);min-width:300px;max-width:300px;transition:box-shadow .15s;overflow:hidden}@media (min-width:768px){.LinkPreviewCard-module__nZV-uW__card{min-width:400px;max-width:400px}}.LinkPreviewCard-module__nZV-uW__card:hover{box-shadow:var(--mantine-shadow-sm)}.LinkPreviewCard-module__nZV-uW__cardCompact{min-width:220px;max-width:220px}@media (min-width:768px){.LinkPreviewCard-module__nZV-uW__cardCompact{min-width:260px;max-width:260px}}.LinkPreviewCard-module__nZV-uW__imageFallback{background-color:#431b52;width:100%;height:100%}.LinkPreviewCard-module__nZV-uW__body{padding:var(--space-xs) var(--space-sm)}.LinkPreviewCard-module__nZV-uW__siteName{color:var(--mantine-color-dimmed)}.LinkPreviewCard-module__nZV-uW__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;display:-webkit-box;overflow:hidden}.LinkPreviewCard-module__nZV-uW__domain{color:var(--mantine-color-dimmed)}.LinkPreviewCard-module__nZV-uW__copyHint{color:var(--mantine-color-dimmed);text-align:center}
