:root{--bg:#06111f;--bg2:#08182a;--panel:#0b1a2d;--panel2:#0e2139;--line:#1d3651;--text:#f6f9fc;--muted:#91a6bd;--blue:#2aa5ff;--green:#36d49b;--yellow:#f6c453;--red:#ff5d72;--shadow:0 16px 42px rgba(0,0,0,.24)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{overflow:hidden}.hidden{display:none!important}
.connection-banner{position:fixed;z-index:4000;top:0;left:0;right:0;background:#9b6500;color:#fff;padding:7px 14px;text-align:center;font-size:12px;font-weight:800}
.topbar{height:86px;display:flex;align-items:center;gap:14px;padding:13px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#0b1b31,#071426)}
.brand-mark{width:50px;height:50px;border-radius:12px;background:#0f2c48;display:grid;place-items:center;border:1px solid #1c466a;overflow:hidden}.brand-mark img{width:42px;height:42px}.brand-copy{min-width:0}.eyebrow{font-size:10px;letter-spacing:.15em;color:#64b9ff;font-weight:900}.brand-copy h1{font-size:24px;line-height:1.08;margin:3px 0 4px}.brand-copy h1 em{font-style:normal;color:#73bfff;font-weight:600}.brand-copy p{font-size:11px;margin:0;color:var(--muted)}.brand-copy p span{margin:0 4px;color:#365873}.header-spacer{flex:1}.live-status,.source-brand{display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--line);border-radius:12px;background:#071426}.live-status strong,.source-brand strong{font-size:11px;display:block}.live-status small,.source-brand small{font-size:9px;color:var(--muted);display:block;margin-top:2px}.live-dot{width:10px;height:10px;border-radius:50%;background:#718399;box-shadow:0 0 0 4px rgba(113,131,153,.14)}.live-dot.on{background:var(--green);box-shadow:0 0 0 4px rgba(54,212,155,.14)}.live-dot.warn{background:var(--yellow);box-shadow:0 0 0 4px rgba(246,196,83,.14)}.tse-symbol{width:34px;height:34px;display:grid;place-items:center}.tse-symbol img{max-width:100%;max-height:100%}
.workspace{height:calc(100vh - 86px);display:grid;grid-template-columns:390px minmax(0,1fr);gap:12px;padding:12px;background:radial-gradient(circle at 75% 15%,#0c2440 0,#06111f 48%)}.side-column{overflow:auto;padding-right:2px}.card{background:linear-gradient(180deg,rgba(14,33,57,.96),rgba(9,25,43,.96));border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.side-column .card{padding:13px;margin-bottom:10px}.card-title{display:flex;align-items:center;gap:8px;min-width:0}.card-title h2{font-size:13px;margin:0;min-width:0}.card-title h2 em{font-style:normal;color:#6ebcff;font-weight:500}.title-icon{color:#4eb1ff;font-weight:900}.pill{margin-left:auto;font-size:8px;letter-spacing:.05em;font-weight:900;padding:4px 7px;border-radius:999px;border:1px solid #245270;background:#0a2a45;color:#a9d9ff;white-space:nowrap}.pill.live{border-color:#17654f;background:#0a332a;color:#7ff3c1}.pill.history{border-color:#725b1f;background:#332b0d;color:#ffd974}.pill.muted{border-color:#31465e;background:#112238;color:#94a9bf}
.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.filter-grid .wide{grid-column:1/-1}label{font-size:9px;color:var(--muted);font-weight:800}select{width:100%;margin-top:4px;border:1px solid #28415c;background:#07182b;color:#f6f9fc;border-radius:9px;padding:9px 10px;font-size:11px;outline:none}select:disabled{opacity:.45}.filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.btn,.map-btn{appearance:none;border:1px solid #2d4b68;background:#102942;color:#fff;border-radius:9px;min-height:38px;padding:8px 10px;font-size:10px;font-weight:900;cursor:pointer}.btn.primary{background:linear-gradient(180deg,#1599f4,#0876c8);border-color:#36aafa}.btn.ghost{background:#0a1c30}.btn:disabled{opacity:.45;cursor:not-allowed}
.scope-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.scope-stats article{background:#07182b;border:1px solid #203a55;border-radius:10px;padding:10px}.scope-stats span,.scope-stats small{display:block;color:var(--muted);font-size:8px}.scope-stats strong{font-size:18px;display:block;margin:4px 0}.coverage{margin-top:10px}.coverage>div:first-child{display:flex;justify-content:space-between;font-size:9px;color:var(--muted)}.coverage strong{color:#dff3ff}.bar{height:7px;border-radius:999px;background:#061423;margin:6px 0;overflow:hidden}.bar i{display:block;height:100%;width:0;background:#2aa5ff;border-radius:inherit;transition:width .25s}.coverage small{font-size:8px;color:#71899f;line-height:1.35}
.candidate-list{display:flex;flex-direction:column;gap:7px;margin-top:10px}.candidate-row{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;background:#07182b;border:1px solid #203a55;border-radius:10px;padding:7px;position:relative;overflow:hidden}.candidate-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--candidate,#4aa8ff)}.avatar{width:30px;height:30px;border-radius:50%;background:#17324f;border:2px solid var(--candidate,#4aa8ff);display:grid;place-items:center;overflow:hidden;font-size:8px;font-weight:900}.avatar img{width:100%;height:100%;object-fit:cover}.candidate-main strong{display:block;font-size:10px}.candidate-main small{display:block;font-size:8px;color:var(--muted);margin-top:2px}.candidate-score{text-align:right}.candidate-score strong{font-size:11px;display:block}.candidate-score small{font-size:8px;color:var(--muted)}.empty{font-size:9px;color:#8198ad;line-height:1.5;padding:4px}
.neighborhood-card{display:flex;flex-direction:column;gap:9px;margin-top:10px}.neighborhood-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.neighborhood-head h3{font-size:15px;margin:0}.neighborhood-head small{font-size:8px;color:var(--muted)}.compare{display:grid;grid-template-columns:1fr 1fr;gap:7px}.compare-person{background:#07182b;border:1px solid #203a55;border-radius:10px;padding:8px;border-top:3px solid var(--candidate,#4aa8ff)}.compare-person .who{display:flex;align-items:center;gap:7px}.compare-person strong{font-size:10px}.compare-person .pct{font-size:19px;font-weight:900;margin-top:7px}.compare-person small{font-size:8px;color:var(--muted)}.neighborhood-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.neighborhood-stats div{background:#07182b;border:1px solid #203a55;border-radius:8px;padding:7px}.neighborhood-stats span{font-size:7px;color:var(--muted);display:block}.neighborhood-stats b{font-size:10px}.methodology-line{display:flex;gap:8px;align-items:flex-start}.methodology-line>span{width:21px;height:21px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#0b3d65;color:#8bd0ff;font-weight:900}.methodology-line p{font-size:8px;color:#93a9bd;margin:0;line-height:1.45}
.map-column{min-width:0;overflow:hidden;display:flex;flex-direction:column}.map-header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;border-bottom:1px solid var(--line)}.map-actions{display:flex;gap:7px}.map-btn{min-height:31px;padding:6px 9px;background:#0b233a}.map-btn.export{background:#0d6fae;border-color:#258dc9}.breadcrumb{height:34px;display:flex;align-items:center;gap:4px;padding:0 12px;border-bottom:1px solid #183049;overflow:auto}.breadcrumb button{appearance:none;border:0;background:transparent;color:#8db9d9;font-size:9px;font-weight:800;cursor:pointer}.breadcrumb button:not(:last-child):after{content:"›";color:#4d6a83;margin-left:8px}.map-stage{position:relative;flex:1;min-height:0;background:radial-gradient(circle at 55% 45%,#0b2440,#061220 62%)}#map{height:100%;width:100%;background:transparent}.leaflet-container{font-family:Inter,sans-serif;background:transparent}.leaflet-control-zoom a{background:#0b2238!important;color:#fff!important;border-color:#203a55!important}.leaflet-tooltip{background:#091a2d;color:#fff;border:1px solid #315270;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.32);font-size:9px}.leaflet-tooltip:before{border-top-color:#315270!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#0a1b2f;color:#fff}.leaflet-popup-content{margin:10px 12px}.bairro-tip strong{font-size:10px;display:block;margin-bottom:5px}.tip-row{display:grid;grid-template-columns:8px 1fr auto;gap:5px;align-items:center;margin-top:4px}.tip-row i{width:8px;height:8px;border-radius:2px;background:var(--candidate)}.tip-row span{font-size:8px}.tip-row b{font-size:9px}.legend{position:absolute;z-index:500;right:12px;bottom:12px;min-width:190px;max-width:275px;background:rgba(6,18,33,.94);border:1px solid #27445f;border-radius:11px;padding:10px;backdrop-filter:blur(7px)}.legend>strong{font-size:9px;display:block}.legend>small{font-size:7px;color:var(--muted);display:block;margin:2px 0 7px}.legend-item{display:grid;grid-template-columns:11px 1fr auto;gap:6px;align-items:center;margin-top:5px}.swatch{width:10px;height:10px;border-radius:3px;border:1px solid rgba(255,255,255,.22)}.legend-item span{font-size:8px}.legend-item small{font-size:7px;color:var(--muted)}.map-stamp{position:absolute;z-index:450;left:12px;top:12px;background:rgba(6,18,33,.88);border:1px solid #27445f;border-radius:9px;padding:7px 9px;pointer-events:none}.map-stamp strong{font-size:9px;display:block}.map-stamp small{font-size:7px;color:#8ba5bb}.loading{position:absolute;z-index:700;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(5,14,25,.72);backdrop-filter:blur(2px);gap:8px}.loading strong{font-size:11px}.loading small{font-size:8px;color:var(--muted)}.spinner{width:31px;height:31px;border:3px solid rgba(255,255,255,.16);border-top-color:#35a9ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-footer{height:26px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-top:1px solid var(--line);color:#668096;font-size:7px}
.modal{position:fixed;z-index:5000;inset:0;background:rgba(2,8,15,.72);display:grid;place-items:center;padding:18px}.modal-card{max-width:520px;width:100%;background:#0b1c30;border:1px solid #294964;border-radius:14px;padding:18px;position:relative;box-shadow:0 25px 80px rgba(0,0,0,.55)}.modal-card h2{font-size:17px;margin:0 25px 8px 0}.modal-card p{font-size:10px;color:#9db1c4;line-height:1.55}.modal-close{position:absolute;right:10px;top:8px;border:0;background:transparent;color:#fff;font-size:24px;cursor:pointer}.modal-actions{display:flex;gap:8px;margin-top:13px}.modal-actions .btn{text-decoration:none;display:grid;place-items:center}
@media(max-width:980px){body{overflow:auto}.topbar{height:auto;min-height:74px;padding:10px 12px}.brand-copy h1{font-size:18px}.brand-copy p{display:none}.source-brand{display:none}.workspace{height:auto;grid-template-columns:1fr;padding:8px}.side-column{overflow:visible}.map-column{height:70vh;min-height:560px}.map-header{height:auto;min-height:50px;flex-wrap:wrap;padding:8px 10px}.legend{max-width:210px}.map-footer{height:auto;min-height:26px;gap:8px;flex-wrap:wrap;padding:6px 10px}}
@media(max-width:560px){.brand-mark{width:42px;height:42px}.brand-mark img{width:34px;height:34px}.live-status{padding:7px}.live-status small{display:none}.brand-copy h1{font-size:15px}.brand-copy h1 em{display:block;font-size:11px;margin-top:3px}.filter-grid{grid-template-columns:1fr 1fr}.compare{grid-template-columns:1fr}.map-column{height:72vh;min-height:520px}.legend{right:7px;bottom:7px;min-width:155px;max-width:180px;padding:8px}.legend-item span{font-size:7px}.map-stamp{left:7px;top:7px}}
@media print{.topbar,.side-column,.map-actions,.breadcrumb{display:none!important}.workspace{display:block;height:auto;padding:0}.map-column{height:100vh;border:0}.map-footer{display:flex}}
