:root{--app-bg-deep:#edf0f5;--app-bg-mid:#f5f7fb;--app-bg-soft:#fff;--app-panel:#fff;--app-panel-soft:#fff;--app-surface:#25306b0a;--app-surface-strong:#25306b14;--app-border:#d6dce8;--app-border-strong:#cdd5e0;--app-text:#1a1e3a;--app-text-muted:#718096;--app-text-soft:#a0aec0;--app-heading:#1a1e3a;--app-accent:#006bb9;--app-accent-strong:#25306b;--app-accent-text:#fff;--app-primary:#25306b;--app-primary-hover:#1d2552;--app-danger:#ff1d3d;--app-danger-strong:#d41433;--app-success:#2f855a;--app-warning:#b7791f;--app-shadow-lg:0 16px 42px #25306b3d;--app-shadow-md:0 8px 32px #25306b21, 0 2px 6px #0000000f;--app-radius-lg:24px;--app-radius-md:16px;--app-radius-sm:12px;--app-scrollbar-track:#e7ebf3;--app-scrollbar-thumb:#b8c5d8;--app-scrollbar-thumb-hover:#9baec8;--app-safe-top:env(safe-area-inset-top,0px);--app-safe-right:env(safe-area-inset-right,0px);--app-safe-bottom:env(safe-area-inset-bottom,0px);--app-safe-left:env(safe-area-inset-left,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--app-text);background:radial-gradient(circle at top left, #006bb917, transparent 30%), radial-gradient(circle at bottom right, #25306b14, transparent 26%), linear-gradient(145deg, var(--app-bg-mid), var(--app-bg-deep) 60%, var(--app-bg-soft));font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-gutter:stable;background-attachment:fixed;font-family:Segoe UI,Inter,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}html{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track);min-height:100%}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}::-webkit-scrollbar{width:.72rem;height:.72rem}::-webkit-scrollbar-track{background:var(--app-scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);border:2px solid #e7ebf3;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-thumb-hover)}body{-webkit-text-size-adjust:100%;min-height:100dvh;color:var(--app-text);background:0 0;margin:0;overflow-x:hidden}#root{min-height:100dvh}h1{font-size:3.2em;line-height:1.1}h1,h2,h3,h4,h5,h6{color:var(--app-heading)}p,span,small,label{color:inherit}a{color:var(--app-accent)}a:hover{color:#25306b}button{border-radius:var(--app-radius-sm);cursor:pointer;border:1px solid #0000;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s,color .18s}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{cursor:not-allowed}input,textarea,select,button{font:inherit}input,textarea,select{appearance:none;border-radius:0}input[type=checkbox],input[type=radio]{appearance:auto}input:focus{outline:none}::selection{color:#1a1e3a;background:#006bb93d}.login-auth-page{color:#1a1e3a;background:#edf0f5;flex-direction:column;min-height:100dvh;display:flex}.login-auth-main{flex-direction:column;flex:1;display:flex}.login-auth-container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.login-auth-hero{color:#fff;background:linear-gradient(135deg,#25306b 0%,#006bb9 100%);padding:48px 0 36px;position:relative;overflow:hidden}.login-auth-hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.login-auth-hero h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.login-auth-hero p{opacity:.78;margin:0;font-size:15px}.login-auth-section{justify-content:center;padding:40px 16px 56px;display:flex}.login-auth-card{background:#fff;border:1px solid #d6dce8;border-radius:12px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 8px 32px #25306b21,0 2px 6px #0000000f}.login-auth-tabs{background:#edf0f5;border:1px solid #d6dce8;border-radius:999px;grid-template-columns:1fr 1fr;margin:16px 16px 0;padding:4px;display:grid;position:relative}.login-auth-tabs:before{content:"";background:linear-gradient(90deg,#25306b 0%,#006bb9 100%);border-radius:999px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .26s;position:absolute;top:4px;left:4px;box-shadow:0 3px 10px #25306b4d}.login-auth-tabs.is-register:before{transform:translate(100%)}.login-auth-tab{z-index:1;letter-spacing:.2px;color:#718096;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;transition:color .2s;position:relative}.login-auth-tab:hover{color:#1d2552}.login-auth-tab.is-active{color:#fff}.login-auth-form{flex-direction:column;gap:18px;padding:32px 36px 36px;display:flex}.login-auth-form-header h2{color:#1a1e3a;margin:0 0 4px;font-size:20px}.login-auth-form-header p{color:#718096;margin:0;font-size:13px}.login-auth-field{flex-direction:column;gap:5px;display:flex}.login-auth-field label{text-transform:uppercase;letter-spacing:.5px;color:#4a5568;font-size:12px;font-weight:700}.login-auth-form .login-auth-input.gob-ui-field{color:#1a1e3a;width:100%;box-shadow:none;background:#edf0f5;border:1.5px solid #cdd5e0;border-radius:7px;padding:10px 14px;font-size:14px}.login-auth-form .login-auth-input.gob-ui-field::placeholder{color:#a0aec0}.login-auth-form .login-auth-input.gob-ui-field:focus{background:#fff;border-color:#006bb9;box-shadow:0 0 0 3px #006bb91f}.login-auth-forgot{text-align:right;margin-top:-8px}.login-auth-forgot button{color:#006bb9;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.login-auth-forgot button:hover{color:#ff1d3d;text-decoration:underline}.login-auth-submit.gob-ui-button{border-radius:8px;width:100%;margin-top:4px;padding:12px;font-size:14px;font-weight:700}.login-auth-submit.gob-ui-button.gob-ui-button--primary{color:#fff;background:linear-gradient(90deg,#25306b 0%,#006bb9 100%);border:0;box-shadow:0 3px 10px #25306b4d}.login-auth-submit.gob-ui-button.gob-ui-button--primary:hover{opacity:.92;box-shadow:0 5px 16px #25306b59}.login-auth-switch{text-align:center;color:#718096;margin:0;font-size:13px}.login-auth-link{color:#006bb9;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:13px;font-weight:700;text-decoration:underline}.login-auth-link:hover{color:#ff1d3d}.login-auth-panel{animation:.24s loginAuthPanelIn}@keyframes loginAuthPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=520px){.login-auth-tabs{margin:14px 14px 0}.login-auth-form{padding:24px 20px 28px}}.error-alert{color:#5f1f2a;text-align:center;z-index:20000;opacity:0;background:#fff6f6;border:1px solid #dfbfc5;border-left:4px solid #8f2230;border-radius:6px;justify-content:space-between;align-items:center;gap:1rem;min-width:min(640px,100vw - 2rem);max-width:calc(100vw - 2rem);padding:.82rem 1.05rem;font-size:.9rem;font-weight:600;transition:top .3s,opacity .22s;display:flex;position:fixed;top:-180px;left:50%;transform:translate(-50%);box-shadow:0 6px 14px #42192229}.error-alert.show{top:max(.85rem, var(--app-safe-top,0px));opacity:1}.error-alert.hide{opacity:0;top:-180px}.success-alert{color:#12385d;text-align:center;z-index:20000;opacity:0;background:#f3f8fd;border:1px solid #b7cbdf;border-left:4px solid #0b3a6e;border-radius:6px;min-width:min(640px,100vw - 2rem);max-width:calc(100vw - 2rem);padding:.82rem 1.05rem;font-size:.9rem;font-weight:600;transition:top .3s,opacity .22s;position:fixed;top:-180px;left:50%;transform:translate(-50%);box-shadow:0 6px 14px #12385d29}.success-alert.show{top:max(.85rem, var(--app-safe-top,0px));opacity:1}.success-alert.hide{opacity:0;top:-180px}@media (width<=750px){.error-alert,.success-alert{width:calc(100vw - 1rem);min-width:0;padding:.68rem .82rem;font-size:.86rem}}.gob-ui-button{letter-spacing:.01em;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:.45rem;min-height:2.35rem;padding:.5rem .9rem;font-size:.9rem;font-weight:700;line-height:1.2;transition:box-shadow .16s,border-color .16s,background .16s,color .16s,opacity .16s;display:inline-flex;position:relative}.gob-ui-button:hover:not(:disabled){box-shadow:0 0 0 1px #0b3a6e14}.gob-ui-button:disabled:not(.is-loading){opacity:.62}.gob-ui-button.is-loading{opacity:1}.gob-ui-button__content{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.gob-ui-button.is-loading .gob-ui-button__content{visibility:hidden}.gob-ui-button__loading{inset:0;pointer-events:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.gob-ui-button--primary{color:#fff;background:#0b3a6e;border-color:#0b3a6e;box-shadow:0 1px 2px #0b3a6e3d}.gob-ui-button--primary:hover:not(:disabled){background:#082f58;border-color:#082f58;box-shadow:0 2px 5px #0b3a6e47}.gob-ui-button--secondary{color:#0b3a6e;box-shadow:none;border-color:#9cb0c4}.gob-ui-button--secondary:hover:not(:disabled){border-color:#7d95ad}.gob-ui-button--danger{color:#fff;background:#8f2230;border-color:#8f2230;box-shadow:0 1px 2px #58121c4d}.gob-ui-button--danger:hover:not(:disabled){background:#741b27;border-color:#741b27;box-shadow:0 2px 5px #58121c52}.gob-ui-button--ghost{color:#0b3a6e;background:0 0;border-color:#9cb0c4}.gob-ui-button--ghost:hover:not(:disabled){background:#0b3a6e14}.gob-ui-button--text{color:#0b3a6e;text-underline-offset:.18em;background:0 0;border-color:#0000;min-height:auto;padding:.12rem .1rem;text-decoration:underline}.gob-ui-button--text:hover:not(:disabled){color:#741b27;box-shadow:none}.gob-ui-spinner{color:currentColor;align-items:center;gap:.5rem;display:inline-flex}.gob-ui-spinner.is-compact{gap:.36rem;font-size:.88rem}.gob-ui-spinner__dots{gap:.24rem;display:inline-flex}.gob-ui-spinner__dots span{background:currentColor;border-radius:50%;width:.42rem;height:.42rem;animation:1s ease-in-out infinite gobUiDotPulse}.gob-ui-spinner.is-compact .gob-ui-spinner__dots span{width:.38rem;height:.38rem}.gob-ui-spinner__dots span:nth-child(2){animation-delay:.14s}.gob-ui-spinner__dots span:nth-child(3){animation-delay:.28s}@keyframes gobUiDotPulse{0%,80%,to{opacity:.44;transform:scale(.82)}40%{opacity:1;transform:scale(1)}}.gob-ui-field{appearance:none;color:#1a1e3a;background:#edf0f5;border:1.5px solid #cdd5e0;border-radius:7px;width:100%;padding:.62rem .78rem;transition:border-color .15s,box-shadow .15s,background-color .15s}select.gob-ui-field{background-image:linear-gradient(45deg,#0000 50%,#4a5568 50%),linear-gradient(135deg,#4a5568 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2.2rem}.gob-ui-field::placeholder{color:#a0aec0}.gob-ui-field:focus{background:#fff;border-color:#006bb9;outline:none;box-shadow:0 0 0 3px #006bb91f}.gob-ui-field:disabled{color:#7f8da4;cursor:not-allowed;background:#f4f6f9}.gob-ui-checkbox{accent-color:#006bb9;cursor:pointer;width:1rem;height:1rem}.gob-ui-checkbox:disabled{cursor:not-allowed;opacity:.65}.gob-ui-modal-overlay{inset:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;padding:max(1rem, var(--app-safe-top,0px)) max(1rem, var(--app-safe-right,0px)) max(1rem, var(--app-safe-bottom,0px)) max(1rem, var(--app-safe-left,0px));background:#25306b75;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gob-ui-modal{width:min(760px,100%);max-height:calc(100vh - 2rem);max-height:calc(100svh - 2rem - var(--app-safe-bottom,0px));max-height:calc(100dvh - 2rem - var(--app-safe-bottom,0px));-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #d6dce8;border-radius:12px;overflow:auto;box-shadow:0 16px 42px #25306b3d,0 2px 6px #00000014}.gob-ui-modal__header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.gob-ui-modal__body{color:#1a1e3a;padding:1rem 1.1rem}.gob-ui-modal__header h2{color:#1a1e3a;margin:0}.gob-ui-modal__header p{color:#718096;margin:.35rem 0 0}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.footer{font-family:system-ui,Segoe UI,Roboto,sans-serif}.footer.footer--minimal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-top:1px solid #d6dce8}.footer-minimal-content{justify-content:space-between;align-items:center;gap:16px;min-height:56px;display:flex}.footer-minimal-content p{color:#718096;margin:0;font-size:12px}.footer-minimal-content a{color:#006bb9;font-size:12px;font-weight:700;text-decoration:none}.footer-minimal-content a:hover{color:#25306b}.footer-main{color:#ffffffd9;background:#25306b;padding:48px 0 40px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;display:grid}.footer-logo{aspect-ratio:1046/445;object-fit:contain;width:auto;max-width:100%;height:72px;display:block}.footer-brand p{opacity:.7;margin:16px 0 10px;font-size:13px}.footer-socials{gap:10px;display:flex}.footer-socials a{color:#ffffffb3;background:#ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.footer-socials a:hover{color:#fff;background:#ff1d3d}.footer-col h4{text-transform:uppercase;letter-spacing:1px;color:#fff;border-bottom:2px solid #ff1d3d;margin:0 0 14px;padding-bottom:10px;font-size:12px;font-weight:700;display:inline-block}.footer-col ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#ffffffad;font-size:13px;line-height:1.4;text-decoration:none;transition:color .15s}.footer-col ul li a:hover{color:#fff}.footer-contact{background:#006bb9;padding:28px 0}.footer-contact-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.footer-contact-item{flex-direction:column;gap:6px;display:flex}.footer-contact-item strong{color:#fff;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:700}.footer-contact-item a{color:#ffffffe6;align-items:center;gap:6px;font-size:15px;font-weight:700;text-decoration:none;transition:color .15s;display:flex}.footer-contact-item a:hover{color:#fff}.footer-contact-item span{color:#fff9;font-size:11px}.footer-copy{background:#1d2552;border-top:1px solid #ffffff14;padding:14px 0}.footer-copy p{color:#ffffff73;text-align:center;margin:0;font-size:12px}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-contact-grid{grid-template-columns:1fr}}@media (width<=520px){.footer-logo{height:56px}.footer-minimal-content{flex-direction:column;align-items:flex-start;gap:4px;min-height:auto;padding:10px 0}.footer-grid{grid-template-columns:1fr}}.navbar-wrapper{z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #25306b26}.nav-container{justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:1140px;margin:0 auto;padding:0 24px;display:flex}.navbar-ppal{background:#fff;border-bottom:1px solid #dde3ef}.navbar-ppal .nav-container{padding-top:14px;padding-bottom:14px}.brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.nav-logo{aspect-ratio:1046/445;object-fit:contain;width:auto;max-width:min(240px,58vw);height:50px;display:block}.top-links{align-items:center;gap:24px;display:flex}.top-links a{color:#4a5568;white-space:nowrap;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.top-links a:hover{color:#25306b}@media (width<=768px){.top-links{display:none}.nav-logo{max-width:min(200px,70vw);height:40px}}.image-modal-overlay{inset:0;z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#07131de6;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.image-modal-img{object-fit:contain;background:#fffffffa;border:1px solid #ffffff2e;border-radius:14px;max-width:100%;max-height:100%;box-shadow:0 20px 50px #00000059}.image-modal-close{color:#0f172a;cursor:pointer;z-index:1;background:#ffffffeb;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.3rem;line-height:1;display:inline-flex;position:absolute;top:12px;right:12px;box-shadow:0 8px 18px #00000038}.map-incident-chat{z-index:1520;background:#fff;border-top:1px solid #d6dce8;border-left:1px solid #d6dce8;border-radius:14px 0 0;flex-direction:column;width:min(50vw,520px);height:min(72dvh,580px);max-height:72dvh;transition:transform .25s;display:flex;position:fixed;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-12px 0 30px #0f172a38}.map-incident-chat.is-open{transform:translate(0)}.map-chat-header{justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.map-chat-header-title{align-items:center;gap:8px;font-size:14px;display:flex}.map-chat-close-button{color:#17304a;background:#edf0f5;border:1px solid #d6dce8;border-radius:8px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 4px 10px #25306b1f}.map-chat-close-button:hover{color:#0b3a6e;background:#dfe8f2}.map-chat-report-label{color:#475569;background:#f1f5f9;padding:8px 16px;font-size:12px}.map-chat-report-label strong{color:#1d2552}.map-chat-status{color:#475569;background:#f1f5f9;border-radius:10px;margin:0 16px 4px;padding:10px 12px;font-size:12px}.map-chat-loading{padding:0 16px 8px}.map-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 14px;display:flex;position:relative;overflow-y:auto}.map-chat-empty-state{color:#718096;margin:0;font-size:13px}.map-chat-bubble{align-items:flex-end;gap:8px;max-width:86%;display:flex}.map-chat-bubble.is-own{flex-direction:row-reverse;align-self:flex-end}.map-chat-bubble.is-own .map-chat-bubble-body{align-items:flex-end}.map-chat-avatar{color:#25306b;background:#e8edf4;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.map-chat-bubble-body{flex-direction:column;align-items:flex-start;gap:3px;max-width:100%;display:flex}.map-chat-message-content{flex-direction:column;gap:6px;width:fit-content;max-width:100%;display:flex}.map-chat-bubble.is-own .map-chat-message-content{align-items:flex-end}.map-chat-sender{color:#64748b;word-break:break-word;max-width:100%;padding-left:2px;font-size:10px;font-weight:600}.map-chat-text{color:#1a1e3a;white-space:pre-wrap;word-break:break-word;background:#edf0f5;border-radius:12px 12px 12px 4px;width:fit-content;max-width:100%;margin:0;padding:8px 11px}.map-chat-bubble.is-own .map-chat-text{color:#fff;background:#1d6fd6;border-radius:12px 12px 4px}.map-chat-image{object-fit:cover;cursor:zoom-in;background:#f8fafc;border:1px solid #d6dce8;border-radius:12px;width:min(100%,240px);max-height:320px;display:block}.map-chat-bubble.is-own .map-chat-image{border-color:#fff3}.map-chat-bubble.is-after-close .map-chat-avatar{color:#8a5a00;background:#fff0c9}.map-chat-bubble.is-after-close .map-chat-text{color:#8a5a00;background:#fff4dc;border:1px solid #f3ce8d}.map-chat-bubble.is-after-close.is-own .map-chat-text{color:#7a4d00;background:#ffecb3;border-color:#efc86a}.map-chat-bubble.is-after-close .map-chat-time,.map-chat-bubble.is-after-close.is-own .map-chat-time{color:#a87919}.map-chat-time{color:#94a3b8;padding-left:2px;font-size:10px}.map-chat-bubble.is-own .map-chat-time{text-align:right;padding-left:0;padding-right:2px}.map-chat-compose{padding:10px 12px max(12px, var(--app-safe-bottom,0px));background:linear-gradient(#f8fafcfa,#fff);border-top:1px solid #e2e8f0;flex-direction:column;gap:8px;display:flex}.map-chat-attachment-preview{background:#f8fafc;border:1px solid #d6dce8;border-radius:14px;grid-template-columns:72px 1fr auto;align-items:center;gap:10px;padding:8px;display:grid}.map-chat-attachment-preview img{object-fit:cover;background:#e8edf4;border-radius:12px;width:72px;height:72px}.map-chat-attachment-info{flex-direction:column;gap:2px;min-width:0;display:flex}.map-chat-attachment-info strong{color:#1a1e3a;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.map-chat-attachment-info span{color:#64748b;font-size:11px}.map-chat-attachment-remove{color:#0f172a;background:#e8edf4;border:1px solid #cbd5e1;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:10px;transition:background-color .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.map-chat-attachment-remove:hover{color:#020617;background:#dfe8f2;border-color:#94a3b8;transform:translateY(-1px)}.map-chat-attachment-remove svg{color:inherit}.map-chat-attach-button.gob-ui-button{flex:none;gap:6px}.map-chat-attach-button span{font-size:12px;font-weight:600}.map-chat-file-input{opacity:0;clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.map-chat-input-row{align-items:center;gap:8px;padding:0;display:flex}.map-chat-input{color:#1a1e3a;background:#fff;border:1px solid #cdd5e0;border-radius:999px;flex:1;padding:8px 14px}.map-chat-input:focus{border-color:#1d6fd6;outline:none;box-shadow:0 0 0 3px #1d6fd61f}.map-chat-send{color:#fff;background:#1d6fd6;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:46px;height:38px;padding:0 14px;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 18px #1d6fd633}.map-chat-send:disabled{cursor:not-allowed;background:#cbd5e1}.map-chat-send:not(:disabled):hover{background:#1558b0;transform:translateY(-1px);box-shadow:0 10px 20px #1558b03d}@media (width<=900px){.map-incident-chat{border-radius:14px 14px 0 0;width:100%;height:min(64dvh,520px);max-height:64dvh;bottom:0;left:0;right:0}.map-incident-chat.is-open{transform:translateY(0)}}@media (width<=560px){.map-incident-chat{height:min(68dvh,470px);max-height:68dvh}.map-chat-header{padding:12px 12px 8px}.map-chat-messages{padding:10px}.map-chat-compose{padding:10px 10px max(12px, var(--app-safe-bottom,0px))}.map-chat-attachment-preview{grid-template-columns:60px 1fr auto}.map-chat-attachment-preview img{width:60px;height:60px}.map-chat-attach-button.gob-ui-button{min-width:54px;padding:0 10px}.map-chat-attach-button.gob-ui-button .gob-ui-button__content{display:inline-flex}.map-chat-attach-button.gob-ui-button .gob-ui-button__content>span{display:none}.map-chat-input-row{gap:6px}.map-chat-send{min-width:42px;padding:0 12px}.map-chat-image{width:min(100%,200px)}}.loading-screen{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#edf0f5d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner-balls{filter:drop-shadow(0 10px 22px #25306b42);justify-content:center;align-items:center;width:60px;height:60px;animation:3s linear infinite spin-balls;display:flex;position:relative}.ball{opacity:.92;background:#25306b;border-radius:100%;width:12px;height:12px;position:absolute}.ball1,.ball3,.ball5,.ball7{background:#006bb9}.ball2,.ball4,.ball6,.ball8{background:#ff1d3d}.spinner-balls-white .ball{background:#fff}.ball1{top:0;left:24px}.ball2{top:8px;left:42px}.ball3{top:24px;left:48px}.ball4{top:42px;left:42px}.ball5{top:48px;left:24px}.ball6{top:42px;left:8px}.ball7{top:24px;left:0}.ball8{top:8px;left:8px}@keyframes spin-balls{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-auth-page{color:#1a1e3a;--app-panel:#fff;--app-panel-soft:#fff;--app-text:#1a1e3a;--app-text-muted:#718096;--app-heading:#1a1e3a;--app-border:#d6dce8;--app-border-strong:#cdd5e0;--app-primary:#25306b;--app-primary-hover:#1d2552;--app-accent:#006bb9;--app-accent-text:#fff;--app-shadow-md:0 8px 32px #25306b21, 0 2px 6px #0000000f;background:#edf0f5;flex-direction:column;min-height:100dvh;display:flex}.home-auth-main{flex-direction:column;flex:1;display:flex}.home-auth-container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.home-auth-hero{color:#fff;background:linear-gradient(135deg,#25306b 0%,#006bb9 100%);padding:48px 0 36px;position:relative;overflow:hidden}.home-auth-hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.home-auth-hero-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.home-auth-hero h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.home-auth-hero p{opacity:.78;margin:0;font-size:15px}.home-logout-button.gob-ui-button.gob-ui-button--danger{color:#fff;background:#8f2230;border-color:#8f2230;border-radius:6px;padding:9px 14px;font-size:13px;font-weight:700;box-shadow:0 1px 2px #58121c4d}.home-logout-button.gob-ui-button.gob-ui-button--danger:hover:not(:disabled){background:#741b27;border-color:#741b27}.home-auth-section{padding:40px 0 56px}.home-auth-card{background:#fff;border:1px solid #d6dce8;border-radius:12px;width:100%;padding:24px;box-shadow:0 8px 32px #25306b21,0 2px 6px #0000000f}@media (width<=768px){.home-auth-hero-content{text-align:center;justify-content:center}.home-auth-card{padding:16px}}.home-welcome-container{justify-content:center;align-items:center;padding:0;display:flex}.welcome-content{text-align:center;color:#1a1e3a;width:min(1080px,100%)}.welcome-title{text-shadow:none;margin-bottom:1.25rem;font-size:2rem;font-weight:700}.applications-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.application-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #d6dce8;border-radius:12px;flex-direction:column;flex:1;align-items:center;min-width:200px;max-width:290px;padding:1.75rem;transition:all .3s;display:flex;box-shadow:0 8px 32px #25306b21,0 2px 6px #0000000f}.application-card:hover{transform:translateY(-5px);box-shadow:0 14px 34px #25306b33}.application-icon{margin-bottom:.75rem;font-size:2.5rem}.application-card h3{color:#1a1e3a;margin-bottom:.75rem;font-size:1.25rem}.application-card p{color:#718096;margin:0;font-size:.9rem;line-height:1.4}.catalog-application:hover{border-color:#77c79d73}.clients-application:hover{border-color:#78c4d773}.profile-application:hover{border-color:#ff1d3d}.map-application:hover{border-color:#006bb9}.dashboard-application:hover{border-color:#b7791f}.access-denied-message{background:linear-gradient(180deg, var(--app-panel), var(--app-panel-soft));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--app-border);text-align:center;width:100%;box-shadow:var(--app-shadow-md);border-radius:24px;margin-top:1rem;padding:2.5rem}.access-denied-icon{opacity:.7;margin-bottom:1rem;font-size:3.5rem}.access-denied-message h3{color:#f5deb2;margin-bottom:.75rem;font-size:1.25rem}.access-denied-message p{color:var(--app-text-muted);margin:0;font-size:1rem;line-height:1.5}.user-permissions-info{background:#edf0f5;border:1px solid #d6dce8;border-radius:12px;margin-top:2rem;padding:1rem;display:inline-flex}.user-permissions-info p{color:#4a5568;margin:0;font-size:.9rem}@media (width<=768px){.home-welcome-container{padding-inline:1rem}.welcome-title{font-size:1.55rem}.applications-grid{gap:1rem;margin-bottom:1.5rem}.application-card{min-width:min(100%,180px);padding:1.25rem}.application-icon{font-size:2rem}.application-card h3{font-size:1.05rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.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:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.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);width:36px;height: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{width:44px;height: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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{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)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;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;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out, opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{text-align:center;border-radius:15px;width:30px;height:30px;margin-top:5px;margin-left:5px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.incident-cluster-marker{z-index:1100!important;background:0 0!important;border:none!important}.incident-cluster-icon{color:#fff;background:#25306bf0;border:3px solid #fffffff2;border-radius:999px;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex;box-shadow:0 6px 18px #0f172a52}.incident-cluster-icon--medium{font-size:15px}.incident-cluster-icon--large{background:#006bb9f2;font-size:16px}.traffic-jam-cluster-marker{z-index:340!important;background:0 0!important;border:none!important}.traffic-jam-cluster-icon{color:#fff;border:3px solid #fffffff2;border-radius:999px;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;font-weight:700;display:flex;box-shadow:0 6px 18px #0f172a47}.traffic-jam-cluster-icon--medium{font-size:14px}.traffic-jam-cluster-icon--large{font-size:15px}.map-traffic-jam-marker-wrapper{background:0 0!important;border:none!important;overflow:visible!important}.map-traffic-jam-marker-wrapper--hidden{pointer-events:none!important}.map-traffic-jam-marker{background:var(--tj-color,#fb8c00);border:2px solid #fffffff2;border-radius:999px;width:14px;height:14px;box-shadow:0 3px 10px #0f172a47}.dash-map .map-traffic-jam-marker-wrapper,.dash-map .traffic-jam-cluster-marker{pointer-events:auto!important}.traffic-jam-cluster-popup{flex-direction:column;gap:10px;display:flex}.traffic-jam-cluster-popup-nav{border-bottom:1px solid #0f172a1f;justify-content:space-between;align-items:center;gap:8px;padding-bottom:8px;display:flex}.traffic-jam-cluster-popup-nav-btn{color:#25306b;cursor:pointer;background:#fff;border:1px solid #25306b3d;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:600}.traffic-jam-cluster-popup-nav-btn:hover:not(:disabled){background:#25306b14}.traffic-jam-cluster-popup-nav-btn:disabled{opacity:.45;cursor:not-allowed}.traffic-jam-cluster-popup-nav-count{color:#25306b;white-space:nowrap;font-size:12px;font-weight:700}.dash-page{inset:0;z-index:2000;--dash-topbar-height:68px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);background:#1a1e3a;flex-direction:column;display:flex;position:fixed;inset:0}.dash-page .map-menu-trigger{z-index:2200;top:11px;left:14px}.dash-page .map-menu-trigger:hover{background:#fff}.dash-page .map-side-backdrop{z-index:2350}.dash-page .map-side-menu{z-index:2400;z-index:2400;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-right:1px solid #d6dce8;flex-direction:column;width:min(320px,88vw);height:100dvh;max-height:100dvh;transition:transform .24s,opacity .18s,visibility 0s linear .24s;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}.dash-page .map-side-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:transform .24s,opacity .18s;transform:translate(0)}.dash-page .map-side-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.dash-page .map-side-header h2{align-items:center;gap:12px;margin:0;font-size:19px;display:flex}.dash-page .map-user-icon{color:#fff;background:#25306b;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dash-page .map-user-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;margin:14px 16px 0;padding:14px;display:flex;box-shadow:0 1px 2px #0f172a0a}.dash-page .map-user-card>div:last-child{min-width:0}.dash-page .map-user-card strong{font-size:15px;display:block}.dash-page .map-user-card p{color:#4a5568;margin:3px 0;font-size:13px}.dash-page .map-role-badge{align-items:center;gap:4px;margin-top:2px;display:inline-flex}.dash-page .map-role-badge span{text-transform:uppercase;letter-spacing:.5px;color:#006bb9;font-size:11px;font-weight:700}.dash-page .map-side-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:12px;min-height:0;padding:0 16px 20px;display:flex;overflow-y:auto}.dash-page .map-layer-controls{flex-direction:column;gap:8px;display:flex}.dash-page .map-layer-control-button.gob-ui-button{justify-content:flex-start;gap:8px;width:100%}.dash-page .map-side-content p{color:#4a5568;margin:0;font-size:13px}.dash-page .map-side-content .gob-ui-button{justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex}.dash-page .map-side-backdrop{inset:0;z-index:2350;background:#0f172a6b;border:0;position:fixed;inset:0}.dash-page.menu-open .map-menu-trigger{opacity:0;pointer-events:none}.dash-topbar{z-index:2100;min-height:var(--dash-topbar-height);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-bottom:1px solid #d6dce8;flex-shrink:0;align-items:center;gap:12px;padding:0 18px 0 74px;display:flex;position:relative;box-shadow:0 2px 8px #0f172a1f}.dash-topbar-title{flex-direction:column;flex:none;min-width:0;line-height:1.25;display:flex}.dash-topbar-title strong{color:#1a1e3a;font-size:15px;font-weight:700}.dash-topbar-title span{color:#718096;font-size:12px}.dash-topbar-actions{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;gap:8px;min-width:0;margin-left:auto;padding:2px 0;display:flex;overflow-x:auto}.dash-top-btn{color:#475569;cursor:pointer;white-space:nowrap;touch-action:manipulation;background:#f1f5f9;border:1px solid #d6dce8;border-radius:10px;align-items:center;gap:7px;height:42px;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:relative}.dash-top-btn:hover:not(:disabled){color:#1a1e3a;background:#e2e8f0}.dash-top-btn:disabled{opacity:.55;cursor:not-allowed}.dash-menu-btn{color:#0f5d9a;background:#eef6ff;border-color:#c6ddf3}.dash-menu-btn:hover{color:#0a4a7a;background:#dcecff}.dash-top-btn.is-active{color:#fff;background:#25306b;border-color:#25306b}.dash-top-btn.is-active-heat{color:#c50;background:#ff7a0018;border-color:#ff7a00}.dash-top-btn.has-indicator:after{content:"";background:#006bb9;border:1.5px solid #fff;border-radius:999px;width:7px;height:7px;position:absolute;top:5px;right:5px}.dash-kpi-strip{top:calc(var(--dash-topbar-height) + 10px);z-index:2050;pointer-events:none;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.dash-kpi-chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap;background:#fffffff2;border:1px solid #d6dce8cc;border-radius:999px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;display:flex;box-shadow:0 3px 10px #0f172a26}.dash-kpi-val{font-size:14px;font-weight:700}.dash-kpi-lbl{color:#718096;font-size:11px}.dash-kpi-primary{color:#25306b}.dash-kpi-danger{color:#e53935}.dash-kpi-success{color:#2f855a}.dash-kpi-warning{color:#b7791f}.dash-map{flex:1;width:100%;min-height:0}.dash-map.map-canvas{height:100%}.dash-map .leaflet-popup-pane{z-index:2600}.dash-map .leaflet-marker-pane{z-index:2200}.dash-map .leaflet-popup.dash-map-popup{z-index:2600!important}.dash-map .leaflet-popup-content{min-width:180px;margin:10px 14px}.dash-map .map-report-marker-wrapper,.dash-map .map-camera-marker-wrapper,.dash-map .map-semaphore-marker-wrapper,.dash-map .map-outage-marker-wrapper{pointer-events:auto!important;background:0 0!important;border:none!important;overflow:visible!important}.dash-map .leaflet-marker-icon{pointer-events:auto!important}.dash-map .map-report-marker{--mc:#43a047;background-color:var(--mc);background-image:radial-gradient(circle at 38% 30%,#ffffff6b 0%,#0000 58%);border:3px solid #fffffff2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex;position:relative;box-shadow:0 6px 22px #00000061,0 2px 6px #00000029}.dash-map .map-report-marker:after{content:"";background-color:var(--mc);clip-path:polygon(22% 0%,78% 0%,50% 100%);width:24px;height:18px;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.dash-map .map-report-marker-icon{color:#fff;z-index:1;justify-content:center;align-items:center;display:inline-flex;position:relative}.dash-map .map-report-marker-icon svg{fill:#fff;filter:drop-shadow(0 1px 2px #00000040);width:24px;height:24px}.dash-map .leaflet-bottom.leaflet-right .leaflet-control-zoom{margin-right:14px;margin-bottom:calc(18px + var(--safe-bottom,0px));transition:opacity .18s}.dash-map .leaflet-top.leaflet-right .leaflet-control-attribution{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:.72;background:#fffc;border:1px solid #94a3b859;border-radius:999px;margin:10px 12px 0 0;padding:2px 8px;font-size:10px;line-height:1.2;transition:opacity .18s,transform .18s;box-shadow:0 4px 10px #0f172a1a}.dash-map .leaflet-top,.dash-map .leaflet-bottom{z-index:1180}.dash-map .leaflet-control-attribution:hover{opacity:1;transform:translateY(-1px)}.dash-map .leaflet-control-attribution,.dash-map .leaflet-control-zoom{z-index:1180}.dash-map .leaflet-control-attribution a{color:#334155;text-decoration:none}.dash-map .leaflet-control-attribution a:hover{color:#005a9e;text-decoration:underline}.dash-map .leaflet-control-zoom{border-radius:16px;overflow:hidden;box-shadow:0 12px 22px #25306b61;border:0!important}.dash-map .leaflet-control-zoom a{color:#1e293b;background:#fff;border:0;border-bottom:1px solid #e2e8f0;width:44px;height:44px;font-size:24px;font-weight:800;line-height:44px;transition:background .18s,color .18s}.dash-map .leaflet-control-zoom a:last-child{border-bottom:0}.dash-map .leaflet-control-zoom a:hover{color:#0f5d9a;background:#edf5ff}.dash-map .leaflet-control-zoom a.leaflet-disabled{color:#cbd5e1;background:#f8fafc}.dash-map-loading{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.dash-map-shell{flex:1;min-height:0;display:flex;position:relative}.dash-map-shell .dash-map{flex:1}.dash-map-refresh-overlay{inset:0;z-index:500;pointer-events:none;background:#f8fafc8c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.dash-map-error-banner{z-index:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;max-width:calc(100% - 24px);padding:.55rem .85rem;font-size:.875rem;font-weight:600;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0f172a14}.dash-spinner{border:3px solid #334155;border-top-color:#006bb9;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite dash-spin}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-legend{z-index:1490;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#1a1e3a;pointer-events:none;background:#fffffff0;border:1px solid #d6dce8b3;border-radius:10px;flex-direction:column;gap:5px;padding:8px 12px;font-size:11px;display:flex;position:absolute;bottom:90px;right:14px;box-shadow:0 4px 14px #0f172a24}.dash-legend-item{align-items:center;gap:6px;display:flex}.dash-legend-dot{border-radius:999px;flex-shrink:0;width:9px;height:9px}.dash-legend-heat{margin-top:4px}.dash-legend-heat-bar{background:linear-gradient(90deg,#43a047,#fb8c00,#e53935,#b71c1c);border-radius:999px;width:80px;height:7px;display:block}.dash-filter-backdrop{inset:0;z-index:2200;cursor:default;background:0 0;border:0;position:fixed;inset:0}.dash-filter-modal{top:var(--dash-topbar-height);bottom:0;right:0;bottom:var(--safe-bottom);z-index:2300;width:min(420px,94vw);max-height:calc(100vh - var(--dash-topbar-height) - var(--safe-bottom));max-height:calc(100svh - var(--dash-topbar-height) - var(--safe-bottom));max-height:calc(100dvh - var(--dash-topbar-height) - var(--safe-bottom));background:#f8fafc;border-left:1px solid #d6dce8;flex-direction:column;animation:.22s slide-in-right;display:flex;position:fixed;box-shadow:-12px 0 32px #0f172a33}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.dash-modal-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:16px 18px 14px;display:flex}.dash-modal-header strong{color:#1a1e3a;font-size:16px;font-weight:700;display:block}.dash-modal-subtitle{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.35}.dash-filter-shared{-webkit-overflow-scrolling:touch;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:10px;max-height:42dvh;padding:12px 14px;display:flex;overflow-y:auto}.dash-filter-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:0 1px 2px #0f172a0a}.dash-filter-section--compact{gap:10px;padding:12px}.dash-filter-section-head{flex-direction:column;gap:4px;display:flex}.dash-filter-section-title-row{align-items:center;gap:8px;display:flex}.dash-filter-section-icon{color:#25306b;background:#25306b14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.dash-filter-section-title{color:#1a1e3a;margin:0;font-size:13px;font-weight:700}.dash-filter-section-desc,.dash-filter-hint{color:#64748b;margin:0;font-size:11px;line-height:1.4}.dash-filter-hint--status{color:#25306b;font-weight:600}.dash-filter-hint--warning{color:#b45309}.dash-filter-section-body{flex-direction:column;gap:12px;display:flex}.dash-filter-field{flex-direction:column;gap:7px;display:flex}.dash-filter-tab-panel{flex-direction:column;gap:12px;display:flex}.dash-filter-tabs-wrap{background:#f8fafc;flex-shrink:0;padding:12px 14px 0}.dash-filter-tabs{background:#e2e8f0;border-radius:12px;gap:4px;padding:4px;display:flex}.dash-filter-period{border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:14px 18px 12px}.dash-filter-territory{border-bottom:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:10px;padding:14px 18px 12px;display:flex}.dash-filter-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:2.35rem;padding:.45rem .5rem;font-size:.78rem;font-weight:700;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.dash-filter-tab.is-active{color:#25306b;background:#fff;box-shadow:0 1px 4px #0f172a1f}.dash-custom-area-panel{flex-direction:column;gap:10px;display:flex}.dash-custom-area-actions{flex-wrap:wrap;gap:8px;display:flex}.dash-action-btn{color:#475569;cursor:pointer;touch-action:manipulation;background:#f8fafc;border:1px solid #d6dce8;border-radius:8px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.dash-action-btn:hover:not(:disabled){background:#eef2f7}.dash-action-btn:disabled{opacity:.5;cursor:not-allowed}.dash-action-btn--primary{color:#fff;background:#25306b;border-color:#25306b}.dash-action-btn--primary:hover:not(:disabled){background:#1d2552}.dash-layer-toggle{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #dbe3ef;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.dash-layer-toggle.is-active{background:#25306b0f;border-color:#25306b59;box-shadow:inset 0 0 0 1px #25306b14}.dash-layer-toggle-copy{flex-direction:column;gap:2px;display:flex}.dash-layer-toggle-copy strong{color:#1a1e3a;font-size:13px;font-weight:700}.dash-layer-toggle-copy span{color:#64748b;font-size:11px;line-height:1.35}.dash-layer-toggle-switch{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:42px;height:24px;transition:background .15s;position:relative}.dash-layer-toggle-switch:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a33}.dash-layer-toggle.is-active .dash-layer-toggle-switch{background:#25306b}.dash-layer-toggle.is-active .dash-layer-toggle-switch:after{transform:translate(18px)}.dash-layer-toggle--heat.is-active{background:#fff8f2;border-color:#ff7a00}.dash-layer-toggle--heat.is-active .dash-layer-toggle-switch{background:#ff7a00}.dash-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.dash-chip-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-color-chip{cursor:pointer;touch-action:manipulation;background:#fff;border:2px solid #d6dce8;border-radius:10px;min-height:2.35rem;padding:.45rem .65rem;font-size:.78rem;font-weight:700;line-height:1.2;transition:background .15s,border-color .15s,color .15s,transform .15s}.dash-color-chip:hover{transform:translateY(-1px)}.dash-color-chip.is-active{color:#fff}.dash-modal-close{color:#64748b;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.dash-modal-close:hover{background:#f1f5f9}.dash-modal-body{background:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:12px 14px 16px;display:flex;overflow-y:auto}.dash-filter-group{flex-direction:column;gap:8px;display:flex}.dash-filter-stack{flex-direction:column;gap:6px;display:flex}.dash-region-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dash-region-note{color:#718096;font-size:11px;line-height:1.35}.dash-date-range-separator{color:#94a3b8;flex-shrink:0;font-size:13px}.dash-filter-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:700}.dash-preset-group{flex-wrap:wrap;gap:6px;display:flex}.dash-preset-btn{color:#475569;cursor:pointer;touch-action:manipulation;background:#f1f5f9;border:1px solid #d6dce8;border-radius:999px;min-height:2.2rem;padding:.4rem .9rem;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.dash-preset-btn:hover{background:#e2e8f0}.dash-preset-btn.is-active{color:#fff;background:#25306b;border-color:#25306b}.dash-date-range{align-items:center;gap:8px;display:flex}.dash-date-range span{color:#718096;font-size:13px}.dash-input{color:#1a1e3a;touch-action:manipulation;background:#f8fafc;border:1px solid #d6dce8;border-radius:8px;flex:1;min-height:2.2rem;padding:.5rem .65rem;font-size:.875rem}.dash-input:focus{border-color:#006bb9;outline:none}.dash-select{appearance:none;color:#1a1e3a;cursor:pointer;touch-action:manipulation;background-color:#f8fafc;background-image:linear-gradient(45deg,#0000 50%,#4a5568 50%),linear-gradient(135deg,#4a5568 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:1px solid #d6dce8;border-radius:8px;width:100%;min-height:2.35rem;padding:.5rem 2.2rem .5rem .75rem;font-size:.875rem}.dash-select:focus{border-color:#006bb9;outline:none}.dash-severity-chips{flex-wrap:wrap;gap:6px;display:flex}.dash-sev-chip{color:#475569;cursor:pointer;touch-action:manipulation;background:#fff;border:2px solid #d6dce8;border-radius:999px;padding:.35rem 1rem;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,color .15s}.dash-sev-chip--none:not(.is-active){color:#546e7a;border-color:#90a4ae}.dash-sev-chip--all.is-active,.dash-sev-chip--level.is-active{color:#fff}.dash-sev-chip--all.is-active{background:#25306b;border-color:#25306b}.dash-sev-chip--none.is-active{color:#fff;background:#78909c;border-color:#78909c}.dash-status-group{gap:6px;display:flex}.dash-status-btn{color:#475569;cursor:pointer;touch-action:manipulation;background:#f8fafc;border:1px solid #d6dce8;border-radius:9px;flex:1;min-height:2.35rem;padding:.45rem .35rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s,border-color .15s,box-shadow .15s}.dash-status-btn:hover{background:#e2e8f0}.dash-status-btn.is-active{color:#fff;background:#25306b;border-color:#25306b;box-shadow:0 2px 8px #25306b38}.dash-modal-footer{padding:12px 14px calc(12px + var(--safe-bottom,0px));background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;gap:8px;display:flex}.dash-btn-ghost{color:#475569;cursor:pointer;touch-action:manipulation;background:0 0;border:1px solid #d6dce8;border-radius:8px;flex:1;padding:.55rem;font-size:.875rem;font-weight:600;transition:background .15s}.dash-btn-ghost:hover{background:#f1f5f9}.dash-btn-secondary{color:#25306b;cursor:pointer;touch-action:manipulation;background:#fff;border:1px solid #d6dce8;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:.55rem;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.dash-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.dash-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.dash-btn-primary{color:#fff;cursor:pointer;touch-action:manipulation;background:#25306b;border:none;border-radius:8px;flex:2;padding:.55rem;font-size:.875rem;font-weight:700;transition:background .15s}.dash-btn-primary:hover{background:#1d2552}.dash-stats-drawer{bottom:0;left:0;right:0;bottom:var(--safe-bottom);z-index:2150;height:62dvh;max-height:calc(100vh - var(--dash-topbar-height) - var(--safe-bottom));max-height:calc(100svh - var(--dash-topbar-height) - var(--safe-bottom));max-height:calc(100dvh - var(--dash-topbar-height) - var(--safe-bottom));pointer-events:none;background:#fff;border-top:1px solid #d6dce8;border-radius:18px 18px 0 0;flex-direction:column;transition:transform .28s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;transform:translateY(100%);box-shadow:0 -10px 32px #0f172a33}.dash-stats-drawer.is-open{pointer-events:auto;transform:translateY(0)}.dash-stats-drawer--charts{height:42dvh}.dash-stats-drawer--history{height:62dvh}.dash-drawer-handle{cursor:pointer;flex-shrink:0;justify-content:center;padding:10px 0 6px;display:flex}.dash-drawer-bar{background:#94a3b8;border-radius:999px;width:44px;height:4px;transition:background .15s,width .15s}.dash-drawer-handle:hover .dash-drawer-bar{background:#475569;width:56px}.dash-drawer-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 18px 12px;display:flex}.dash-drawer-header strong{color:#1a1e3a;font-size:14px;font-weight:700}.dash-drawer-close{color:#475569;cursor:pointer;touch-action:manipulation;background:#f1f5f9;border:1px solid #d6dce8;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.dash-drawer-close:hover{color:#1a1e3a;background:#e2e8f0}.dash-drawer-content{-webkit-overflow-scrolling:touch;padding:16px 18px max(24px, calc(18px + var(--safe-bottom)));flex-direction:column;flex:1;gap:16px;display:flex;overflow-y:auto}.dash-charts-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dash-chart-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.dash-chart-card h4{color:#1a1e3a;margin:0 0 10px;font-size:.85rem;font-weight:600}.dash-table-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.dash-table{border-collapse:collapse;width:100%;font-size:.83rem}.dash-table th{text-align:left;color:#64748b;white-space:nowrap;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:.5rem .75rem;font-size:.78rem;font-weight:600}.dash-table td{color:#1a1e3a;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.55rem .75rem}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table tbody tr:hover td{background:#f8fafc}.td-date{white-space:nowrap;color:#718096;font-size:.76rem}.td-muted{color:#718096;white-space:nowrap;font-size:.8rem}.td-obs{color:#718096;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.78rem;overflow:hidden}.dash-table-empty{text-align:center;color:#718096;padding:1.5rem!important}.dash-badge{white-space:nowrap;border-radius:6px;padding:.18rem .5rem;font-size:.74rem;font-weight:600;display:inline-block}.badge-active{color:#e53935;background:#e539351a}.badge-closed{color:#2f855a;background:#2f855a1a}.dash-popup{flex-direction:column;gap:4px;min-width:185px;display:flex}.dash-popup-title{align-items:center;gap:6px;margin-bottom:2px;font-size:13px;display:inline-flex}.dash-popup p{color:#334155;margin:0;font-size:12px}.dash-popup-badge{border-radius:6px;margin-top:4px;padding:.15rem .5rem;font-size:.74rem;font-weight:600;display:inline-block}.dash-pagination{color:#475569;justify-content:center;align-items:center;gap:12px;font-size:.85rem;display:flex}.dash-page-btn{color:#1a1e3a;cursor:pointer;touch-action:manipulation;background:#f1f5f9;border:1px solid #d6dce8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;display:inline-flex}.dash-page-btn:hover:not(:disabled){background:#e2e8f0}.dash-page-btn:disabled{opacity:.35;cursor:not-allowed}.dash-scheduled-refresh{color:#475569;cursor:pointer;touch-action:manipulation;background:#f1f5f9;border:1px solid #d6dce8;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dash-scheduled-refresh:hover{color:#1a1e3a;background:#e2e8f0}.dash-scheduled-panel{flex-direction:column;gap:14px;display:flex}.dash-scheduled-panel-note{color:#334155;background:#f8fafc;border:1px solid #d6dce8;border-radius:10px;margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.dash-scheduled-message{border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.45}.dash-scheduled-message--success{color:#2f855a;background:#2f855a1a;border:1px solid #2f855a33}.dash-scheduled-message--error{color:#e53935;background:#e539351a;border:1px solid #e5393533}.dash-scheduled-edit-card{background:#f8fafc;border:1px solid #d6dce8;border-radius:12px;flex-direction:column;gap:12px;padding:14px;display:flex}.dash-scheduled-edit-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dash-scheduled-edit-header strong{color:#1a1e3a;font-size:14px;display:block}.dash-scheduled-edit-header p{color:#64748b;margin:4px 0 0;font-size:12px}.dash-scheduled-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dash-scheduled-field{flex-direction:column;gap:6px;display:flex}.dash-scheduled-field--wide{grid-column:1/-1}.dash-scheduled-field span{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:700}.dash-scheduled-edit-hint{color:#64748b;margin:0;font-size:12px;line-height:1.45}.dash-scheduled-form-actions{justify-content:flex-end;gap:10px;display:flex}.dash-scheduled-list{flex-direction:column;gap:12px;display:flex}.dash-scheduled-empty{color:#718096;margin:0;font-size:13px}.dash-scheduled-card{background:#fff;border:1px solid #d6dce8;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.dash-scheduled-card.is-running{background:#0e65e70a;border-color:#0e65e738}.dash-scheduled-card.is-deleted{opacity:.82;background:#f8fafc}.dash-scheduled-card-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.dash-scheduled-card-header strong{color:#1a1e3a;align-items:center;gap:6px;font-size:14px;display:inline-flex}.dash-scheduled-card-header p{color:#64748b;margin:4px 0 0;font-size:12px}.dash-scheduled-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.74rem;font-weight:700;display:inline-flex}.dash-scheduled-badge.is-active{color:#9a6700;background:#f1c40f1f}.dash-scheduled-badge.is-running{color:#0e65e7;background:#0e65e71f}.dash-scheduled-badge.is-completed{color:#2f855a;background:#2f855a1f}.dash-scheduled-badge.is-deleted{color:#475569;background:#71809624}.dash-scheduled-card-grid{color:#334155;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;font-size:12px;display:grid}.dash-scheduled-card-grid strong{color:#1a1e3a}.dash-scheduled-card-meta{color:#64748b;font-size:12px}.dash-scheduled-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.dash-scheduled-card-actions .gob-ui-button{min-width:132px}@media (width<=900px){.dash-page{--dash-topbar-height:116px}.dash-page .map-menu-trigger{width:46px;height:46px;top:10px;left:10px}.dash-topbar{min-height:var(--dash-topbar-height);flex-direction:column;align-items:stretch;gap:8px;padding:10px 10px 10px 66px}.dash-topbar-title{justify-content:center;min-height:42px;padding-right:6px}.dash-topbar-actions{width:100%;margin-left:0;padding-bottom:2px}.dash-top-btn{border-radius:9px;flex:none;height:38px;padding:0 11px;font-size:12px}.dash-kpi-strip{top:calc(var(--dash-topbar-height) + 8px);pointer-events:auto;max-width:calc(100vw - 16px);padding-bottom:2px;overflow-x:auto}.dash-legend{display:none}}@media (width<=600px){.dash-page{--dash-topbar-height:118px}.dash-topbar{padding:8px 8px 8px 62px}.dash-topbar-title strong{font-size:14px}.dash-topbar-title span{font-size:11px}.dash-topbar-actions{gap:6px}.dash-top-btn{gap:5px;height:36px;padding:0 10px;font-size:11px}.dash-kpi-strip{top:calc(var(--dash-topbar-height) + 6px);gap:5px}.dash-kpi-chip{padding:5px 9px;font-size:11px}.dash-kpi-val{font-size:13px}.dash-charts-row,.dash-region-grid{grid-template-columns:1fr}.dash-stats-drawer{height:72dvh}.dash-scheduled-form-grid,.dash-scheduled-card-grid{grid-template-columns:1fr}.dash-scheduled-edit-header,.dash-scheduled-card-header,.dash-scheduled-form-actions,.dash-scheduled-card-actions{flex-direction:column}.dash-scheduled-card-actions .gob-ui-button{width:100%;min-width:0}}.admin-window-body{color:#1f2a36;flex-direction:column;gap:1rem;width:100%;max-width:1140px;margin:0 auto;display:flex}.admin-window-minimal{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.admin-window-minimal-section,.admin-window-section,.admin-window-users-table-container,.admin-window-user-info-card,.admin-window-modal,.admin-window-delete-modal{background:#fff;border:1px solid #d6dfe8;border-radius:8px;box-shadow:0 2px 10px #132a4314}.admin-window-minimal-section,.admin-window-section,.admin-window-user-info-card{padding:1rem}.admin-window-minimal-section h2,.admin-window-section-title,.admin-window-modal h2,.admin-window-modal h3,.admin-window-modal-header h4,.admin-window-user-details h4,.admin-window-user-permissions h5{color:#172734;margin:0}.admin-window-minimal-section h2,.admin-window-section-title{font-size:1.02rem;font-weight:700}.admin-window-section-title{border-bottom:1px solid #dfe6ee;margin-bottom:.7rem;padding-bottom:.55rem}.admin-window-section-description,.admin-window-action-description,.admin-window-modal p,.admin-window-modal-note,.admin-window-user-email,.admin-window-user-details p,.admin-window-loading-text,.admin-window-no-users,.admin-window-permissions-note,.admin-window-users-summary,.admin-window-inline-note{color:#536779}.admin-window-section-description,.admin-window-action-description{margin:.45rem 0 .8rem;font-size:.88rem;line-height:1.45}.admin-window-camera-upload{gap:.7rem;display:grid}.admin-window-camera-actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.admin-window-template-link{color:#0f5d9a;align-items:center;min-height:42px;padding:0 .25rem;font-size:.9rem;font-weight:600;text-decoration:underline;display:inline-flex}.admin-window-file-input{max-width:100%}.admin-window-camera-message{margin:0;font-size:.82rem}.admin-window-camera-message.is-error{color:#9d2b37}.admin-window-camera-message.is-success{color:#1d6f45}.admin-window-camera-message.is-info{color:#536779}.admin-window-camera-preview{gap:.45rem;margin:.85rem 0 0;padding:0;list-style:none;display:grid}.admin-window-camera-preview li{background:#f7fafc;border:1px solid #d9e3ec;border-radius:6px;flex-direction:column;gap:.1rem;padding:.58rem .68rem;display:flex}.admin-window-camera-preview strong{color:#183042;font-size:.86rem}.admin-window-camera-preview span,.admin-window-camera-preview-more{color:#5c7288;font-size:.78rem}.admin-window-minimal-row{grid-template-columns:92px 1fr;align-items:center;gap:.6rem;margin-bottom:.58rem;display:grid}.admin-window-minimal-row label{color:#2e4356;font-size:.86rem;font-weight:600}.admin-window-minimal-input{min-height:2.22rem;font-size:.89rem}.admin-window-submit-button,.admin-window-cancel-btn,.admin-window-confirm-delete-btn,.admin-window-delete-btn,.admin-window-action-trigger,.admin-window-filter-reset,.admin-window-pagination-button,.admin-window-access-toggle{border-radius:6px;min-height:2.1rem;padding:.38rem .72rem;font-size:.82rem}.admin-window-submit-button{margin-top:.25rem}.admin-window-action-trigger{width:fit-content;min-width:140px}.admin-window-user-info-section{margin-top:.35rem}.admin-window-user-info-card{padding:1rem}.admin-window-user-info-header{border-bottom:1px solid #dfe6ee;align-items:center;gap:.85rem;margin-bottom:.9rem;padding-bottom:.75rem;display:flex}.admin-window-user-avatar-large{color:#fff;text-transform:uppercase;background:#0b3a6e;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1rem;font-weight:700;display:inline-flex}.admin-window-user-details h4{margin-bottom:.2rem;font-size:1rem}.admin-window-user-details p{margin:0;font-size:.85rem}.admin-window-user-role{color:#1b4265;background:#e8f1f9;border:1px solid #b6cadf;border-radius:999px;margin-top:.4rem;padding:.2rem .52rem;font-size:.75rem;font-weight:700;display:inline-flex}.admin-window-user-permissions h5{margin-bottom:.55rem;font-size:.92rem}.admin-window-permissions-list{gap:.45rem;margin-bottom:.7rem;display:grid}.admin-window-permission-item{background:#f7fafc;border:1px solid #d4dee8;border-radius:6px;align-items:center;gap:.65rem;padding:.55rem .65rem;display:flex}.admin-window-permission-item.admin-window-granted{background:#edf5fc;border-color:#b9d4eb}.admin-window-permission-item.admin-window-denied{background:#f8f2f2;border-color:#d8c9cb}.admin-window-permission-icon{font-size:1.1rem}.admin-window-permission-item span:nth-child(2){color:#213746;flex:1;font-size:.85rem;font-weight:600}.admin-window-permission-status{color:#2a4f70;font-size:.77rem;font-weight:700}.admin-window-permissions-note{margin:0;font-size:.79rem;line-height:1.4}.admin-window-users-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-bottom:.7rem;display:flex}.admin-window-users-filters{flex:1;grid-template-columns:minmax(220px,1.8fr) minmax(170px,1fr) minmax(170px,1fr) auto;gap:.55rem;min-width:min(100%,760px);display:grid}.admin-window-users-summary{margin:0;font-size:.8rem;font-weight:600}.admin-window-users-table-container{overflow:hidden}.admin-window-table-wrapper{overflow-x:auto}.admin-window-users-table{border-collapse:collapse;width:100%;min-width:920px}.admin-window-users-table th{color:#334e68;text-transform:uppercase;letter-spacing:.045em;text-align:left;white-space:nowrap;background:#eef3f7;border-bottom:1px solid #d6dfe8;padding:.66rem .72rem;font-size:.73rem;font-weight:700}.admin-window-users-table td{vertical-align:middle;color:#1f2a36;border-bottom:1px solid #e2e9f0;padding:.66rem .72rem;font-size:.85rem}.admin-window-users-table tr:hover{background:#f8fbfd}.admin-window-user-info{align-items:center;display:flex}.admin-window-user-name{color:#1b3042;font-weight:600}.admin-window-user-rut{color:#2f465a;white-space:nowrap;font-family:Consolas,Courier New,monospace;font-size:.8rem}.admin-window-user-email{font-size:.82rem}.admin-window-static-badge,.admin-window-access-toggle{border:1px solid #0000;border-radius:999px;align-items:center;gap:.34rem;padding:.2rem .58rem;font-size:.74rem;font-weight:700;display:inline-flex}.admin-window-static-badge.admin-window-granted,.admin-window-access-toggle.admin-window-granted{color:#16456f;background:#e7f2ff;border-color:#bed2e8}.admin-window-static-badge.admin-window-denied,.admin-window-access-toggle.admin-window-denied{color:#334a5f;background:#eef2f6;border-color:#cad4df}.admin-window-toggle-icon{font-size:.78rem;line-height:1}.admin-window-inline-note{margin-top:.18rem;font-size:.72rem}.admin-window-delete-btn{min-width:102px}.admin-window-actions-cell{flex-wrap:wrap;gap:.4rem;display:flex}.admin-window-access-toggle,.admin-window-delete-btn{min-width:108px}.admin-window-no-users{text-align:center;padding:1.4rem 1rem}.admin-window-no-users-icon{margin-bottom:.3rem;font-size:1.5rem}.admin-window-no-users p{margin:0;font-size:.9rem;font-weight:700}.admin-window-no-users small{margin-top:.2rem;font-size:.78rem;display:block}.admin-window-loading-text{place-content:center;gap:.45rem;min-height:160px;font-size:.86rem;font-weight:600;display:grid}.admin-window-loading-spinner{border:3px solid #d2dde8;border-top-color:#0b3a6e;border-radius:50%;justify-self:center;width:24px;height:24px;animation:.9s linear infinite admin-window-spin}@keyframes admin-window-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-window-users-pagination{justify-content:space-between;align-items:center;gap:.7rem;margin-top:.75rem;display:flex}.admin-window-users-page-indicator{color:#3a556d;font-size:.81rem;font-weight:700}.admin-window-users-pagination-actions{gap:.45rem;display:flex}.admin-window-modal-overlay{inset:0;z-index:1000;padding:max(1rem, var(--app-safe-top,0px)) max(1rem, var(--app-safe-right,0px)) max(1rem, var(--app-safe-bottom,0px)) max(1rem, var(--app-safe-left,0px));-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0e1f2e73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-window-modal,.admin-window-delete-modal{width:min(520px,100%);max-height:calc(100vh - 2rem);max-height:calc(100svh - 2rem - var(--app-safe-bottom,0px));max-height:calc(100dvh - 2rem - var(--app-safe-bottom,0px));-webkit-overflow-scrolling:touch;padding:1rem;overflow-y:auto}.admin-window-delete-modal{width:min(430px,100%)}.admin-window-modal-form{gap:.6rem;margin:.95rem 0;display:grid}.admin-window-modal-field{gap:.28rem;display:grid}.admin-window-modal-field label{color:#233749;font-size:.82rem;font-weight:700}.admin-window-modal-note{font-size:.73rem}.admin-window-modal-header{margin-bottom:.4rem}.admin-window-modal-header h4{font-size:.96rem}.admin-window-modal-body{text-align:center}.admin-window-warning-icon{margin-bottom:.2rem;font-size:1.35rem}.admin-window-warning-text{font-size:.79rem;font-weight:700;color:#7a2a35!important}.admin-window-modal-actions,.admin-window-modal-editprofile-actions,.admin-window-modal-confirm-actions{gap:.55rem;margin-top:.75rem;display:flex}.admin-window-modal-actions>*,.admin-window-modal-editprofile-actions>*,.admin-window-modal-confirm-actions>*{flex:1}@media (width<=960px){.admin-window-users-filters{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr)}.admin-window-filter-reset{grid-column:1/-1;justify-self:start;min-width:132px}}@media (width<=760px){.admin-window-users-filters{grid-template-columns:1fr}.admin-window-filter-reset,.admin-window-action-trigger{width:100%}.admin-window-users-pagination{flex-direction:column;align-items:stretch}.admin-window-users-pagination-actions{width:100%}.admin-window-users-pagination-actions>*{flex:1}.admin-window-users-table{min-width:700px}.admin-window-user-info-header{flex-direction:column;align-items:flex-start}}@media (width<=560px){.admin-window-minimal{grid-template-columns:1fr}.admin-window-minimal-row{grid-template-columns:1fr;gap:.26rem}.admin-window-modal,.admin-window-delete-modal{width:100%;padding:.85rem}.admin-window-modal-actions,.admin-window-modal-editprofile-actions,.admin-window-modal-confirm-actions{flex-direction:column}}.admin-window-roles-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}@media (width<=768px){.admin-window-roles-header{flex-direction:column;align-items:stretch}}.admin-window-report-type-modal{max-width:620px}.admin-window-modal-field--inline label{align-items:center;gap:.5rem;font-weight:500;display:flex}.admin-window-icon-picker{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));gap:.5rem;display:grid}.admin-window-icon-picker-option{box-sizing:border-box;color:#3d4f63;cursor:pointer;background:#fff;border:1px solid #d6dfe8;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;padding:0;display:inline-flex}.admin-window-icon-picker-option svg{flex-shrink:0;width:28px;height:28px}.admin-window-icon-picker-option.is-active{background:#f5f9ff;border-width:2px}.admin-window-color-picker{align-items:center;gap:.75rem;display:flex}.admin-window-color-picker input[type=color]{cursor:pointer;background:0 0;border:none;width:42px;height:42px}.admin-window-report-type-preview{align-items:center;gap:.5rem;display:inline-flex}.admin-window-report-type-preview-icon{color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.admin-window-report-type-preview-icon svg{width:20px;height:20px}.reset-auth-page{color:#1a1e3a;background:#edf0f5;flex-direction:column;min-height:100dvh;display:flex}.reset-auth-main{flex-direction:column;flex:1;display:flex}.reset-auth-container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.reset-auth-hero{color:#fff;background:linear-gradient(135deg,#25306b 0%,#006bb9 100%);padding:48px 0 36px;position:relative;overflow:hidden}.reset-auth-hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.reset-auth-hero h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.reset-auth-hero p{opacity:.78;margin:0;font-size:15px}.reset-auth-section{flex-direction:column;align-items:center;padding:40px 16px 56px;display:flex}.reset-window{text-align:center;background:#fff;border:1px solid #d6dce8;border-radius:12px;width:100%;max-width:480px;padding:30px 30px 32px;box-shadow:0 8px 32px #25306b21,0 2px 6px #0000000f}.reset-title{color:#1a1e3a;margin:0 0 4px;font-size:20px;font-weight:700}.reset-description{color:#718096;margin:0;font-size:13px}.reset-form{flex-direction:column;gap:18px;width:100%;padding-top:18px;display:flex}.reset-form .reset-input.gob-ui-field{color:#1a1e3a;width:100%;box-shadow:none;background:#edf0f5;border:1.5px solid #cdd5e0;border-radius:7px;padding:10px 14px;font-size:14px}.reset-form .reset-input.gob-ui-field::placeholder{color:#a0aec0}.reset-form .reset-input.gob-ui-field:focus{background:#fff;border-color:#006bb9;box-shadow:0 0 0 3px #006bb91f}.reset-button.gob-ui-button{border-radius:8px;width:100%;min-height:44px;margin-top:4px;font-size:14px;font-weight:700}.reset-button.gob-ui-button.gob-ui-button--primary{color:#fff;background:linear-gradient(90deg,#25306b 0%,#006bb9 100%);border:0;box-shadow:0 3px 10px #25306b4d}.reset-button.gob-ui-button.gob-ui-button--primary:hover:not(:disabled){opacity:.92;box-shadow:0 5px 16px #25306b59}.reset-button.gob-ui-button.loading{animation:none}@media (width<=520px){.reset-auth-section{padding:40px 12px 56px}.reset-window{padding:24px 20px 26px}.reset-title{font-size:20px}}.recover-auth-page{color:#1a1e3a;background:#edf0f5;flex-direction:column;min-height:100dvh;display:flex}.recover-auth-main{flex-direction:column;flex:1;display:flex}.recover-auth-container{width:100%;max-width:1140px;margin:0 auto;padding:0 24px}.recover-auth-hero{color:#fff;background:linear-gradient(135deg,#25306b 0%,#006bb9 100%);padding:48px 0 36px;position:relative;overflow:hidden}.recover-auth-hero:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:300px;height:300px;position:absolute;top:-60px;right:-60px}.recover-auth-hero h1{letter-spacing:-.5px;color:#fff;margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2}.recover-auth-hero p{opacity:.78;margin:0;font-size:15px}.recover-auth-section{flex-direction:column;align-items:center;padding:40px 16px 56px;display:flex}.recover-window{text-align:center;background:#fff;border:1px solid #d6dce8;border-radius:12px;width:100%;max-width:480px;padding:30px 30px 32px;box-shadow:0 8px 32px #25306b21,0 2px 6px #0000000f}.recover-title{color:#1a1e3a;margin:0 0 4px;font-size:20px;font-weight:700}.recover-description{color:#718096;margin:0;font-size:13px}.recover-form{flex-direction:column;gap:18px;padding-top:18px;display:flex}.recover-form .recover-input.gob-ui-field{color:#1a1e3a;width:100%;box-shadow:none;background:#edf0f5;border:1.5px solid #cdd5e0;border-radius:7px;padding:10px 14px;font-size:14px}.recover-form .recover-input.gob-ui-field::placeholder{color:#a0aec0}.recover-form .recover-input.gob-ui-field:focus{background:#fff;border-color:#006bb9;box-shadow:0 0 0 3px #006bb91f}.recover-button.gob-ui-button{border-radius:8px;width:100%;min-height:44px;margin-top:4px;font-size:14px;font-weight:700}.recover-button.gob-ui-button.gob-ui-button--primary{color:#fff;background:linear-gradient(90deg,#25306b 0%,#006bb9 100%);border:0;box-shadow:0 3px 10px #25306b4d}.recover-button.gob-ui-button.gob-ui-button--primary:hover:not(:disabled){opacity:.92;box-shadow:0 5px 16px #25306b59}.recover-button.gob-ui-button.loading{animation:none}@media (width<=520px){.recover-auth-section{padding:40px 12px 56px}.recover-window{padding:24px 20px 26px}.recover-title{font-size:20px}}.map-window-page{color:#1a1e3a;--fab-shift-y:0px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);background:#edf0f5;min-height:100dvh;position:relative;overflow-x:hidden}.map-layout{min-height:100dvh}.map-canvas-wrapper{min-height:100dvh;position:relative}.map-canvas{width:100%;height:100dvh}.map-locate-button.gob-ui-button{left:max(16px, var(--safe-left));bottom:calc(18px + var(--safe-bottom));color:#fff;z-index:1240;will-change:transform;width:58px;height:58px;transform:translateY(var(--fab-shift-y));background:#0e65e7;border:1px solid #0e65e759;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;box-shadow:0 12px 22px #25306b4d}.map-menu-trigger{top:max(16px, var(--safe-top));left:max(16px, var(--safe-left));z-index:1540;color:#25306b;background:#fffffff2;border:1px solid #d6dce8;border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:inline-flex;position:fixed;box-shadow:0 6px 16px #25306b33}.map-menu-trigger:hover{background:#fff}.map-home-button.gob-ui-button{top:max(16px, var(--safe-top));right:max(16px, var(--safe-right));z-index:1540;color:#25306b;border:1px solid #d6dce8;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 14px;display:inline-flex;position:fixed;box-shadow:0 6px 16px #25306b33}.map-side-menu{z-index:1660;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-right:1px solid #d6dce8;flex-direction:column;width:min(320px,88vw);height:100dvh;max-height:100dvh;transition:transform .24s,opacity .18s,visibility 0s linear .24s;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:translate(-100%)}.map-side-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:transform .24s,opacity .18s;transform:translate(0)}.map-side-header{border-bottom:1px solid #e2e8f0;flex:none;justify-content:space-between;align-items:center;padding:18px 16px;display:flex}.map-side-header h2{align-items:center;gap:12px;margin:0;font-size:19px;display:flex}.map-user-icon{color:#fff;background:#25306b;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.map-user-card strong{font-size:15px;display:block}.map-user-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:none;align-items:flex-start;gap:12px;margin:14px 16px 0;padding:14px;display:flex;box-shadow:0 1px 2px #0f172a0a}.map-user-card>div:last-child{min-width:0}.map-user-card p{color:#4a5568;margin:3px 0;font-size:13px}.map-role-badge{align-items:center;gap:4px;margin-top:2px;display:inline-flex}.map-role-badge span{text-transform:uppercase;letter-spacing:.5px;color:#006bb9;font-size:11px;font-weight:700}.map-side-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;gap:12px;min-height:0;padding:0 16px 20px;display:flex;overflow-y:auto}.map-layer-controls{flex-direction:column;gap:8px;display:flex}.map-layer-control-button.gob-ui-button{justify-content:flex-start;gap:8px;width:100%}.map-side-report-button.gob-ui-button{position:relative}.map-report-notification-dot{border:2px solid #fff;border-radius:999px;width:10px;height:10px;position:absolute;top:8px;right:10px}.map-report-notification-dot--read{background:#e53935;box-shadow:0 0 0 2px #e539352e}.map-report-notification-dot--new{background:#facc15;box-shadow:0 0 0 2px #facc1542}.map-side-content p{color:#4a5568;margin:0;font-size:13px}.map-side-content .gob-ui-button{justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex}.map-side-backdrop{z-index:1650;background:#0f172a6b;border:0;position:fixed;inset:0}.map-window-page.menu-open .map-menu-trigger{opacity:0;pointer-events:none}.map-report-fab{left:max(16px, var(--safe-left));bottom:calc(88px + var(--safe-bottom));color:#fff;z-index:1300;will-change:transform;width:58px;height:58px;transform:translateY(var(--fab-shift-y));background:#ff7a00;border:none;border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;position:fixed;box-shadow:0 6px 22px #ff7a008c,0 2px 8px #0000002e}.map-locate-button.gob-ui-button,.map-report-fab{will-change:transform;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s}.map-locate-button.gob-ui-button svg,.map-report-fab svg{filter:drop-shadow(0 1px 1px #00000038);transition:transform .18s,filter .18s}.map-locate-button.gob-ui-button:hover svg,.map-report-fab:hover svg{filter:drop-shadow(0 2px 2px #00000047);transform:scale(1.12)}.map-locate-button.gob-ui-button:hover,.map-report-fab:hover{transform:translateY(calc(var(--fab-shift-y) - 2px)) scale(1.02);box-shadow:0 16px 26px #25306b6b}.map-locate-button.gob-ui-button:active,.map-report-fab:active{transform:translateY(var(--fab-shift-y)) scale(.98)}.map-report-sheet{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1200;width:min(940px,100vw - 18px);padding:14px;padding-bottom:max(14px, calc(14px + var(--safe-bottom)));-webkit-overflow-scrolling:touch;background:#fffffff7;border:1px solid #d6dce8;border-bottom:0;border-radius:16px 16px 0 0;align-content:start;gap:10px;max-height:min(96dvh,900px);display:grid;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 -10px 28px #25306b33}.map-report-sheet.is-dragging{-webkit-user-select:none;user-select:none}.map-report-resize-handle{touch-action:none;cursor:ns-resize;background:0 0;border:0;justify-content:center;align-items:center;width:100%;margin:-6px 0 2px;padding:0;display:none}.map-report-resize-bar{background:#cbd5e1;border-radius:999px;width:56px;height:6px;transition:background-color .18s,transform .18s;box-shadow:inset 0 1px 1px #0f172a24}.map-report-resize-handle:hover .map-report-resize-bar,.map-report-sheet.is-dragging .map-report-resize-bar{background:#94a3b8;transform:scale(1.08)}.map-report-sheet-content{align-content:start;gap:10px;display:grid}.map-report-sheet-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.map-report-sheet-title{align-items:baseline;gap:8px;min-width:0;display:flex}.map-report-sheet-header strong{letter-spacing:.3px;color:#1d2552;margin:0;font-size:14px}.map-report-sheet-header span{color:#66748b;margin:0;font-size:12px;font-weight:700}.map-report-sheet-close{color:#17304a;background:#eef3f8;border:1px solid #d6dce8;border-radius:10px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:inline-flex;box-shadow:0 4px 10px #25306b1f}.map-report-sheet-close:hover{color:#0b3a6e;background:#dfe8f2}.map-report-navigation{justify-content:space-between;align-items:center;gap:10px;display:flex}.map-report-navigation .gob-ui-button{align-items:center;gap:6px;display:inline-flex}.map-step-title{color:#334155;letter-spacing:.3px;margin:0 0 6px;font-size:12px}.map-report-types{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:12px 8px;display:grid}.map-report-type-chip{color:#334155;text-align:center;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:0;font-size:11px;font-weight:700;display:flex}.map-type-chip-circle{color:#4a5568;background:#eef2f8;border:2.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:66px;height:66px;transition:transform .16s,background-color .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex;box-shadow:inset 0 0 0 1px #dbe3ee}.map-type-chip-label{justify-content:center;align-items:flex-start;min-height:28px;line-height:1.2;display:inline-flex}.map-report-type-chip:hover .map-type-chip-circle{background:#e6edf7;transform:scale(1.06)}.map-report-type-chip.is-active .map-type-chip-circle{transform:scale(1.06)}.map-severity-chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.map-severity-chip{color:#475569;background:#fff;border:2px solid #cdd5e0;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s}.map-report-sheet .gob-ui-field{background:#edf0f5;border:1px solid #cdd5e0}.map-report-sheet .gob-ui-field:focus{background:#fff}.map-selected-point{color:#334155;background:#edf0f5;border:1px solid #d6dce8;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:12px;display:flex}.map-selection-actions{flex-wrap:wrap;gap:8px;display:flex}.map-selection-actions .gob-ui-button{flex:150px;justify-content:center;align-items:center;gap:6px;min-width:0;display:inline-flex}.map-report-action-button.gob-ui-button{min-height:42px;padding-inline:12px;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s,border-color .18s;transform:translateY(0);box-shadow:0 6px 16px #25306b1f}.map-report-action-button.gob-ui-button:hover:not(:disabled){transform:translateY(-2px)scale(1.01);box-shadow:0 14px 24px #25306b38}.map-report-action-button.gob-ui-button:active:not(:disabled){transform:translateY(0)scale(.99)}.map-report-action-button--primary.gob-ui-button:hover:not(:disabled){background:#082f58;border-color:#082f58}.map-scheduled-closure-sheet{max-height:min(88dvh,760px)}.map-scheduled-closure-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.map-scheduled-closure-field{color:#334155;flex-direction:column;gap:6px;font-size:12px;display:flex}.map-scheduled-closure-field span{color:#1d2552;font-size:12px;font-weight:700}.map-scheduled-closure-note{color:#334155;background:#f8fafc;border:1px solid #d6dce8;border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.45}.map-scheduled-closure-hint{color:#64748b;margin:0;font-size:12px}.map-incidents-panel,.map-outages-panel{z-index:1450;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-top:1px solid #d6dce8;border-left:1px solid #d6dce8;border-radius:14px 0 0;flex-direction:column;width:min(50vw,520px);height:min(50dvh,460px);max-height:50dvh;transition:transform .25s,opacity .18s,visibility 0s linear .25s;display:flex;position:fixed;bottom:0;right:0;transform:translate(100%);box-shadow:-12px 0 30px #0f172a38}.map-incidents-panel.is-open,.map-outages-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:transform .25s,opacity .18s;transform:translate(0)}.map-incidents-header,.map-outages-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px;display:flex}.map-incidents-header h2,.map-outages-header h2{margin:0;font-size:18px}.map-incidents-header-title{flex-direction:column;gap:4px;min-width:0;display:flex}.map-incidents-header-actions{align-items:center;gap:6px;display:inline-flex}.map-incidents-filter-indicator{color:#006bb9;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.map-incidents-close,.map-outages-close{color:#17304a;background:#edf0f5;border:1px solid #d6dce8;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 4px 10px #25306b1f}.map-incidents-close:hover,.map-outages-close:hover{color:#0b3a6e;background:#dfe8f2}.map-collision-modal-close{color:#17304a;background:#eef3f8;border:1px solid #d6dce8;border-radius:999px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 4px 10px #25306b1f}.map-collision-modal-close:hover{color:#0b3a6e;background:#dfe8f2}.map-incidents-clear-filter.gob-ui-button{color:#0b3a6e;border:1px solid #d6dce8;border-radius:8px;min-height:36px;padding:0 10px;font-size:12px;font-weight:700}.map-report-card-actions{flex-wrap:wrap;gap:8px;display:flex}.map-chat-report-button.gob-ui-button{color:#1d6fd6;border:0;justify-content:flex-start;min-height:0;padding:0}.map-chat-report-button.gob-ui-button:hover:not(:disabled){color:#1558b0;box-shadow:none}.map-report-card-notification-dot{z-index:1;border:2px solid #fff;border-radius:999px;width:11px;height:11px;position:absolute;top:-5px;right:9px}.map-report-card-notification-dot--read{background:#e53935;box-shadow:0 0 0 2px #e5393529}.map-report-card-notification-dot--new{background:#facc15;box-shadow:0 0 0 2px #facc153d}.map-close-report-button.gob-ui-button{border:0;justify-content:flex-start;min-height:0;padding:0}.map-incidents-counter,.map-outages-counter{color:#1d2552;margin:12px 16px 0;font-size:13px;font-weight:700}.map-outages-sync-time{color:#64748b;margin:6px 16px 0;font-size:12px}.map-incidents-content,.map-outages-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:12px 16px 16px;overflow-y:auto}.map-incidents-backdrop,.map-outages-backdrop{z-index:1400;background:#0f172a59;border:0;position:fixed;inset:0}.map-empty-state{color:#718096;margin:0;font-size:13px}.map-report-card{background:#f8fafc;border:1px solid #d6dce8;border-radius:10px;flex-direction:column;gap:6px;padding:12px;display:flex;position:relative}.map-report-card+.map-report-card{margin-top:10px}.map-outage-card{background:#f8fafc;border:1px solid #d6dce8;border-radius:10px;flex-direction:column;gap:6px;padding:12px;display:flex}.map-outage-card+.map-outage-card{margin-top:10px}.map-outage-card header{justify-content:space-between;align-items:center;gap:8px;display:flex}.map-outage-card header strong{font-size:13px}.map-outage-card header span{text-transform:uppercase;color:#1d2552;font-size:11px;font-weight:700}.map-outage-card p{color:#334155;margin:0;font-size:12px}.map-outage-title{align-items:center;gap:6px;display:inline-flex}.map-report-card header{justify-content:space-between;align-items:center;gap:8px;display:flex}.map-report-card header strong{font-size:13px}.map-report-card header span{text-transform:uppercase;font-size:11px;font-weight:700}.map-report-card p{color:#334155;margin:0;font-size:12px}.map-report-role{color:#1d2552;align-items:center;gap:4px;display:inline-flex}.map-report-title{align-items:center;gap:6px;display:inline-flex}.map-close-report-button.gob-ui-button{color:#8f2230;border:0;justify-content:flex-start;margin-top:4px;padding:0;font-size:12px;font-weight:700}.map-close-report-button.gob-ui-button:hover{color:#741b27}.map-close-report-confirmation{gap:12px;display:grid}.map-close-report-confirmation p{color:#334155;margin:0;line-height:1.45}.map-close-report-confirmation p strong{color:#1a1e3a}.map-close-report-confirmation-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.map-close-report-confirmation-actions .gob-ui-button{min-width:140px}.map-popup-content{flex-direction:column;gap:4px;min-width:180px;display:flex}.map-popup-content--interactive{cursor:pointer;text-align:left;background:0 0;border:0;width:100%;padding:0}.map-popup-content--interactive:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #006bb9}.map-popup-content strong{font-size:13px}.map-popup-title{align-items:center;gap:6px;display:inline-flex}.map-popup-role{align-items:center;gap:4px;display:inline-flex}.map-popup-content p{color:#334155;margin:0;font-size:12px}.map-report-marker-wrapper,.map-selected-marker-wrapper,.map-camera-marker-wrapper,.map-semaphore-marker-wrapper,.map-outage-marker-wrapper,.map-waze-report-marker-wrapper{background:0 0!important;border:none!important;overflow:visible!important}.map-report-marker{--mc:#43a047;background-color:var(--mc);background-image:radial-gradient(circle at 38% 30%,#ffffff6b 0%,#0000 58%);border:3px solid #fffffff2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex;position:relative;box-shadow:0 6px 22px #00000061,0 2px 6px #00000029}.map-report-marker-notification-dot{z-index:3;border:2px solid #fff;border-radius:999px;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.map-report-marker-notification-dot--read{background:#e53935;box-shadow:0 0 0 2px #e5393533}.map-report-marker-notification-dot--new{background:#facc15;box-shadow:0 0 0 2px #facc1547}.map-report-marker:after{content:"";background-color:var(--mc);clip-path:polygon(22% 0%,78% 0%,50% 100%);width:24px;height:18px;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.map-report-marker-icon{color:#fff;z-index:1;justify-content:center;align-items:center;display:inline-flex;position:relative}.map-report-marker-icon svg{fill:#fff;filter:drop-shadow(0 1px 2px #00000040);width:24px;height:24px}.map-outage-marker{border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 5px 14px #0f172a61}.map-outage-marker-icon{justify-content:center;align-items:center;display:inline-flex}.map-outage-marker-icon svg{width:17px;height:17px;line-height:1}.map-outage-marker--falla{color:#fff;background:#d14343}.map-outage-marker--programado{color:#fff;background:#1d6fd6}.map-waze-report-marker{background:linear-gradient(#7c3aed 0%,#4c1d95 100%);border:2px solid #fff;border-radius:14px 14px 14px 4px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;transform:rotate(-8deg);box-shadow:0 7px 16px #4c1d956b}.map-waze-report-marker-icon{color:#fff;justify-content:center;align-items:center;display:inline-flex;transform:rotate(8deg)}.map-waze-report-marker-icon svg{width:20px;height:20px;line-height:1}.map-camera-marker{background:linear-gradient(#0f9fb5 0%,#0b6f83 100%);border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 5px 14px #083a4a61}.map-camera-marker-icon{color:#fff;justify-content:center;align-items:center;display:inline-flex}.map-camera-marker-icon svg{width:17px;height:17px;line-height:1}.map-semaphore-marker{background:linear-gradient(#f9b12a 0%,#d98300 100%);border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 5px 14px #814f0057}.map-semaphore-marker-icon{color:#fff;justify-content:center;align-items:center;display:inline-flex}.map-semaphore-marker-icon svg{width:17px;height:17px;line-height:1}.map-report-marker--leve{--mc:#43a047}.map-report-marker--grave{--mc:#fb8c00}.map-report-marker--muy-grave{--mc:#e53935}.map-selected-marker{--mc:#0e65e7;background-color:var(--mc);background-image:radial-gradient(circle at 38% 30%,#ffffff73 0%,#0000 58%);border:3px solid #fffffff2;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative;box-shadow:0 6px 20px #0e65e773,0 2px 6px #00000024}.map-selected-marker:after{content:"";background-color:var(--mc);clip-path:polygon(22% 0%,78% 0%,50% 100%);width:20px;height:16px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.map-selected-marker__dot{background:#fff;border-radius:999px;width:14px;height:14px;box-shadow:0 1px 3px #0003}.map-canvas .leaflet-bottom.leaflet-right .leaflet-control-zoom{margin-right:16px;margin-bottom:calc(20px + var(--safe-bottom));transition:opacity .18s}.map-canvas .leaflet-top.leaflet-right .leaflet-control-attribution{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:.72;background:#fffc;border:1px solid #94a3b859;border-radius:999px;margin:10px 12px 0 0;padding:2px 8px;font-size:10px;line-height:1.2;transition:opacity .18s,transform .18s;box-shadow:0 4px 10px #0f172a1a}.map-canvas .leaflet-top,.map-canvas .leaflet-bottom{z-index:1180}.map-canvas .leaflet-control-attribution:hover{opacity:1;transform:translateY(-1px)}.map-canvas .leaflet-control-attribution,.map-canvas .leaflet-control-zoom{z-index:1180}.map-canvas .leaflet-control-attribution a{color:#334155;text-decoration:none}.map-canvas .leaflet-control-attribution a:hover{color:#005a9e;text-decoration:underline}.map-canvas .leaflet-control-zoom{border-radius:16px;overflow:hidden;box-shadow:0 12px 22px #25306b61;border:0!important}.map-canvas .leaflet-control-zoom a{color:#1e293b;background:#fff;border:0;border-bottom:1px solid #e2e8f0;width:44px;height:44px;font-size:24px;font-weight:800;line-height:44px;transition:background .18s,color .18s}.map-canvas .leaflet-control-zoom a:last-child{border-bottom:0}.map-canvas .leaflet-control-zoom a:hover{color:#005a9e;background:#edf4ff}.map-canvas .leaflet-control-zoom a.leaflet-disabled{color:#9aa5b1;background:#f8fafc}.map-window-page.incidents-open .map-canvas .leaflet-bottom.leaflet-right .leaflet-control-zoom,.map-window-page.outages-open .map-canvas .leaflet-bottom.leaflet-right .leaflet-control-zoom{opacity:0;pointer-events:none}.map-collision-modal{flex-direction:column;gap:1rem;display:flex}.map-collision-summary{color:#17304a;background:linear-gradient(135deg,#0e65e714,#e5f4ffeb);border:1px solid #0e65e72e;border-radius:14px;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;display:flex}.map-collision-summary svg{color:#d97706;flex:none;margin-top:.1rem}.map-collision-summary p{margin:0;line-height:1.5}.map-collision-list{-webkit-overflow-scrolling:touch;gap:.85rem;max-height:min(48dvh,360px);padding-right:.15rem;display:grid;overflow:auto}.map-collision-card{background:#fff;border:1px solid #d6dce8;border-radius:14px;gap:.45rem;padding:.95rem 1rem;display:grid;box-shadow:0 10px 24px #25306b14}.map-collision-card-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.map-collision-card-header strong{color:#17304a;font-size:.94rem}.map-collision-card-header span{color:#0e65e7;white-space:nowrap;font-size:.76rem;font-weight:700}.map-collision-card p{color:#364a5f;margin:0;font-size:.84rem;line-height:1.45}.map-collision-card p strong{color:#17304a}.map-collision-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.map-collision-actions .gob-ui-button{min-width:160px}@media (width<=1024px){.map-window-page.menu-open .map-locate-button.gob-ui-button,.map-window-page.menu-open .map-report-fab,.map-window-page.report-sheet-open .map-locate-button.gob-ui-button{opacity:0;pointer-events:none}.map-report-sheet{max-height:calc(92vh - var(--safe-bottom));max-height:calc(92svh - var(--safe-bottom));max-height:calc(92dvh - var(--safe-bottom));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto;height:min(58dvh,520px)!important}.map-scheduled-closure-sheet{max-height:calc(88vh - var(--safe-bottom));max-height:calc(88svh - var(--safe-bottom));max-height:calc(88dvh - var(--safe-bottom));height:auto!important}.map-menu-trigger{top:max(10px, var(--safe-top));left:max(10px, var(--safe-left))}.map-home-button.gob-ui-button{top:max(10px, var(--safe-top));right:max(10px, var(--safe-right))}.map-locate-button.gob-ui-button{left:max(10px, var(--safe-left));bottom:calc(12px + var(--safe-bottom));width:54px;height:54px}.map-report-fab{left:max(10px, var(--safe-left));bottom:calc(78px + var(--safe-bottom));width:54px;height:54px}.map-incidents-panel,.map-outages-panel{border-radius:14px 14px 0 0;width:100%;min-width:0;height:min(58dvh,460px);max-height:58dvh;bottom:0;left:0;right:0}.map-outages-panel.is-open{transform:translateY(0)}.map-report-sheet{width:calc(100% - 8px);padding-bottom:max(14px, calc(16px + var(--safe-bottom)));border-radius:14px 14px 0 0}.map-report-types{grid-template-columns:repeat(3,minmax(0,1fr))}.map-canvas .leaflet-bottom.leaflet-right .leaflet-control-zoom{margin-right:10px}}@media (width<=760px){.map-side-menu{width:min(340px,92vw)}.map-report-sheet{max-height:calc(90vh - var(--safe-bottom));max-height:calc(90svh - var(--safe-bottom));max-height:calc(90dvh - var(--safe-bottom));height:min(62dvh,500px)!important}.map-scheduled-closure-fields{grid-template-columns:1fr}.map-selection-actions .gob-ui-button{flex-basis:calc(50% - 4px);min-height:40px;font-size:.84rem}.map-report-action-button--primary.gob-ui-button{width:100%}.map-incidents-panel,.map-outages-panel{height:min(62dvh,430px);max-height:62dvh}}@media (width<=560px){.map-menu-trigger,.map-home-button.gob-ui-button{width:44px;height:44px;min-height:44px}.map-side-menu{width:min(332px,94vw)}.map-side-header{padding:14px 12px}.map-user-card{margin:12px 12px 0;padding:12px}.map-side-content{padding:0 12px max(16px, calc(16px + var(--safe-bottom)))}.map-report-sheet{width:100%;max-height:calc(90vh - var(--safe-bottom));max-height:calc(90svh - var(--safe-bottom));max-height:calc(90dvh - var(--safe-bottom));padding:12px;padding-bottom:max(12px, calc(14px + var(--safe-bottom)));height:min(66dvh,480px)!important}.map-report-sheet-close{width:36px;height:36px}.map-report-types{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 8px}.map-type-chip-circle{width:58px;height:58px}.map-severity-chips{grid-template-columns:1fr}.map-selection-actions{flex-direction:column}.map-selection-actions .gob-ui-button,.map-report-action-button.gob-ui-button{flex-basis:auto;width:100%}.map-canvas .leaflet-control-zoom a{width:40px;height:40px;font-size:22px;line-height:40px}.map-incidents-panel,.map-outages-panel{width:100%;height:min(64dvh,380px);max-height:64dvh}.map-incidents-header,.map-outages-header{padding:12px}.map-incidents-content,.map-outages-content{padding:10px 12px max(14px, calc(14px + var(--safe-bottom)))}}
