.DatePicker-module__QZihYW__datePicker{width:100%;position:relative}.DatePicker-module__QZihYW__trigger{color:#14213d;width:100%;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #cbd7e5;border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 13px;transition:border-color .18s,box-shadow .18s,background-color .18s;display:grid}.DatePicker-module__QZihYW__trigger:hover:not(:disabled){background:#fbfdff;border-color:#7dbdd5}.DatePicker-module__QZihYW__trigger:focus-visible{border-color:#2596be;outline:none;box-shadow:0 0 0 4px #2596be26}.DatePicker-module__QZihYW__trigger:disabled{color:#94a3b8;cursor:not-allowed;opacity:.72;background:#f1f5f9}.DatePicker-module__QZihYW__triggerError{border-color:#dc2626}.DatePicker-module__QZihYW__triggerIcon{color:#2596be}.DatePicker-module__QZihYW__value{color:#14213d;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DatePicker-module__QZihYW__placeholder{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DatePicker-module__QZihYW__triggerChevron{color:#64748b;transition:transform .18s}.DatePicker-module__QZihYW__triggerChevronOpen{transform:rotate(180deg)}.DatePicker-module__QZihYW__error{color:#dc2626;margin-top:6px;font-size:.78rem;display:block}.DatePicker-module__QZihYW__popover{z-index:1500;background:#fff;border:1px solid #d8e4ef;border-radius:16px;width:min(348px,100vw - 32px);padding:15px;animation:.16s ease-out DatePicker-module__QZihYW__openPopover;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 20px 55px #141c5433}@keyframes DatePicker-module__QZihYW__openPopover{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.DatePicker-module__QZihYW__calendar{--rdp-animation_duration:.18s;color:#14213d;margin:0;position:relative}.DatePicker-module__QZihYW__months,.DatePicker-module__QZihYW__month{width:100%;max-width:none}.DatePicker-module__QZihYW__monthCaption{align-items:center;min-height:42px;padding-right:76px;display:flex}.DatePicker-module__QZihYW__captionLabel{color:#141c54;font-weight:900}.DatePicker-module__QZihYW__dropdowns{align-items:center;gap:7px;display:flex}.DatePicker-module__QZihYW__dropdownRoot{background:#f6fbff;border:1px solid #d8e4ef;border-radius:9px;align-items:center;min-height:34px;padding:0 25px 0 9px;display:inline-flex;position:relative}.DatePicker-module__QZihYW__dropdown{z-index:2;opacity:0;appearance:none;cursor:pointer;border:0;outline:0;width:100%;min-height:34px;padding:0;position:absolute;inset:0}.DatePicker-module__QZihYW__dropdown:focus-visible~.DatePicker-module__QZihYW__captionLabel{outline-offset:3px;outline:3px solid #2596be40}.DatePicker-module__QZihYW__dropdownRoot .DatePicker-module__QZihYW__captionLabel{color:#141c54;white-space:nowrap;font-size:.82rem;font-weight:800}.DatePicker-module__QZihYW__dropdownRoot .DatePicker-module__QZihYW__chevron{color:#2596be;pointer-events:none;width:14px;position:absolute;right:7px}.DatePicker-module__QZihYW__nav{gap:5px;display:flex;position:absolute;top:15px;right:15px}.DatePicker-module__QZihYW__previousButton,.DatePicker-module__QZihYW__nextButton{color:#141c54;cursor:pointer;background:#fff;border:1px solid #d8e4ef;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;display:grid}.DatePicker-module__QZihYW__previousButton:hover,.DatePicker-module__QZihYW__nextButton:hover{color:#2596be;background:#f6fbff;border-color:#2596be}.DatePicker-module__QZihYW__previousButton:focus-visible,.DatePicker-module__QZihYW__nextButton:focus-visible,.DatePicker-module__QZihYW__dayButton:focus-visible{outline-offset:1px;outline:3px solid #2596be40}.DatePicker-module__QZihYW__monthGrid{border-collapse:separate;border-spacing:2px;width:100%;margin-top:9px}.DatePicker-module__QZihYW__weekdays{color:#64748b}.DatePicker-module__QZihYW__weekday{text-transform:uppercase;height:31px;font-size:.71rem;font-weight:900}.DatePicker-module__QZihYW__week{height:40px}.DatePicker-module__QZihYW__day{text-align:center;width:40px;height:40px;padding:0}.DatePicker-module__QZihYW__dayButton{color:#14213d;width:38px;height:38px;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:0;font-size:.86rem;transition:color .14s,background-color .14s,border-color .14s}.DatePicker-module__QZihYW__dayButton:hover{color:#141c54;background:#eaf7fc;border-color:#b9e0ee}.DatePicker-module__QZihYW__today .DatePicker-module__QZihYW__dayButton{color:#176d8d;border-color:#2596be;font-weight:900}.DatePicker-module__QZihYW__selected .DatePicker-module__QZihYW__dayButton{color:#fff;background:#141c54;border-color:#141c54;font-weight:900;box-shadow:0 5px 12px #141c5438}.DatePicker-module__QZihYW__outside .DatePicker-module__QZihYW__dayButton{color:#a8b3c2}.DatePicker-module__QZihYW__disabled .DatePicker-module__QZihYW__dayButton{color:#cbd5e1;cursor:not-allowed;background:0 0}.DatePicker-module__QZihYW__hidden{visibility:hidden}@media (max-width:480px){.DatePicker-module__QZihYW__popover{width:min(348px,100vw - 24px);max-height:calc(100dvh - 24px);animation:.16s ease-out DatePicker-module__QZihYW__openPopoverMobile;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}@keyframes DatePicker-module__QZihYW__openPopoverMobile{0%{opacity:0;transform:translate(-50%,calc(7px - 50%))scale(.985)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.DatePicker-module__QZihYW__monthCaption{justify-content:center;padding-bottom:43px;padding-right:0}.DatePicker-module__QZihYW__nav{top:58px;right:50%;transform:translate(50%)}}@media (prefers-reduced-motion:reduce){.DatePicker-module__QZihYW__popover,.DatePicker-module__QZihYW__triggerChevron{transition:none;animation:none}}
.ElectionCountdown-module__Qg_LVq__countdown{color:#14213d;background:#fff;border:1px solid #dbe4ef;border-radius:16px;gap:14px;width:100%;padding:18px;display:grid}.ElectionCountdown-module__Qg_LVq__compact{max-width:760px;margin-inline:auto}.ElectionCountdown-module__Qg_LVq__prominent{margin-top:4px}.ElectionCountdown-module__Qg_LVq__monitoring{color:#f7fbff;background:#0d2748;border-color:#7dd3fc38;align-content:center;min-height:138px}.ElectionCountdown-module__Qg_LVq__monitoring .ElectionCountdown-module__Qg_LVq__statusRow,.ElectionCountdown-module__Qg_LVq__monitoring .ElectionCountdown-module__Qg_LVq__timer{color:#f7fbff}.ElectionCountdown-module__Qg_LVq__monitoring .ElectionCountdown-module__Qg_LVq__timerBlock>span,.ElectionCountdown-module__Qg_LVq__monitoring .ElectionCountdown-module__Qg_LVq__statusMessage,.ElectionCountdown-module__Qg_LVq__monitoring .ElectionCountdown-module__Qg_LVq__timerUnavailable{color:#9fb3cc}.ElectionCountdown-module__Qg_LVq__projector{color:#eef6ff;background:#ffffff14;border-color:#ffffff2e;grid-template-columns:auto minmax(280px,1fr) minmax(380px,1.2fr);align-items:center;max-width:1180px;margin:0 auto 18px}.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__statusRow,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__timer,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__dateGrid strong{color:#eef6ff}.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__timerBlock>span,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__dateGrid span,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__finishedLabel,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__timerUnavailable,.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__statusMessage{color:#b7c9e7}.ElectionCountdown-module__Qg_LVq__projector .ElectionCountdown-module__Qg_LVq__dateGrid>div{background:#ffffff0f;border-color:#ffffff24}.ElectionCountdown-module__Qg_LVq__scheduled{background:#fffbeb;border-color:#fde1a5}.ElectionCountdown-module__Qg_LVq__open{background:#f0fdf4;border-color:#bbdfc7}.ElectionCountdown-module__Qg_LVq__closed{background:#fef2f2;border-color:#fecaca}.ElectionCountdown-module__Qg_LVq__neutral{background:#f8fafc}.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__scheduled,.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__open,.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__closed,.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__neutral{background:#ffffff14}.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__scheduled{border-color:#f59e0b73}.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__open{border-color:#16a34a73}.ElectionCountdown-module__Qg_LVq__projector.ElectionCountdown-module__Qg_LVq__closed{border-color:#dc262673}.ElectionCountdown-module__Qg_LVq__statusRow{color:#141c54;letter-spacing:.06em;justify-content:center;align-items:center;gap:9px;font-size:.82rem;display:flex}.ElectionCountdown-module__Qg_LVq__statusDot{background:#64748b;border-radius:50%;flex:none;width:11px;height:11px}.ElectionCountdown-module__Qg_LVq__scheduled .ElectionCountdown-module__Qg_LVq__statusDot{background:#f59e0b}.ElectionCountdown-module__Qg_LVq__open .ElectionCountdown-module__Qg_LVq__statusDot{background:#16a34a}.ElectionCountdown-module__Qg_LVq__closed .ElectionCountdown-module__Qg_LVq__statusDot{background:#dc2626}.ElectionCountdown-module__Qg_LVq__timerBlock{justify-items:center;gap:5px;display:grid}.ElectionCountdown-module__Qg_LVq__timerBlock>span,.ElectionCountdown-module__Qg_LVq__dateGrid span{color:#64748b;font-size:.78rem}.ElectionCountdown-module__Qg_LVq__timer{color:#141c54;font-variant-numeric:tabular-nums;letter-spacing:.03em;font-size:clamp(1.15rem,4vw,1.65rem)}.ElectionCountdown-module__Qg_LVq__timerUnavailable,.ElectionCountdown-module__Qg_LVq__finishedLabel,.ElectionCountdown-module__Qg_LVq__statusMessage{color:#64748b}.ElectionCountdown-module__Qg_LVq__statusMessage{text-align:center;margin:0}.ElectionCountdown-module__Qg_LVq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.ElectionCountdown-module__Qg_LVq__dateGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ElectionCountdown-module__Qg_LVq__dateGrid>div{background:#ffffffb8;border:1px solid #64748b2e;border-radius:11px;gap:4px;padding:10px 12px;display:grid}.ElectionCountdown-module__Qg_LVq__dateGrid strong{font-size:.84rem}@media (max-width:520px){.ElectionCountdown-module__Qg_LVq__countdown{padding:15px}.ElectionCountdown-module__Qg_LVq__dateGrid{grid-template-columns:1fr}.ElectionCountdown-module__Qg_LVq__timer{font-size:1.05rem}}@media (max-width:900px){.ElectionCountdown-module__Qg_LVq__projector{grid-template-columns:1fr}}
.styles-module__P5obRa__page{gap:24px;display:grid}.styles-module__P5obRa__heading{color:#fff;background:linear-gradient(125deg,#141c54,#1c4f82 68%,#2596be);border-radius:22px;justify-content:space-between;align-items:end;gap:20px;padding:26px 28px;display:flex;box-shadow:0 18px 42px #141c542e}.styles-module__P5obRa__heading p{color:#8dd8f2;letter-spacing:.06em;text-transform:uppercase;margin:0 0 5px;font-size:.82rem;font-weight:900}.styles-module__P5obRa__heading h1{margin:0 0 8px;font-size:clamp(1.8rem,3vw,2.45rem)}.styles-module__P5obRa__heading>div:first-child>span,.styles-module__P5obRa__metricCard span,.styles-module__P5obRa__metricCard small,.styles-module__P5obRa__cardHeading p,.styles-module__P5obRa__electionStatus strong,.styles-module__P5obRa__quickGrid span{color:var(--muted)}.styles-module__P5obRa__heading>div:first-child>span{color:#dbeafe}.styles-module__P5obRa__liveBadge,.styles-module__P5obRa__offlineBadge{border-radius:999px;align-items:center;gap:8px;padding:9px 13px;font-size:.8rem;font-weight:900;display:inline-flex}.styles-module__P5obRa__liveBadge{color:#15803d;background:#dcfce7}.styles-module__P5obRa__offlineBadge{color:#b45309;background:#fef3c7}.styles-module__P5obRa__liveBadge span,.styles-module__P5obRa__offlineBadge span{border-radius:50%;width:8px;height:8px}.styles-module__P5obRa__liveBadge span{background:#16a34a;box-shadow:0 0 0 5px #16a34a1f}.styles-module__P5obRa__offlineBadge span{background:#f59e0b}.styles-module__P5obRa__selectorCard,.styles-module__P5obRa__metricCard,.styles-module__P5obRa__chartCard,.styles-module__P5obRa__processCard,.styles-module__P5obRa__quickCard{border:1px solid var(--border);background:#fff;border-radius:20px;box-shadow:0 12px 34px #141c540f}.styles-module__P5obRa__selectorCard{justify-content:space-between;align-items:end;gap:18px;padding:20px 22px;display:flex}.styles-module__P5obRa__controlCenter{border:1px solid var(--border);background:#f8fbff;border-radius:20px;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);align-items:center;gap:22px;padding:22px;display:grid;box-shadow:0 12px 34px #141c540f}.styles-module__P5obRa__controlHeading{gap:6px;display:grid}.styles-module__P5obRa__controlHeading>span,.styles-module__P5obRa__sectionHeading span,.styles-module__P5obRa__participationSummary span{color:var(--secondary);letter-spacing:.08em;font-size:.75rem;font-weight:900}.styles-module__P5obRa__controlHeading h2,.styles-module__P5obRa__sectionHeading h2{color:var(--primary);margin:0}.styles-module__P5obRa__controlHeading p,.styles-module__P5obRa__sectionHeading p{color:var(--muted);margin:0;line-height:1.5}.styles-module__P5obRa__selectorCard label{gap:8px;min-width:360px;font-weight:800;display:grid}.styles-module__P5obRa__selectorCard select{border:1px solid var(--border);background:#fff;border-radius:11px;width:100%;padding:12px 13px}.styles-module__P5obRa__electionStatus{align-items:center;gap:10px;display:flex}.styles-module__P5obRa__statusBadge{border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:900}.styles-module__P5obRa__statusOpen{color:#15803d;background:#dcfce7}.styles-module__P5obRa__statusScheduled{color:#b45309;background:#fef3c7}.styles-module__P5obRa__statusClosed{color:#b91c1c;background:#fee2e2}.styles-module__P5obRa__statusDraft{color:#475569;background:#e2e8f0}.styles-module__P5obRa__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.styles-module__P5obRa__metricCard{align-content:space-between;gap:8px;min-height:145px;padding:22px;display:grid}.styles-module__P5obRa__metricCard strong{color:var(--primary);font-variant-numeric:tabular-nums;font-size:clamp(1.8rem,3vw,2.4rem)}.styles-module__P5obRa__participationOverview{background:linear-gradient(135deg,#f6fbff,#fff);border:1px solid #cfe5f1;border-radius:20px;gap:14px;padding:20px 22px;display:grid;box-shadow:0 12px 34px #141c540f}.styles-module__P5obRa__participationSummary{justify-content:space-between;align-items:end;gap:20px;display:flex}.styles-module__P5obRa__participationSummary>div{gap:4px;display:grid}.styles-module__P5obRa__participationSummary strong{color:var(--primary);font-variant-numeric:tabular-nums;font-size:2.2rem}.styles-module__P5obRa__participationSummary p{color:var(--muted);margin:0;font-weight:700}.styles-module__P5obRa__participationTrack,.styles-module__P5obRa__careerTrack{background:#e2e8f0;border-radius:999px;height:14px;overflow:hidden}.styles-module__P5obRa__participationTrack>div,.styles-module__P5obRa__careerTrack>div{border-radius:inherit;background:linear-gradient(90deg,#141c54,#2596be);height:100%;transition:width .7s}.styles-module__P5obRa__chartsGrid{grid-template-columns:minmax(300px,.8fr) minmax(0,1.6fr);gap:18px;display:grid}.styles-module__P5obRa__chartCard,.styles-module__P5obRa__processCard,.styles-module__P5obRa__quickCard{min-width:0;padding:22px}.styles-module__P5obRa__cardHeading h2{margin:0 0 6px}.styles-module__P5obRa__cardHeading p{margin:0}.styles-module__P5obRa__chartEmpty{min-height:310px;color:var(--muted);background:#f8fafc;border-radius:14px;place-items:center;display:grid}.styles-module__P5obRa__careerSection{border:1px solid var(--border);background:#fff;border-radius:20px;gap:18px;padding:22px;display:grid;box-shadow:0 12px 34px #141c540f}.styles-module__P5obRa__sectionHeading{justify-content:space-between;align-items:end;gap:24px;display:flex}.styles-module__P5obRa__sectionHeading>div{gap:5px;display:grid}.styles-module__P5obRa__sectionHeading>p{text-align:right;max-width:590px}.styles-module__P5obRa__careerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.styles-module__P5obRa__careerCard{border:1px solid var(--border);background:#fbfdff;border-radius:16px;gap:13px;min-width:0;padding:18px;display:grid}.styles-module__P5obRa__careerCardHeading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.styles-module__P5obRa__careerCardHeading h3{overflow-wrap:anywhere;color:var(--primary);margin:0;font-size:1rem}.styles-module__P5obRa__careerCardHeading>strong{color:var(--secondary);font-variant-numeric:tabular-nums;flex:none;font-size:1.25rem}.styles-module__P5obRa__careerCard>p{color:var(--muted);margin:0}.styles-module__P5obRa__careerMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.styles-module__P5obRa__careerMetrics>div{background:#fff;border-radius:10px;gap:3px;padding:9px;display:grid}.styles-module__P5obRa__careerMetrics dt{color:var(--muted);font-size:.72rem}.styles-module__P5obRa__careerMetrics dd{color:var(--primary);font-variant-numeric:tabular-nums;margin:0;font-weight:900}.styles-module__P5obRa__careerEmpty{color:var(--muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:28px}.styles-module__P5obRa__quickSection{display:grid}.styles-module__P5obRa__processGrid{grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:18px;display:grid}.styles-module__P5obRa__processCard dl{gap:12px;margin:20px 0 0;display:grid}.styles-module__P5obRa__processCard dl div{border-bottom:1px solid var(--border);justify-content:space-between;gap:18px;padding-bottom:10px;display:flex}.styles-module__P5obRa__processCard dt{color:var(--muted)}.styles-module__P5obRa__processCard dd{margin:0;font-weight:800}.styles-module__P5obRa__quickGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.styles-module__P5obRa__quickGrid a{border:1px solid var(--border);background:#fbfdff;border-radius:14px;gap:5px;min-height:84px;padding:13px 14px;transition:transform .2s,border-color .2s;display:grid}.styles-module__P5obRa__quickGrid a:hover{border-color:var(--secondary);transform:translateY(-2px)}.styles-module__P5obRa__emptyState{color:var(--muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:28px}@media (max-width:1050px){.styles-module__P5obRa__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.styles-module__P5obRa__chartsGrid,.styles-module__P5obRa__processGrid,.styles-module__P5obRa__controlCenter{grid-template-columns:1fr}.styles-module__P5obRa__quickGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.styles-module__P5obRa__heading,.styles-module__P5obRa__selectorCard,.styles-module__P5obRa__participationSummary,.styles-module__P5obRa__sectionHeading{flex-direction:column;align-items:stretch}.styles-module__P5obRa__sectionHeading>p{text-align:left}.styles-module__P5obRa__careerGrid{grid-template-columns:1fr}.styles-module__P5obRa__selectorCard label{min-width:0}.styles-module__P5obRa__electionStatus{flex-direction:column;align-items:flex-start}.styles-module__P5obRa__quickGrid{grid-template-columns:1fr}}@media (max-width:560px){.styles-module__P5obRa__metrics,.styles-module__P5obRa__quickGrid,.styles-module__P5obRa__careerMetrics{grid-template-columns:1fr}}
.styles-module__gRanuq__page{gap:22px;display:grid}.styles-module__gRanuq__hero{color:#fff;background:linear-gradient(125deg,#141c54,#1c4f82 68%,#2596be);border-radius:22px;justify-content:space-between;align-items:end;gap:24px;padding:28px;display:flex;box-shadow:0 18px 44px #141c5433}.styles-module__gRanuq__hero>div{gap:7px;display:grid}.styles-module__gRanuq__hero span,.styles-module__gRanuq__sectionHeading>div>span,.styles-module__gRanuq__sectionTitle span{color:#2596be;letter-spacing:.09em;font-size:.75rem;font-weight:900}.styles-module__gRanuq__hero>div>span{color:#8dd8f2}.styles-module__gRanuq__hero h1{margin:0;font-size:clamp(1.8rem,3vw,2.5rem)}.styles-module__gRanuq__hero p{color:#dbeafe;margin:0}.styles-module__gRanuq__electionSelector{color:#dbeafe;gap:7px;width:min(100%,340px);font-size:.82rem;font-weight:800;display:grid}.styles-module__gRanuq__electionSelector select{color:#14213d;background:#fff;border:1px solid #ffffff47;border-radius:11px;width:100%;min-height:44px;padding:0 12px}.styles-module__gRanuq__overviewSection,.styles-module__gRanuq__sectionCard{border:1px solid var(--border);background:#fff;border-radius:20px;gap:18px;padding:22px;display:grid;box-shadow:0 12px 34px #141c540f}.styles-module__gRanuq__sectionHeading,.styles-module__gRanuq__sectionTitle{justify-content:space-between;align-items:end;gap:24px;display:flex}.styles-module__gRanuq__sectionHeading>div,.styles-module__gRanuq__sectionTitle>div{gap:5px;display:grid}.styles-module__gRanuq__sectionHeading h2,.styles-module__gRanuq__sectionTitle h2{color:var(--primary);margin:0}.styles-module__gRanuq__sectionTitle p{max-width:600px;color:var(--muted);text-align:right;margin:0;line-height:1.5}.styles-module__gRanuq__liveBadge,.styles-module__gRanuq__reconnectingBadge{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:.76rem;font-weight:900;display:inline-flex}.styles-module__gRanuq__liveBadge{color:#15803d;background:#dcfce7}.styles-module__gRanuq__reconnectingBadge{color:#b45309;background:#fef3c7}.styles-module__gRanuq__liveBadge span,.styles-module__gRanuq__reconnectingBadge span{border-radius:50%;width:8px;height:8px}.styles-module__gRanuq__liveBadge span{background:#16a34a;box-shadow:0 0 0 5px #16a34a21}.styles-module__gRanuq__reconnectingBadge span{background:#f59e0b}.styles-module__gRanuq__metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.styles-module__gRanuq__metricCard{border:1px solid var(--border);background:#f8fbff;border-radius:15px;align-content:space-between;gap:9px;min-height:115px;padding:17px;display:grid}.styles-module__gRanuq__metricCard span{color:var(--muted);font-size:.8rem;font-weight:800}.styles-module__gRanuq__metricCard strong{color:var(--primary);font-variant-numeric:tabular-nums;font-size:clamp(1.7rem,3vw,2.35rem)}.styles-module__gRanuq__temporalHighlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.styles-module__gRanuq__peakCard,.styles-module__gRanuq__velocityCard{border-radius:17px;align-content:center;gap:7px;min-height:155px;padding:21px;display:grid}.styles-module__gRanuq__peakCard{color:#fff;background:linear-gradient(135deg,#141c54,#2596be)}.styles-module__gRanuq__velocityCard{color:#14213d;background:#f6fbff;border:1px solid #cfe5f1}.styles-module__gRanuq__peakCard span,.styles-module__gRanuq__velocityCard span,.styles-module__gRanuq__temporalMetricCard span{letter-spacing:.07em;font-size:.74rem;font-weight:900}.styles-module__gRanuq__peakCard span{color:#bae6fd}.styles-module__gRanuq__velocityCard span,.styles-module__gRanuq__temporalMetricCard span{color:var(--muted)}.styles-module__gRanuq__peakCard strong,.styles-module__gRanuq__velocityCard strong{font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,3rem)}.styles-module__gRanuq__peakCard small{color:#dbeafe}.styles-module__gRanuq__velocityCard small,.styles-module__gRanuq__temporalMetricCard small{color:var(--muted)}.styles-module__gRanuq__recentActivityGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.styles-module__gRanuq__temporalMetricCard{border:1px solid var(--border);background:#f8fafc;border-radius:15px;align-content:center;gap:4px;min-height:116px;padding:17px;display:grid}.styles-module__gRanuq__temporalMetricCard strong{color:var(--primary);font-variant-numeric:tabular-nums;font-size:2rem}.styles-module__gRanuq__temporalChartsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.styles-module__gRanuq__chartCard{border:1px solid var(--border);background:#fff;border-radius:16px;min-width:0;padding:18px}.styles-module__gRanuq__chartCard h3,.styles-module__gRanuq__timelineHeading h3,.styles-module__gRanuq__interpretationCard h3{color:var(--primary);margin:0}.styles-module__gRanuq__chartCard>p{color:var(--muted);margin:5px 0 8px}.styles-module__gRanuq__timelineBlock{gap:12px;display:grid}.styles-module__gRanuq__timelineHeading{justify-content:space-between;align-items:center;gap:16px;display:flex}.styles-module__gRanuq__timelineHeading span{color:var(--muted);font-size:.8rem}.styles-module__gRanuq__timelineTableWrapper{border:1px solid var(--border);border-radius:14px;overflow-x:auto}.styles-module__gRanuq__timelineTable{border-collapse:collapse;width:100%}.styles-module__gRanuq__timelineTable th,.styles-module__gRanuq__timelineTable td{border-bottom:1px solid var(--border);text-align:left;font-variant-numeric:tabular-nums;padding:12px 14px}.styles-module__gRanuq__timelineTable th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;background:#f8fafc;font-size:.76rem}.styles-module__gRanuq__timelineTable tbody tr:last-child td{border-bottom:0}.styles-module__gRanuq__timelineTable tbody tr:hover{background:#f8fbff}.styles-module__gRanuq__interpretationCard{background:#f6fbff;border:1px solid #cfe5f1;border-radius:16px;gap:12px;padding:18px;display:grid}.styles-module__gRanuq__progressTrack{background:#e2e8f0;border-radius:999px;height:13px;overflow:hidden}.styles-module__gRanuq__progressTrack>div{border-radius:inherit;background:linear-gradient(90deg,#141c54,#2596be);height:100%;transition:width .7s}.styles-module__gRanuq__careerGrid,.styles-module__gRanuq__analysisGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.styles-module__gRanuq__careerCard{border:1px solid var(--border);background:#fbfdff;border-radius:16px;gap:13px;min-width:0;padding:17px;display:grid}.styles-module__gRanuq__careerHeading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.styles-module__gRanuq__careerHeading h3{overflow-wrap:anywhere;color:var(--primary);margin:0;font-size:1rem}.styles-module__gRanuq__careerHeading strong{color:var(--secondary);font-variant-numeric:tabular-nums;flex:none;font-size:1.2rem}.styles-module__gRanuq__careerMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.styles-module__gRanuq__careerMetrics>div{background:#fff;border-radius:10px;gap:3px;padding:9px;display:grid}.styles-module__gRanuq__careerMetrics dt,.styles-module__gRanuq__systemStatus dt{color:var(--muted);font-size:.73rem}.styles-module__gRanuq__careerMetrics dd,.styles-module__gRanuq__systemStatus dd{color:var(--primary);font-variant-numeric:tabular-nums;margin:0;font-weight:900}.styles-module__gRanuq__rankingList,.styles-module__gRanuq__messageList{gap:9px;margin:0;padding:0;list-style:none;display:grid}.styles-module__gRanuq__rankingList li{background:#f8fafc;border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;display:grid}.styles-module__gRanuq__rankingList li>span{color:#fff;background:var(--primary);border-radius:9px;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.styles-module__gRanuq__rankingList li>div{gap:2px;min-width:0;display:grid}.styles-module__gRanuq__rankingList small{color:var(--muted)}.styles-module__gRanuq__rankingList b{color:var(--secondary);font-variant-numeric:tabular-nums}.styles-module__gRanuq__messageList li{color:#78350f;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:10px;padding:12px 13px;line-height:1.45}.styles-module__gRanuq__systemStatus{margin:0;display:grid}.styles-module__gRanuq__systemStatus>div{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding:11px 0;display:flex}.styles-module__gRanuq__systemStatus>div:last-child{border-bottom:0}.styles-module__gRanuq__positiveStatus{color:#15803d!important}.styles-module__gRanuq__activityList{display:grid}.styles-module__gRanuq__activityList article{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;padding:10px 0;display:flex}.styles-module__gRanuq__activityList article:last-child{border-bottom:0}.styles-module__gRanuq__activityList article>div{gap:3px;display:grid}.styles-module__gRanuq__activityList span,.styles-module__gRanuq__activityList time{color:var(--muted);font-size:.78rem}.styles-module__gRanuq__emptyState,.styles-module__gRanuq__emptyCompact{color:var(--muted);text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:28px}.styles-module__gRanuq__emptyCompact{padding:18px}.styles-module__gRanuq__operationsCenter{border:1px solid var(--border);background:#fff;border-radius:22px;gap:24px;padding:clamp(22px,3vw,32px);animation:.42s ease-out both styles-module__gRanuq__operationsFade;display:grid;overflow:hidden;box-shadow:0 14px 38px #141c5412}.styles-module__gRanuq__activeElection{color:#141c54;background:#eff6ff;border:1px solid #bfdbfe;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 15px;display:grid}.styles-module__gRanuq__activeElection>span{background:#15803d;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 5px #15803d1f}.styles-module__gRanuq__activeElection>div{gap:2px;min-width:0;display:grid}.styles-module__gRanuq__activeElection small{color:var(--secondary);letter-spacing:.09em;font-size:.65rem;font-weight:900}.styles-module__gRanuq__activeElection strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.styles-module__gRanuq__activeElection b{color:#15803d;letter-spacing:.06em;background:#dcfce7;border-radius:999px;padding:6px 9px;font-size:.7rem}.styles-module__gRanuq__operationsHeading{align-items:center;gap:16px;display:flex}.styles-module__gRanuq__operationsHeadingIcon{color:#fff;background:var(--primary);border-radius:15px;flex:none;place-items:center;width:50px;height:50px;display:grid;box-shadow:0 10px 24px #141c542e}.styles-module__gRanuq__operationsHeadingIcon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:27px}.styles-module__gRanuq__operationsHeading>div:last-child{gap:5px;display:grid}.styles-module__gRanuq__operationsHeading span{color:var(--secondary);letter-spacing:.1em;font-size:.7rem;font-weight:900}.styles-module__gRanuq__operationsHeading h2{color:var(--primary);margin:0;font-size:clamp(1.35rem,2vw,1.8rem)}.styles-module__gRanuq__operationsHeading p{color:var(--muted);margin:0;line-height:1.5}.styles-module__gRanuq__operationsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.styles-module__gRanuq__operationCard{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto auto;gap:17px;min-height:292px;padding:22px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 26px #141c540f}.styles-module__gRanuq__operationCard:before{background:var(--operation-color);content:"";width:100%;height:4px;position:absolute;top:0;left:0}.styles-module__gRanuq__operationCard:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 18px 38px #141c5421}.styles-module__gRanuq__primary{--operation-color:#141c54;--operation-soft:#eff6ff}.styles-module__gRanuq__secondary{--operation-color:#2596be;--operation-soft:#f0f9ff}.styles-module__gRanuq__accent{--operation-color:#1c4f82;--operation-soft:#f6fbff}.styles-module__gRanuq__operationIcon{width:62px;height:62px;color:var(--operation-color);background:var(--operation-soft);border-radius:17px;place-items:center;display:grid}.styles-module__gRanuq__operationIcon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:34px;height:34px}.styles-module__gRanuq__operationCopy{align-content:start;gap:8px;display:grid}.styles-module__gRanuq__operationCopy h3{color:var(--primary);margin:0;font-size:1.12rem}.styles-module__gRanuq__operationCopy p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.styles-module__gRanuq__operationCard>a{color:#fff;background:var(--operation-color);border-radius:10px;justify-content:space-between;align-items:center;min-height:42px;padding:0 14px;font-size:.8rem;font-weight:900;text-decoration:none;transition:box-shadow .18s,transform .18s;display:flex}.styles-module__gRanuq__operationCard>a:hover{transform:translateY(-1px);box-shadow:0 10px 20px #141c542e}.styles-module__gRanuq__operationCard>a:focus-visible{outline-offset:3px;outline:3px solid #d8a31a}.styles-module__gRanuq__operationCard>a svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.styles-module__gRanuq__externalNote{color:var(--muted);align-items:center;gap:6px;font-size:.68rem;display:flex}.styles-module__gRanuq__externalNote svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:14px;height:14px}@keyframes styles-module__gRanuq__operationsFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1050px){.styles-module__gRanuq__metricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.styles-module__gRanuq__temporalChartsGrid{grid-template-columns:1fr}.styles-module__gRanuq__operationsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.styles-module__gRanuq__hero,.styles-module__gRanuq__sectionHeading,.styles-module__gRanuq__sectionTitle{flex-direction:column;align-items:stretch}.styles-module__gRanuq__electionSelector{width:100%}.styles-module__gRanuq__sectionTitle p{text-align:left}.styles-module__gRanuq__careerGrid,.styles-module__gRanuq__analysisGrid,.styles-module__gRanuq__temporalHighlights,.styles-module__gRanuq__recentActivityGrid,.styles-module__gRanuq__operationsGrid{grid-template-columns:1fr}}@media (max-width:520px){.styles-module__gRanuq__hero,.styles-module__gRanuq__overviewSection,.styles-module__gRanuq__sectionCard{padding:18px}.styles-module__gRanuq__metricGrid,.styles-module__gRanuq__careerMetrics{grid-template-columns:1fr}.styles-module__gRanuq__rankingList li{grid-template-columns:34px minmax(0,1fr)}.styles-module__gRanuq__rankingList b{grid-column:2}.styles-module__gRanuq__activityList article,.styles-module__gRanuq__systemStatus>div{flex-direction:column;align-items:flex-start}.styles-module__gRanuq__timelineTableWrapper{border:0;overflow:visible}.styles-module__gRanuq__timelineTable,.styles-module__gRanuq__timelineTable tbody,.styles-module__gRanuq__timelineTable tr,.styles-module__gRanuq__timelineTable td{width:100%;display:block}.styles-module__gRanuq__timelineTable thead{display:none}.styles-module__gRanuq__timelineTable tbody{gap:10px;display:grid}.styles-module__gRanuq__timelineTable tr{border:1px solid var(--border);background:#fff;border-radius:12px;padding:10px 13px}.styles-module__gRanuq__timelineTable td{border-bottom:1px solid var(--border);text-align:right;justify-content:space-between;gap:14px;padding:7px 0;display:flex}.styles-module__gRanuq__timelineTable td:before{content:attr(data-label);color:var(--muted);text-align:left;font-weight:700}.styles-module__gRanuq__timelineTable tr td:last-child{border-bottom:0}.styles-module__gRanuq__operationsCenter{padding:18px}.styles-module__gRanuq__operationsHeading{align-items:flex-start}.styles-module__gRanuq__operationsHeadingIcon{width:42px;height:42px}.styles-module__gRanuq__activeElection{grid-template-columns:auto minmax(0,1fr)}.styles-module__gRanuq__activeElection b{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.styles-module__gRanuq__operationsCenter{animation:none}.styles-module__gRanuq__operationCard,.styles-module__gRanuq__operationCard>a{transition:none}}
.styles-module__dwJfTa__page{gap:22px;display:grid}.styles-module__dwJfTa__heading p{color:var(--secondary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 5px;font-size:.82rem;font-weight:900}.styles-module__dwJfTa__heading h1{margin:0 0 8px;font-size:2rem}.styles-module__dwJfTa__heading span,.styles-module__dwJfTa__cardHeader p,.styles-module__dwJfTa__electionInfo span,.styles-module__dwJfTa__importBox p{color:var(--muted)}.styles-module__dwJfTa__selectorCard,.styles-module__dwJfTa__card{border:1px solid var(--border);background:#fff;border-radius:20px;box-shadow:0 12px 34px #141c540f}.styles-module__dwJfTa__selectorCard{justify-content:space-between;align-items:end;gap:18px;padding:22px 24px;display:flex}.styles-module__dwJfTa__selectorCard label{gap:8px;min-width:380px;font-size:.9rem;font-weight:800;display:grid}.styles-module__dwJfTa__selectorCard select,.styles-module__dwJfTa__form input,.styles-module__dwJfTa__filters input,.styles-module__dwJfTa__filters select{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:11px;outline:none;padding:12px 13px}.styles-module__dwJfTa__electionInfo{text-align:right;gap:3px;display:grid}.styles-module__dwJfTa__card{overflow:hidden}.styles-module__dwJfTa__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;display:flex}.styles-module__dwJfTa__cardHeader h2,.styles-module__dwJfTa__importBox h3{margin:0 0 6px}.styles-module__dwJfTa__cardHeader p,.styles-module__dwJfTa__importBox p{margin:0}.styles-module__dwJfTa__headerActions{gap:10px;display:flex}.styles-module__dwJfTa__primaryButton,.styles-module__dwJfTa__secondaryButton,.styles-module__dwJfTa__clearButton,.styles-module__dwJfTa__actions button{cursor:pointer;border-radius:10px;min-height:40px;padding:0 14px;font-weight:800}.styles-module__dwJfTa__primaryButton{color:#fff;background:linear-gradient(135deg, var(--primary), var(--secondary));border:0}.styles-module__dwJfTa__secondaryButton{border:1px solid var(--border);color:var(--text);background:#fff}.styles-module__dwJfTa__clearButton{color:#b91c1c;background:#fff7f7;border:1px solid #fecaca}.styles-module__dwJfTa__primaryButton:disabled,.styles-module__dwJfTa__secondaryButton:disabled,.styles-module__dwJfTa__actions button:disabled{cursor:not-allowed;opacity:.55}.styles-module__dwJfTa__importBox{border-bottom:1px solid var(--border);background:#f8fbff;grid-template-columns:1fr minmax(260px,420px) auto auto;align-items:center;gap:16px;padding:18px 24px;display:grid}.styles-module__dwJfTa__form{border-bottom:1px solid var(--border);background:#fbfdff;grid-template-columns:1fr 1fr;gap:16px;padding:22px 24px;display:grid}.styles-module__dwJfTa__form label{gap:8px;font-size:.9rem;font-weight:800;display:grid}.styles-module__dwJfTa__fullWidth{grid-column:1/-1}.styles-module__dwJfTa__formActions{grid-column:1/-1;justify-content:end;gap:10px;display:flex}.styles-module__dwJfTa__filters{border-bottom:1px solid var(--border);justify-content:space-between;align-items:end;gap:16px;padding:16px 24px;display:flex}.styles-module__dwJfTa__filters form{flex:1;gap:8px;display:flex}.styles-module__dwJfTa__filters label{gap:6px;min-width:110px;font-size:.82rem;font-weight:800;display:grid}.styles-module__dwJfTa__tableWrapper{overscroll-behavior-inline:contain;scrollbar-gutter:stable;max-width:100%;overflow-x:auto}.styles-module__dwJfTa__tableWrapper table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1580px}.styles-module__dwJfTa__tableWrapper th,.styles-module__dwJfTa__tableWrapper td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:15px 18px}.styles-module__dwJfTa__tableWrapper th{z-index:2;color:#526078;text-transform:uppercase;white-space:nowrap;background:#f8fafc;font-size:.78rem;position:sticky;top:0}.styles-module__dwJfTa__tableWrapper tbody tr{transition:background-color .16s}.styles-module__dwJfTa__tableWrapper tbody tr:hover,.styles-module__dwJfTa__tableWrapper tbody tr:hover .styles-module__dwJfTa__actionColumn{background:#f8fbff}.styles-module__dwJfTa__voterCell{text-align:left;min-width:220px}.styles-module__dwJfTa__voterCell strong{overflow-wrap:anywhere;line-height:1.35}.styles-module__dwJfTa__shortValue{white-space:nowrap}.styles-module__dwJfTa__emailCell{text-overflow:ellipsis;white-space:nowrap;max-width:230px;overflow:hidden}.styles-module__dwJfTa__careerCell{overflow-wrap:anywhere;min-width:190px;max-width:270px;line-height:1.4}.styles-module__dwJfTa__sourceCell{text-transform:capitalize;white-space:nowrap}.styles-module__dwJfTa__enabledBadge,.styles-module__dwJfTa__disabledBadge,.styles-module__dwJfTa__votedBadge,.styles-module__dwJfTa__pendingBadge{border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:900;display:inline-flex}.styles-module__dwJfTa__enabledBadge,.styles-module__dwJfTa__votedBadge{color:#15803d;background:#dcfce7}.styles-module__dwJfTa__disabledBadge{color:#b91c1c;background:#fee2e2}.styles-module__dwJfTa__pendingBadge{color:#b45309;background:#fef3c7}.styles-module__dwJfTa__actions{white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-width:132px;display:flex}.styles-module__dwJfTa__actionColumn{background:#fff;min-width:164px;right:0;box-shadow:-8px 0 14px -12px #141c548c;z-index:3!important;position:sticky!important}th.styles-module__dwJfTa__actionColumn{background:#f8fafc;z-index:4!important}.styles-module__dwJfTa__actions .styles-module__dwJfTa__iconButton{cursor:pointer;border:1px solid #0000;border-radius:10px;place-items:center;width:38px;height:38px;min-height:38px;padding:0;transition:transform .16s,background-color .16s,border-color .16s,box-shadow .16s;display:inline-grid}.styles-module__dwJfTa__actions .styles-module__dwJfTa__editAction{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.styles-module__dwJfTa__actions .styles-module__dwJfTa__toggleAction{color:#b45309;background:#fffbeb;border-color:#fde68a}.styles-module__dwJfTa__actions .styles-module__dwJfTa__deleteAction{color:#dc2626;background:#fff1f2;border-color:#fecaca}.styles-module__dwJfTa__actions .styles-module__dwJfTa__iconButton:hover:not(:disabled){filter:saturate(1.15);transform:translateY(-1px);box-shadow:0 5px 12px #141c541f}.styles-module__dwJfTa__actions .styles-module__dwJfTa__iconButton:focus-visible{outline-offset:2px;outline:3px solid #2596be59}.styles-module__dwJfTa__actions .styles-module__dwJfTa__iconButton:disabled{cursor:not-allowed;opacity:.42;filter:grayscale(.35)}.styles-module__dwJfTa__pagination{border-top:1px solid var(--border);justify-content:end;align-items:center;gap:14px;padding:16px 24px;display:flex}.styles-module__dwJfTa__pagination span{color:var(--muted);font-size:.88rem;font-weight:700}.styles-module__dwJfTa__emptyState,.styles-module__dwJfTa__stateBox,.styles-module__dwJfTa__errorBox{text-align:center;border-radius:16px;padding:28px}.styles-module__dwJfTa__emptyState,.styles-module__dwJfTa__stateBox{color:var(--muted);background:#f8fafc;border:1px dashed #cbd5e1}.styles-module__dwJfTa__stateBox,.styles-module__dwJfTa__errorBox{margin:22px 24px}.styles-module__dwJfTa__errorBox{color:var(--danger);background:#fef2f2}@media (max-width:900px){.styles-module__dwJfTa__selectorCard,.styles-module__dwJfTa__cardHeader,.styles-module__dwJfTa__filters{flex-direction:column;align-items:stretch}.styles-module__dwJfTa__selectorCard label{min-width:0}.styles-module__dwJfTa__electionInfo{text-align:left}.styles-module__dwJfTa__importBox,.styles-module__dwJfTa__form{grid-template-columns:1fr}.styles-module__dwJfTa__fullWidth,.styles-module__dwJfTa__formActions{grid-column:auto}.styles-module__dwJfTa__filters form{flex-direction:column}}@media (max-width:680px){.styles-module__dwJfTa__headerActions,.styles-module__dwJfTa__formActions,.styles-module__dwJfTa__pagination{flex-direction:column;align-items:stretch}.styles-module__dwJfTa__headerActions button,.styles-module__dwJfTa__formActions button,.styles-module__dwJfTa__pagination button{width:100%}}
.styles-module__rSzg3q__page{--navy-950:#061225;--navy-900:#0a1d38;--navy-850:#0d2748;--navy-800:#10325b;--line:#a4bedc33;--muted:#9fb3cc;--text:#f7fbff;min-height:100vh;color:var(--text);background:var(--navy-950);font-variant-numeric:tabular-nums}.styles-module__rSzg3q__header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#061225f5;grid-template-columns:minmax(340px,1.2fr) minmax(280px,.8fr) auto;align-items:center;gap:28px;min-height:100px;padding:14px clamp(20px,2vw,38px);display:grid;position:sticky;top:0}.styles-module__rSzg3q__identity,.styles-module__rSzg3q__headerControls,.styles-module__rSzg3q__electionIdentity,.styles-module__rSzg3q__kpiHeading,.styles-module__rSzg3q__panelHeading,.styles-module__rSzg3q__connectionBadge,.styles-module__rSzg3q__electionBadge{align-items:center;display:flex}.styles-module__rSzg3q__identity{gap:14px;min-width:0}.styles-module__rSzg3q__identity>div:last-child{min-width:0}.styles-module__rSzg3q__logo{color:#7dd3fc;background:#0b2c50;border:1px solid #7dd3fc8c;border-radius:14px;flex:none;grid-template-columns:1fr auto;place-items:center;width:58px;height:58px;padding:8px;display:grid;box-shadow:inset 0 0 0 3px #7dd3fc14}.styles-module__rSzg3q__logo span{letter-spacing:.03em;font-size:.7rem;font-weight:800}.styles-module__rSzg3q__logo strong{color:#fff;font-size:1.45rem}.styles-module__rSzg3q__eyebrow{color:#7dd3fc;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:800;display:block;overflow:hidden}.styles-module__rSzg3q__identity h1{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:clamp(1.05rem,1.45vw,1.42rem);overflow:hidden}.styles-module__rSzg3q__electionIdentity{text-align:center;flex-direction:column;gap:7px;min-width:0}.styles-module__rSzg3q__electionIdentity>strong{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:clamp(.9rem,1.15vw,1.08rem);overflow:hidden}.styles-module__rSzg3q__electionBadge,.styles-module__rSzg3q__connectionBadge{letter-spacing:.045em;text-transform:uppercase;gap:7px;font-size:.7rem;font-weight:850}.styles-module__rSzg3q__electionBadge span,.styles-module__rSzg3q__connectionBadge span,.styles-module__rSzg3q__serviceRow>span:first-child,.styles-module__rSzg3q__activityRow>span{border-radius:50%;flex:none;width:9px;height:9px}.styles-module__rSzg3q__election_open{color:#86efac}.styles-module__rSzg3q__election_open span,.styles-module__rSzg3q__connection_connected span{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.styles-module__rSzg3q__election_closed{color:#cbd5e1}.styles-module__rSzg3q__election_closed span{background:#94a3b8}.styles-module__rSzg3q__election_scheduled{color:#fde68a}.styles-module__rSzg3q__election_scheduled span{background:#f59e0b}.styles-module__rSzg3q__headerControls{justify-self:end;gap:13px}.styles-module__rSzg3q__officialClock{justify-items:end;gap:2px;display:grid}.styles-module__rSzg3q__officialClock strong{font-size:1.35rem;line-height:1}.styles-module__rSzg3q__officialClock span{color:var(--muted);font-size:.66rem}.styles-module__rSzg3q__connectionBadge{border:1px solid var(--line);background:#ffffff09;border-radius:999px;justify-content:center;min-width:112px;padding:9px 11px}.styles-module__rSzg3q__connection_connected{color:#86efac}.styles-module__rSzg3q__connection_polling,.styles-module__rSzg3q__connection_connecting{color:#fde68a}.styles-module__rSzg3q__connection_polling span,.styles-module__rSzg3q__connection_connecting span{background:#f59e0b}.styles-module__rSzg3q__connection_offline{color:#fca5a5}.styles-module__rSzg3q__connection_offline span{background:#ef4444}.styles-module__rSzg3q__roomButton{color:#e0f2fe;min-height:40px;font:inherit;cursor:pointer;background:#0b3158;border:1px solid #7dd3fc59;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.76rem;font-weight:800;transition:border-color .16s,background .16s;display:inline-flex}.styles-module__rSzg3q__roomButton:hover{background:#10416f;border-color:#7dd3fc}.styles-module__rSzg3q__roomButton:focus-visible,.styles-module__rSzg3q__page button:focus-visible{outline-offset:3px;outline:3px solid #7dd3fc}.styles-module__rSzg3q__roomButton svg,.styles-module__rSzg3q__kpiHeading svg,.styles-module__rSzg3q__panelIcon svg,.styles-module__rSzg3q__protectedResults>svg{width:20px;height:20px}.styles-module__rSzg3q__board{gap:18px;width:min(100%,1920px);margin:0 auto;padding:22px clamp(20px,2vw,38px) 28px;display:grid}.styles-module__rSzg3q__errorBanner{color:#fde68a;background:#f59e0b1a;border:1px solid #f59e0b6b;border-radius:10px;gap:8px;padding:11px 15px;font-size:.84rem;display:flex}.styles-module__rSzg3q__kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.styles-module__rSzg3q__kpi{border:1px solid var(--line);background:var(--navy-900);border-radius:18px;align-content:center;gap:9px;min-height:166px;padding:21px 24px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #00000029}.styles-module__rSzg3q__kpi:after{content:"";background:#60a5fa;border-radius:0 4px 4px 0;width:4px;position:absolute;inset:18px auto 18px 0}.styles-module__rSzg3q__kpiHeading{color:#a9c5df;gap:9px}.styles-module__rSzg3q__kpiHeading span{letter-spacing:.095em;text-transform:uppercase;font-size:.78rem;font-weight:850}.styles-module__rSzg3q__kpi>strong{letter-spacing:-.055em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(2.6rem,4vw,4.45rem);line-height:.98;overflow:hidden}.styles-module__rSzg3q__kpi>small{color:var(--muted);font-size:.78rem}.styles-module__rSzg3q__kpi_cyan:after{background:#38bdf8}.styles-module__rSzg3q__kpi_cyan>strong{color:#7dd3fc}.styles-module__rSzg3q__kpi_green:after{background:#22c55e}.styles-module__rSzg3q__kpi_green>strong{color:#86efac}.styles-module__rSzg3q__kpi_neutral:after{background:#94a3b8}.styles-module__rSzg3q__kpi_warning:after{background:#f59e0b}.styles-module__rSzg3q__kpi_warning>strong{color:#fde68a}.styles-module__rSzg3q__analyticsGrid,.styles-module__rSzg3q__operationsGrid{gap:18px;display:grid}.styles-module__rSzg3q__analyticsGrid{grid-template-columns:minmax(0,1.25fr) minmax(420px,.75fr)}.styles-module__rSzg3q__operationsGrid{grid-template-columns:minmax(420px,.8fr) minmax(0,1.2fr)}.styles-module__rSzg3q__panel,.styles-module__rSzg3q__resultsSection,.styles-module__rSzg3q__protectedResults{border:1px solid var(--line);background:var(--navy-900);border-radius:18px;box-shadow:0 14px 30px #00000021}.styles-module__rSzg3q__panel,.styles-module__rSzg3q__resultsSection{padding:20px 22px}.styles-module__rSzg3q__panelHeading{gap:11px}.styles-module__rSzg3q__panelIcon{color:#7dd3fc;background:#38bdf814;border:1px solid #7dd3fc33;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.styles-module__rSzg3q__panelHeading h2{margin:0;font-size:clamp(1rem,1.2vw,1.25rem)}.styles-module__rSzg3q__panelHeading p{color:var(--muted);margin:3px 0 0;font-size:.75rem}.styles-module__rSzg3q__temporalChart{height:225px;margin-top:18px}.styles-module__rSzg3q__temporalChart svg{width:100%;height:100%;overflow:visible}.styles-module__rSzg3q__chartAxis{stroke:#a4bedc4d;stroke-width:1px}.styles-module__rSzg3q__chartGuide{stroke:#a4bedc24;stroke-width:1px;stroke-dasharray:6 8}.styles-module__rSzg3q__chartLine{fill:none;stroke:#38bdf8;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px 8px #38bdf838);transition:d .22s}.styles-module__rSzg3q__chartRange{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;margin-top:4px;font-size:.72rem;display:flex}.styles-module__rSzg3q__chartRange strong{color:#d9ebf8;font-size:.8rem}.styles-module__rSzg3q__temporalStats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:15px;display:grid}.styles-module__rSzg3q__temporalStats>div{background:#ffffff09;border-radius:10px;gap:4px;padding:10px;display:grid}.styles-module__rSzg3q__temporalStats span{color:var(--muted);font-size:.66rem}.styles-module__rSzg3q__temporalStats strong{font-size:1.05rem}.styles-module__rSzg3q__emptyChart{min-height:180px;color:var(--muted);text-align:center;place-items:center;display:grid}.styles-module__rSzg3q__careerList{gap:15px;margin-top:18px;display:grid}.styles-module__rSzg3q__careerRow{grid-template-columns:minmax(0,1fr) auto;gap:7px 16px;display:grid}.styles-module__rSzg3q__careerLabel{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.styles-module__rSzg3q__careerLabel strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.styles-module__rSzg3q__careerLabel span,.styles-module__rSzg3q__careerValue span{color:var(--muted);white-space:nowrap;font-size:.66rem}.styles-module__rSzg3q__careerValue{justify-items:end;min-width:76px;display:grid}.styles-module__rSzg3q__careerValue strong{color:#7dd3fc}.styles-module__rSzg3q__careerValue span{color:#fde68a}.styles-module__rSzg3q__careerTrack{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:8px;overflow:hidden}.styles-module__rSzg3q__careerTrack>div{border-radius:inherit;background:#38bdf8;height:100%;transition:width .4s}.styles-module__rSzg3q__careerTrack>.styles-module__rSzg3q__careerLow{background:#f59e0b}.styles-module__rSzg3q__serviceList,.styles-module__rSzg3q__activityList{margin-top:18px;display:grid}.styles-module__rSzg3q__serviceRow{border-bottom:1px solid #a4bedc1f;grid-template-columns:auto 110px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:51px;display:grid}.styles-module__rSzg3q__serviceRow:last-child,.styles-module__rSzg3q__activityRow:last-child{border-bottom:0}.styles-module__rSzg3q__serviceRow>strong{font-size:.82rem}.styles-module__rSzg3q__serviceRow>span:nth-child(3){color:var(--muted);font-size:.72rem}.styles-module__rSzg3q__serviceRow>b{text-transform:uppercase;font-size:.69rem;font-weight:800}.styles-module__rSzg3q__service_online{background:#22c55e}.styles-module__rSzg3q__service_warning{background:#f59e0b}.styles-module__rSzg3q__service_offline{background:#ef4444}.styles-module__rSzg3q__service_unknown{background:#94a3b8}.styles-module__rSzg3q__serviceRow:has(.styles-module__rSzg3q__service_online)>b{color:#86efac}.styles-module__rSzg3q__serviceRow:has(.styles-module__rSzg3q__service_warning)>b{color:#fde68a}.styles-module__rSzg3q__serviceRow:has(.styles-module__rSzg3q__service_offline)>b{color:#fca5a5}.styles-module__rSzg3q__serviceRow:has(.styles-module__rSzg3q__service_unknown)>b{color:#cbd5e1}.styles-module__rSzg3q__activityRow{border-bottom:1px solid #a4bedc1f;grid-template-columns:86px auto 1fr;align-items:center;gap:12px;min-height:53px;display:grid}.styles-module__rSzg3q__activityRow time{color:#7dd3fc;font-size:.78rem}.styles-module__rSzg3q__activityRow strong{font-size:.82rem}.styles-module__rSzg3q__activity_success{background:#22c55e}.styles-module__rSzg3q__activity_warning{background:#f59e0b}.styles-module__rSzg3q__activity_info{background:#38bdf8}.styles-module__rSzg3q__privacyNote{color:#a9c5df;text-align:center;background:#38bdf80f;border-radius:8px;margin:13px 0 0;padding:9px 11px;font-size:.69rem}.styles-module__rSzg3q__protectedResults{color:#b9cee2;text-align:left;background:#0a1a30;justify-content:center;align-items:center;gap:17px;min-height:112px;padding:20px 24px;display:flex}.styles-module__rSzg3q__protectedResults>svg{color:#7dd3fc;flex:none;width:40px;height:40px}.styles-module__rSzg3q__protectedResults span{color:#7dd3fc;letter-spacing:.1em;font-size:.67rem;font-weight:850}.styles-module__rSzg3q__protectedResults strong{color:#fff;margin-top:3px;font-size:1rem;display:block}.styles-module__rSzg3q__protectedResults p{color:var(--muted);margin:4px 0 0;font-size:.75rem}.styles-module__rSzg3q__resultsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.styles-module__rSzg3q__resultItem{background:#ffffff06;border:1px solid #a4bedc24;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px 12px;padding:13px;display:grid}.styles-module__rSzg3q__resultRank{color:#7dd3fc;background:#38bdf81a;border-radius:8px;place-items:center;width:32px;height:32px;font-size:.72rem;font-weight:900;display:grid}.styles-module__rSzg3q__resultItem>div:nth-child(2){min-width:0;display:grid}.styles-module__rSzg3q__resultItem>div:nth-child(2) span,.styles-module__rSzg3q__resultValue span{color:var(--muted);font-size:.67rem}.styles-module__rSzg3q__resultItem>div:nth-child(2) strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.styles-module__rSzg3q__resultValue{justify-items:end;display:grid}.styles-module__rSzg3q__resultTrack{background:#ffffff14;border-radius:999px;grid-column:1/-1;height:6px;overflow:hidden}.styles-module__rSzg3q__resultTrack>div{border-radius:inherit;background:#38bdf8;height:100%}.styles-module__rSzg3q__loadingState{text-align:center;place-content:center;justify-items:center;gap:13px;min-height:100vh;display:grid}.styles-module__rSzg3q__loadingState h1,.styles-module__rSzg3q__loadingState p{margin:0}.styles-module__rSzg3q__loadingState p{max-width:540px;color:var(--muted)}.styles-module__rSzg3q__loadingSpinner{border:4px solid #ffffff1f;border-top-color:#38bdf8;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite styles-module__rSzg3q__spin}.styles-module__rSzg3q__roomMode{height:100vh;overflow:hidden}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__header{min-height:82px;padding-block:10px;position:relative}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__roomButton{display:none}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__board{grid-template-rows:auto minmax(0,1.08fr) minmax(0,.92fr) auto;gap:12px;height:calc(100vh - 82px);padding-block:14px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__kpiGrid,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__analyticsGrid,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__operationsGrid{min-height:0}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__kpi{min-height:118px;padding-block:15px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__panel{min-height:0;padding-block:15px;overflow:hidden}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__temporalChart{height:clamp(105px,14vh,150px);margin-top:10px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__temporalStats,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__careerList,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__serviceList,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__activityList{margin-top:10px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__careerList{gap:9px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__serviceRow,.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__activityRow{min-height:40px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__privacyNote{margin-top:8px}.styles-module__rSzg3q__roomMode .styles-module__rSzg3q__protectedResults{min-height:76px;padding-block:12px}@keyframes styles-module__rSzg3q__spin{to{transform:rotate(360deg)}}@media (min-width:1500px) and (min-height:900px){.styles-module__rSzg3q__board{gap:20px;padding-block:24px 30px}.styles-module__rSzg3q__kpi{min-height:176px}.styles-module__rSzg3q__analyticsGrid{grid-template-columns:minmax(0,1.35fr) minmax(460px,.65fr)}}@media (max-width:1450px){.styles-module__rSzg3q__header{grid-template-columns:minmax(320px,1fr) minmax(240px,.65fr) auto;gap:18px}.styles-module__rSzg3q__roomButton{padding-inline:10px}.styles-module__rSzg3q__kpi{min-height:150px}.styles-module__rSzg3q__temporalChart{height:200px}}@media (max-width:1180px){.styles-module__rSzg3q__header{grid-template-columns:1fr auto}.styles-module__rSzg3q__electionIdentity{grid-area:2/1/auto/-1}.styles-module__rSzg3q__analyticsGrid,.styles-module__rSzg3q__operationsGrid{grid-template-columns:1fr}.styles-module__rSzg3q__resultsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.styles-module__rSzg3q__header{grid-template-columns:1fr;position:relative}.styles-module__rSzg3q__identity,.styles-module__rSzg3q__headerControls{justify-self:center}.styles-module__rSzg3q__headerControls{flex-wrap:wrap;justify-content:center}.styles-module__rSzg3q__officialClock{justify-items:center}.styles-module__rSzg3q__kpiGrid,.styles-module__rSzg3q__temporalStats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.styles-module__rSzg3q__header,.styles-module__rSzg3q__board{padding-inline:14px}.styles-module__rSzg3q__identity{align-items:flex-start}.styles-module__rSzg3q__identity h1,.styles-module__rSzg3q__eyebrow{white-space:normal}.styles-module__rSzg3q__logo{width:50px;height:50px}.styles-module__rSzg3q__kpiGrid,.styles-module__rSzg3q__resultsGrid{grid-template-columns:1fr}.styles-module__rSzg3q__kpi{min-height:135px}.styles-module__rSzg3q__kpi>strong{font-size:2.7rem}.styles-module__rSzg3q__panel,.styles-module__rSzg3q__resultsSection{padding:17px 15px}.styles-module__rSzg3q__careerLabel{display:grid}.styles-module__rSzg3q__serviceRow{grid-template-columns:auto 1fr auto;padding-block:9px}.styles-module__rSzg3q__serviceRow>span:nth-child(3){grid-column:2/-1}.styles-module__rSzg3q__activityRow{grid-template-columns:auto auto 1fr}.styles-module__rSzg3q__protectedResults{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.styles-module__rSzg3q__loadingSpinner{animation:none}.styles-module__rSzg3q__careerTrack>div,.styles-module__rSzg3q__chartLine{transition:none}}
.styles-module__dCKckG__page{--navy-950:#071426;--navy-900:#0b203b;--navy-850:#102b4d;--blue:#1478ae;--sky:#5bc0eb;--text:#f7fbff;--muted:#a9bed3;--line:#a8c3dd33;min-height:100vh;color:var(--text);font-variant-numeric:tabular-nums;background:#f2f6f9}.styles-module__dCKckG__header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#071426f7;border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(330px,1fr) minmax(300px,1fr) auto;align-items:center;gap:26px;min-height:90px;padding:12px clamp(18px,2.3vw,42px);display:grid;position:sticky;top:0}.styles-module__dCKckG__institution{align-items:center;gap:13px;min-width:0;display:flex}.styles-module__dCKckG__institution>div:last-child{gap:3px;min-width:0;display:grid}.styles-module__dCKckG__institution>div:last-child span{color:#8dd4f1;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.68rem;font-weight:800;overflow:hidden}.styles-module__dCKckG__institution>div:last-child strong{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.styles-module__dCKckG__logo{color:#7dd3fc;background:#0c3158;border:1px solid #7dd3fc85;border-radius:14px;flex:none;grid-template-columns:1fr auto;place-items:center;width:56px;height:56px;padding:8px;display:grid;box-shadow:inset 0 0 0 3px #7dd3fc12}.styles-module__dCKckG__logo span{font-size:.67rem;font-weight:800}.styles-module__dCKckG__logo strong{color:#fff;font-size:1.4rem}.styles-module__dCKckG__electionTitle{text-align:center;min-width:0}.styles-module__dCKckG__electionTitle>span{color:#7dd3fc;letter-spacing:.12em;font-size:.69rem;font-weight:850}.styles-module__dCKckG__electionTitle h1{text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:clamp(1rem,1.35vw,1.3rem);line-height:1.15;overflow:hidden}.styles-module__dCKckG__headerStatus{justify-self:end;align-items:center;gap:12px;display:flex}.styles-module__dCKckG__headerTime{justify-items:end;gap:2px;display:grid}.styles-module__dCKckG__headerTime strong{font-size:1.25rem;line-height:1}.styles-module__dCKckG__headerTime span{color:var(--muted);font-size:.64rem}.styles-module__dCKckG__liveBadge{border:1px solid var(--line);letter-spacing:.075em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:98px;padding:8px 11px;font-size:.67rem;font-weight:900;display:inline-flex}.styles-module__dCKckG__liveBadge>span{border-radius:50%;flex:none;width:8px;height:8px}.styles-module__dCKckG__connection_connected{color:#9aefb8;background:#22c55e1a;border-color:#22c55e59}.styles-module__dCKckG__connection_connected>span{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.styles-module__dCKckG__connection_polling,.styles-module__dCKckG__connection_connecting{color:#f8d98a;background:#f59e0b1a;border-color:#f59e0b59}.styles-module__dCKckG__connection_polling>span,.styles-module__dCKckG__connection_connecting>span{background:#f59e0b}.styles-module__dCKckG__connection_offline{color:#f9aaaa;background:#ef44441a;border-color:#ef444459}.styles-module__dCKckG__connection_offline>span{background:#ef4444}.styles-module__dCKckG__officialBadge{color:#dceeff;background:#38bdf81a;border-color:#7dd3fc59;min-width:152px}.styles-module__dCKckG__officialBadge>span{background:#38bdf8}.styles-module__dCKckG__tvButton,.styles-module__dCKckG__footer button,.styles-module__dCKckG__loadingState button{color:#fff;min-height:38px;font:inherit;cursor:pointer;background:#0d355e;border:1px solid #7dd3fc52;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:.72rem;font-weight:800;transition:background .16s,border-color .16s;display:inline-flex}.styles-module__dCKckG__tvButton:hover,.styles-module__dCKckG__footer button:hover,.styles-module__dCKckG__loadingState button:hover{background:#124977;border-color:#7dd3fc}.styles-module__dCKckG__tvButton:focus-visible,.styles-module__dCKckG__footer button:focus-visible,.styles-module__dCKckG__loadingState button:focus-visible{outline-offset:3px;outline:3px solid #38bdf8}.styles-module__dCKckG__tvButton svg,.styles-module__dCKckG__footer button svg{width:17px;height:17px}.styles-module__dCKckG__content{color:#14253b;gap:17px;width:min(100%,1740px);margin:0 auto;padding:20px clamp(16px,2vw,36px) 28px;display:grid}.styles-module__dCKckG__connectionNotice{color:#71420a;background:#fff8e7;border:1px solid #e3a52f;border-radius:10px;align-items:center;gap:11px;padding:11px 15px;display:flex}.styles-module__dCKckG__connectionNotice svg{flex:none;width:23px;height:23px}.styles-module__dCKckG__connectionNotice>div{gap:2px;display:grid}.styles-module__dCKckG__connectionNotice span{font-size:.75rem}.styles-module__dCKckG__kpiGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.styles-module__dCKckG__kpi{background:#fff;border:1px solid #d8e2eb;border-radius:16px;align-content:center;gap:8px;min-height:138px;padding:19px 21px;display:grid;box-shadow:0 10px 25px #0f2a4612}.styles-module__dCKckG__kpiLabel{color:#53708a;align-items:center;gap:8px;display:flex}.styles-module__dCKckG__kpiLabel svg{width:19px;height:19px;color:var(--blue)}.styles-module__dCKckG__kpiLabel span{letter-spacing:.075em;text-transform:uppercase;font-size:.72rem;font-weight:850}.styles-module__dCKckG__kpi>strong{color:#092a4c;letter-spacing:-.05em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(2.45rem,3.5vw,4rem);line-height:.98;overflow:hidden}.styles-module__dCKckG__kpi>.styles-module__dCKckG__compactValue{letter-spacing:-.035em;font-size:clamp(1.75rem,2.5vw,2.8rem)}.styles-module__dCKckG__kpi small{color:#657d93;font-size:.72rem}.styles-module__dCKckG__participationPanel{color:#fff;background:var(--navy-900);border-radius:16px;padding:18px 22px 15px;box-shadow:0 14px 32px #0f2a4629}.styles-module__dCKckG__participationHeading{justify-content:space-between;align-items:end;gap:24px;display:flex}.styles-module__dCKckG__participationHeading>div{align-items:baseline;gap:18px;display:flex}.styles-module__dCKckG__participationHeading span{color:#9ecbe2;letter-spacing:.08em;font-size:.72rem;font-weight:850}.styles-module__dCKckG__participationHeading strong{font-size:clamp(2rem,3vw,3.25rem);line-height:1}.styles-module__dCKckG__participationHeading p{color:#bad0e2;margin:0;font-size:.85rem}.styles-module__dCKckG__participationHeading p b{color:#fff}.styles-module__dCKckG__participationTrack{background:#ffffff1c;border-radius:999px;height:24px;margin-top:13px;overflow:hidden}.styles-module__dCKckG__participationTrack>div{border-radius:inherit;background:#38a8d8;height:100%;transition:width .65s cubic-bezier(.22,1,.36,1)}.styles-module__dCKckG__updateLine{color:#92abc1;justify-content:space-between;gap:16px;margin-top:9px;font-size:.66rem;display:flex}.styles-module__dCKckG__leaderPanel{background:#fafdff;border:1px solid #b9d8e9;border-radius:20px;grid-template-columns:minmax(360px,1.3fr) minmax(300px,.8fr) minmax(230px,.55fr);align-items:center;gap:28px;padding:24px 26px;display:grid;box-shadow:0 16px 38px #0f2a461f}.styles-module__dCKckG__leaderChanged{animation:.9s styles-module__dCKckG__leaderChange}@keyframes styles-module__dCKckG__leaderChange{0%{opacity:.65;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.styles-module__dCKckG__leaderIdentity{align-items:center;gap:20px;min-width:0;display:flex}.styles-module__dCKckG__leaderLogo{color:#0d5c88;background:#fff;border:1px solid #d8e5ed;border-radius:18px;flex:none;place-items:center;width:118px;height:118px;font-size:1.8rem;font-weight:900;display:grid;overflow:hidden}.styles-module__dCKckG__leaderLogo img{object-fit:contain;width:100%;height:100%}.styles-module__dCKckG__leaderIdentity>div:last-child{min-width:0}.styles-module__dCKckG__leaderIdentity>div:last-child>span{color:#1478ae;letter-spacing:.1em;font-size:.69rem;font-weight:850}.styles-module__dCKckG__leaderIdentity p{color:#527088;margin:5px 0 0;font-size:.8rem;font-weight:850}.styles-module__dCKckG__leaderIdentity h2{color:#092a4c;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:clamp(1.65rem,2.7vw,3rem);line-height:1.05;overflow:hidden}.styles-module__dCKckG__leaderIdentity small{color:#657d93;margin-top:5px;font-size:.82rem;display:block}.styles-module__dCKckG__leaderNumbers{grid-template-columns:1fr 1fr;gap:14px;display:grid}.styles-module__dCKckG__leaderNumbers>div{background:#eef7fb;border-left:3px solid #38a8d8;gap:3px;padding:15px;display:grid}.styles-module__dCKckG__leaderNumbers strong{color:#092a4c;font-size:clamp(2rem,3.1vw,3.55rem);line-height:1}.styles-module__dCKckG__leaderNumbers span,.styles-module__dCKckG__advantage span,.styles-module__dCKckG__advantage small{color:#657d93;font-size:.68rem}.styles-module__dCKckG__advantage{color:#fff;background:#0d355e;border-radius:13px;gap:5px;padding:17px;display:grid}.styles-module__dCKckG__advantage span,.styles-module__dCKckG__advantage small{color:#b9cee1}.styles-module__dCKckG__advantage strong{font-size:1.4rem}.styles-module__dCKckG__tiePanel,.styles-module__dCKckG__noLeader,.styles-module__dCKckG__protectedPanel{background:#fff;border:1px solid #c9d9e5;border-radius:20px;justify-content:center;align-items:center;gap:22px;min-height:190px;padding:28px;display:flex;box-shadow:0 14px 32px #0f2a4614}.styles-module__dCKckG__tieMark,.styles-module__dCKckG__protectedIcon{color:#a36105;background:#fff4d8;border-radius:50%;flex:none;place-items:center;width:74px;height:74px;font-size:2.1rem;font-weight:900;display:grid}.styles-module__dCKckG__tiePanel>div:last-child,.styles-module__dCKckG__protectedPanel>div:last-child{max-width:720px}.styles-module__dCKckG__tiePanel span,.styles-module__dCKckG__protectedPanel span{color:#1478ae;letter-spacing:.1em;font-size:.7rem;font-weight:850}.styles-module__dCKckG__tiePanel h2,.styles-module__dCKckG__protectedPanel h2,.styles-module__dCKckG__noLeader h2{color:#092a4c;margin:5px 0 0;font-size:clamp(1.55rem,2.4vw,2.45rem)}.styles-module__dCKckG__tiePanel p,.styles-module__dCKckG__protectedPanel p,.styles-module__dCKckG__noLeader p{color:#61798f;margin:7px 0 0;line-height:1.5}.styles-module__dCKckG__noLeader svg{color:#1478ae;width:54px;height:54px}.styles-module__dCKckG__protectedIcon{color:#1478ae;background:#e9f5fb}.styles-module__dCKckG__protectedIcon svg{width:34px;height:34px}.styles-module__dCKckG__resultsSection{background:#fff;border:1px solid #d8e2eb;border-radius:18px;padding:21px 23px;box-shadow:0 12px 30px #0f2a4612}.styles-module__dCKckG__sectionHeading{justify-content:space-between;align-items:end;gap:18px;display:flex}.styles-module__dCKckG__sectionHeading span{color:#1478ae;letter-spacing:.1em;font-size:.68rem;font-weight:850}.styles-module__dCKckG__sectionHeading h2{color:#092a4c;margin:4px 0 0;font-size:1.35rem}.styles-module__dCKckG__sectionHeading>strong{color:#657d93;font-size:.76rem}.styles-module__dCKckG__rankingList{gap:10px;margin-top:17px;display:grid}.styles-module__dCKckG__resultRow{background:#fbfdff;border:1px solid #e0e8ef;border-radius:13px;grid-template-columns:38px 54px minmax(190px,1fr) minmax(110px,auto) 90px;align-items:center;gap:12px;min-height:83px;padding:11px 14px;transition:transform .18s,border-color .18s;display:grid}.styles-module__dCKckG__resultRow:hover{border-color:#9bc8df;transform:translate(2px)}.styles-module__dCKckG__position{color:#0d5c88;background:#e8f4fa;border-radius:9px;place-items:center;width:34px;height:34px;font-size:.85rem;font-weight:900;display:grid}.styles-module__dCKckG__rowLogo{color:#0d5c88;background:#fff;border:1px solid #d9e5ed;border-radius:10px;place-items:center;width:50px;height:50px;font-size:.8rem;font-weight:900;display:grid;overflow:hidden}.styles-module__dCKckG__rowLogo img{object-fit:contain;width:100%;height:100%}.styles-module__dCKckG__rowIdentity{gap:2px;min-width:0;display:grid}.styles-module__dCKckG__rowIdentity span{color:#1478ae;letter-spacing:.07em;font-size:.65rem;font-weight:850}.styles-module__dCKckG__rowIdentity strong{color:#17324d;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.styles-module__dCKckG__rowVotes{justify-items:end;display:grid}.styles-module__dCKckG__rowVotes strong{color:#17324d;font-size:1.2rem}.styles-module__dCKckG__rowVotes span{color:#6c8195;font-size:.65rem}.styles-module__dCKckG__rowPercentage{text-align:right;color:#0d5c88;font-size:1.35rem;font-weight:900}.styles-module__dCKckG__resultTrack{background:#e6edf2;border-radius:999px;grid-column:3/-1;height:7px;overflow:hidden}.styles-module__dCKckG__resultTrack>div{border-radius:inherit;background:#268dbd;height:100%;transition:width .7s cubic-bezier(.22,1,.36,1)}.styles-module__dCKckG__blankPanel{color:#25384a;background:#f8fafb;border:1px solid #d5dde4;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto 100px;align-items:center;gap:16px;padding:17px 21px;display:grid}.styles-module__dCKckG__blankIcon{color:#607587;background:#e8edf1;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.styles-module__dCKckG__blankIcon svg{width:23px;height:23px}.styles-module__dCKckG__blankPanel>div:nth-child(2){gap:2px;display:grid}.styles-module__dCKckG__blankPanel>div:nth-child(2)>span{color:#6a7d8c;letter-spacing:.09em;font-size:.63rem;font-weight:850}.styles-module__dCKckG__blankPanel>div:nth-child(2)>strong{font-size:1rem}.styles-module__dCKckG__blankPanel p{color:#718493;margin:0;font-size:.7rem}.styles-module__dCKckG__blankNumbers{justify-items:end;display:grid}.styles-module__dCKckG__blankNumbers strong,.styles-module__dCKckG__blankPercentage{font-size:1.4rem;font-weight:900}.styles-module__dCKckG__blankNumbers span{color:#718493;font-size:.67rem}.styles-module__dCKckG__blankPercentage{text-align:right;color:#5b6e7c}.styles-module__dCKckG__footer{color:#a9bed3;background:var(--navy-950);border-radius:11px;grid-template-columns:auto minmax(210px,1fr) auto auto auto;align-items:center;gap:14px;min-height:48px;padding:8px 13px;font-size:.68rem;display:grid}.styles-module__dCKckG__footer strong{color:#fff}.styles-module__dCKckG__footer button{min-height:32px}.styles-module__dCKckG__loadingState{color:#fff;background:var(--navy-950);text-align:center;place-content:center;justify-items:center;gap:12px;min-height:100vh;display:grid}.styles-module__dCKckG__loadingState>span{color:#7dd3fc;letter-spacing:.1em;font-size:.7rem;font-weight:850}.styles-module__dCKckG__loadingState h1,.styles-module__dCKckG__loadingState p{margin:0}.styles-module__dCKckG__loadingState p{max-width:520px;color:var(--muted)}.styles-module__dCKckG__spinner{border:4px solid #ffffff1f;border-top-color:#38bdf8;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite styles-module__dCKckG__spin}.styles-module__dCKckG__tvMode{height:100vh;overflow:hidden}.styles-module__dCKckG__tvMode .styles-module__dCKckG__header{min-height:78px;padding-block:8px;position:relative}.styles-module__dCKckG__tvMode .styles-module__dCKckG__tvButton,.styles-module__dCKckG__tvMode .styles-module__dCKckG__footer button{display:none}.styles-module__dCKckG__tvMode .styles-module__dCKckG__content{gap:10px;height:calc(100vh - 78px);padding-block:12px;overflow:hidden}.styles-module__dCKckG__tvMode .styles-module__dCKckG__kpi{min-height:108px;padding-block:13px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__participationPanel{padding-block:12px 10px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__leaderPanel{padding-block:15px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__resultsSection{min-height:0;padding-block:14px;overflow:hidden}.styles-module__dCKckG__tvMode .styles-module__dCKckG__rankingList{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__resultRow{min-height:63px;padding-block:7px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__rowLogo{width:42px;height:42px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__blankPanel{padding-block:10px}.styles-module__dCKckG__tvMode .styles-module__dCKckG__footer{min-height:38px;padding-block:5px}@media (max-width:1200px){.styles-module__dCKckG__tvMode .styles-module__dCKckG__rankingList{grid-template-columns:1fr}}@keyframes styles-module__dCKckG__spin{to{transform:rotate(360deg)}}@media (min-width:1600px){.styles-module__dCKckG__kpi{min-height:148px}.styles-module__dCKckG__leaderPanel{min-height:205px}.styles-module__dCKckG__resultRow{min-height:88px}}@media (max-width:1280px){.styles-module__dCKckG__header{grid-template-columns:minmax(290px,1fr) minmax(260px,.8fr) auto;gap:16px}.styles-module__dCKckG__tvButton{padding-inline:9px}.styles-module__dCKckG__leaderPanel{grid-template-columns:minmax(330px,1.2fr) minmax(260px,.8fr)}.styles-module__dCKckG__advantage{grid-column:1/-1;grid-template-columns:1fr auto auto;align-items:center}}@media (max-width:1040px){.styles-module__dCKckG__header{grid-template-columns:1fr auto}.styles-module__dCKckG__electionTitle{grid-area:2/1/auto/-1}.styles-module__dCKckG__kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.styles-module__dCKckG__leaderPanel{grid-template-columns:1fr}.styles-module__dCKckG__advantage{grid-column:auto}.styles-module__dCKckG__footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.styles-module__dCKckG__header{grid-template-columns:1fr;padding-inline:14px;position:relative}.styles-module__dCKckG__institution,.styles-module__dCKckG__headerStatus{justify-self:center}.styles-module__dCKckG__institution>div:last-child span,.styles-module__dCKckG__institution>div:last-child strong{white-space:normal}.styles-module__dCKckG__headerStatus{flex-wrap:wrap;justify-content:center}.styles-module__dCKckG__headerTime{justify-items:center}.styles-module__dCKckG__electionTitle{grid-area:auto}.styles-module__dCKckG__content{padding-inline:12px}.styles-module__dCKckG__kpiGrid{grid-template-columns:1fr}.styles-module__dCKckG__participationHeading,.styles-module__dCKckG__participationHeading>div,.styles-module__dCKckG__updateLine,.styles-module__dCKckG__sectionHeading{flex-direction:column;align-items:flex-start}.styles-module__dCKckG__leaderIdentity{align-items:flex-start}.styles-module__dCKckG__leaderLogo{width:84px;height:84px}.styles-module__dCKckG__leaderNumbers{grid-template-columns:1fr}.styles-module__dCKckG__resultRow{grid-template-columns:34px 48px minmax(0,1fr) auto}.styles-module__dCKckG__rowVotes{grid-column:3;justify-items:start}.styles-module__dCKckG__rowPercentage{grid-area:1/4/span 2}.styles-module__dCKckG__resultTrack{grid-column:3/-1}.styles-module__dCKckG__blankPanel{grid-template-columns:auto minmax(0,1fr) auto}.styles-module__dCKckG__blankNumbers{grid-column:2;justify-items:start}.styles-module__dCKckG__blankPercentage{grid-area:1/3/span 2}.styles-module__dCKckG__footer{text-align:center;grid-template-columns:1fr;justify-items:center}}@media (max-width:460px){.styles-module__dCKckG__institution{align-items:flex-start}.styles-module__dCKckG__logo{width:48px;height:48px}.styles-module__dCKckG__kpi{min-height:120px}.styles-module__dCKckG__leaderIdentity{display:grid}.styles-module__dCKckG__leaderPanel,.styles-module__dCKckG__resultsSection,.styles-module__dCKckG__participationPanel{padding-inline:15px}.styles-module__dCKckG__tiePanel,.styles-module__dCKckG__noLeader,.styles-module__dCKckG__protectedPanel{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.styles-module__dCKckG__spinner,.styles-module__dCKckG__leaderChanged{animation:none}.styles-module__dCKckG__participationTrack>div,.styles-module__dCKckG__resultTrack>div,.styles-module__dCKckG__resultRow{transition:none}}
