@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;--bg: #0b0b11;--bg-2: #0f0f16;--surface: #15151f;--surface-2: #1b1b28;--ink: #f5f5fa;--ink-soft: #b6b6c8;--muted: #7b7b90;--border: #23232f;--border-strong: #33334a;--grid: #20202c;--accent: #7c6cff;--accent-soft: rgba(124, 108, 255, .16);--accent-2: #22d3ee;--link: #8ab4ff;--danger: #fb7185;--pos: #4ade80;--neg: #fb7185;--track: #1c1c28;--chip-bg: #1e1e2b;--th-bg: #14141d;--row-hover: #1b1b28;--map-bg: #0b0b11;--map-nodata: #20202c;--map-stroke: #0b0b11;--controls-bg: rgba(15, 15, 22, .85);--radius-xl: 16px;--radius-lg: 12px;--radius-md: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .55);--glow: 0 0 0 1px rgba(124, 108, 255, .12), 0 8px 30px rgba(124, 108, 255, .06);--font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--rail-w: 64px;--maxw: 1360px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);background:var(--bg);background-image:radial-gradient(1100px 600px at 78% -8%,rgba(124,108,255,.14),transparent 60%),radial-gradient(900px 500px at 0% 0%,rgba(34,211,238,.06),transparent 55%);background-attachment:fixed;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}.dash{display:flex;min-height:100vh}.rail{position:sticky;top:0;align-self:flex-start;width:var(--rail-w);height:100vh;flex:0 0 var(--rail-w);display:flex;flex-direction:column;align-items:center;gap:18px;padding:18px 0;background:#0d0d1499;border-right:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:30}.rail-logo{color:var(--accent);filter:drop-shadow(0 0 10px rgba(124,108,255,.5))}.rail-nav{display:flex;flex-direction:column;gap:6px;margin-top:8px}.rail-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:var(--radius-md);color:var(--muted);background:transparent;border:1px solid transparent;cursor:pointer;text-decoration:none;font-size:17px;transition:all .15s ease}.rail-btn:hover{color:var(--ink);background:var(--surface-2);border-color:var(--border);text-decoration:none}.dash-main{flex:1 1 auto;min-width:0}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 26px;background:var(--controls-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-brand{display:flex;flex-direction:column;line-height:1.15}.topbar-brand .tb-name{font-size:18px;font-weight:800;letter-spacing:-.01em}.topbar-brand .tb-sub{font-size:12px;color:var(--muted)}.topbar-controls{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.tnum{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.app{max-width:var(--maxw);margin:0 auto;padding:26px 26px 80px}.app>.section{margin:0 0 22px}@media (max-width: 700px){.app{padding:16px 14px 60px}}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.brand-logo{display:inline-flex;color:var(--ink)}.brand-name{font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--ink)}.brand-name:after{content:"";display:inline-block;width:24px;height:4px;margin-left:12px;vertical-align:middle;background:var(--accent);border-radius:2px}.site-header .inner{max-width:var(--maxw);margin:0 auto;padding:34px 20px 26px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 8px}.site-header h1{font-size:clamp(26px,4vw,40px);font-weight:800;letter-spacing:-.02em;margin:0 0 6px;line-height:1.1}.site-header .lede{margin:0;color:var(--ink-soft);font-size:16px;max-width:640px}.controls{position:sticky;top:0;z-index:20;background:var(--controls-bg);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border);margin-bottom:28px}.controls .inner{max-width:var(--maxw);margin:0 auto;padding:12px 20px;display:flex;flex-wrap:wrap;gap:22px;align-items:center}.control-group{display:flex;align-items:center;gap:10px}.control-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.segmented{display:inline-flex;background:var(--track);border:1px solid var(--border);border-radius:4px;padding:3px;gap:2px}.segmented button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--ink-soft);font:inherit;font-size:13px;font-weight:600;padding:6px 15px;border-radius:3px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.segmented button:hover:not(.active):not(:disabled){color:var(--ink)}.segmented button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.segmented button:disabled{opacity:.38;cursor:not-allowed}.section{margin-bottom:40px}.card{background:linear-gradient(180deg,var(--surface) 0%,var(--bg-2) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:22px 24px}.card:hover{border-color:var(--border-strong)}.section-head{margin-bottom:16px}.section-head .kicker{position:relative;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 8px;padding-top:12px}.section-head .kicker{color:var(--accent)}.section-head .kicker:before{content:"";position:absolute;left:0;top:0;width:26px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--accent),var(--accent-2));box-shadow:0 0 12px #7c6cff99}.section-head h2{font-size:22px;font-weight:700;letter-spacing:-.015em;margin:0}.section-head .sub{margin:8px 0 0;color:var(--ink-soft);font-size:14px;max-width:680px}.card>.card-head{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.card-head h3{font-size:16px;font-weight:700;margin:0;letter-spacing:-.01em}.card-head .meta{font-size:13px;color:var(--muted);margin-top:3px}.chart-frame-head{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.chart-frame-titles{min-width:0}.red-tag{display:block;width:30px;height:5px;background:var(--accent);margin-bottom:10px}.chart-title{font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0;line-height:1.25}.chart-subtitle{font-size:13px;color:var(--ink-soft);margin:4px 0 0;max-width:640px;line-height:1.45}.chart-frame-actions{flex:none}.chart-frame-body{margin-top:4px}.chart-source-wrap{margin-top:16px;padding-top:10px;border-top:1px solid var(--border)}.chart-source{font-size:11px;color:var(--muted);margin:0;line-height:1.45}.muted{color:var(--muted)}.state{color:var(--muted);font-size:14px;padding:32px 0;text-align:center}.state.error{color:var(--danger)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.stat-card{position:relative;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 16px 14px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.stat-card:hover{box-shadow:var(--glow);border-color:var(--border-strong);transform:translateY(-2px)}.stat-card .accent-bar{position:absolute;left:0;top:0;bottom:0;width:4px}.stat-card .rank{position:absolute;top:12px;right:14px;font-size:12px;font-weight:700;color:var(--muted)}.stat-card .cand{font-size:14px;font-weight:700;padding-left:8px;margin-bottom:2px}.stat-card .party{font-size:11.5px;color:var(--muted);padding-left:8px;margin-bottom:10px;min-height:15px}.stat-card .big{font-size:34px;font-weight:800;letter-spacing:-.02em;padding-left:8px;line-height:1}.stat-card .big .unit{font-size:16px;font-weight:600;color:var(--ink-soft);margin-left:2px}.stat-card .big .mom-trend{display:inline-flex;align-items:baseline;gap:3px;margin-left:8px;font-size:12px;font-weight:700;letter-spacing:.01em;vertical-align:baseline}.stat-card .big .mom-trend.up{color:var(--pos)}.stat-card .big .mom-trend.down{color:var(--neg)}.stat-card .big .mom-trend.flat{color:var(--muted)}.stat-card .big .mom-trend-delta{font-size:11px;font-weight:600}.stat-card .ci{padding-left:8px;margin-top:8px;font-size:12.5px;color:var(--ink-soft)}.stat-card .foot{padding-left:8px;margin-top:6px;font-size:11px;color:var(--muted);display:flex;gap:12px}.legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:14px;font-size:12.5px;color:var(--ink-soft)}.legend .item{display:inline-flex;align-items:center;gap:7px;cursor:default}.legend .swatch{width:11px;height:11px;border-radius:3px;display:inline-block;flex:none}.legend .item.toggle{cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s ease}.legend .item.toggle.off{opacity:.35}.rc-tooltip{background:var(--surface);border:1px solid var(--border-strong);border-radius:4px;box-shadow:var(--shadow-lg);padding:10px 12px;font-size:12.5px;min-width:150px;font-variant-numeric:tabular-nums}.rc-tooltip .tt-title{font-weight:700;margin-bottom:6px;font-size:12px;color:var(--ink)}.rc-tooltip .tt-row{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:1.5px 0}.rc-tooltip .tt-row .k{display:inline-flex;align-items:center;gap:7px;color:var(--ink-soft)}.rc-tooltip .tt-row .dot{width:8px;height:8px;border-radius:2px;flex:none}.rc-tooltip .tt-row .v{font-weight:700;color:var(--ink)}.rc-tooltip .tt-ci{color:var(--muted);font-weight:500;font-size:11.5px}.table-scroll{overflow:auto;max-height:560px;border:1px solid var(--border);border-radius:var(--radius-md)}table.polls{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}table.polls thead th{position:sticky;top:0;z-index:2;background:var(--th-bg);text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:11px 14px;border-bottom:1px solid var(--border);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}table.polls thead th.num{text-align:right}table.polls thead th .arrow{color:var(--ink);margin-left:4px}table.polls tbody td{padding:10px 14px;border-bottom:1px solid var(--grid);color:var(--ink-soft);white-space:nowrap}table.polls tbody tr:last-child td{border-bottom:0}table.polls tbody tr:hover td{background:var(--row-hover)}table.polls td.num{text-align:right}table.polls td.pollster{font-weight:700;color:var(--ink)}.pill{display:inline-flex;align-items:center;gap:6px;background:var(--chip-bg);border-radius:999px;padding:2px 9px;font-size:11.5px;font-weight:600;color:var(--ink-soft)}.lead-tag{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--ink)}.lead-tag .dot{width:9px;height:9px;border-radius:3px;flex:none}.latest-list{display:flex;flex-direction:column}.latest-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;padding:14px 0;border-bottom:1px solid var(--grid)}.latest-row:first-child{padding-top:4px}.latest-row:last-child{border-bottom:0;padding-bottom:0}.latest-meta{min-width:180px;flex:1 1 180px}.latest-pollster{font-size:14px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.latest-sponsor{font-weight:500;color:var(--muted)}.latest-sub{margin-top:2px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.latest-dot-sep{color:var(--border-strong)}.latest-cands{display:flex;flex-wrap:wrap;gap:8px 16px;flex:2 1 320px}.latest-chip{display:inline-flex;align-items:baseline;gap:7px;font-size:13px;color:var(--ink-soft)}.latest-chip .dot{width:9px;height:9px;border-radius:3px;flex:none;align-self:center}.latest-cand-name{font-weight:600;color:var(--ink)}.latest-cand-val{font-weight:700;color:var(--ink)}.latest-src{flex:none;font-size:13px;white-space:nowrap}.map-wrap{height:560px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}.leaflet-container{background:var(--map-bg);font-family:var(--font)}.dept-tooltip{font-family:var(--font);font-size:12.5px;background:var(--surface)!important;color:var(--ink-soft)!important;border:1px solid var(--border-strong)!important;border-radius:8px!important;box-shadow:var(--shadow-md)!important;padding:8px 11px!important}.dept-tooltip b{color:var(--ink)}.dept-tooltip.leaflet-tooltip-top:before{border-top-color:var(--surface)!important}.dept-tooltip.leaflet-tooltip-bottom:before{border-bottom-color:var(--surface)!important}.dept-tooltip.leaflet-tooltip-left:before{border-left-color:var(--surface)!important}.dept-tooltip.leaflet-tooltip-right:before{border-right-color:var(--surface)!important}.cmp-list{display:flex;flex-direction:column;gap:12px}.cmp-row{display:grid;grid-template-columns:200px 1fr;gap:14px;align-items:center}.cmp-name{font-size:13px;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:7px}.cmp-name .dot{width:9px;height:9px;border-radius:3px;flex:none}.cmp-name .crown{font-size:12px}.cmp-bars{display:flex;flex-direction:column;gap:5px}.cmp-bar{display:flex;align-items:center;gap:8px;font-size:11.5px}.cmp-bar .track{flex:1;height:12px;background:var(--grid);border-radius:6px;overflow:hidden;position:relative}.cmp-bar .fill{height:100%;border-radius:6px}.cmp-bar .fill.poll{opacity:.42}.cmp-bar .tag{width:66px;color:var(--muted);font-weight:600}.cmp-bar .val{width:48px;text-align:right;font-weight:700;color:var(--ink-soft)}.cmp-legend{display:flex;gap:18px;margin-bottom:16px;font-size:12px;color:var(--muted)}.cmp-legend .k{display:inline-flex;align-items:center;gap:7px}.cmp-legend .box{width:16px;height:10px;border-radius:3px;background:var(--ink)}.cmp-legend .box.poll{opacity:.42}.method-footer{margin-top:48px;padding-top:26px;border-top:1px solid var(--border);color:var(--ink-soft);font-size:13px;line-height:1.65}.method-footer h4{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.method-footer p{margin:0 0 10px;max-width:800px}.method-footer .cred{margin-top:16px;font-size:12px;color:var(--muted)}.method-footer code{background:var(--chip-bg);border-radius:5px;padding:1px 6px;font-size:12px}.prob-table{width:100%;border-collapse:collapse;font-size:14px}.prob-table thead th{text-align:right;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:0 0 10px;border-bottom:1px solid var(--border);white-space:nowrap}.prob-table th.prob-cand{text-align:left}.prob-table tbody td{text-align:right;padding:11px 0;border-bottom:1px solid var(--border);color:var(--ink)}.prob-table td.prob-cand{text-align:left}.prob-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:8px;vertical-align:middle}.prob-name{font-weight:700}.prob-party{margin-left:8px;font-size:12px;color:var(--muted)}.prob-bar-wrap{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:120px}.prob-bar{height:8px;border-radius:4px;min-width:2px;opacity:.55}.prob-val{min-width:48px;text-align:right;font-weight:600}.prob-win{font-weight:800}@media (max-width: 640px){.prob-table th:nth-child(3),.prob-table td:nth-child(3){display:none}}.blackout{max-width:640px;margin:60px auto;padding:40px 32px;text-align:center;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.blackout-mark{font-size:40px;margin-bottom:12px}.blackout h2{font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.02em;margin:0 0 18px;color:var(--ink)}.blackout p{margin:0 0 14px;color:var(--ink-soft);font-size:15px;line-height:1.65}.blackout-scrutin{font-weight:700;color:var(--ink)}.blackout-until{padding:14px;border-radius:10px;background:var(--chip-bg)}.blackout-foot{font-size:13px;color:var(--muted)}.legal-footer{margin-top:40px;padding-top:26px;border-top:1px solid var(--border);color:var(--ink-soft);font-size:12.5px;line-height:1.6}.legal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px}.legal-footer h4{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.legal-footer p{margin:0 0 10px}.legal-footer a{color:var(--ink-soft);text-decoration:underline}.legal-footer a:hover{color:var(--ink)}.legal-copy{margin-top:24px;padding-top:16px;border-top:1px solid var(--border);font-size:11.5px;color:var(--muted);text-align:center}.summary-strip{margin-bottom:28px}.stat-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.stat-tiles .tile{position:relative;background:linear-gradient(180deg,var(--surface-2) 0%,var(--surface) 100%);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:16px 18px 15px;overflow:hidden;transition:border-color .18s ease,transform .18s ease}.stat-tiles .tile:hover{border-color:var(--border-strong);transform:translateY(-2px)}.stat-tiles .tile .tile-value{font-size:26px!important}.stat-tiles .tile.leader{padding-left:18px}.stat-tiles .tile .accent-bar{position:absolute;left:0;top:0;bottom:0;width:4px}.stat-tiles .tile .tile-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.stat-tiles .tile .tile-value{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--ink)}.stat-tiles .tile .tile-value .unit{font-size:13px;font-weight:600;color:var(--ink-soft)}.stat-tiles .tile .lead-name{font-weight:800}.stat-tiles .tile .lead-pct{white-space:nowrap}.stat-tiles .tile.leader .tile-value{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px}.stat-tiles .tile.period{grid-column:span 2}.stat-tiles .tile .period-value{font-size:15px;font-weight:700}.stat-tiles .tile .arrow-sep{color:var(--muted);font-weight:600;margin:0 2px}.stat-tiles .tile .latest-poll-value{font-size:15px;font-weight:700;display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 4px}.stat-tiles .tile .latest-poll-pollster{font-weight:800;color:var(--ink)}.stat-tiles .tile .latest-poll-date{font-weight:600;color:var(--ink-soft)}.summary-updated{margin:10px 2px 0;text-align:right;font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--muted)}.mom-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px 28px}.mom-col{min-width:0}.mom-col-head{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:7px}.mom-col-head:before{content:"";width:8px;height:8px;border-radius:2px;flex:none;background:var(--muted)}.mom-col-head--up:before{background:var(--pos)}.mom-col-head--down:before{background:var(--neg)}.mom-col-head--flat:before{background:var(--muted)}.mom-col-empty{font-size:13px;color:var(--muted);margin:0;padding:4px 0}.mom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.mom-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:13px 14px 12px;transition:box-shadow .18s ease,transform .18s ease}.mom-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.mom-cand{display:flex;align-items:center;gap:7px;margin-bottom:8px;min-width:0}.mom-cand .dot{width:9px;height:9px;border-radius:3px;flex:none}.mom-name{font-size:13px;font-weight:700;color:var(--ink);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mom-current{font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--ink);margin-bottom:10px}.mom-current .unit{font-size:13px;font-weight:600;color:var(--ink-soft)}.mom-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:700;letter-spacing:.01em}.mom-chip .mom-arrow{font-size:10px;line-height:1}.mom-chip.up{background:color-mix(in srgb,var(--pos) 16%,transparent);color:var(--pos)}.mom-chip.down{background:color-mix(in srgb,var(--neg) 16%,transparent);color:var(--neg)}.mom-chip.flat{background:var(--chip-bg);color:var(--muted)}.mom-rate{margin-top:7px;font-size:11px;color:var(--muted);font-weight:600}.house-head{margin-top:28px;margin-bottom:14px}.house-head h4{font-size:15px;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.house-head p{margin:0;font-size:13px;max-width:680px}.house-effects{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px 24px}.he-group{border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;background:var(--surface)}.he-pollster{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:10px}.he-bars{display:flex;flex-direction:column;gap:6px}.he-row{display:grid;grid-template-columns:96px 1fr 46px;align-items:center;gap:8px;font-size:12px}.he-cand{display:inline-flex;align-items:center;gap:6px;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.he-cand .dot{width:8px;height:8px;border-radius:2px;flex:none}.he-track{position:relative;height:12px;background:var(--grid);border-radius:6px}.he-center{position:absolute;left:50%;top:-1px;bottom:-1px;width:1px;background:var(--border-strong)}.he-fill{position:absolute;top:0;bottom:0;height:100%;border-radius:4px;min-width:2px}.he-fill.pos{left:50%}.he-fill.neg{right:50%}.he-val{text-align:right;font-weight:700;font-size:11.5px}.he-val.pos{color:var(--pos)}.he-val.neg{color:var(--neg)}.sc-slider{display:flex;flex-direction:column;gap:8px;margin-bottom:22px;max-width:420px}.sc-slider label{font-size:13px;font-weight:600;color:var(--ink-soft)}.sc-slider label strong{color:var(--ink)}.sc-slider input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}.sc-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.sc-preset{border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;background:var(--surface)}.sc-preset-head{font-size:14px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.sc-preset-sub{font-size:12px;margin-bottom:14px}.sc-bars{display:flex;flex-direction:column;gap:10px}.sc-row{display:grid;grid-template-columns:1fr 44px auto;align-items:center;gap:8px 10px}.sc-name{grid-column:1 / -1;display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink)}.sc-name .dot{width:9px;height:9px;border-radius:3px;flex:none}.sc-cand{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-badge{display:inline-flex;align-items:center;gap:4px;background:var(--chip-bg);border-radius:999px;padding:1px 8px;font-size:10.5px;font-weight:700;letter-spacing:.02em;color:var(--ink);white-space:nowrap}.sc-track{position:relative;height:14px;background:var(--grid);border-radius:7px;overflow:hidden}.sc-ghost{position:absolute;left:0;top:0;bottom:0;border-radius:7px;opacity:.22}.sc-fill{position:absolute;left:0;top:0;bottom:0;border-radius:7px}.sc-val{text-align:right;font-weight:700;font-size:12px;color:var(--ink-soft)}.sc-delta{min-width:42px;text-align:right;font-size:11px;font-weight:700}.sc-delta.pos{color:var(--pos)}.sc-delta.neg{color:var(--neg)}.sc-delta.flat{color:var(--muted)}.sc-rules{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.sc-rule{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:560px}.sc-rule label{display:flex;flex-direction:column;gap:5px}.sc-rule-lbl{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.sc-rule select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:13px;font-weight:600;color:var(--ink);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:8px 12px;cursor:pointer}.sc-rule select:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 640px){.cmp-row{grid-template-columns:1fr}.stat-card .big{font-size:30px}}
