body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-main:#0a0f18;--bg-panel:#0f1725;--bg-panel-soft:#121d2e;--bg-panel-strong:#0b1220;--line:#1e2b3f;--line-soft:#2b3a52;--text-main:#e8efff;--text-muted:#8ea2c1;--accent:#19d3a2;--accent-2:#2f80ed}body{background:radial-gradient(circle at 8% 2%,#1a2438 0,#0a0f18 35%,#080d15 100%);color:#e8efff;color:var(--text-main);font-family:Segoe UI,Inter,sans-serif}#root,.app-shell{min-height:100vh}.app-shell{display:grid;grid-template-columns:280px 1fr}.sidebar{background:linear-gradient(180deg,#0a101b,#0f1725 52%,#111c2d);border-right:1px solid #ffffff14;box-shadow:inset -1px 0 0 #ffffff05;color:#e8efff;color:var(--text-main);display:flex;flex-direction:column;gap:20px;padding:28px 18px}.sidebar-brand h2{color:#f3f7ff;font-size:36px;font-weight:800;letter-spacing:.03em;line-height:1;margin-bottom:10px}.sidebar-brand p{color:#7f92af;font-size:12px;letter-spacing:.09em;opacity:.92;text-transform:uppercase}.sidebar-nav{display:flex;flex-direction:column;gap:10px;margin-top:8px}.sidebar-meta{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;color:#7e93b3;display:inline-block;font-size:12px;margin-top:10px;padding:8px 10px}.sidebar-link{border:1px solid #0000;border-radius:12px;color:#d9e6fb;font-size:14px;font-weight:600;padding:12px;text-decoration:none;transition:background .2s,transform .2s,color .2s,box-shadow .2s}.sidebar-link:hover{background:#ffffff14;color:#fff;transform:translateX(2px)}.sidebar-link.activo{background:linear-gradient(135deg,#19d3a242,#2f80ed33);border-color:#19d3a273;box-shadow:0 0 0 1px #19d3a233}.sidebar-logout{background:#ffffff0a;border:1px solid #fff3;border-radius:10px;color:#f4f8ff;cursor:pointer;font-size:14px;font-weight:600;margin-top:auto;padding:11px 12px}.sidebar-logout:hover{background:#ffffff1a}.app-content{background:linear-gradient(180deg,#0b1321,#090f1a);overflow-x:hidden}.mt-16{margin-top:16px}.dashboard{margin:0 auto;max-width:1240px;padding:26px}.dashboard-titulo{color:#edf4ff;font-size:24px;font-weight:700;margin-bottom:8px}.dashboard-subtitulo{color:#8ea2c1;font-size:14px;margin-bottom:18px}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:24px}.kpi-grid-alertas .kpi-card{min-height:112px}.graficos-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.graficos-grid-amplio .grafico-card{min-height:350px}.resumen-card{animation:riseIn .5s ease both;background:linear-gradient(180deg,#0f1725,#0d1624);background:linear-gradient(180deg,var(--bg-panel) 0,#0d1624 100%);border:1px solid #1e2b3f;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 30px #00000059;padding:20px}.resumen-card h2{color:#e8efff;color:var(--text-main);font-size:15px;margin-bottom:14px}.resumen-lista{display:flex;flex-direction:column;gap:10px}.resumen-item{background:#ffffff08;border:1px solid #2b3a52;border:1px solid var(--line-soft);border-radius:10px;padding:10px}.resumen-item h3{color:#ecf3ff;font-size:13px;line-height:1.3;margin-bottom:4px}.resumen-item p{color:#b9c7dd;font-size:13px;margin-bottom:3px}.resumen-item span{color:#8ea2c1;font-size:12px}.alertas-card{background:linear-gradient(180deg,#0f1725,#0d1624);background:linear-gradient(180deg,var(--bg-panel) 0,#0d1624 100%);border:1px solid #1e2b3f;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 30px #00000059;margin-top:16px;padding:20px}.alertas-card h2{color:#e8efff;color:var(--text-main);font-size:16px;margin-bottom:14px}.alertas-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.alerta-item{background:#ffffff08;border:1px solid #2b3a52;border:1px solid var(--line-soft);border-radius:12px;padding:12px}.alerta-item header{display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.alerta-item h3{color:#ecf3ff;font-size:14px;line-height:1.3}.alerta-item p{color:#b9c7dd;font-size:13px;margin-bottom:5px}.alerta-badge{align-self:flex-start;border-radius:999px;font-size:10px;font-weight:700;padding:3px 8px}.alerta-reco{font-size:12px;margin-top:8px}.alerta-alto{background:#ef535014;border-color:#ef53506b}.alerta-alto .alerta-badge{background:#ef5350;color:#fff}.alerta-medio{background:#fb8c0014;border-color:#fb8c006b}.alerta-medio .alerta-badge{background:#fb8c00;color:#fff}.alerta-bajo{background:#43a04714;border-color:#43a0476b}.alerta-bajo .alerta-badge{background:#43a047;color:#fff}.acciones-alertas{display:flex;justify-content:flex-end;margin-bottom:10px}.btn-exportar{background:#19d3a21a;border:1px solid #19d3a280;border-radius:8px;color:#9df2dc;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px}.btn-exportar:hover{background:#19d3a22e}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{align-items:center;flex-direction:row;gap:12px;justify-content:space-between;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.sidebar-nav{flex-direction:row;flex-wrap:wrap}.sidebar-meta{display:none}.sidebar-brand h2{font-size:16px;margin-bottom:0}.sidebar-brand p{display:none}.sidebar-logout{margin-top:0;white-space:nowrap}.graficos-grid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard{padding:16px}.dashboard-titulo{font-size:20px}}.sla-semaforo{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:10px;margin-top:4px;padding:10px 12px}.sla-dot{animation:sla-pulso 2.4s ease-in-out infinite;border-radius:50%;flex-shrink:0;height:12px;width:12px}.sla-verde .sla-dot{background:#1d9e75;box-shadow:0 0 6px #1d9e75aa}.sla-amarillo .sla-dot{background:#ba7517;box-shadow:0 0 6px #ba7517aa}.sla-rojo .sla-dot{background:#d85a30;box-shadow:0 0 6px #d85a30aa}@keyframes sla-pulso{0%,to{opacity:1}50%{opacity:.4}}.sla-texto{display:flex;flex-direction:column;gap:1px}.sla-titulo{color:#7e93b3;font-size:10px;letter-spacing:.07em;text-transform:uppercase}.sla-estado{font-size:13px;font-weight:700}.sla-verde .sla-estado{color:#1d9e75}.sla-amarillo .sla-estado{color:#ba7517}.sla-rojo .sla-estado{color:#d85a30}.kpi-card{animation:cardIn .45s ease both;background:linear-gradient(170deg,#121b2b,#0d1523);border:1px solid #1e2b3f;border-radius:12px;box-shadow:0 14px 24px #00000052;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{box-shadow:0 20px 28px #0000006b;transform:translateY(-2px)}.kpi-titulo{color:#8ea2c1;font-size:12px;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.kpi-valor{font-size:32px;font-weight:600;text-shadow:0 0 16px #ffffff14}.kpi-unidad{color:#8ea2c1;font-size:14px;margin-left:4px}@keyframes cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.grafico-card{animation:chartIn .55s ease both;background:linear-gradient(180deg,#101a2a,#0c1422);border:1px solid #1d2c42;border-radius:12px;box-shadow:0 14px 30px #00000059;padding:20px}.grafico-titulo{color:#e7efff;font-size:15px;font-weight:600;margin-bottom:16px}@keyframes chartIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.observaciones-panel{background:#0d1625;border:1px solid #1d2c42;border-radius:16px;box-shadow:0 8px 32px #0006;margin-top:20px;padding:24px}.observaciones-head{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:6px}.observaciones-head h2{color:#e8efff;font-size:20px;font-weight:600}.observaciones-head p,.observaciones-sub{color:#8ea2c1;font-size:13px}.observaciones-sub{margin-bottom:16px}.observaciones-filtro input{background:#101e30;border:1px solid #253550;border-radius:10px;color:#e8efff;font-size:14px;margin-bottom:20px;outline:none;padding:11px 16px;transition:border .2s;width:100%}.observaciones-filtro input:focus{border-color:#2f80ed}.observaciones-filtro input::placeholder{color:#4a6080}.observaciones-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.obs-card{background:#111f33;border:1px solid #1f3148;border-radius:14px;display:flex;flex-direction:column;gap:12px;padding:16px;transition:border-color .2s,transform .15s}.obs-card:hover{border-color:#2f80ed;transform:translateY(-2px)}.obs-top h3{color:#ecf3ff;font-size:14px;font-weight:600;line-height:1.4;margin-bottom:4px}.obs-fecha{color:#5d7a9e;font-size:12px}.obs-chip-row{display:flex;flex-wrap:wrap;gap:6px}.obs-chip{background:#2f80ed1f;border:1px solid #2f80ed59;border-radius:999px;color:#90bcff;font-size:11px;font-weight:500;padding:3px 10px}.obs-chip.ausente{background:#dc503c1f;border-color:#dc503c66;color:#ff9080}.obs-chip.parcial{background:#ba75171f;border-color:#ba751766;color:#ffc260}.obs-chip.completa{background:#1d9e751f;border-color:#1d9e7566;color:#5eddb0}.obs-divider{border:none;border-top:1px solid #1d2e44;margin:0}.obs-metricas{grid-gap:6px 12px;display:grid;gap:6px 12px;grid-template-columns:1fr 1fr}.obs-metrica{color:#7a95b5;display:flex;font-size:13px;justify-content:space-between}.obs-metrica strong{color:#c8d8f0;font-weight:500}.obs-metrica span{color:#e8efff;font-weight:600}.obs-infraccion-total{align-items:center;background:#d85a301a;border:1px solid #d85a3040;border-radius:8px;color:#ff9070;display:flex;font-size:13px;justify-content:space-between;padding:8px 12px}.obs-infraccion-total span:last-child{color:#ff7050;font-size:18px;font-weight:700}.obs-meta{border-top:1px dashed #1d2e44;display:flex;flex-direction:column;gap:4px;padding-top:10px}.obs-meta p{color:#6a85a5;font-size:12px}.obs-meta p strong{color:#9ab0cc;margin-right:4px}.observaciones-acciones{display:flex;justify-content:center;margin-top:20px}.observaciones-acciones button{background:#101e30;border:1px solid #253550;border-radius:10px;color:#90bcff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 24px;transition:border-color .2s,background .2s}.observaciones-acciones button:hover{background:#0d1e35;border-color:#2f80ed}.observaciones-vacio{color:#4a6080;font-size:14px;padding:40px 0;text-align:center}.filtros-globales{background:linear-gradient(180deg,#101a2a,#0c1422);border:1px solid #1e2b3f;border-radius:12px;box-shadow:0 10px 22px #00000059;margin:14px 16px 0;padding:12px}.filtros-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.filtros-header h2{color:#e8efff;font-size:15px}.filtros-header button{background:#0f1a2b;border:1px solid #2b3a52;border-radius:8px;color:#d6e3f9;cursor:pointer;font-size:12px;padding:6px 10px}.filtros-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.filtros-grid label{color:#9ab0cf;display:flex;flex-direction:column;font-size:12px;gap:4px}.filtros-grid input,.filtros-grid select{background:#0d1625;border:1px solid #2b3a52;border-radius:8px;color:#e8efff;font-size:13px;padding:8px 9px}.mapa-card{background:linear-gradient(180deg,#101a2a,#0c1422);border:1px solid #1d2c42;border-radius:12px;box-shadow:0 14px 30px #00000059;padding:14px}.mapa-lienzo{border:1px solid #dfe6f1;border-radius:12px;min-height:360px;overflow:hidden;position:relative}.mapa-osm{height:360px;width:100%}.mapa-leyenda{color:#9ab0cf;display:flex;font-size:12px;gap:16px;margin:12px 0}.mapa-leyenda span{align-items:center;display:inline-flex;gap:6px}.dot{border-radius:50%;display:inline-block;height:10px;width:10px}.dot.sede{background:#1e88e5}.dot.alto{background:#e53935}.dot.medio{background:#fb8c00}.dot.bajo{background:#43a047}.mapa-contexto{background:#0d1625;border:1px solid #2b3a52;border-radius:10px;margin-bottom:10px;padding:10px}.mapa-contexto p{color:#a2b7d4;font-size:12px;margin:0 0 4px}.mapa-lista{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.mapa-lista article{background:#ffffff08;border:1px solid #2b3a52;border-radius:10px;padding:10px}.mapa-lista h3{color:#edf4ff;font-size:13px;margin-bottom:4px}.mapa-lista p{color:#9ab0cf;font-size:12px;margin:0 0 3px}.mapa-vacio{background:#0f1727;border-radius:12px;color:#9ab0cf;font-size:13px;padding:16px}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.login-wrap{align-items:center;background:radial-gradient(circle at 10% 0,#1a2438 0,#0a0f18 50%,#080d15 100%);display:flex;justify-content:center;min-height:100vh}.login-card{background:linear-gradient(180deg,#111b2b,#0c1422);border:1px solid #1e2b3f;border-radius:16px;box-shadow:0 20px 36px #0000006b;max-width:400px;padding:40px;width:100%}.login-titulo{color:#eef4ff;font-size:20px;font-weight:600;margin-bottom:4px}.login-sub{color:#8ea2c1;font-size:13px;margin-bottom:28px}.login-campo{margin-bottom:16px}.login-campo label{color:#a0b4d1;display:block;font-size:12px;font-weight:500;margin-bottom:6px}.login-campo input{background:#0d1625;border:1px solid #2b3a52;border-radius:8px;color:#e8efff;font-size:14px;outline:none;padding:10px 14px;transition:border .2s;width:100%}.login-campo input:focus{border-color:#19d3a2}.login-error{color:#d85a30;font-size:13px;margin-bottom:12px}.login-btn{background:linear-gradient(135deg,#19d3a2,#2f80ed);border:none;border-radius:8px;color:#f4fbff;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:filter .2s;width:100%}.login-btn:hover{filter:brightness(1.07)}.login-btn:disabled{background:#bbb;cursor:not-allowed}.admin-wrap{margin:0 auto;max-width:700px;padding:24px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.admin-titulo{color:#eaf2ff;font-size:20px;font-weight:600}.admin-logout{background:#0f1a2b;border:1px solid #2b3a52;border-radius:8px;color:#9bb1d0;cursor:pointer;font-size:13px;padding:8px 16px}.admin-logout:hover{border-color:#19d3a2;color:#19d3a2}.admin-card{background:linear-gradient(180deg,#101a2a,#0c1422);border:1px solid #1d2c42;border-radius:12px;box-shadow:0 14px 30px #00000059;padding:28px}.admin-card-titulo{color:#e8efff;font-size:16px;font-weight:600;margin-bottom:8px}.admin-card-sub{color:#8ea2c1;font-size:12px;line-height:1.6;margin-bottom:20px}.admin-actions{display:flex;justify-content:flex-end;margin-bottom:10px}.admin-template-btn{background:#0f1a2b;border:1px solid #2b3a52;border-radius:8px;color:#b9cbe5;cursor:pointer;font-size:12px;padding:8px 12px}.admin-template-btn:hover{border-color:#19d3a2;color:#19d3a2}.admin-upload{background:#0d1625;border:2px dashed #2b3a52;border-radius:10px;margin-bottom:16px;padding:24px;text-align:center}.admin-upload.drag-activo{border-color:#19d3a2;box-shadow:0 0 0 2px #19d3a233}.admin-upload input{display:none}.admin-upload-text{color:#a8bad4;font-size:13px;margin-bottom:12px}.admin-upload-select{background:#111d30;border:1px solid #2b3a52;border-radius:8px;color:#d9e6fb;cursor:pointer;display:inline-block;font-size:13px;padding:8px 12px}.admin-upload-select:hover{border-color:#19d3a2}.admin-archivo{color:#b7c6dc;font-size:13px;margin-top:10px}.admin-preview{background:#0b1321;border:1px solid #27364d;border-radius:10px;margin-bottom:14px}.admin-preview-title{border-bottom:1px solid #27364d;color:#8ea2c1;font-size:12px;padding:10px 12px}.admin-preview-scroll{overflow-x:auto}.admin-preview table{border-collapse:collapse;min-width:640px;width:100%}.admin-preview td,.admin-preview th{border-bottom:1px solid #1f2e43;font-size:12px;padding:8px 10px;text-align:left}.admin-preview th{background:#0f1c2f;color:#c9d8ef}.admin-preview td{color:#9ab0cf}.admin-ok{color:#3b6d11}.admin-error,.admin-ok{font-size:13px;margin-bottom:12px}.admin-error{color:#d85a30}.admin-btn{background:linear-gradient(135deg,#19d3a2,#2f80ed);border:none;border-radius:8px;color:#eff8ff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 28px;transition:filter .2s}.admin-btn:hover{filter:brightness(1.08)}.admin-btn:disabled{background:#bbb;cursor:not-allowed}
/*# sourceMappingURL=main.318eb150.css.map*/