html,body{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,sans-serif;color:#1f2937}#app{display:grid;grid-template-columns:280px 1fr;height:calc(100vh - var(--header-h, 52px))}#sidebar{padding:16px;background:#fafafa;border-right:1px solid #e5e7eb;overflow:auto}#sidebar h1{font-size:18px;margin:0 0 4px}#sidebar .subtitle{font-size:12px;color:#6b7280;margin-bottom:16px}.section-label{font-size:11px;font-weight:700;color:#374151;letter-spacing:.5px;display:block;margin:8px 0}.capa-options label{display:block;padding:6px 0;font-size:13px;cursor:pointer}.capa-options input{margin-right:8px}.capa-options .desc{font-size:11px;color:#6b7280;margin-left:24px;margin-top:-2px}#legend{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:10px 12px;margin-top:12px}#legend-title{font-size:11px;font-weight:700;color:#374151;letter-spacing:.3px;margin-bottom:6px}#legend-scope{font-size:11px;color:#6b7280;margin-bottom:6px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:4px}.legend-swatch{display:inline-block;width:20px;height:14px;border-radius:2px;border:1px solid #d1d5db;flex-shrink:0}#map{height:100%}#info{margin-top:16px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;display:none}#info .name{font-weight:700;font-size:14px;margin-bottom:4px}#info .meta{font-size:11px;color:#6b7280;margin-bottom:8px}#info .scope-badge{display:inline-block;padding:2px 6px;font-size:10px;font-weight:600;border-radius:3px;margin-left:6px;vertical-align:middle}#info .scope-distrito{background:#dbeafe;color:#1e40af}#info .scope-manzana{background:#fef3c7;color:#92400e}#info .row{display:flex;justify-content:space-between;padding:2px 0}#info .label{color:#6b7280}#info .value{font-weight:600}#zoom-pill{position:absolute;top:12px;left:50%;transform:translate(-50%);background:#1f2937d9;color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;z-index:5;pointer-events:none}#search{position:relative;margin-bottom:14px}#search input{width:100%;box-sizing:border-box;padding:7px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;outline:none}#search input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}#search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:2px;max-height:280px;overflow:auto;box-shadow:0 6px 16px #00000014;z-index:10;display:none}#search-results .item{padding:7px 10px;font-size:12px;cursor:pointer;border-bottom:1px solid #f3f4f6}#search-results .item:last-child{border-bottom:none}#search-results .item:hover,#search-results .item.active{background:#eff6ff}#search-results .item .d{font-weight:600}#search-results .item .meta{color:#6b7280;font-size:11px}#search-results .empty{padding:10px;color:#9ca3af;font-size:12px;text-align:center}#copy-link-btn{display:inline-block;margin-top:6px;font-size:11px;color:#2563eb;cursor:pointer;user-select:none}#copy-link-btn:hover{text-decoration:underline}#copy-link-btn.copied{color:#16a34a}#sidebar-toggle{display:none;position:fixed;top:calc(var(--header-h, 52px) + 12px);left:12px;z-index:30;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);color:var(--fg);cursor:pointer;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}#sidebar-toggle svg{display:block}#sidebar-toggle .icon-close,body[data-sidebar=open] #sidebar-toggle .icon-open{display:none}body[data-sidebar=open] #sidebar-toggle .icon-close{display:block}@media(max-width:768px){#sidebar-toggle{display:inline-flex}#app{grid-template-columns:1fr;grid-template-rows:1fr}#sidebar{position:fixed;top:var(--header-h, 52px);left:0;right:0;max-height:70vh;z-index:25;transform:translateY(-110%);transition:transform .25s ease;box-shadow:0 4px 12px #0003}body[data-sidebar=open] #sidebar{transform:translateY(0)}}[data-theme=dark] body{color:#e5e7eb}[data-theme=dark] #sidebar{background:#131826;border-right-color:#2a3142}[data-theme=dark] #sidebar h1{color:#f3f4f6}[data-theme=dark] #sidebar .subtitle{color:#9ca3af}[data-theme=dark] .section-label{color:#d1d5db}[data-theme=dark] .capa-options label{color:#e5e7eb}[data-theme=dark] .capa-options .desc{color:#9ca3af}[data-theme=dark] #legend{background:#1a2030;border-color:#2a3142;color:#e5e7eb}[data-theme=dark] #legend-title{color:#d1d5db}[data-theme=dark] #legend-scope{color:#9ca3af}[data-theme=dark] .legend-swatch{border-color:#2a3142}[data-theme=dark] #info{background:#1a2030;border-color:#2a3142;color:#e5e7eb}[data-theme=dark] #info .meta,[data-theme=dark] #info .label{color:#9ca3af}[data-theme=dark] #info .scope-distrito{background:#1e3a5f;color:#93c5fd}[data-theme=dark] #info .scope-manzana{background:#4a3a14;color:#fde68a}[data-theme=dark] #search input{background:#1a2030;border-color:#2a3142;color:#e5e7eb}[data-theme=dark] #search input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}[data-theme=dark] #search input::placeholder{color:#6b7280}[data-theme=dark] #search-results{background:#1a2030;border-color:#2a3142;box-shadow:0 6px 16px #0006}[data-theme=dark] #search-results .item{color:#e5e7eb;border-bottom-color:#2a3142}[data-theme=dark] #search-results .item:hover,[data-theme=dark] #search-results .item.active{background:#1e3a5f}[data-theme=dark] #search-results .item .meta{color:#9ca3af}[data-theme=dark] #search-results .empty{color:#6b7280}[data-theme=dark] #zoom-pill{background:#1a2030eb;color:#e5e7eb;box-shadow:0 0 0 1px #ffffff14,0 2px 8px #0006}[data-theme=dark] #copy-link-btn{color:#60a5fa}[data-theme=dark] #copy-link-btn.copied{color:#34d399}[data-theme=dark] .maplibregl-ctrl-group,[data-theme=dark] .maplibregl-ctrl.maplibregl-ctrl-group{background:#1a2030!important;border-radius:6px!important;box-shadow:0 0 0 1px #ffffff14,0 2px 6px #0006!important;overflow:hidden}[data-theme=dark] .maplibregl-ctrl-group button,[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in,[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-zoom-out,[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-compass,[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-fullscreen,[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-geolocate{background-color:#1a2030!important;color:#e5e7eb!important}[data-theme=dark] .maplibregl-ctrl-group button:not(:disabled):hover,[data-theme=dark] .maplibregl-ctrl-group button:focus{background-color:#232b3e!important}[data-theme=dark] .maplibregl-ctrl-group button+button{border-top:1px solid #2a3142!important}[data-theme=dark] .maplibregl-ctrl-group .maplibregl-ctrl-icon,[data-theme=dark] .maplibregl-ctrl-group button .maplibregl-ctrl-icon{filter:invert(1) brightness(1.2)!important}[data-theme=dark] .maplibregl-ctrl-group button:disabled .maplibregl-ctrl-icon{opacity:.35}[data-theme=dark] .maplibregl-ctrl-attrib{background:#1a2030d9;color:#d1d5db}[data-theme=dark] .maplibregl-ctrl-attrib a{color:#93c5fd}[data-theme=dark] .maplibregl-ctrl-scale{background:#1a2030d9;border-color:#d1d5db;color:#e5e7eb}[data-theme=dark] .maplibregl-popup-content{background:#1a2030;color:#e5e7eb}[data-theme=dark] .maplibregl-popup-tip{border-top-color:#1a2030!important;border-bottom-color:#1a2030!important}
