.topography-page{display:grid;gap:12px;color:var(--ui-text);max-width:1800px;margin:0 auto}.topography-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.topography-heading h1{margin:0;color:var(--ui-heading);font-size:clamp(24px,2.2vw,34px);line-height:1.08}.topography-heading p{margin:5px 0 0;color:var(--ui-text-secondary);font-size:14px}.topography-heading .topography-eyebrow{margin:0 0 5px;color:var(--ui-accent);font-size:10px;font-weight:750;letter-spacing:.18em;text-transform:uppercase}.topography-status{padding:7px 11px;border:1px solid var(--ui-border-strong);border-radius:999px;background:var(--ui-surface);color:var(--ui-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.topography-viewer-card{position:relative;height:clamp(300px,36vh,420px);overflow:hidden;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-surface);box-shadow:0 12px 30px var(--ui-shadow)}.topography-viewer-card:fullscreen{height:100vh;border:0;border-radius:0;background:var(--ui-page)}.topography-viewer-card iframe{display:block;width:100%;height:100%;border:0;background:var(--ui-surface-subtle)}.topography-viewer-actions{position:absolute;top:12px;right:12px;display:flex;gap:7px;z-index:5}.topography-viewer-actions button,.topography-viewer-state button{display:flex;align-items:center;gap:6px;min-height:34px;padding:7px 10px;border:1px solid var(--ui-border-strong);border-radius:7px;background:color-mix(in srgb,var(--ui-surface) 92%,transparent);color:var(--ui-text-strong);box-shadow:0 5px 16px var(--ui-shadow);font-size:11px;font-weight:650;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topography-viewer-actions button:hover,.topography-viewer-state button:hover{background:var(--ui-control-hover)}.topography-viewer-actions svg{width:15px;height:15px}.topography-viewer-state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--ui-surface-subtle);color:var(--ui-text);font-size:13px}.topography-viewer-state>span{width:18px;height:18px;border:2px solid var(--ui-border-strong);border-top-color:var(--ui-accent);border-radius:50%;animation:topography-spin .8s linear infinite}.topography-viewer-state.is-error{flex-direction:column;background:color-mix(in srgb,var(--ui-surface) 96%,transparent)}.topography-viewer-state.is-error strong{color:var(--ui-heading)}@keyframes topography-spin{to{transform:rotate(360deg)}}.topography-data-note{display:flex;align-items:center;gap:9px;padding:8px 11px;border:1px solid var(--ui-border);border-radius:8px;background:var(--ui-surface-subtle);color:var(--ui-text-secondary);font-size:11px}.topography-data-note span{padding:4px 7px;border-radius:5px;background:var(--ui-accent-soft);color:var(--ui-accent);font-weight:700;white-space:nowrap}.topography-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.topography-kpi{min-height:78px;display:flex;align-items:center;gap:12px;padding:12px 15px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-surface);box-shadow:0 7px 20px var(--ui-shadow)}.topography-kpi-icon{display:grid;place-items:center;width:46px;height:44px;border-right:1px solid var(--ui-border);padding-right:12px;color:var(--ui-accent)}.topography-kpi-icon svg{width:32px;height:32px}.topography-kpi div{min-width:0}.topography-kpi small{display:block;color:var(--ui-text-secondary);font-size:11px;font-weight:650}.topography-kpi strong{display:block;color:var(--ui-heading);font-size:24px;line-height:1.05}.topography-kpi strong em{font-size:12px;font-style:normal;color:var(--ui-text-muted)}.topography-kpi p{margin:3px 0 0;color:var(--ui-text-faint);font-size:9px}.topography-summary-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:10px}.topography-panel{min-width:0;padding:12px 14px;border:1px solid var(--ui-border);border-radius:10px;background:var(--ui-surface);box-shadow:0 7px 20px var(--ui-shadow)}.topography-panel-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.topography-panel h2{margin:0;color:var(--ui-heading);font-size:13px}.topography-panel p{margin:3px 0 0;color:var(--ui-text-muted);font-size:10px}.topography-legend{display:flex;gap:10px;color:var(--ui-text-muted);font-size:9px;white-space:nowrap}.topography-legend span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:var(--ui-accent)}.topography-legend .is-median:before{background:#38bdf8}.topography-legend .is-max:before{background:#123b5d}.topography-range-preview{display:grid;gap:5px}.topography-range-row{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:8px;min-height:17px}.topography-range-row strong{overflow:hidden;text-overflow:ellipsis;color:var(--ui-text);font-size:10px;font-weight:550;white-space:nowrap}.topography-range-track{position:relative;height:3px;border-radius:999px;background:var(--ui-track)}.topography-range-track:before{content:"";position:absolute;left:18%;right:12%;height:3px;border-radius:inherit;background:var(--ui-border-strong)}.topography-range-track i{position:absolute;top:50%;width:8px;height:8px;border:2px solid var(--ui-surface);border-radius:50%;background:var(--ui-accent);transform:translate(-50%,-50%)}.topography-range-track i:nth-child(2){background:#38bdf8}.topography-range-track i:nth-child(3){background:#123b5d}.topography-table-wrap{overflow:auto}.topography-table{width:100%;border-collapse:collapse;font-size:9px}.topography-table th,.topography-table td{padding:5px 6px;border-bottom:1px solid var(--ui-border);text-align:right;white-space:nowrap}.topography-table thead th{color:var(--ui-text-muted);font-size:8px;text-transform:uppercase;letter-spacing:.03em}.topography-table th:first-child{text-align:left;color:var(--ui-text)}.topography-table td{color:var(--ui-text-faint)}.topography-analysis-pending{min-height:100%}.topography-pending-card{min-height:260px;display:flex;align-items:center;justify-content:center;gap:20px;text-align:left}.topography-pending-card>svg{width:58px;height:58px;color:var(--ui-accent)}.topography-pending-card h2{font-size:18px}.topography-pending-card p{max-width:580px;font-size:13px;line-height:1.6}@media (max-width:1100px){.topography-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.topography-summary-grid{grid-template-columns:1fr}.topography-viewer-card{height:390px}}@media (max-width:700px){.topography-heading{align-items:flex-start;flex-direction:column}.topography-viewer-card{height:360px;border-radius:8px}.topography-viewer-actions{left:10px;right:10px;justify-content:flex-end}.topography-viewer-actions button:first-child{display:none}.topography-kpis{grid-template-columns:1fr}.topography-data-note{align-items:flex-start;flex-direction:column}.topography-range-row{grid-template-columns:105px 1fr}}.elevation-page{gap:14px}.elevation-heading{align-items:center}.elevation-heading-actions{display:flex;align-items:flex-end;gap:8px}.elevation-heading-actions label{display:grid;gap:4px;color:var(--ui-text-muted);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.elevation-heading-actions select,.elevation-export{height:36px;border:1px solid var(--ui-border-strong);border-radius:8px;background:var(--ui-surface);color:var(--ui-text-strong);font:600 11px inherit}.elevation-heading-actions select{min-width:180px;padding:0 30px 0 10px}.elevation-export{display:flex;align-items:center;gap:7px;padding:0 12px;cursor:pointer}.elevation-export:hover{border-color:var(--ui-accent);background:var(--ui-control-hover)}.elevation-export svg{width:15px;height:15px;color:var(--ui-accent)}.elevation-kpi{position:relative;overflow:hidden}.elevation-kpi:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:var(--kpi-color,var(--ui-accent))}.elevation-kpi .topography-kpi-icon{color:var(--kpi-color,var(--ui-accent))}.elevation-kpi.is-cyan{--kpi-color:#06b6d4}.elevation-kpi.is-green{--kpi-color:#10b981}.elevation-kpi.is-blue{--kpi-color:#3b82f6}.elevation-kpi.is-violet{--kpi-color:#8b5cf6}.elevation-main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:12px}.elevation-comparison-panel,.elevation-distribution-panel{padding:16px}.elevation-chart-legend{display:flex;gap:12px;color:var(--ui-text-muted);font-size:9px}.elevation-chart-legend span:before{content:"";display:inline-block;width:16px;height:3px;margin-right:5px;vertical-align:middle;border-radius:4px;background:var(--ui-border-strong)}.elevation-chart-legend .is-mean:before{width:7px;height:7px;border-radius:50%;background:#10b981}.elevation-chart-legend .is-median:before{width:2px;height:9px;border-radius:0;background:#38bdf8}.elevation-range-chart{display:grid;gap:5px;margin-top:6px}.elevation-axis{display:flex;justify-content:space-between;margin:0 68px 1px 145px;color:var(--ui-text-faint);font-size:8px}.elevation-range-item{display:grid;grid-template-columns:135px minmax(180px,1fr) 58px;align-items:center;gap:10px;min-height:32px;padding:5px 8px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--ui-text);text-align:left;cursor:pointer}.elevation-range-item:hover,.elevation-range-item.is-selected{border-color:var(--ui-border-strong);background:var(--ui-accent-soft)}.elevation-range-item>strong{overflow:hidden;text-overflow:ellipsis;font-size:10px;white-space:nowrap}.elevation-range-item>span:last-child{color:var(--ui-text-secondary);font-size:9px;text-align:right}.elevation-range-line{position:relative;height:18px;background:linear-gradient(to right,transparent 24.7%,var(--ui-border) 25%,transparent 25.3%,transparent 49.7%,var(--ui-border) 50%,transparent 50.3%,transparent 74.7%,var(--ui-border) 75%,transparent 75.3%)}.elevation-range-line .range{position:absolute;top:8px;left:var(--range-start);right:calc(100% - var(--range-end));height:3px;border-radius:8px;background:linear-gradient(90deg,#38bdf8,#10b981,#f59e0b,#8b5cf6)}.elevation-range-line .range:before,.elevation-range-line .range:after{content:"";position:absolute;top:-3px;width:2px;height:9px;background:currentColor}.elevation-range-line .range:before{left:0}.elevation-range-line .range:after{right:0}.elevation-range-line .mean{position:absolute;left:var(--mean);top:5px;width:9px;height:9px;border:2px solid var(--ui-surface);border-radius:50%;background:#10b981;box-shadow:0 0 0 1px #10b981;transform:translate(-50%)}.elevation-range-line .median{position:absolute;left:var(--median);top:3px;width:2px;height:13px;background:#38bdf8;transform:translate(-50%)}.elevation-relief{display:grid;gap:1px;color:var(--ui-text-muted);font-size:8px;text-align:right;text-transform:uppercase}.elevation-relief strong{color:var(--ui-heading);font-size:14px}.elevation-stacked{display:flex;height:14px;overflow:hidden;margin:16px 0 13px;border-radius:99px;background:var(--ui-track);box-shadow:inset 0 0 0 1px var(--ui-border)}.elevation-stacked span{min-width:2px;transition:width .25s ease}.elevation-band-list{display:grid;gap:7px}.elevation-band-list>div{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:7px;color:var(--ui-text-secondary);font-size:10px}.elevation-band-list strong{color:var(--ui-text);font-variant-numeric:tabular-nums}.elevation-band-dot{width:7px;height:7px;border-radius:2px}.elevation-quartiles{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:15px;padding-top:12px;border-top:1px solid var(--ui-border)}.elevation-quartiles>div{display:grid;gap:2px}.elevation-quartiles small{color:var(--ui-text-faint);font-size:8px}.elevation-quartiles strong{color:var(--ui-heading);font-size:12px}.elevation-table-panel{padding:14px 16px}.elevation-source{padding:5px 8px;border:1px solid var(--ui-border);border-radius:6px;color:var(--ui-text-muted);font-size:8px;text-transform:uppercase}.elevation-table{font-size:10px}.elevation-table th,.elevation-table td{height:34px;padding:7px 10px}.elevation-table thead th{font-size:8px}.elevation-table tbody tr{transition:background .15s ease}.elevation-table tbody tr:hover,.elevation-table tbody tr.is-selected{background:var(--ui-accent-soft)}.elevation-table tbody th{font-weight:650}.elevation-table tbody td{color:var(--ui-text-secondary)}.elevation-table tbody td strong{color:var(--ui-heading)}.elevation-row-mark{display:inline-block;width:3px;height:16px;margin-right:8px;border-radius:2px;background:var(--ui-accent);vertical-align:middle}.elevation-table button{min-width:72px;padding:5px 8px;border:1px solid var(--ui-border-strong);border-radius:6px;background:var(--ui-surface);color:var(--ui-accent);font-size:9px;font-weight:650;cursor:pointer}.elevation-table tr.is-selected button{border-color:var(--ui-accent);background:var(--ui-accent);color:var(--ui-accent-contrast,#fff)}.elevation-methodology{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--ui-border);border-radius:9px;background:var(--ui-surface-subtle);color:var(--ui-text-muted)}.elevation-methodology>svg{flex:0 0 auto;width:16px;height:16px;color:var(--ui-accent)}.elevation-methodology div{display:grid;gap:2px}.elevation-methodology strong{color:var(--ui-text);font-size:9px}.elevation-methodology span{font-size:9px;line-height:1.4}.elevation-state{min-height:300px;display:flex;align-items:center;justify-content:center;gap:15px}.elevation-state>svg{width:46px;height:46px;color:var(--ui-accent)}.elevation-state h2{font-size:17px}.elevation-state p{font-size:12px}.elevation-state.is-error>svg{color:#ef4444}@media (max-width:1200px){.elevation-main-grid{grid-template-columns:1fr}.elevation-distribution-panel{min-height:auto}}@media (max-width:760px){.elevation-heading-actions{width:100%;align-items:stretch;flex-direction:column}.elevation-heading-actions select{width:100%}.elevation-axis{margin-left:112px}.elevation-range-item{grid-template-columns:100px minmax(130px,1fr)}.elevation-range-item>span:last-child{display:none}.elevation-chart-legend{display:none}.elevation-table{min-width:720px}.elevation-quartiles{grid-template-columns:1fr}}.topography-header-actions{display:flex;align-items:flex-end;gap:8px}.topography-territory-select{display:grid;gap:3px;color:var(--ui-text-muted);font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.topography-territory-select select{height:32px;min-width:165px;padding:0 28px 0 9px;border:1px solid var(--ui-border-strong);border-radius:7px;background:var(--ui-surface);color:var(--ui-text);font:600 10px inherit}.topography-link-button{height:32px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--ui-border-strong);border-radius:7px;background:var(--ui-surface);color:var(--ui-accent);font-size:10px;font-weight:700;cursor:pointer}.topography-link-button:hover{border-color:var(--ui-accent);background:var(--ui-accent-soft)}.topography-link-button svg{width:14px;height:14px}.topography-selection-badge{position:absolute;left:12px;bottom:12px;z-index:5;padding:7px 10px;border:1px solid color-mix(in srgb,var(--ui-accent) 45%,var(--ui-border));border-radius:999px;background:color-mix(in srgb,var(--ui-surface) 90%,transparent);color:var(--ui-accent);font-size:10px;font-weight:700;box-shadow:0 5px 16px var(--ui-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width:1100px){.topography-heading{align-items:flex-start}.topography-header-actions{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:700px){.topography-header-actions{width:100%;justify-content:flex-start}.topography-territory-select{flex:1}.topography-territory-select select{width:100%;min-width:0}.topography-status{display:none}.topography-selection-badge{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.sc-login{width:100%;height:100dvh;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(90deg,#00101d77,#00101d22),url(/smartcity/territorio.png) center/cover no-repeat #02101c;color:#f3f8ff;font-family:Arial,sans-serif}.sc-login *{box-sizing:border-box}.sc-login-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(12px,2.2vh,22px) 5%}.sc-brand{display:flex;align-items:center;gap:12px;min-width:0}.sc-brand img{width:clamp(48px,6.5vh,66px);height:clamp(48px,6.5vh,66px);object-fit:contain}.sc-brand strong{font-size:clamp(27px,3.4vh,36px);letter-spacing:3px}.sc-brand small,.sc-product small{display:block;margin-top:4px;color:#19c7f1;font-size:10px;letter-spacing:2px}.sc-product{color:#a9d4e9;font-size:15px;letter-spacing:4px}.sc-login-content{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(420px,1fr);align-items:center;gap:clamp(30px,6vw,100px);padding:clamp(8px,1.8vh,22px) 6%;overflow:hidden}.sc-story{align-self:center;min-width:0}.sc-eyebrow{margin:0;color:#a0d7ed;font-size:11px;letter-spacing:3px}.sc-story h1{margin:clamp(13px,2.3vh,24px) 0;font-size:clamp(34px,min(4.2vw,6.4vh),66px);line-height:1.06;letter-spacing:-1.5px}.sc-story h1 span{color:#00bdf0}.sc-description{margin:0;color:#bad7e7;font-size:clamp(15px,2vh,18px);line-height:1.55}.sc-tools{display:flex;flex-wrap:wrap;gap:clamp(20px,3vw,40px);margin-top:clamp(18px,3vh,32px)}.sc-tools div{display:grid;gap:clamp(7px,1.3vh,13px);font-size:14px}.sc-tools span{display:grid;place-items:center;width:clamp(42px,5.2vh,49px);height:clamp(42px,5.2vh,49px);border:1px solid #00bfea;border-radius:12px;background:#031727;color:#00c8f4;font-size:clamp(24px,3.2vh,30px)}.sc-login-form{width:100%;max-height:100%;padding:clamp(24px,3.6vh,38px);overflow:hidden;border:1px solid #00add7;border-radius:19px;background:#031725f2;box-shadow:0 15px 70px #0004}.sc-login-form h2{margin:0 0 clamp(6px,1.2vh,12px);font-size:clamp(28px,3.6vh,34px)}.sc-login-form>p{color:#afd0e1;font-size:15px;line-height:1.45}.sc-login-form label{display:block;margin:clamp(15px,2.6vh,27px) 0 9px;font-size:15px}.sc-login-form input{width:100%;height:clamp(46px,5.5vh,53px);padding:0 14px;border:1px solid #386075;border-radius:8px;background:#021420;color:#fff;font-size:16px}.sc-login-form input::placeholder{color:#8aaabc}.sc-login-form input:focus-visible,.sc-login button:focus-visible{outline:2px solid #38dcff;outline-offset:4px}.sc-password{position:relative}.sc-password input{padding-right:70px}.sc-password button{position:absolute;top:2px;right:4px;min-width:58px;height:calc(100% - 4px);border:0;background:transparent;color:#99d6ec;cursor:pointer}.sc-login-form .sc-help{margin:clamp(11px,1.8vh,18px) 0 clamp(14px,2.4vh,24px);font-size:12px}.sc-submit{width:100%;padding:clamp(13px,1.8vh,17px);border:0;border-radius:8px;background:linear-gradient(110deg,#06d2eb,#00aeef);color:#00121d;font-size:18px;font-weight:700;cursor:pointer}.sc-submit:disabled{opacity:.65;cursor:wait}.sc-login-form .sc-assignment{margin:clamp(17px,2.5vh,27px) 0 0;padding-top:clamp(15px,2vh,21px);border-top:1px solid #284a5d;font-size:12px}.sc-login-form .sc-error{padding:10px;border-radius:6px;background:#511f2c;color:#ffcece;font-size:13px}.sc-login-footer{flex:0 0 auto;display:flex;justify-content:space-between;gap:16px;padding:clamp(10px,1.7vh,17px) 5%;border-top:1px solid #1c3f51;background:#00101cb8;color:#97bacd;font-size:11px}@media (max-height: 760px) and (min-width: 801px){.sc-login-header{padding-top:9px;padding-bottom:9px}.sc-brand img{width:45px;height:45px}.sc-brand strong{font-size:27px}.sc-story h1{margin:12px 0;font-size:clamp(34px,5.6vh,48px)}.sc-description{font-size:14px;line-height:1.4}.sc-tools{margin-top:14px}.sc-login-form{padding:22px 28px}.sc-login-form label{margin-top:13px}.sc-login-form .sc-help{margin:10px 0 13px}.sc-login-form .sc-assignment{margin-top:14px;padding-top:13px}.sc-login-footer{padding-top:9px;padding-bottom:9px}}@media (max-width: 800px){.sc-login-header{padding:10px 18px}.sc-brand img{width:45px;height:45px}.sc-brand strong{font-size:25px}.sc-brand small{font-size:8px}.sc-product{display:none}.sc-login-content{grid-template-columns:1fr;grid-template-rows:auto minmax(0,auto);align-content:center;gap:12px;padding:8px 18px}.sc-story h1{margin:8px 0 0;font-size:clamp(27px,8vw,36px);line-height:1.02}.sc-description,.sc-tools{display:none}.sc-login-form{padding:clamp(17px,2.5vh,24px);border-radius:15px}.sc-login-form h2{font-size:26px}.sc-login-form>p{margin:7px 0;font-size:13px}.sc-login-form label{margin-top:12px;margin-bottom:6px;font-size:13px}.sc-login-form input{height:44px;font-size:15px}.sc-login-form .sc-help{margin:9px 0 12px}.sc-submit{padding:12px;font-size:16px}.sc-login-form .sc-assignment{margin-top:13px;padding-top:12px;line-height:1.35}.sc-login-footer{padding:9px 18px;font-size:9px}}@media (max-width: 380px),(max-height: 650px){.sc-login-header{padding-top:7px;padding-bottom:7px}.sc-login-content{gap:7px}.sc-eyebrow{font-size:9px}.sc-story h1{font-size:25px}.sc-login-form{padding:13px 17px}.sc-login-form h2{font-size:23px}.sc-login-form label{margin-top:8px}.sc-login-form input{height:40px}.sc-login-form .sc-help{margin:7px 0 9px}.sc-login-form .sc-assignment{margin-top:9px;padding-top:8px}.sc-login-footer{display:none}}.municipal-platform{width:100%;height:100dvh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--ui-page);color:var(--ui-text-strong);font-family:Arial,sans-serif}.municipal-platform *{box-sizing:border-box}.municipal-platform svg{width:1em;height:1em;display:block}.municipal-platform button:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px}.municipal-platform button:disabled{opacity:.48;cursor:not-allowed}.municipal-header{position:relative;z-index:20;flex:0 0 auto;min-height:92px;display:grid;grid-template-columns:auto minmax(230px,auto) 1fr auto;align-items:center;gap:clamp(20px,2.2vw,42px);padding:10px clamp(24px,3vw,58px);border-bottom:1px solid var(--ui-border);background:var(--ui-header);box-shadow:0 8px 28px var(--ui-shadow)}.municipal-brand{display:flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:var(--ui-heading);cursor:pointer;text-align:left}.municipal-brand-logo{width:62px;height:62px;display:grid;place-items:center;overflow:hidden}.municipal-brand-logo img{width:100%;height:100%;object-fit:contain;transform:scale(1.65)}.municipal-brand>span:last-child{font-size:clamp(24px,2vw,34px);font-weight:800;letter-spacing:2px;line-height:.9}.municipal-brand small{display:block;margin-top:9px;color:var(--ui-accent);font-size:10px;letter-spacing:4px}.municipal-org{min-width:0;padding:4px 0 4px clamp(18px,1.7vw,30px);border-left:1px solid var(--ui-border-strong)}.municipal-org strong{display:block;overflow:hidden;color:var(--ui-heading);font-size:16px;text-overflow:ellipsis;white-space:nowrap}.municipal-org small{display:block;margin-top:8px;color:var(--ui-text-secondary);font-size:13px}.municipal-nav{min-width:0;display:flex;align-items:stretch;justify-content:center;align-self:stretch;gap:clamp(4px,1vw,18px)}.municipal-nav button{position:relative;display:flex;align-items:center;gap:9px;padding:0 clamp(10px,1vw,18px);border:0;background:transparent;color:var(--ui-text-secondary);font-size:14px;cursor:pointer;white-space:nowrap}.municipal-nav button svg{color:var(--ui-text-secondary);font-size:22px}.municipal-nav button:after{content:"";position:absolute;right:12px;bottom:4px;left:12px;height:2px;border-radius:2px;background:var(--ui-accent);opacity:0;transform:scaleX(.4);transition:.2s ease}.municipal-nav button:hover,.municipal-nav button[aria-current]{color:var(--ui-accent)}.municipal-nav button[aria-current]:after{opacity:1;transform:scaleX(1)}.municipal-nav button[aria-current] svg{color:var(--ui-accent)}.municipal-account{display:flex;align-items:center;gap:11px;padding-left:clamp(18px,2vw,34px);border-left:1px solid var(--ui-border-strong)}.municipal-account>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#1a80dc,#1453aa);color:#fff;font-size:17px;font-weight:700;box-shadow:0 0 22px #1884e740}.municipal-account strong{max-width:130px;overflow:hidden;color:var(--ui-text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.municipal-logout{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ui-text-secondary);font-size:21px;cursor:pointer}.municipal-logout:hover{border-color:var(--ui-border-strong);background:var(--ui-control-hover);color:var(--ui-heading)}.municipal-theme-toggle{width:54px;height:30px;display:flex;align-items:center;justify-content:space-between;gap:3px;padding:3px 5px;border:1px solid var(--ui-border-strong);border-radius:999px;background:var(--ui-surface-subtle);color:var(--ui-text-secondary);cursor:pointer;transition:background .2s ease,border-color .2s ease}.municipal-theme-toggle svg{width:16px;height:16px;flex:0 0 auto}.municipal-theme-toggle i{width:20px;height:20px;flex:0 0 auto;border-radius:50%;background:var(--ui-accent);box-shadow:0 2px 8px var(--ui-shadow)}.municipal-theme-toggle[aria-checked=true]{flex-direction:row-reverse;background:var(--ui-accent-soft);color:var(--ui-accent)}.municipal-home{position:relative;flex:1 1 auto;min-height:0;overflow:auto;isolation:isolate;background:var(--ui-page) url(/smartcity/territorio.png) center top/cover no-repeat}.municipal-home:before{content:"";position:fixed;z-index:-1;top:92px;right:0;bottom:0;left:0;pointer-events:none;background:var(--ui-hero-overlay)}.municipal-hero{width:min(100%,1760px);min-height:286px;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin:0 auto;padding:clamp(40px,5vh,64px) 5.5% 26px}.municipal-welcome>p{margin:0 0 20px;color:var(--ui-accent);font-size:11px;letter-spacing:5px}.municipal-welcome h1{margin:0;color:var(--ui-heading);font-size:clamp(46px,4.25vw,72px);line-height:1;letter-spacing:-1.5px;text-shadow:0 3px 18px var(--ui-shadow)}.municipal-welcome h1 span{color:var(--ui-accent)}.municipal-welcome h2{margin:16px 0 10px;color:var(--ui-text);font-size:clamp(20px,1.6vw,27px);font-weight:400}.municipal-welcome>div{color:var(--ui-text-secondary);font-size:16px;line-height:1.55}.municipal-territory-card{min-width:300px;display:flex;align-items:center;gap:17px;margin-top:-18px;padding:18px 22px;border:1px solid var(--ui-border);border-radius:14px;background:color-mix(in srgb,var(--ui-surface) 82%,transparent);color:var(--ui-text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 40px var(--ui-shadow)}.municipal-territory-card>svg{color:var(--ui-accent);font-size:38px}.municipal-territory-card span{display:grid;gap:6px}.municipal-territory-card strong{color:var(--ui-heading);font-size:15px;text-transform:uppercase;letter-spacing:1px}.municipal-territory-card small{color:var(--ui-text-secondary);font-size:12px}.municipal-cards{width:min(89%,1600px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0 auto}.municipal-card{--accent: #16d9f7;--accent-rgb: 22, 217, 247;position:relative;min-width:0;min-height:322px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;padding:25px 36px 28px;border:1px solid rgba(var(--accent-rgb),.62);border-radius:16px;background:var(--ui-card);color:var(--ui-heading);text-align:left;cursor:pointer;box-shadow:0 20px 60px var(--ui-shadow),inset 0 0 60px rgba(var(--accent-rgb),.025);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.municipal-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.32;background:repeating-radial-gradient(ellipse at 86% 12%,transparent 0 19px,rgba(var(--accent-rgb),.22) 20px 21px,transparent 22px 36px);-webkit-mask-image:linear-gradient(90deg,transparent 48%,#000 100%);mask-image:linear-gradient(90deg,transparent 48%,#000 100%)}.municipal-card:hover:not(:disabled){transform:translateY(-5px);border-color:var(--accent);box-shadow:0 24px 70px var(--ui-shadow),0 0 26px rgba(var(--accent-rgb),.12)}.municipal-card-map{--accent: #18e6ad;--accent-rgb: 24, 230, 173}.municipal-card-dashboard{--accent: #18bfff;--accent-rgb: 24, 191, 255}.municipal-card-risk{--accent: #ff9f28;--accent-rgb: 255, 159, 40}.municipal-card-icon{position:relative;z-index:2;width:72px;height:72px;display:grid;place-items:center;border:1px solid var(--accent);border-radius:16px;background:rgba(var(--accent-rgb),.09);color:var(--accent);font-size:39px;box-shadow:inset 0 0 26px rgba(var(--accent-rgb),.08)}.municipal-card-arrow{position:absolute;z-index:3;top:124px;right:36px;width:54px;height:54px;display:grid;place-items:center;border:1px solid var(--ui-border-strong);border-radius:50%;color:var(--ui-heading);font-size:24px;transition:.2s ease}.municipal-card:hover:not(:disabled) .municipal-card-arrow{border-color:var(--accent);color:var(--accent);transform:translate(3px)}.municipal-card h2{position:relative;z-index:2;margin:17px 0 8px;font-size:23px}.municipal-card p{position:relative;z-index:2;max-width:78%;margin:0 0 18px;color:var(--ui-text-secondary);font-size:15px;line-height:1.45}.municipal-card>strong{position:relative;z-index:2;margin-top:auto;color:var(--accent);font-size:15px}.municipal-card-art{position:absolute;right:-8%;bottom:-41%;left:26%;height:72%;opacity:.52;background:linear-gradient(rgba(var(--accent-rgb),.14),#020c16b3),url(/smartcity/territorio.png) center 74%/cover;filter:saturate(1.25);transform:skewY(-5deg);-webkit-mask-image:linear-gradient(90deg,transparent,#000 40%);mask-image:linear-gradient(90deg,transparent,#000 40%)}.municipal-card-dashboard .municipal-card-art{bottom:-36%;background:linear-gradient(#0098ff26,#010a14c7),url(/smartcity/territorio.png) center 58%/cover}.municipal-card-risk .municipal-card-art{background:linear-gradient(#ff7e1429,#010a14cc),url(/smartcity/territorio.png) center 84%/cover;filter:sepia(.25) saturate(1.5)}.municipal-home-footer{width:min(90%,1620px);display:flex;align-items:center;justify-content:space-between;gap:30px;margin:36px auto 0;padding-bottom:16px}.municipal-values{display:flex;align-items:center;gap:clamp(20px,2.6vw,45px);color:var(--ui-text);font-size:13px}.municipal-values span{display:flex;align-items:center;gap:11px;white-space:nowrap}.municipal-values svg{color:#15d5b0;font-size:27px}.municipal-values span:nth-of-type(2) svg,.municipal-values span:nth-of-type(3) svg{color:#16bff2}.municipal-values i{width:1px;height:30px;background:var(--ui-border-strong)}.municipal-signature{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:28px;border-bottom:1px solid var(--ui-border-strong);padding-bottom:8px}.municipal-signature strong{color:var(--ui-text-secondary);font-size:9px;letter-spacing:5px}.municipal-signature small{color:var(--ui-text-muted);font-size:12px}.municipal-access-note{width:min(90%,1620px);margin:0 auto 18px;color:var(--ui-text-muted);font-size:10px;text-align:right}@media (min-width: 981px){.municipal-home{height:calc(100dvh - 92px);display:grid;grid-template-rows:auto minmax(245px,34vh) auto auto;overflow:hidden}.municipal-hero{min-height:0;padding-top:clamp(24px,4.2vh,52px);padding-bottom:clamp(12px,2vh,22px)}.municipal-welcome>p{margin-bottom:clamp(10px,1.8vh,18px)}.municipal-welcome h1{font-size:clamp(43px,min(4vw,7vh),68px)}.municipal-welcome h2{margin-top:clamp(9px,1.7vh,15px);margin-bottom:7px}.municipal-cards{height:100%}.municipal-card{min-height:0;height:100%;padding-top:clamp(19px,2.6vh,25px);padding-bottom:clamp(20px,2.8vh,28px)}.municipal-card-icon{width:clamp(58px,7vh,72px);height:clamp(58px,7vh,72px);font-size:clamp(31px,4vh,39px)}.municipal-card-arrow{top:clamp(98px,13vh,124px)}.municipal-card h2{margin-top:clamp(10px,1.8vh,17px)}.municipal-card p{margin-bottom:clamp(10px,1.8vh,18px)}.municipal-home-footer{margin-top:clamp(13px,2vh,26px);padding-bottom:clamp(8px,1.3vh,14px)}.municipal-access-note{margin-bottom:clamp(8px,1.2vh,15px)}}@media (min-width: 981px) and (max-height: 760px){.municipal-home{grid-template-rows:auto minmax(225px,33vh) auto auto}.municipal-hero{padding-top:18px;padding-bottom:10px}.municipal-welcome>p{margin-bottom:8px}.municipal-welcome h1{font-size:42px}.municipal-welcome h2{margin:8px 0 5px;font-size:18px}.municipal-welcome>div{font-size:13px;line-height:1.4}.municipal-territory-card{margin-top:0;padding:12px 16px}.municipal-card{padding:16px 24px}.municipal-card-icon{width:52px;height:52px;font-size:28px}.municipal-card-arrow{top:78px;right:24px;width:44px;height:44px}.municipal-card h2{margin:8px 0 5px;font-size:20px}.municipal-card p{margin-bottom:8px;font-size:13px;line-height:1.35}.municipal-home-footer{margin-top:9px;padding-bottom:5px}.municipal-values svg{font-size:22px}.municipal-values i{height:22px}.municipal-access-note{margin-bottom:6px}}.municipal-toolbar{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 24px;border-bottom:1px solid var(--ui-border);background:var(--ui-toolbar);color:var(--ui-text-strong);font-size:13px}.municipal-toolbar small{color:var(--ui-text-secondary)}.municipal-toolbar button{padding:9px 13px;border:1px solid var(--ui-border-strong);border-radius:7px;background:var(--ui-control);color:var(--ui-text-strong);cursor:pointer}.municipal-workspace{position:relative;flex:1;min-height:0;overflow:auto}.municipal-geovisor-view{display:none;flex:1;min-height:0;flex-direction:column}.municipal-geovisor-view.is-active{display:flex}.municipal-frame{display:block;width:100%;height:100%;min-height:420px;border:0;background:var(--ui-canvas)}.municipal-denied{padding:30px;color:var(--ui-text)}.municipal-loading{min-height:100dvh;display:grid;place-items:center;background:var(--ui-page);color:var(--ui-text);font:16px Arial,sans-serif}.municipal-notice{padding:12px 24px;background:#11364b;color:#d9f5ff;font:14px Arial,sans-serif}.municipal-notice button{margin-left:18px;padding:6px 12px;cursor:pointer}@media (max-width: 1280px){.municipal-header{grid-template-columns:auto minmax(190px,auto) 1fr auto;gap:14px;padding-right:24px;padding-left:24px}.municipal-nav{gap:0}.municipal-nav button{padding-right:9px;padding-left:9px;font-size:12px}.municipal-account strong{display:none}.municipal-card{padding-right:25px;padding-left:25px}.municipal-card p{max-width:85%}.municipal-values{gap:18px}}@media (max-width: 980px){.municipal-platform{overflow:auto}.municipal-header{grid-template-columns:auto 1fr auto;min-height:auto;padding:8px 16px 0}.municipal-brand-logo{width:49px;height:49px}.municipal-brand>span:last-child{font-size:22px}.municipal-brand small{margin-top:6px;font-size:8px}.municipal-org{padding-left:14px}.municipal-org strong{font-size:13px}.municipal-account{padding-left:12px}.municipal-account>span{width:34px;height:34px}.municipal-nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start;overflow-x:auto}.municipal-nav button{min-height:46px}.municipal-home:before{top:118px;right:0;bottom:0;left:0}.municipal-hero{min-height:245px;padding-top:35px}.municipal-welcome h1{font-size:45px}.municipal-territory-card{min-width:235px;padding:14px}.municipal-cards{grid-template-columns:1fr}.municipal-card{min-height:270px}.municipal-home-footer{align-items:flex-start;flex-direction:column}.municipal-signature{width:100%;justify-content:flex-start}}@media (max-width: 640px){.municipal-header{grid-template-columns:1fr auto}.municipal-brand-logo{width:43px;height:43px}.municipal-brand>span:last-child{font-size:19px}.municipal-org{grid-column:1 / -1;grid-row:2;padding:7px 0 5px;border-top:1px solid var(--ui-border);border-left:0}.municipal-org small{display:none}.municipal-account{grid-column:2;grid-row:1}.municipal-account>span{display:none}.municipal-nav{grid-row:3}.municipal-nav button{gap:6px;padding:0 10px}.municipal-nav button svg{font-size:18px}.municipal-home:before{top:139px;right:0;bottom:0;left:0}.municipal-hero{min-height:0;display:block;padding:32px 20px 25px}.municipal-welcome>p{margin-bottom:13px;font-size:9px;letter-spacing:3px}.municipal-welcome h1{font-size:39px;line-height:1.06}.municipal-welcome h2{margin-top:12px;font-size:18px}.municipal-welcome>div{font-size:13px}.municipal-welcome>div br{display:none}.municipal-territory-card{display:none}.municipal-cards{width:calc(100% - 32px);gap:15px}.municipal-card{min-height:258px;padding:21px 23px}.municipal-card-icon{width:58px;height:58px;font-size:31px}.municipal-card-arrow{top:94px;right:22px;width:45px;height:45px}.municipal-card h2{margin-top:14px}.municipal-card p{max-width:88%;font-size:14px}.municipal-home-footer{width:calc(100% - 36px);margin-top:27px}.municipal-values{width:100%;display:grid;gap:12px}.municipal-values i{display:none}.municipal-signature{display:grid;gap:7px}.municipal-access-note{width:calc(100% - 36px);text-align:left;line-height:1.5}}@media (prefers-reduced-motion: reduce){.municipal-card,.municipal-card-arrow,.municipal-nav button:after{transition:none}}:root[data-theme=light] .municipal-account>span{background:linear-gradient(145deg,#0aaa69,#007b4c);box-shadow:0 0 22px #00965e33}:root[data-theme=light] .municipal-card{border-color:color-mix(in srgb,var(--accent) 38%,var(--ui-border))}:root[data-theme=light] .municipal-card-art{opacity:.24;background:linear-gradient(#ffffff4d,#f7faf8bf),url(/smartcity/territorio.png) center 74%/cover}:root[data-theme=light] .municipal-card-dashboard .municipal-card-art{background:linear-gradient(#ffffff47,#f7faf8c7),url(/smartcity/territorio.png) center 58%/cover}:root[data-theme=light] .municipal-card-risk .municipal-card-art{background:linear-gradient(#ffffff4d,#f7faf8cc),url(/smartcity/territorio.png) center 84%/cover}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}button{font-family:inherit}.giscale-streetview-control svg{width:21px;height:21px}.giscale-streetview-control button:disabled{cursor:progress;opacity:.58}.giscale-streetview-control.is-active button{background:#0ea5e9}.giscale-streetview-control.is-active svg{filter:brightness(1.12) saturate(1.15)}.giscale-streetview-panel{position:absolute;z-index:8;left:62px;bottom:14px;width:min(470px,calc(100% - 92px));height:min(390px,calc(100% - 46px));overflow:hidden;border:1px solid rgba(15,23,42,.56);border-radius:12px;background:#fff;box-shadow:0 16px 42px #04241a61}.giscale-streetview-panel[hidden]{display:none}.giscale-streetview-header{display:flex;align-items:center;justify-content:space-between;height:42px;padding:8px 10px;background:linear-gradient(100deg,#0b2137,#075985);color:#fff}.giscale-streetview-header strong{font-size:.83rem}.giscale-streetview-header button{border:1px solid rgba(255,255,255,.45);border-radius:6px;padding:4px 8px;background:#ffffff1f;color:#fff;font-size:.72rem;font-weight:700;cursor:pointer}.giscale-streetview-host{height:calc(100% - 67px);min-height:220px;background:#e2e8f0}.giscale-streetview-status{min-height:25px;margin:0;padding:5px 10px;background:#f8fafc;color:#475569;font-size:.7rem;line-height:1.3}@media (max-width: 650px){.giscale-streetview-panel{left:54px;bottom:10px;width:calc(100% - 72px);height:min(340px,calc(100% - 30px))}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes geo-shimmer{0%,to{opacity:.6}50%{opacity:.3}}.geo-live-dot{position:relative;display:inline-block;animation:geo-live-breathe 1.8s ease-in-out infinite}.geo-live-dot:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;border:2px solid #38bdf8;animation:geo-live-ring 1.8s cubic-bezier(.215,.61,.355,1) infinite;pointer-events:none}@keyframes geo-live-ring{0%{transform:scale(.7);opacity:.9}80%{opacity:0}to{transform:scale(2.8);opacity:0}}@keyframes geo-live-breathe{0%,to{box-shadow:0 0 #38bdf88c}50%{box-shadow:0 0 0 3px #38bdf800}}@keyframes geo-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes geo-modal-pop{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.giscale-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 50% 50%,#102d42,#081827 39%,#030b18 72%,#020815);animation:giscale-intro-in .45s ease-out both}.giscale-intro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 50% 48%,rgba(34,211,238,.2),transparent 25%),radial-gradient(circle at 50% 50%,rgba(56,189,248,.1),transparent 53%)}.giscale-intro-grid{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;z-index:-1;opacity:.08;background-image:linear-gradient(rgba(125,211,252,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(125,211,252,.5) 1px,transparent 1px);background-size:44px 44px;transform:perspective(420px) rotateX(61deg) translateY(29%);transform-origin:center bottom}.giscale-intro-orbit{position:absolute;border:1px solid rgba(31,160,211,.22);border-radius:50%;z-index:-1;box-shadow:inset 0 0 80px #0ea5e906}.giscale-intro-orbit-a{width:min(92vw,1120px);aspect-ratio:1;animation:giscale-orbit-pulse 3.2s ease-in-out infinite}.giscale-intro-orbit-b{width:min(66vw,770px);aspect-ratio:1;border-color:#22d3ee42;animation:giscale-orbit-pulse 3.2s .4s ease-in-out infinite reverse}.giscale-intro-content{width:min(88vw,590px);text-align:center;animation:giscale-intro-content .85s .2s cubic-bezier(.2,.8,.2,1) both}.giscale-intro-mark{position:relative;padding:28px 22px;border-radius:50%;background:radial-gradient(circle,#22d3ee2b,#0f172a05 64%)}.giscale-intro-mark span{position:absolute;top:22%;right:12%;bottom:22%;left:12%;border-radius:50%;background:#00d2f51f;filter:blur(28px);animation:giscale-logo-glow 1.8s ease-in-out infinite alternate}.giscale-intro-mark img{position:relative;display:block;width:100%;filter:brightness(1.75) saturate(1.25) drop-shadow(0 0 18px rgba(34,211,238,.72)) drop-shadow(0 0 48px rgba(14,165,233,.42));animation:giscale-logo-settle 1s .12s cubic-bezier(.2,.8,.2,1) both}.giscale-intro-content p{margin:42px 0 20px;color:#b9ddf1;font-size:clamp(11px,1.65vw,15px);letter-spacing:.3em;text-transform:uppercase;font-weight:700}.giscale-intro-progress{width:min(300px,58vw);height:2px;margin:auto;overflow:hidden;background:#94a3b840}.giscale-intro-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#17b9ed,#77f0ff);box-shadow:0 0 12px #22d3ee;animation:giscale-progress 2.9s .25s ease-out forwards}.giscale-intro-skip{position:absolute;right:20px;bottom:18px;border:1px solid rgba(148,163,184,.32);border-radius:6px;background:#0f172a8a;color:#cbd5e1;padding:7px 10px;font-size:11px;cursor:pointer}.giscale-intro-skip:hover{border-color:#38bdf8;color:#f8fafc}.giscale-intro.is-leaving{animation:giscale-intro-out .42s ease-in forwards;pointer-events:none}@keyframes giscale-intro-in{0%{opacity:0}to{opacity:1}}@keyframes giscale-intro-out{to{opacity:0;transform:scale(1.025)}}@keyframes giscale-intro-content{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes giscale-logo-settle{0%{opacity:0;transform:scale(.88);filter:brightness(2.2) saturate(1.4) blur(5px) drop-shadow(0 0 70px rgba(34,211,238,.9))}to{opacity:1;transform:scale(1)}}@keyframes giscale-logo-glow{to{opacity:.55;transform:scale(1.08)}}@keyframes giscale-progress{to{width:100%}}@keyframes giscale-orbit-pulse{0%,to{opacity:.58;transform:scale(.995)}50%{opacity:1;transform:scale(1.012)}}@media (max-width: 700px){.giscale-intro-orbit-a{width:150vw}.giscale-intro-orbit-b{width:105vw}.giscale-intro-content p{margin-top:24px}.giscale-intro-skip{right:14px;bottom:14px}}@media (prefers-reduced-motion: reduce){.giscale-intro,.giscale-intro-content,.giscale-intro-progress i,.giscale-intro-orbit,.giscale-intro-mark img,.giscale-intro-mark span{animation:none!important}}@media (max-width: 760px){.geo-modal-body{grid-template-columns:1fr!important;grid-template-rows:minmax(280px,60vh) minmax(0,1fr)}}.geo-panel ::-webkit-scrollbar{width:8px;height:8px}.geo-panel ::-webkit-scrollbar-track{background:#0f172a}.geo-panel ::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.geo-panel ::-webkit-scrollbar-thumb:hover{background:#475569}.maplibregl-popup.geo-popup .maplibregl-popup-content{background:transparent;padding:0;border-radius:10px;box-shadow:0 12px 32px #0000008c;overflow:visible}.maplibregl-popup.geo-popup .maplibregl-popup-close-button{color:#94a3b8;font-size:20px;padding:2px 8px;right:4px;top:4px;background:transparent;border:none;cursor:pointer;z-index:2;line-height:1}.maplibregl-popup.geo-popup .maplibregl-popup-close-button:hover{color:#f1f5f9;background:#94a3b81a;border-radius:4px}.maplibregl-popup.geo-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,.maplibregl-popup.geo-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.maplibregl-popup.geo-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:#0f172a}.maplibregl-popup.geo-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.maplibregl-popup.geo-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.maplibregl-popup.geo-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#0f172a}.maplibregl-popup.geo-popup.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:#0f172a}.maplibregl-popup.geo-popup.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#0f172a}.geo-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#334155;border-radius:2px;outline:none}.geo-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#38bdf8;cursor:pointer;border:2px solid #0f172a}.geo-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#38bdf8;cursor:pointer;border:2px solid #0f172a}
