.navbar-header{z-index:1000;background-color:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:15px 20px;display:flex;position:relative}.navbar-logo img{height:60px;display:block}.navbar-menu{gap:30px;display:flex}.navbar-cta{justify-content:space-between;align-items:center;gap:20px;display:flex}.menu-item{color:#333;font-family:sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s}.menu-item:hover{color:#ff6b00}.btn-value{color:#ff6b00;cursor:pointer;background-color:#0000;border:2px solid #ff6b00;border-radius:20px;padding:8px 24px;font-size:15px;font-weight:600;transition:all .3s}.btn-value:hover{color:#fff;background-color:#ff6b00}.navbar-toggle{cursor:pointer;z-index:1010;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.navbar-toggle .bar{background-color:#0a192f;border-radius:2px;width:100%;height:2px;transition:all .3s}.navbar-toggle.open .bar:first-child{transform:translateY(8px)rotate(45deg)}.navbar-toggle.open .bar:nth-child(2){opacity:0}.navbar-toggle.open .bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=768px){.navbar-toggle{display:flex}.navbar-cta{opacity:0;visibility:hidden;background-color:#fff;border-top:1px solid #f5f5f5;flex-direction:column;gap:30px;width:100%;padding:40px 20px;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 15px #0000000d}.navbar-cta.open{opacity:1;visibility:visible;transform:translateY(0)}.navbar-menu{flex-direction:column;align-items:center;gap:25px;width:100%}.btn-value{text-align:center;width:100%;max-width:280px}}.hero-section{background-color:#0a192f;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:40px 40px;justify-content:center;align-items:center;width:100%;min-height:90.75vh;padding:60px 20px;display:flex;position:relative;overflow:hidden}.hero-animated-bg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{z-index:2;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1440px;display:flex;position:relative}.hero-watermark-logo{color:#ffffff05;letter-spacing:-5px;-webkit-user-select:none;user-select:none;font-family:sans-serif;font-size:18vw;font-weight:900;transition:transform .1s ease-out;position:absolute;top:10%;left:5%}.flow-line{opacity:.4;background:linear-gradient(90deg,#0000,#ff6b00,#0000);width:150px;height:2px;animation:linear infinite moveRoute;position:absolute}.line-1{animation-duration:6s;top:25%;left:-150px}.line-2{animation-duration:4s;animation-delay:2s;top:55%;left:-150px}.line-3{animation-duration:8s;animation-delay:1s;top:75%;left:-150px}@keyframes moveRoute{0%{stroke-dashoffset:0}to{stroke-dashoffset:-32px}}.hero-content{flex-direction:column;flex:1;align-items:center;display:flex}.hero-title{color:#fff;margin-bottom:30px;font-size:40px;font-weight:800;line-height:1.2}.hero-title .highlight{color:#ff6b00;display:block}.hero-cta{color:#0a192f;cursor:pointer;background-color:#ffc107;border:none;border-radius:30px;padding:14px 36px;font-size:16px;font-weight:700;transition:transform .2s,background-color .2s}.hero-cta:hover{background-color:#ffa000;transform:scale(1.05)}.hero-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}.hero-image-wrapper:before{content:"";filter:blur(40px);z-index:0;background:radial-gradient(circle,#ff6b0026 0%,#0000 70%);width:80%;height:80%;position:absolute}.hero-image{object-fit:cover;z-index:1;filter:saturate(.6)brightness(.9)sepia(.3)hue-rotate(180deg);width:100%;max-width:550px;height:auto;box-shadow:none;border-radius:0;transition:transform .1s ease-out;position:relative;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}@media (width<=768px){.hero-container{text-align:center;flex-direction:column}.hero-content{align-items:center}.hero-title{font-size:36px}.hero-watermark-logo{font-size:30vw;top:30%}}.features-section{background-color:#fff;justify-content:center;width:100%;padding:100px 80px;display:flex}.features-container{flex-direction:column;align-items:center;width:100%;max-width:1240px;display:flex}.features-main-title{color:#0d4aa3;text-align:center;letter-spacing:1px;margin-bottom:60px;font-size:26px;font-weight:800}.features-grid{justify-content:center;gap:150px;width:100%;display:flex}.feature-card{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:350px;display:flex}.feature-icon-wrapper{justify-content:center;align-items:center;margin-bottom:24px;transition:transform .3s;display:flex}.feature-card:hover .feature-icon-wrapper{transform:translateY(-5px)}.feature-title{color:#0d4aa3;margin-bottom:12px;font-size:20px;font-weight:700}.feature-text{color:#0d4aa3;font-size:16px;font-weight:400;line-height:1.6}@media (width<=768px){.features-grid{flex-direction:column;align-items:center;gap:50px}.features-main-title{margin-bottom:40px;font-size:20px}}.services-section{background-color:#fcfcfc;justify-content:center;width:100%;padding:100px 20px;display:flex}.services-container{flex-direction:column;align-items:center;width:100%;max-width:1240px;display:flex}.services-main-title{color:#0d4aa3;text-align:center;margin-bottom:60px;font-size:26px;font-weight:800}.services-grid{grid-template-columns:repeat(3,1fr);gap:60px;width:100%;display:grid}.service-card{text-align:center;background-color:#fff;border:2px solid #ffd3b6;border-radius:8px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .3s;display:flex}.service-card:hover{border-color:#ff6b00;transform:translateY(-8px);box-shadow:0 15px 30px #00000014}.service-icon-wrapper{justify-content:center;align-items:center;height:80px;margin-bottom:25px;display:flex}.service-title{color:#0d4aa3;margin-bottom:15px;font-size:20px;font-weight:700}.service-text{color:#0d4aa3;font-size:15px;line-height:1.6}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr;gap:30px}.services-main-title{margin-bottom:40px;font-size:22px}.service-card{padding:30px 20px}}.coverage-section{background-color:#0a192f;border-top:1px solid #ffffff0d;justify-content:center;width:100%;padding:100px 20px;display:flex}.coverage-container{flex-direction:column;align-items:center;width:100%;max-width:1400px;display:flex}.coverage-title{color:#fff;text-align:center;letter-spacing:1px;margin-bottom:15px;font-size:32px;font-weight:800}.coverage-subtitle{color:#a0aabf;text-align:center;margin-bottom:60px;font-size:16px;line-height:1.5}.map-wrapper{aspect-ratio:2;background-color:#0d1e38;border-radius:24px;width:100%;max-width:1200px;position:relative;overflow:hidden;box-shadow:0 0 100px #ff6b0026,0 30px 60px #0009}.map-base-image{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.map-overlay-svg{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.animated-route{stroke:#ff6b00;stroke-width:2px;stroke-dasharray:8 8;opacity:.7;animation:3s linear infinite moveRoute}.node-core{fill:#ffc107}.node-pulse{fill:#ff6b00;opacity:.4;animation:2s ease-out infinite radarPulse}.pulse-delay-1{animation-delay:0s}.pulse-delay-2{animation-delay:.6s}.pulse-delay-3{animation-delay:1.2s}@keyframes radarPulse{0%{opacity:.8;transform:scale(.3)}to{opacity:0;transform:scale(1.5)}}@media (width<=768px){.coverage-title{font-size:26px}.coverage-subtitle{padding:0 10px;font-size:14px}.map-wrapper{border-radius:8px}}.cta-section{background:linear-gradient(135deg,#ff8c00 0%,#ff6b00 100%);justify-content:center;align-items:center;width:100%;padding:80px 20px;display:flex}.cta-container{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex}.cta-title{color:#fff;letter-spacing:-.5px;margin-bottom:20px;font-size:36px;font-weight:800}.cta-subtitle{color:#fff;opacity:.95;margin-bottom:40px;font-size:18px;font-weight:500;line-height:1.5}.cta-button{color:#0a192f;cursor:pointer;letter-spacing:.5px;background-color:#0000;border:3px solid #0a192f;border-radius:30px;padding:14px 40px;font-size:16px;font-weight:800;transition:all .3s}.cta-button:hover{color:#ff6b00;background-color:#0a192f;transform:translateY(-3px);box-shadow:0 10px 20px #0a192f4d}@media (width<=768px){.cta-section{padding:60px 20px}.cta-title{font-size:28px}.cta-subtitle{font-size:16px}.cta-button{width:100%;max-width:300px}}.footer-section{color:#fff;background-color:#0a192f;border-top:1px solid #ffffff0d;width:100%;padding:60px 20px 20px}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px;display:grid}.footer-logo{background-color:#fff;border-radius:4px;max-width:180px;margin-bottom:20px;padding:5px}.footer-description{color:#a0aabf;max-width:250px;font-size:14px;line-height:1.6}.footer-title{color:#fff;margin-bottom:20px;font-size:16px;font-weight:700}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#a0aabf;font-size:14px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ff6b00}.footer-contact p{color:#a0aabf;margin-bottom:12px;font-size:14px}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:20px}.footer-bottom p{color:#6c7a9c;font-size:12px}@media (width<=992px){.footer-container{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-logo{margin:0 auto 20px}.footer-description{margin:0 auto}}.login-layout{background-color:#fff;width:100%;min-height:100vh;display:flex}.login-form-section{z-index:10;background-color:#fff;flex-direction:column;flex:0 0 45%;justify-content:center;align-items:center;padding:40px;display:flex}.login-form-container{width:100%;max-width:400px}.login-logo-wrapper{justify-content:center;margin-bottom:30px;display:flex}.login-logo{object-fit:contain;border-radius:4px;width:auto;height:80px}.login-header{margin-bottom:40px}.login-header h2{color:#0a192f;letter-spacing:-.5px;text-align:center;margin-bottom:10px;font-size:32px;font-weight:800}.login-header p{color:#0a192f;text-align:center;font-size:15px;line-height:1.5}.login-form{flex-direction:column;gap:24px;display:flex}.form-group input{color:#111827;box-sizing:border-box;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .3s}.form-group input:focus{background-color:#fff;border-color:#ff6b00;box-shadow:0 0 0 4px #ff6b001a}.login-btn{color:#fff;cursor:pointer;background-color:#ff6b00;border:none;border-radius:8px;width:100%;margin-top:10px;padding:16px;font-size:16px;font-weight:700;transition:all .3s}.login-btn:hover:not(:disabled){background-color:#e66000;transform:translateY(-2px);box-shadow:0 10px 20px #ff6b0040}.login-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:4px;padding:12px 16px}.error-message p{color:#b91c1c;margin:0;font-size:14px;font-weight:500}.login-visual-section{background-color:#0a192f;flex:1;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.static-grid{z-index:1;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.logistics-network{z-index:2;pointer-events:none;position:absolute;inset:0}.truck-vector{opacity:.8;animation-duration:10s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}.truck-vector.horizontal{width:150px;height:2px;animation-name:driveH}.truck-vector.vertical{width:2px;height:150px;animation-name:driveV}.truck-vector.orange.horizontal{background:linear-gradient(90deg,#0000,#ff6b00)}.truck-vector.orange.vertical{background:linear-gradient(#0000,#ff6b00)}.truck-vector.orange:after{background-color:#ff6b00;box-shadow:0 0 15px 4px #ff6b00cc}.truck-vector.blue.horizontal{background:linear-gradient(90deg,#0000,#00a3ff)}.truck-vector.blue.vertical{background:linear-gradient(#0000,#00a3ff)}.truck-vector.blue:after{background-color:#00a3ff;box-shadow:0 0 15px 4px #00a3ffcc}.truck-vector:after{content:"";border-radius:50%;position:absolute}.truck-vector.horizontal:after{width:6px;height:6px;top:-2px;right:0}.truck-vector.vertical:after{width:6px;height:6px;bottom:0;left:-2px}.route-1{animation-duration:8s;top:15%}.route-2{animation-duration:12s;animation-delay:2s;top:45%}.route-3{animation-duration:10s;animation-delay:1s;top:80%}.route-4{animation-duration:14s;left:20%}.route-5{animation-duration:9s;animation-delay:4s;left:65%}.route-6{animation-duration:11s;animation-delay:2s;left:85%}@keyframes driveH{0%{left:-200px}to{left:100%}}@keyframes driveV{0%{top:-200px}to{top:100%}}.truck-vector.horizontal.reverse{background:linear-gradient(-90deg,#0000,#ff6b00);animation-name:driveH-reverse}.truck-vector.horizontal.reverse:after{left:0;right:auto}.truck-vector.vertical.reverse{background:linear-gradient(-180deg,#0000,#ff6b00);animation-name:driveV-reverse}.truck-vector.vertical.reverse:after{top:0;bottom:auto}@keyframes driveH-reverse{0%{left:100%}to{left:-200px}}@keyframes driveV-reverse{0%{top:100%}to{top:-200px}}.visual-content{z-index:10;pointer-events:none;max-width:600px;position:relative}.visual-title{color:#fff;letter-spacing:4px;text-transform:uppercase;opacity:.8;margin-bottom:40px;font-size:30px;font-weight:800}.visual-subtitle{color:#fff;margin-bottom:20px;font-size:48px;font-weight:800;line-height:1.2}.visual-subtitle .highlight{color:#ff6b00}.visual-text{color:#8798aa;max-width:450px;font-size:18px;line-height:1.6}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(-50px,50px)scale(1.2)}}@media (width<=992px){.login-layout{flex-direction:column-reverse}.login-form-section{flex:1;padding:40px 20px}.login-visual-section{text-align:center;flex:none;min-height:300px;padding:40px 20px}.visual-content{margin:0 auto}.visual-subtitle{font-size:32px}}@media (width<=768px){.login-visual-section{display:none}}.ingest-history-section{margin-top:40px}.ingest-history-title{color:#0a192f;margin-bottom:15px;font-size:16px;font-weight:700}.badge-rejected{color:#dc2626;background-color:#fef2f2;align-items:center;gap:4px;display:inline-flex}.status-badge svg{font-size:12px}.card-alert-border{border-left:4px solid #ef4444}.row-expanded-bg{background-color:#f8fafc}.subtabs-header{border-bottom:2px solid #e2e8f0;gap:12px;margin-bottom:18px;display:flex}.subtab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:8px 12px;font-size:14px;font-weight:600}.subtab-btn:hover{color:#0a192f}.subtab-btn.active-stock{color:#ff6b00;border-bottom-color:#ff6b00}.subtab-btn.active-alert{color:#dc2626;border-bottom-color:#dc2626}.btn-lpn-trigger{color:#0a192f;cursor:pointer;background:0 0;border:none;gap:4px;padding:0;font-weight:800;text-decoration:underline;display:inline-flex}.btn-sku-trigger{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:700}.btn-sku-trigger:hover{background:#dbeafe}.sku-subdesc{color:#64748b;margin-top:2px;font-size:11px;display:block}.status-subtext{margin-top:3px;font-size:10px;font-weight:600}.status-subtext.enabled{color:#10b981}.status-subtext.disabled{color:#9ca3af}.expanded-folios-wrapper{background-color:#f8fafc;border-bottom:2px solid #cbd5e1;padding:8px 16px}.folios-compact-grid{background:#fff;border:1px dashed #94a3b8;border-radius:6px;grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 12px;display:grid}.folio-item span{color:#64748b;text-transform:uppercase;font-size:10px;display:block}.folio-item strong{font-size:13px}.folio-item .val-reno{color:#ff6b00}.folio-item .val-palacio{color:#0a192f}.folio-item .val-cliente{color:#475569}.modal-sku{max-width:340px}.modal-adjust{max-width:420px}.sku-specs-list p{color:#334155;border-bottom:1px dotted #e2e8f0;justify-content:space-between;margin:4px 0;padding-bottom:3px;font-size:12px;display:flex}.input-tight{border:1px solid #cbd5e1;border-radius:4px;outline:none;padding:6px 8px;font-size:12px}.catalog-intro{margin-bottom:20px}.catalog-metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.catalog-toolbar{justify-content:space-between;align-items:center;display:flex}.audit-cell span{color:#64748b;font-size:11px;line-height:1.3;display:block}.input-std{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:8px 12px;font-size:14px}.textarea-resize{resize:vertical}.checkbox-row-std label{margin:0;font-size:14px;font-weight:500}.modal-edit-catalog{max-width:440px}.routes-intro{margin-bottom:20px}.row-expanded-highlight{background-color:#f8fafc;border-left:4px solid #ff6b00}.vehicle-eco{color:#0a192f;font-weight:600}.vehicle-plates{color:#64748b;margin-top:2px;font-size:11px}.badge-completada{color:#166534;background:#dcfce7}.badge-en_ruta{color:#1d4ed8;background:#eff6ff}.badge-cancelada{color:#991b1b;background:#fee2e2}.progress-cell{flex-direction:column;gap:4px;width:100px;display:flex}.progress-text{color:#475569;font-size:11px;font-weight:600}.progress-bar-bg{background-color:#e2e8f0;border-radius:4px;width:100%;height:6px;overflow:hidden}.progress-bar-fill{background-color:#10b981;border-radius:4px;height:100%;transition:width .3s}.nested-td{padding:0!important}.nested-container{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:20px 40px;box-shadow:inset 0 2px 4px #00000005}.nested-container h4{color:#0a192f;margin:0 0 15px;font-size:14px;font-weight:700}.nested-table{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.nested-table th{background-color:#f1f5f9;font-size:11px}.delivery-status{font-size:12px;font-weight:600}.status-entregado{color:#10b981}.status-rechazado{color:#dc2626}.status-pendiente{color:#64748b}.text-muted{color:#cbd5e1}.text-small{font-size:12px}.evidence-actions{flex-wrap:wrap;gap:6px;display:flex}.btn-evidence{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #93c5fd;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:background .2s}.btn-evidence:hover{background:#dbeafe}.modal-evidence-card{background:#fff;border-radius:12px;width:100%;max-width:600px;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0003}.header-evidence{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:16px 20px;display:flex}.evidence-title{color:#0a192f;margin:0 0 4px;font-size:16px;font-weight:700}.evidence-subtitle{color:#64748b;margin:0;font-size:12px}.btn-modal-close-float{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;transition:background .2s;display:flex}.btn-modal-close-float:hover{background:#dc2626}.evidence-image-container{background:#f1f5f9;justify-content:center;align-items:center;min-height:200px;padding:20px;display:flex}.evidence-img{object-fit:contain;background:#fff;border:1px dashed #cbd5e1;border-radius:4px;max-width:100%;max-height:60vh;box-shadow:0 4px 6px -1px #0000001a}.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}}.relative-container{position:relative}.users-intro{margin-bottom:20px}.users-metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.users-toolbar{justify-content:space-between;align-items:center;display:flex}.toolbar-actions{gap:15px;display:flex}.toolbar-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-weight:600;transition:all .2s;display:flex}.toolbar-btn:hover{color:#0a192f;background:#f1f5f9}.active-toolbar-btn{color:#fff!important;background:#0a192f!important}.input-flex{flex:1}.badge-inactive{color:#475569;background:#f1f5f9}.btn-xs{padding:4px 10px!important;font-size:12px!important}.user-name{color:#0a192f;font-weight:600}.user-id{color:#64748b;margin-top:2px;font-size:11px}.user-phone{color:#64748b;margin-top:2px;font-size:12px}.date-cell{color:#475569;font-size:13px}.role-tag{border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.role-administrador{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.role-almacenista{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.role-chofer{color:#3730a3;background:#e0e7ff;border:1px solid #c7d2fe}.form-creation-wrapper{max-width:600px}.gap-15{gap:15px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.form-group-std{flex-direction:column;gap:6px;display:flex}.form-group-std label{color:#334155;font-size:13px;font-weight:600}.input-std{border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:14px}.input-std:focus{border-color:#ff6b00}.checkbox-row-std{align-items:center;gap:10px;display:flex}.checkbox-row-std input{width:18px;height:18px}.checkbox-row-std label{cursor:pointer;margin:0;font-size:14px;font-weight:500}.action-end{justify-content:flex-end}.custom-modal-backdrop{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1050;background-color:#0a192f8c;justify-content:center;align-items:center;padding:15px;display:flex;position:fixed;inset:0}.custom-modal-card{background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 10px 25px #0000002e}.modal-edit-user{max-width:400px}.custom-modal-header{background:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.custom-modal-header h3{color:#0a192f;margin:0;font-size:14px}.btn-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:14px}.custom-modal-body{padding:16px 14px}.custom-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.compact-form{margin:0}.form-body-tight{flex-direction:column;gap:12px;display:flex}.form-group-tight{flex-direction:column;gap:4px;display:flex}.form-group-tight label{color:#475569;text-transform:uppercase;font-size:11px;font-weight:700}.input-tight{border:1px solid #cbd5e1;border-radius:4px;outline:none;width:100%;padding:8px 10px;font-size:13px}.input-tight:focus{border-color:#ff6b00}.checkbox-row{align-items:center;gap:6px;margin:2px 0;display:flex}.checkbox-row label{color:#334155;cursor:pointer;font-size:12px;font-weight:600}.btn-sm{cursor:pointer;border:none;border-radius:4px;padding:6px 14px;font-size:12px;font-weight:600}.table-loading-state{text-align:center;color:#64748b;padding:40px}.custom-spinner{border:3px solid #cbd5e1;border-top-color:#ff6b00;border-radius:50%;width:32px;height:32px;margin:0 auto 15px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-error-state{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0;padding:20px}.empty-table-cell{text-align:center;color:#64748b;padding:30px}.form-error-alert{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;padding:12px 16px;font-size:13px}.modal-error-alert{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:15px 15px 0;padding:10px 14px;font-size:13px}.actions-cell-wrapper{gap:8px;display:flex}.btn-toggle-status{cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600;transition:all .2s}.btn-toggle-status:disabled{cursor:not-allowed;opacity:.6}.btn-toggle-danger{color:#ef4444;border:1px solid #ef4444}.btn-toggle-danger:hover:not(:disabled){background-color:#fef2f2}.btn-toggle-success{color:#10b981;border:1px solid #10b981}.btn-toggle-success:hover:not(:disabled){background-color:#ecfdf5}.pagination-wrapper{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:10px;padding:15px 0;display:flex}.pagination-info{color:#64748b;font-size:13px}.pagination-controls{gap:8px;display:flex}.pagination-controls .btn-secondary:disabled{opacity:.5;cursor:default}.pagination-current-page{color:#0a192f;align-self:center;padding:0 8px;font-size:13px;font-weight:600}.modal-edit-user{width:90%;max-width:500px!important}.dashboard-layout{background-color:#f4f6f9;width:100%;min-height:100vh;font-family:sans-serif;display:flex}.dashboard-sidebar{color:#fff;z-index:100;background-color:#0a192f;flex-direction:column;width:260px;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-sidebar .sidebar-brand{background-color:#fff;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;padding:24px;display:flex}.sidebar-logo{object-fit:contain;width:auto;height:50px;transition:all .3s}.sidebar-menu{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex}.menu-btn{color:#a0aabf;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.menu-btn:hover,.menu-btn.active{color:#fff;background-color:#ffffff0d}.menu-btn.active{background-color:#ff6b001a;border-left:4px solid #ff6b00}.sidebar-footer{border-top:1px solid #ffffff0d;padding:20px 16px}.logout-btn{color:#ef4444;cursor:pointer;background-color:#ef44441a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.logout-btn:hover{color:#fff;background-color:#ef4444}.dashboard-main{box-sizing:border-box;flex:1;margin-left:260px;padding:40px}.main-header{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.user-welcome h1{color:#0a192f;margin:0 0 4px;font-size:28px;font-weight:800}.user-welcome p{color:#6b7280;margin:0;font-size:15px}.user-badge{align-items:center;gap:12px;display:flex}.panel-container{max-width:1200px;margin:0 auto;padding-bottom:40px}.panel-intro h2{color:#0a192f;margin:0 0 4px;font-size:20px;font-weight:700}.panel-intro p{color:#64748b;margin:0 0 20px;font-size:14px}.panel-loading-state{text-align:center;color:#64748b;padding:40px}.panel-spinner{border:4px solid #cbd5e1;border-top-color:#ff6b00;border-radius:50%;width:40px;height:40px;margin:0 auto 15px;animation:1s linear infinite spin}.panel-error-state{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px;padding:20px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:32px;display:grid}.metric-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:200px;padding:24px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #00000008}.metric-card:not(.card-static):hover{transform:translateY(-4px);box-shadow:0 10px 20px #0a192f0f}.card-static{cursor:default}.card-xlsx:hover{border-color:#00a3ff}.card-rutas:hover{border-color:#10b981}.card-ajustes:hover{border-color:#ff6b00}.metric-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.metric-title{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:600}.metric-icon-badge{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.color-xlsx{color:#00a3ff;background-color:#00a3ff1a}.color-rutas{color:#10b981;background-color:#10b9811a}.color-ajustes{color:#ff6b00;background-color:#ff6b001a}.color-neutral{color:#475569;background-color:#f1f5f9}.metric-body{flex-direction:column;flex:1;justify-content:center;margin-bottom:16px;display:flex}.metric-main-value{color:#0a192f;letter-spacing:-.5px;margin-bottom:10px;font-size:32px;font-weight:800;line-height:1}.text-danger{color:#dc2626}.metric-description{color:#475569;margin:0;font-size:13px;line-height:1.5}.metric-footer{border-top:1px solid #f1f5f9;padding-top:12px}.action-link{color:#ff6b00;font-size:13px;font-weight:600;transition:color .2s}.metric-card:not(.card-static):hover .action-link{color:#e66000}.footer-note{color:#9ca3af;font-size:12px}.info-card-global{background-color:#fff;border:1px solid #e2e8f0;border-left:5px solid #0a192f;border-radius:12px;align-items:flex-start;gap:20px;padding:24px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.info-icon{color:#0a192f;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;padding:10px;font-size:28px;display:flex}.info-text h3{color:#0a192f;margin:0 0 6px;font-size:16px;font-weight:700}.info-text p{color:#475569;margin:0;font-size:14px;line-height:1.6}.content-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.section-desc{color:#64748b;margin-bottom:15px;font-size:14px}.quick-form{flex-direction:column;gap:16px;max-width:500px;margin-top:20px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#334155;font-size:14px;font-weight:600}.form-group input{border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:14px}.drag-drop-zone{text-align:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;flex-direction:column;align-items:center;gap:12px;margin-top:20px;padding:40px;display:flex}.upload-icon{font-size:40px}.file-input-hidden{display:none}.filters-row{gap:12px;margin:20px 0;display:flex}.filter-input{border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:14px}.table-info-text{color:#64748b;margin-bottom:8px;font-size:12px;font-style:italic}.data-table{border-collapse:collapse;background:#fff;width:100%;margin-top:10px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:12px;font-size:14px}.data-table th{color:#1e293b;background-color:#f1f5f9;font-weight:600}.status-badge.green{color:#15803d;cursor:pointer;background:#dcfce7;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.card-actions{gap:12px;margin-top:15px;display:flex}.btn-primary{color:#fff;cursor:pointer;background-color:#ff6b00;border:none;border-radius:6px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s}.btn-primary:hover{background-color:#e66000}.btn-secondary{color:#0a192f;cursor:pointer;background-color:#0000;border:2px solid #0a192f;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.btn-secondary:hover{color:#fff;background-color:#0a192f}.animate-fade-in{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.dashboard-sidebar{width:70px}.dashboard-sidebar .sidebar-brand{padding:10px}.sidebar-logo{height:30px}.menu-btn span:not(.icon),.logout-btn span:not(.icon){display:none}.dashboard-main{margin-left:70px;padding:20px}}.spinner{border:4px solid #0a192f1a;border-top-color:#ff6b00;border-radius:50%;width:40px;height:40px;margin-bottom:12px;animation:1s linear infinite spin}.processing-zone{background-color:#f0f9ff;border-color:#00a3ff}.success-zone{background-color:#f0fdf4;border-color:#10b981}.error-zone{background-color:#fef2f2;border-color:#ef4444}.file-tag{color:#334155;background:#e2e8f0;border-radius:15px;padding:4px 12px;font-size:13px;font-weight:600}.file-tag-success{color:#15803d;background:#dcfce7;border-radius:15px;padding:4px 12px;font-size:13px;font-weight:600}.text-success{color:#10b981}.header-tools{align-items:center;display:flex}.lang-dropdown{background-color:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;display:flex;box-shadow:0 2px 4px #00000005}.globe-icon{font-size:16px}.lang-select{color:#0a192f;cursor:pointer;background:0 0;border:none;outline:none;padding-right:4px;font-size:13px;font-weight:600}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;alignItems:center;background-color:#0a192fa6;justify-content:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:14px;width:90%;padding:24px;box-shadow:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f8f9fa;width:100%;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{width:100%}
