@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";.login-page-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;box-sizing:border-box;font-family:Montserrat,sans-serif;background:linear-gradient(135deg,#0f172ad9,#1e293be6),url(/background-login.jpg);background-size:cover;background-position:center;background-attachment:fixed}.login-box{background-color:#fff;padding:3rem 2.5rem;border-radius:16px;width:100%;max-width:420px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;animation:slideUpFade .6s cubic-bezier(.16,1,.3,1)}.login-box:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#f90,#ffc107)}.login-logo{width:140px;margin-bottom:1.5rem;transition:transform .3s}.login-logo:hover{transform:scale(1.05)}.login-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.5px}.login-subtitle{font-size:.9rem;color:#64748b;margin-top:.5rem;margin-bottom:2rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.2rem}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#94a3b8;width:20px;height:20px;pointer-events:none;transition:color .2s}.login-input{width:100%;padding:14px 16px 14px 48px;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:.95rem;font-family:inherit;background-color:#f8fafc;color:#334155;transition:all .2s ease;outline:none}.login-input::placeholder{color:#cbd5e1}.input-group:focus-within .login-input{background-color:#fff;border-color:#f90;box-shadow:0 0 0 4px #ff99001a}.input-group:focus-within .input-icon{color:#f90}.login-button{width:100%;padding:14px;border:none;border-radius:10px;background:linear-gradient(135deg,#f90,#ea580c);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:1rem;box-shadow:0 4px 6px -1px #ea580c4d;letter-spacing:.5px}.login-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #ea580c66}.login-button:active{transform:translateY(0)}.login-error{background-color:#fef2f2;color:#dc2626;padding:10px;border-radius:8px;font-size:.85rem;margin-top:1rem;border:1px solid #fee2e2;animation:shake .3s}.login-footer{margin-top:2.5rem;font-size:.75rem;color:#94a3b8;line-height:1.5;border-top:1px solid #f1f5f9;padding-top:1.5rem}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-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;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-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{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.info-window-backdrop{position:fixed;top:-30px;left:0;width:100vw;height:100vh;display:flex;align-items:flex-end;justify-content:flex-start;z-index:10000;padding:20px;box-sizing:border-box}.info-window-container{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:450px;overflow:hidden;animation:fadeInWindow .2s ease-out;pointer-events:auto}.info-window-header{background-color:#f8f9fa;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dee2e6}.info-window-header h2{margin:0;font-size:1.2rem;font-weight:600;color:#333}.info-window-close{background:none;border:none;font-size:1.8rem;font-weight:700;color:#888;cursor:pointer;padding:0 5px;line-height:1}.info-window-close:hover{color:#333}.info-window-body{padding:1.5rem;font-size:.95rem;line-height:1.6;color:#555}.info-window-body p{margin:0 0 .8rem}.info-window-body p:last-child{margin-bottom:0}.info-window-body strong{color:#333;min-width:100px;display:inline-block}@keyframes fadeInWindow{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.info-window-footer{padding:1rem 1.5rem;background-color:#f8f9fa;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;align-items:center;gap:10px}.report-failure-button{background-color:#dc3545;color:#fff;border:none;padding:.6rem 1rem;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .2s ease}.report-failure-button:hover{background-color:#c82333}.doc-button{background-color:#007bff;color:#fff;border:none;padding:.6rem 1rem;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .2s ease}.doc-button:hover{background-color:#0056b3}.info-window-status-pill{display:inline-block;padding:6px 14px;margin-bottom:1.5rem;color:#fff;font-weight:600;font-size:.9rem;border-radius:50px;text-align:center;width:90%;margin-left:5%;margin-right:5%;box-sizing:border-box}.info-window-status-pill.status-grey{background-color:#6c757d}.info-window-status-pill.status-grey-light{background-color:#94a3b8}.info-window-status-pill.status-purple{background-color:#7c3aed}.info-window-status-pill.status-green{background-color:#28a745}.info-window-status-pill.status-red{background-color:#dc3545}.info-window-status-pill.status-orange{background-color:#fd7e14}.info-window-status-pill.status-blue{background-color:#004085}.info-window-status-pill.status-yellow{background-color:#f59e0b;color:#1a1a1a}.info-window-status-grid{display:flex;justify-content:space-around;text-align:center;margin-bottom:1.5rem;padding:1rem 0;background-color:#f9f9f9;border-radius:8px;border:1px solid #eee}.status-item{display:flex;flex-direction:column;align-items:center;width:90px}.status-light{width:20px;height:20px;border-radius:50%;margin-bottom:8px;border:2px solid rgba(0,0,0,.1)}.status-light.green{background-color:#28a745}.status-light.red{background-color:#dc3545}.status-light.grey{background-color:#94a3b8}.mqtt-pilot{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#888;white-space:nowrap}.mqtt-pilot-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.mqtt-pilot-dot.online{background:#28a745;box-shadow:0 0 5px #28a74580}.mqtt-pilot-dot.offline{background:#dc3545;box-shadow:0 0 5px #dc354580}.status-label{font-size:.8rem;font-weight:500;color:#555}.ticket-alert-banner{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:6px;padding:8px 12px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;animation:slideIn .3s ease-out}.ticket-alert-banner:hover{background-color:#fef3c7;transform:translateY(-1px);box-shadow:0 2px 4px #f59e0b26}.alert-content{display:flex;align-items:center;gap:8px}.alert-icon{color:#d97706;display:flex;align-items:center}.alert-text{font-size:.9rem;font-weight:700;color:#92400e}.alert-arrow{color:#d97706;display:flex;align-items:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ups-autonomia-wrapper{background:#0f172a;border-radius:10px;padding:12px 14px;margin-bottom:14px;position:relative;overflow:hidden}.ups-autonomia-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ups-autonomia-titulo{font-size:.82rem;font-weight:700;color:#e2e8f0;letter-spacing:.03em}.ups-autonomia-inicio{font-size:.72rem;color:#64748b}.ups-barra-fondo{height:20px;background:#1e293b;border-radius:10px;overflow:visible;position:relative;margin-bottom:8px;border:1px solid #334155}.ups-barra-relleno{height:100%;border-radius:10px;min-width:4px;position:relative;box-shadow:2px 0 8px currentColor}.ups-barra-marca{position:absolute;top:0;bottom:0;width:1px;background:#ffffff1f;pointer-events:none}.ups-autonomia-texto{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.ups-autonomia-pct{font-size:1.1rem;font-weight:800;line-height:1}.ups-autonomia-tiempo{font-size:.78rem;font-weight:600;text-align:right}.ups-escala{display:flex;justify-content:space-between;padding:0 2px}.ups-escala span{font-size:.62rem;color:#475569;font-family:monospace}.ups-alerta-toast{position:absolute;top:-38px;left:0;right:0;background:#dc2626;color:#fff;font-size:.78rem;font-weight:700;text-align:center;padding:6px 12px;border-radius:6px;box-shadow:0 4px 12px #dc262666;animation:toastIn .3s ease;z-index:10}@keyframes toastIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.report-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.report-modal-container{background:#fff;width:90%;max-width:480px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;overflow:hidden;transform:scale(.95);animation:popIn .3s cubic-bezier(.175,.885,.32,1.275) forwards;display:flex;flex-direction:column}.report-modal-header{padding:1.5rem;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:center;gap:12px}.icon-badge{background:#fef2f2;color:#ef4444;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.header-title h3{margin:0;font-size:1.15rem;font-weight:700;color:#1e293b}.btn-close-icon{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s;display:flex;align-items:center}.btn-close-icon:hover{background:#f1f5f9;color:#ef4444}.report-modal-body{padding:1.5rem}.semaphore-context-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;gap:12px;align-items:center;margin-bottom:1.5rem}.context-icon{color:#3b82f6;background:#dbeafe;padding:8px;border-radius:8px;display:flex}.context-info{display:flex;flex-direction:column}.context-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase}.context-value{font-size:.95rem;color:#0f172a;margin-top:2px}.context-id{font-size:.8rem;color:#94a3b8;font-family:monospace}.report-form{display:flex;flex-direction:column;gap:1rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#475569;margin-bottom:6px}.modal-input,.modal-select,.modal-textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;color:#1e293b;transition:all .2s;box-sizing:border-box;font-family:inherit}.modal-input:focus,.modal-select:focus,.modal-textarea:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.modal-textarea{resize:vertical;min-height:80px}.report-modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.btn-ghost{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:10px 18px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-ghost:hover{background:#f8fafc;color:#334155}.btn-primary-danger{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #ef44444d;transition:all .2s}.btn-primary-danger:hover{filter:brightness(110%);transform:translateY(-1px);box-shadow:0 6px 8px -1px #ef444466}.btn-primary-danger:active{transform:translateY(0)}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-container{height:100%;width:100%;border-radius:0;box-shadow:none;z-index:1;background-color:#f8f9fa}.custom-div-icon{background:transparent;border:none}.semaphore-marker-wrapper{position:relative;width:24px;height:24px}.semaphore-marker-body{width:100%;height:100%;border-radius:50%;border:2px solid #ffffff;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.semaphore-marker-body:hover{transform:scale(1.2);cursor:pointer;z-index:100}.marker-core{width:8px;height:8px;background-color:#fff9;border-radius:50%}.ticket-badge-indicator{position:absolute;top:-5px;right:-5px;width:15px;height:15px;background-color:#ffb703;color:#000;border:2px solid #ffffff;border-radius:50%;font-size:10px;font-weight:900;font-family:sans-serif;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 4px #0003;animation:pulseBadge 2s infinite ease-in-out}@keyframes pulseBadge{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.filter-panel-content{height:100%;width:100%;padding:15px;box-sizing:border-box;display:flex;flex-direction:column;background-color:#fdfdfd;overflow-y:auto}.filter-section{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.filter-section:last-child{border-bottom:none}.panel-title{font-size:1rem;font-weight:700;color:#333;margin:0 0 15px}.section-label{display:block;font-size:.75rem;font-weight:700;color:#999;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.select-wrapper{position:relative;width:100%}.modern-select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #ddd;font-size:.9rem;background-color:#fff;color:#333;cursor:pointer;outline:none;appearance:none;transition:border-color .2s}.modern-select:focus{border-color:#f90}.select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:.7rem;color:#999;pointer-events:none}.quick-filter-row{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 10px;cursor:pointer;transition:all .2s ease}.quick-filter-row:hover{background-color:#f9f9f9;border-color:#ccc}.quick-filter-row.active{background-color:#fffbeb;border-color:#ffb703}.quick-filter-icon{margin-right:10px;color:#d97706;display:flex;align-items:center}.quick-filter-label{flex:1;font-size:.85rem;font-weight:500;color:#333}.toggle-switch{width:32px;height:18px;background-color:#e0e0e0;border-radius:99px;position:relative;transition:background .3s}.toggle-knob{width:14px;height:14px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s;box-shadow:0 1px 2px #0003}.quick-filter-row.active .toggle-switch{background-color:#f90}.quick-filter-row.active .toggle-knob{transform:translate(14px)}.filter-list{display:flex;flex-direction:column;gap:4px}.filter-row{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:4px;cursor:pointer;transition:background-color .1s ease}.filter-row:hover{background-color:#f1f1f1}.filter-row.disabled{opacity:.5}.filter-checkbox-wrapper{position:relative;width:16px;height:16px;margin-right:10px}.filter-checkbox-input{opacity:0;width:0;height:0;position:absolute}.filter-checkbox-custom{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border:1px solid #ccc;border-radius:3px;display:flex;align-items:center;justify-content:center}.filter-checkbox-custom svg{width:12px;height:12px;fill:#fff;opacity:0;transform:scale(.5);transition:all .1s}.filter-checkbox-input:checked~.filter-checkbox-custom{background-color:#f90;border-color:#f90}.filter-checkbox-input:checked~.filter-checkbox-custom svg{opacity:1;transform:scale(1)}.filter-color-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.filter-name{flex:1;font-size:.85rem;font-weight:500;color:#333}.filter-count{font-size:.75rem;font-weight:700;color:#999;background:#eee;padding:2px 6px;border-radius:4px}.dashboard-map-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.map-area-overlap{height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.map-filter-panel-overlap{position:absolute;top:0;right:0;height:100%;width:280px;transition:transform .3s ease-in-out;transform:translate(100%);background-color:#fff;box-shadow:-4px 0 10px #0000001a;z-index:98;display:flex;flex-direction:column;overflow-y:auto}.map-filter-panel-overlap.open{transform:translate(0)}.map-filter-toggle-button-overlap{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#f90;color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px #0000004d;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:right .3s ease-in-out;z-index:99}.map-loading-overlay,.map-error-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;z-index:5}.map-loading-overlay{background-color:#ffffffb3;color:#555}.map-error-overlay{background-color:#dc3545e6;color:#fff;padding:15px;text-align:center}.kpi-bar{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:200;display:flex;align-items:center;gap:0;background:#fffffff7;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:6px 12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);max-width:96vw;flex-wrap:wrap;justify-content:center}.kpi-item{display:flex;flex-direction:column;align-items:center;padding:4px 14px;gap:2px;border-right:1px solid #f1f5f9}.kpi-item:last-of-type{border-right:none}.kpi-dot{width:8px;height:8px;border-radius:50%}.kpi-value{font-size:1.15rem;font-weight:800;line-height:1}.kpi-label{font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;white-space:nowrap}.kpi-divider{width:1px;height:36px;background:#e2e8f0;margin:0 8px}.kpi-falla-item{display:flex;flex-direction:column;align-items:center;padding:4px 10px;gap:1px}.kpi-falla-id{font-size:.75rem;font-weight:700;color:#334155}.kpi-falla-count{font-size:.6rem;color:#ef4444;font-weight:600}.admin-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.admin-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid #f1f5f9;padding:2rem;margin-bottom:3rem;position:relative;overflow:hidden}.admin-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f90,#ffc107)}.card-title{font-size:1.1rem;font-weight:600;color:#334155;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modern-table td{padding:16px;background:#fff;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#334155}.modern-table tr:hover td{background:#fffcf5}.current-user-row td{background-color:#fffaf0!important}.role-select{padding:6px 10px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;font-family:inherit;font-size:.85rem;cursor:pointer}.role-select:focus{border-color:#f90;outline:none}.badge-me{background:#fff7ed;color:#c2410c;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:12px;border:1px solid #ffedd5;margin-left:8px}.modal-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:450px;position:relative;padding:0;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f90,#ffc107)}.modal-inner{padding:2rem}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1.25rem}.form-group label{font-size:.85rem;font-weight:600;color:#475569}.form-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-size:.95rem;transition:all .2s;font-family:inherit}.form-input:focus{border-color:#f90;background:#fff;outline:none;box-shadow:0 0 0 3px #ff99001a}.link-box{display:flex;gap:.5rem;background:#f8fafc;padding:.75rem;border-radius:10px;border:1px solid #e2e8f0;margin:1.5rem 0}.link-box input{flex:1;border:none;background:transparent;font-family:monospace;font-size:.85rem;color:#334155;outline:none}.copy-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px;cursor:pointer}.copy-btn.copied{background:#22c55e;color:#fff;border-color:#22c55e}.btn-delete-icon{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn-delete-icon:hover:not(:disabled){background:#fee2e2}.btn-delete-icon:disabled{opacity:.3;cursor:not-allowed}.username-preview{font-size:.8rem;color:#f90;font-weight:600;margin-top:4px}.notice-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem}.notice-item{display:flex;gap:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:10px;transition:opacity .2s;background:#fff}.notice-item.notice-inactive{opacity:.5}.notice-item-bar{width:4px;flex-shrink:0;background:var(--notice-color, #3b82f6)}.notice-item-body{flex:1;padding:12px 14px}.notice-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px}.notice-item-title{font-size:.9rem;font-weight:700;color:#0f172a}.notice-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.notice-item-msg{margin:0 0 8px;font-size:.82rem;color:#475569;line-height:1.5}.notice-item-meta{display:flex;align-items:center;gap:10px;font-size:.72rem;color:#94a3b8}.notice-type-badge{padding:2px 8px;border-radius:20px;font-size:.7rem;font-weight:700}.notice-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 6px;border-radius:20px;border:1.5px solid;font-size:.72rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.notice-toggle.on{background:#f0fdf4;color:#16a34a;border-color:#86efac}.notice-toggle.off{background:#f8fafc;color:#94a3b8;border-color:#e2e8f0}.notice-toggle-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.notice-toggle.on .notice-toggle-dot{background:#22c55e}.notice-toggle.off .notice-toggle-dot{background:#cbd5e1}.semaphore-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.page-title{font-size:1.8rem;font-weight:700;color:#0f172a;letter-spacing:-.5px;margin:0;display:flex;align-items:center;justify-content:center;gap:12px}.semaphore-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid #f1f5f9;padding:2rem;margin-bottom:3rem;position:relative;overflow:hidden}.semaphore-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f90,#ffc107)}.card-title{font-size:1.1rem;font-weight:600;color:#334155;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:600;color:#475569;margin-left:4px}.form-input{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-size:.95rem;color:#1e293b;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1)}.form-input:focus{background-color:#fff;border-color:#f90;box-shadow:0 4px 12px #ff99001a;outline:none;transform:translateY(-1px)}.form-input::placeholder{color:#cbd5e1}.full-width{grid-column:1 / -1}.coords-hint-box{margin-top:10px;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:15px;display:flex;flex-wrap:wrap;gap:15px;align-items:center}.hint-content{flex:1;font-size:.85rem;color:#1e3a8a;line-height:1.4;display:flex;gap:10px}.hint-icon{font-size:1.2rem}.hint-image-placeholder{width:160px;height:70px;background-color:#fff;border:2px dashed #bfdbfe;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5px}.hint-image-placeholder img{max-width:100%;max-height:100%;object-fit:contain;display:block}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #f8fafc;padding-top:1.5rem}.btn{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:#0f172a;color:#fff;box-shadow:0 4px 6px #0f172a33}.btn-primary:hover{background:#1e293b;transform:translateY(-1px)}.btn-secondary{background:#f1f5f9;color:#64748b}.btn-secondary:hover{background:#e2e8f0;color:#334155}.feedback-msg{padding:1rem;border-radius:8px;margin-top:1rem;font-size:.9rem;font-weight:500;text-align:center}.msg-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.msg-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.table-container{overflow-x:auto;border-radius:12px;border:1px solid #f1f5f9}.modern-table{width:100%;border-collapse:separate;border-spacing:0}.modern-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;padding:16px;text-align:left;border-bottom:1px solid #e2e8f0}.modern-table td{padding:16px;background:#fff;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#334155;transition:background .1s}.modern-table tr:hover td{background:#f8fafc}.modern-table tr:last-child td{border-bottom:none}.action-buttons{display:flex;gap:8px;justify-content:flex-end}.btn-icon{padding:6px 12px;font-size:.75rem;border-radius:6px;font-weight:600}.btn-edit{background:#fff7ed;color:#c2410c;border:1px solid #ffedd5}.btn-edit:hover{background:#ffedd5}.btn-delete{background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2}.btn-delete:hover{background:#fee2e2}.btn-status{min-width:110px;justify-content:center}.status-online{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-online:hover{background:#bbf7d0}.status-offline{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.status-offline:hover{background:#e2e8f0;color:#334155}@media(max-width:768px){.page-header{text-align:left}.page-title{justify-content:flex-start}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%;justify-content:center}}.row-menu-wrapper{position:relative;display:inline-block}.row-menu-trigger{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;cursor:pointer;color:#64748b;display:flex;align-items:center;transition:all .15s}.row-menu-dropdown{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:200px;z-index:500;padding:4px;animation:menuFadeIn .15s ease}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.row-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;border:none;background:none;border-radius:7px;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .1s}.row-menu-item:hover{background:#f8fafc}.row-menu-divider{height:1px;background:#f1f5f9;margin:3px 4px}.ups-toggle-option{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#f8fafc;transition:all .15s}.ups-toggle-option:hover{border-color:#cbd5e1;background:#f1f5f9}.ups-toggle-option.active{border-color:#f90;background:#fff7ed}.ups-toggle-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f1f5f9;color:#475569;flex-shrink:0}.ups-toggle-option.active .ups-toggle-icon{background:#fff7ed;color:#f90}.ups-toggle-option strong{display:block;font-size:.875rem;color:#0f172a}.ups-toggle-option p{margin:0;font-size:.75rem;color:#64748b}.sem-modal-backdrop{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.sem-modal-panel{background:#fff;border-radius:16px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0000002e;animation:modalIn .2s cubic-bezier(.16,1,.3,1)}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.sem-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;flex-shrink:0}.sem-modal-title{margin:0;font-size:1rem;font-weight:700;color:#0f172a}.sem-modal-subtitle{margin:2px 0 0;font-size:.8rem;color:#64748b}.sem-modal-close{background:#f1f5f9;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;flex-shrink:0;margin-left:12px;transition:all .15s}.sem-modal-close:hover{background:#e2e8f0;color:#0f172a}.sem-modal-select{padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;background:#f8fafc;font-family:inherit;color:#334155}.options-modal{max-width:420px}.options-modal-body{padding:.5rem 1rem 1.25rem;overflow-y:auto}.options-section-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:8px 0 4px 4px}.options-action-btn{display:flex;align-items:center;gap:14px;width:100%;padding:11px 12px;background:none;border:none;border-radius:10px;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.options-action-btn:hover{background:#f8fafc}.options-action-btn.danger:hover{background:#fef2f2}.options-action-btn strong{display:block;font-size:.875rem;color:#0f172a;font-weight:600}.options-action-btn span.options-action-text{flex:1}.options-action-btn span.options-action-text>span{display:block;font-size:.75rem;color:#94a3b8;margin-top:1px}.options-action-btn.danger strong{color:#dc2626}.options-action-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.options-action-icon.blue{background:#eff6ff;color:#3b82f6}.options-action-icon.amber{background:#fffbeb;color:#f59e0b}.options-action-icon.green{background:#f0fdf4;color:#16a34a}.options-action-icon.slate{background:#f1f5f9;color:#475569}.options-action-icon.red{background:#fef2f2;color:#dc2626}.options-ups-toggle{display:flex;gap:8px;padding:4px 4px 8px}.options-ups-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#64748b;font-size:.82rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.options-ups-btn:hover{border-color:#cbd5e1;background:#f1f5f9}.options-ups-btn.active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.row-menu-trigger{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;transition:all .15s}.row-menu-trigger:hover{background:#e2e8f0;color:#334155}.sp-container{font-family:Montserrat,sans-serif;max-width:1400px;margin:0 auto;padding:2rem;color:#0f172a}.page-title{font-size:1.7rem;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin:0;display:flex;align-items:center;justify-content:center;gap:12px}.page-subtitle{font-size:.875rem;color:#64748b;margin-top:6px}.sp-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;flex-wrap:wrap}.sp-search-wrap{flex:1;min-width:240px;position:relative;display:flex;align-items:center}.sp-search-ico{position:absolute;left:12px;color:#94a3b8;display:flex;align-items:center;pointer-events:none}.sp-search{width:100%;padding:10px 14px 10px 38px;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-family:inherit;color:#0f172a;background:#fff;transition:all .2s}.sp-search:focus{outline:none;border-color:#f90;box-shadow:0 0 0 3px #ff99001a}.sp-toolbar-right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sp-select{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:.83rem;font-family:inherit;background:#fff;color:#334155;cursor:pointer}.sp-select:focus{outline:none;border-color:#f90}.sp-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:10px;border:none;font-size:.83rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;white-space:nowrap}.sp-btn-dark{background:#0f172a;color:#fff}.sp-btn-dark:hover{background:#1e293b}.sp-btn-ghost{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.sp-btn-ghost:hover{background:#e2e8f0}.sp-btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.sp-btn-danger:hover{background:#fee2e2}.sp-icon-btn{width:36px;height:36px;border-radius:9px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.sp-icon-btn:hover{background:#f90;color:#fff;border-color:#f90;transform:rotate(180deg)}.sp-tools-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-width:260px;z-index:500;padding:6px;box-shadow:0 12px 32px #0000001f;animation:spDropIn .15s ease}@keyframes spDropIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sp-tool-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;border-radius:9px;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s}.sp-tool-item:hover{background:#f8fafc}.sp-tool-item.danger:hover{background:#fef2f2}.sp-tool-item strong{display:block;font-size:.82rem;font-weight:600;color:#0f172a}.sp-tool-item span:not(.sp-tool-ico)>span{font-size:.72rem;color:#94a3b8}.sp-tool-ico{width:30px;height:30px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sp-tool-ico.green{background:#f0fdf4;color:#16a34a}.sp-tool-ico.blue{background:#eff6ff;color:#2563eb}.sp-tool-ico.orange{background:#fff7ed;color:#ea580c}.sp-tool-ico.red{background:#fef2f2;color:#dc2626}.sp-tool-divider{height:1px;background:#f1f5f9;margin:4px}.sp-analytics{display:grid;grid-template-columns:minmax(340px,420px) 1fr;gap:1.5rem;margin-bottom:2rem}@media(max-width:900px){.sp-analytics{grid-template-columns:1fr}}.sp-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 1rem}.sp-donut-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;box-shadow:0 4px 16px #0000000a}.sp-donut-wrap{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.sp-donut-chart{position:relative;width:200px;height:200px;flex-shrink:0}.sp-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.sp-donut-total{font-size:2.4rem;font-weight:800;color:#0f172a;line-height:1}.sp-donut-label{font-size:.72rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sp-donut-legend{flex:1;display:flex;flex-direction:column;gap:4px;min-width:160px}.sp-legend-item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:9px;border:none;background:none;cursor:pointer;font-family:inherit;transition:background .12s;text-align:left;width:100%}.sp-legend-item:hover{background:#f8fafc}.sp-legend-item.active{background:#f1f5f9}.sp-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.sp-legend-label{flex:1;font-size:.8rem;font-weight:500;color:#334155}.sp-legend-count{font-size:.85rem;font-weight:800;min-width:22px;text-align:right}.sp-legend-pct{font-size:.72rem;color:#94a3b8;min-width:30px;text-align:right}.sp-kpi-col{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;box-shadow:0 4px 16px #0000000a}.sp-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:600px){.sp-kpi-grid{grid-template-columns:repeat(2,1fr)}}.sp-kpi-card{padding:14px 12px;border-radius:10px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:4px}.sp-kpi-value{font-size:1.8rem;font-weight:800;line-height:1}.sp-kpi-label{font-size:.72rem;color:#64748b;font-weight:600}.sp-section{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px #0000000a}.sp-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:8px}.sp-count-badge{font-size:.75rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:20px}.sp-active-filter{display:inline-flex;align-items:center;gap:6px;background:#fff7ed;color:#f90;border:1px solid #fed7aa;padding:2px 8px;border-radius:20px;font-size:.72rem;font-weight:700;margin-left:10px}.sp-active-filter button{background:none;border:none;cursor:pointer;color:#f90;display:flex;align-items:center;padding:0}.sp-loading,.sp-empty{text-align:center;color:#94a3b8;padding:2.5rem;font-size:.875rem}.sp-devices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;max-height:480px;overflow-y:auto;padding-right:4px}.sp-devices-grid::-webkit-scrollbar{width:5px}.sp-devices-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.sp-devices-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.sp-device-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;cursor:pointer;transition:all .15s;border-left:3px solid var(--card-color, #e2e8f0)}.sp-device-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:var(--card-color, #e2e8f0)}.sp-device-top{display:flex;align-items:center;gap:7px;margin-bottom:6px}.sp-device-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.sp-device-id{font-size:.72rem;font-family:monospace;font-weight:700;color:#475569;background:#f1f5f9;padding:1px 6px;border-radius:4px}.sp-device-ups{margin-left:auto;color:#3b82f6;display:flex;align-items:center}.sp-device-name{margin:0 0 2px;font-size:.82rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-device-comuna{margin:0 0 8px;font-size:.72rem;color:#94a3b8}.sp-device-footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.sp-device-status{font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-device-time{font-size:.68rem;color:#cbd5e1;font-family:monospace;white-space:nowrap}.sp-table-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0000000a;overflow:hidden}.sp-table-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sp-table-wrap{overflow-x:auto;max-height:520px;overflow-y:auto}.sp-table-wrap::-webkit-scrollbar{width:5px;height:5px}.sp-table-wrap::-webkit-scrollbar-track{background:#f1f5f9}.sp-table-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.sp-table{width:100%;border-collapse:separate;border-spacing:0}.sp-table thead{position:sticky;top:0;z-index:10}.sp-table th{background:#f8fafc;color:#64748b;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:11px 14px;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}.sp-table td{padding:10px 14px;background:#fff;border-bottom:1px solid #f8fafc;font-size:.82rem;color:#334155;vertical-align:middle}.sp-table tbody tr:hover td{background:#fafafa}.sp-row-alert td{background:#fffbfb!important}.sp-row-alert:hover td{background:#fef2f2!important}.sp-td-mono{font-family:monospace;font-size:.78rem;white-space:nowrap}.sp-cruce-id{font-family:monospace;font-weight:700;font-size:.78rem;background:#f1f5f9;padding:1px 6px;border-radius:4px;color:#475569;display:block}.sp-cruce-name{font-size:.72rem;color:#94a3b8;display:block;margin-top:2px;white-space:nowrap}.sp-td-msg{font-size:.75rem;color:#64748b;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.sp-pill-green{background:#dcfce7;color:#166534}.sp-pill-red{background:#fee2e2;color:#991b1b}.sp-pill-amber{background:#fef3c7;color:#92400e}.sp-pill-blue{background:#dbeafe;color:#1e40af}.sp-pill-gray{background:#f1f5f9;color:#64748b}.sp-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px}.sp-modal{background:#fff;border-radius:16px;width:100%;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0000002e;animation:spModalIn .2s cubic-bezier(.16,1,.3,1)}@keyframes spModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.sp-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;flex-shrink:0}.sp-modal-title{margin:0;font-size:1rem;font-weight:700;color:#0f172a}.sp-modal-sub{margin:2px 0 0;font-size:.78rem;color:#64748b}.sp-modal-close{background:#f1f5f9;border:none;border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;flex-shrink:0;margin-left:12px;transition:all .15s}.sp-modal-close:hover{background:#e2e8f0;color:#0f172a}.sp-modal-body{overflow-y:auto;padding:1rem 1.5rem 1.5rem;flex:1}.sp-modal-body::-webkit-scrollbar{width:5px}.sp-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.sp-history-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:12px 14px;margin-bottom:8px}.sp-history-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;flex-wrap:wrap;gap:6px}.sp-history-time{font-size:.75rem;font-weight:600;color:#475569;font-family:monospace}.sp-history-msg{font-size:.82rem;color:#334155;margin:0 0 6px}.sp-history-meta{font-size:.72rem;color:#94a3b8;font-family:monospace;background:#fff;padding:5px 8px;border-radius:6px;border:1px solid #e2e8f0}.sp-field-label{font-size:.78rem;font-weight:600;color:#475569;display:block;margin-bottom:5px}.sp-field-input{width:100%;padding:9px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0f172a;background:#f8fafc;box-sizing:border-box;transition:border-color .2s}.sp-field-input:focus{outline:none;border-color:#f90;background:#fff}@media(max-width:640px){.sp-container{padding:1rem}.sp-devices-grid,.sp-kpi-grid{grid-template-columns:repeat(2,1fr)}.sp-donut-chart{width:160px;height:160px}.sp-toolbar{flex-direction:column;align-items:stretch}.sp-toolbar-right{justify-content:flex-end}}.doc-page-container{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.doc-search-wrapper{max-width:600px;margin:0 auto 3rem;position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 20px;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease}.doc-search-wrapper:focus-within{border-color:#f90;box-shadow:0 10px 15px -3px #ff99001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.search-icon{width:20px;height:20px;color:#94a3b8;margin-right:12px}.doc-search-input{border:none;background:transparent;width:100%;font-size:1rem;color:#334155;outline:none;font-family:inherit}.doc-search-input::placeholder{color:#cbd5e1}.semaphore-list-docs{display:flex;flex-direction:column;gap:1rem}.doc-accordion-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #00000005;transition:all .3s ease}.doc-accordion-card.active{box-shadow:0 10px 15px -3px #0000001a;border-color:#cbd5e1}.accordion-header{width:100%;padding:1.2rem 1.5rem;background-color:#fff;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s;text-align:left}.accordion-header:hover{background-color:#f8fafc}.header-info{display:flex;align-items:center;gap:12px}.folder-icon{color:#f90;width:24px;height:24px}.sem-title{font-size:1rem;font-weight:600;color:#1e293b}.sem-id{font-size:.85rem;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:6px;font-family:monospace}.chevron-icon{width:20px;height:20px;color:#94a3b8;transition:transform .3s ease}.rotate-down{transform:rotate(180deg);color:#f90}.doc-content-body{padding:2rem;background-color:#fcfcfc;border-top:1px solid #f1f5f9;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;animation:fadeIn .3s ease-out}.doc-category-section h4{margin:0 0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#475569;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;display:flex;align-items:center;gap:8px}.upload-wrapper{display:flex;gap:8px;margin-bottom:1rem;background:#fff;padding:10px;border:1px dashed #cbd5e1;border-radius:8px}.upload-wrapper input[type=file]{font-size:.8rem;width:100%;color:#64748b}.btn-upload{background:#0f172a;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-upload:hover{background:#334155}.btn-upload:disabled{background:#cbd5e1;cursor:not-allowed}.file-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.file-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;transition:transform .1s}.file-item:hover{border-color:#94a3b8}.file-info{display:flex;align-items:center;gap:8px;overflow:hidden}.file-icon-small{width:16px;height:16px;color:#64748b;flex-shrink:0}.file-name{font-size:.85rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.file-actions{display:flex;gap:6px}.btn-icon-action{background:#f1f5f9;border:none;border-radius:6px;padding:6px;color:#475569;cursor:pointer;display:flex;align-items:center;transition:all .2s}.btn-download:hover{background:#dbeafe;color:#2563eb}.btn-delete:hover{background:#fee2e2;color:#dc2626}.btn-icon-action svg{width:16px;height:16px}.loading-msg{text-align:center;color:#64748b;margin-top:2rem}.error-msg{text-align:center;color:#ef4444;margin-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.doc-content-body{grid-template-columns:1fr}}.header-container{width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 20px -5px #0000000d;height:70px;z-index:1000;position:relative;font-family:Montserrat,sans-serif}.header-nav{display:flex;align-items:center;gap:16px;min-width:260px}.menu-button{background:#fff;border:1px solid #f1f5f9;font-size:1.2rem;cursor:pointer;padding:8px;color:#64748b;display:flex;align-items:center;border-radius:10px;transition:all .2s;box-shadow:0 2px 5px #00000008}.menu-button:hover{background-color:#f8fafc;color:#f90;border-color:#f90}.brand-link{display:flex;align-items:center;text-decoration:none;gap:12px}.brand-logo{height:72px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s}.brand-link:hover .brand-logo{transform:scale(1.05)}.brand-text-block{display:flex;flex-direction:column;line-height:1}.brand-main{font-weight:800;font-size:1.1rem;color:#0f172a;letter-spacing:-.5px}.brand-accent{color:#f90}.brand-subtitle{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1.5px;margin-top:4px;border-left:2px solid #e2e8f0;padding-left:8px}.header-search{flex:2;justify-content:center;position:relative;max-width:500px;margin:0 auto}.search-bar-wrapper{display:flex;align-items:center;padding:10px 18px;width:100%;transition:all .3s ease}.search-icon{width:18px;height:18px;color:#94a3b8;margin-right:12px}.search-input{border:none;background:transparent;outline:none;width:100%;font-size:.9rem;color:#334155;font-weight:500;font-family:inherit}.search-input::placeholder{color:#cbd5e1}.search-results-container{position:absolute;top:calc(100% + 12px);left:0;right:0;background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 20px 40px -5px #0000001a;z-index:1001;max-height:350px;overflow-y:auto;padding:8px}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer;border-radius:10px;transition:background .2s}.search-result-item:hover{background-color:#f8fafc}.result-icon-wrapper{font-size:1.2rem;background:#fff7ed;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px}.search-result-title{font-weight:700;color:#334155;margin:0;font-size:.9rem}.search-result-subtitle{font-size:.75rem;color:#64748b;margin:2px 0 0}.header-user{display:flex;align-items:center;justify-content:flex-end;gap:16px}.notification-button-wrapper{background:#fff;border:1px solid #e2e8f0;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;position:relative;transition:all .2s;color:#64748b}.notification-button-wrapper:hover,.notification-button-wrapper.active{background-color:#fff7ed;color:#ea580c;border-color:#fed7aa;transform:translateY(-2px)}.bell-svg{width:22px;height:22px}.notification-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 4px #ef444466}.user-icon-button{background:none;border:none;padding:0;cursor:pointer}.user-avatar-circle{width:44px;height:44px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #f1f5f9;box-shadow:0 2px 10px #0000001a;transition:all .2s;font-size:1.1rem}.user-icon-button:hover .user-avatar-circle{border-color:#cbd5e1;transform:scale(1.05)}.notification-dropdown,.user-dropdown{position:absolute;top:65px;right:0;width:320px;background:#fff;border-radius:16px;box-shadow:0 20px 40px -5px #00000026,0 0 0 1px #0000000d;z-index:1100;overflow:hidden;animation:slideDown .2s cubic-bezier(.16,1,.3,1);transform-origin:top right}.user-dropdown{width:260px;display:flex;flex-direction:column}.dropdown-user-info{padding:20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.dropdown-username{font-size:1.1rem;font-weight:700;color:#0f172a}.dropdown-role{font-size:.75rem;font-weight:600;color:#64748b;background-color:#e2e8f0;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.dropdown-logout{margin:10px;width:calc(100% - 20px);background-color:#fff;color:#ef4444;border:1px solid #fecaca;padding:10px;border-radius:10px;cursor:pointer;font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.dropdown-logout:hover{background-color:#fef2f2;border-color:#ef4444}.notif-dropdown-header{padding:16px;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;font-weight:700;color:#334155}.notif-dropdown-item{padding:12px 16px;border-bottom:1px solid #f8fafc;display:flex;gap:12px}.notif-view-all{width:100%;border:none;background:#f8fafc;color:#2563eb;font-weight:600;padding:12px;cursor:pointer;transition:background .2s}.notif-view-all:hover{background:#e0f2fe}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1999}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.sidebar-container{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#fff;box-shadow:4px 0 15px #0000001a;padding:1rem 0;box-sizing:border-box;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;z-index:2000}.sidebar-container.open{transform:translate(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.sidebar-brand{display:flex;align-items:center;gap:12px;flex:1}.sidebar-logo{height:68px;width:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12))}.sidebar-brand-text{display:flex;flex-direction:column;line-height:1.1}.sidebar-brand-name{font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.3px}.sidebar-brand-smart{font-size:.7rem;font-weight:700;color:#f90;letter-spacing:.12em;text-transform:uppercase}.sidebar-title{font-size:1.2rem;font-weight:700}.sidebar-close-button{background:none;border:none;font-size:2rem;cursor:pointer;padding:0}.sidebar-menu{list-style:none;padding:0;margin:0;overflow-y:auto}.sidebar-link{display:block;padding:1rem 1.5rem;text-decoration:none;color:#333;font-weight:500;transition:background-color .2s ease}.sidebar-link:hover{background-color:#f0f0f0}.sidebar-link.active{background-color:#f90;color:#fff;font-weight:700}.sidebar-footer{margin-top:auto;padding:1rem;border-top:1px solid #eee;text-align:center;font-size:.9rem;color:#666}.main-layout-container{display:grid;grid-template-rows:60px 1fr auto;grid-template-columns:100%;height:100vh;width:100%;overflow:hidden}.main-header-area{grid-row:1;z-index:100;position:relative;box-shadow:0 2px 5px #0000001a}.main-content-area{grid-row:2;position:relative;width:100%;height:100%;z-index:1;overflow-y:auto;overflow-x:hidden}.main-footer-area{grid-row:3;z-index:10;padding:10px 20px;background-color:#fff;color:#666;text-align:center;font-size:.8rem;border-top:1px solid #ddd}:root{--primary-color: #ff9900;--primary-hover: #e68a00;--bg-color: #f8fafc;--panel-bg: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-radius: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 10px 25px -5px rgba(0, 0, 0, .05);--terminal-bg: #0f172a;--terminal-header: #1e293b;--danger: #ef4444;--success: #22c55e}.iot-dashboard-container{font-family:Montserrat,sans-serif!important;height:calc(100vh - 64px);padding:1.5rem;background-color:var(--bg-color);color:var(--text-main);box-sizing:border-box;overflow:hidden}.iot-main-grid{display:grid;grid-template-columns:320px 1fr 400px;gap:1.5rem;height:100%;padding-bottom:2px}.device-list-panel,.center-panel,.inspector-panel{background:var(--panel-bg);border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .3s ease}.icon-svg{width:18px;height:18px;stroke-width:2;stroke:currentColor;fill:none;display:inline-block;vertical-align:middle}.icon-sm{width:16px;height:16px}.icon-lg{width:24px;height:24px}.mr-2{margin-right:.5rem}.list-header{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;background-color:#fff}.list-header h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:var(--text-main);display:flex;align-items:center;gap:8px}.search-wrapper{position:relative}.search-icon-absolute{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-input{width:100%;padding:10px 10px 10px 36px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:var(--text-main);transition:all .2s;box-sizing:border-box}.search-input:focus{background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;outline:none}.device-list-content{flex:1;overflow-y:auto;padding:.5rem}.device-item{padding:12px 1rem;margin-bottom:4px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;border:1px solid transparent}.device-item:hover{background-color:#f1f5f9}.device-item.active{background-color:#eff6ff;border-color:#bfdbfe}.device-name{font-weight:600;font-size:.9rem;color:#334155}.device-id{font-size:.75rem;color:#94a3b8;font-family:monospace;margin-top:2px}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#cbd5e1}.status-dot.on{background-color:var(--success);box-shadow:0 0 0 3px #22c55e33}.terminal-container{display:flex;flex-direction:column;height:100%;background-color:var(--terminal-bg)}.terminal-header{padding:12px 1.5rem;background-color:var(--terminal-header);border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center;color:#f8fafc}.terminal-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem;letter-spacing:.02em}.connection-status{font-family:Fira Code,monospace;font-size:.75rem;padding:2px 8px;border-radius:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.status-active{color:#4ade80;border-color:#4ade804d}.status-inactive{color:#f87171}.terminal-logs{flex:1;padding:1.5rem;overflow-y:auto;font-family:Fira Code,monospace;font-size:.85rem;line-height:1.6;color:#e2e8f0}.log-entry{margin-bottom:6px;padding-bottom:4px;border-bottom:1px dashed #334155;display:grid;grid-template-columns:160px auto 1fr;gap:12px}.log-time{color:#64748b;font-size:.75rem;white-space:nowrap}.log-date{color:#475569;font-size:.75rem;margin-right:4px}.log-topic{color:#60a5fa;font-weight:600}.log-msg{color:#cbd5e1;word-break:break-all}.inspector-header{padding:1.5rem;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:flex-start}.inspector-header h3{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.id-badge{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;padding:4px 8px;border-radius:6px;font-size:.75rem;font-family:monospace;color:#64748b;border:1px solid #e2e8f0;margin-top:6px}.config-form{padding:1.5rem;flex:1;overflow-y:auto}.section-label{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin:1.5rem 0 1rem}.section-label:first-of-type{margin-top:0}.section-line{flex:1;height:1px;background:#e2e8f0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.85rem;font-weight:500;color:#475569}.form-input{width:100%;padding:10px 12px;border-radius:8px;font-size:.9rem;border:1px solid #cbd5e1;background-color:#fff;color:#1e293b;transition:all .2s;box-sizing:border-box}.form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-input:disabled{background-color:transparent;border-color:transparent;padding-left:0;color:#334155;cursor:default;font-weight:500}.input-readonly{background-color:#f8fafc;border:1px solid #e2e8f0;color:#64748b;padding:10px 12px;border-radius:8px;width:100%;box-sizing:border-box}.btn-icon{background:transparent;border:1px solid #e2e8f0;color:#64748b;padding:6px;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.btn-primary{background:var(--primary-color);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-primary:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#475569;border:1px solid #cbd5e1;padding:10px 16px;border-radius:8px;font-weight:600;cursor:pointer;width:100%}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn-danger-ghost{background:#ef44441a;color:#ef4444;border:none;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.btn-danger-ghost:hover{background:#ef444433}.edit-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:2rem}.center-lock{height:80vh;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.lock-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:var(--shadow-md);text-align:center;width:380px;border-top:5px solid var(--primary-color)}.lock-icon-container{width:70px;height:70px;background:#ff99001a;color:var(--primary-color);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.lock-card h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.lock-card p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.form-input-pro{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;text-align:center;transition:all .2s;box-sizing:border-box}.form-input-pro:focus{border-color:var(--primary-color);box-shadow:0 4px 12px #ff99001a;outline:none}.btn-pro-dark{background:#0f172a;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-weight:700;font-family:inherit;cursor:pointer;width:100%;transition:transform .2s,background .2s}.btn-pro-dark:hover{background:#1e293b;transform:translateY(-2px)}.btn-pro-orange{background:var(--primary-color);color:#fff;border:none;border-radius:10px;padding:12px 24px;font-weight:700;cursor:pointer}.tickets-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.ticket-stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-box{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .2s}.stat-box:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a}.stat-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.stat-value{font-size:1.8rem;font-weight:800;line-height:1}.stat-total{color:#64748b;border-bottom:3px solid #64748b}.stat-pending{color:#ef4444;border-bottom:3px solid #ef4444}.stat-progress{color:#f59e0b;border-bottom:3px solid #f59e0b}.stat-resolved{color:#10b981;border-bottom:3px solid #10b981}.header-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.export-btn{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0;padding:.7rem 1.2rem;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.export-btn:hover{background-color:#bbf7d0;transform:translateY(-2px)}.export-btn svg{width:18px;height:18px}.create-ticket-section{margin-bottom:2.5rem}.new-ticket-btn{background:#0f172a;color:#fff;padding:12px 24px;border:none;border-radius:10px;cursor:pointer;font-weight:600;font-size:.95rem;box-shadow:0 4px 6px #0f172a33;transition:all .2s;display:block;margin:0 auto}.new-ticket-btn:hover{background:#1e293b;transform:translateY(-2px)}.ticket-form-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:2rem;box-shadow:0 10px 25px -5px #0000000d;animation:fadeIn .3s ease-out}.form-title{font-size:1.1rem;font-weight:700;color:#334155;margin-bottom:1.5rem;border-bottom:1px solid #f1f5f9;padding-bottom:1rem}.ticket-form{display:flex;flex-direction:column;gap:1.2rem}.form-input,.form-textarea{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:12px;font-size:.95rem;font-family:inherit;width:100%;box-sizing:border-box;transition:all .2s}.form-input:focus,.form-textarea:focus{background-color:#fff;border-color:#f90;box-shadow:0 0 0 3px #ff99001a;outline:none}.form-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.save-btn{background:#10b981;color:#fff;padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer}.cancel-btn{background:#f1f5f9;color:#64748b;padding:10px 20px;border:1px solid #cbd5e1;border-radius:8px;font-weight:600;cursor:pointer}.save-btn:hover{background:#059669}.cancel-btn:hover{background:#e2e8f0;color:#334155}.tickets-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.tickets-table{width:100%;border-collapse:separate;border-spacing:0}.tickets-table th{background:#f8fafc;color:#64748b;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;padding:16px;text-align:left;border-bottom:1px solid #e2e8f0}.tickets-table td{padding:16px;border-bottom:1px solid #f1f5f9;vertical-align:top;font-size:.9rem;color:#334155}.tickets-table tr:hover td{background:#fcfcfc}.tickets-table tr:last-child td{border-bottom:none}.ticket-title{font-weight:700;color:#1e293b;display:block;margin-bottom:4px;font-size:.95rem}.ticket-desc{color:#64748b;font-size:.85rem;margin:0;line-height:1.4}.ticket-resolution{background-color:#f0fdf4;color:#15803d;border-left:3px solid #22c55e;padding:8px 12px;border-radius:0 4px 4px 0;margin-top:8px;font-size:.85rem}.status-badge{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;display:inline-block}.status-badge.pending{background:#fee2e2;color:#991b1b}.status-badge.in_progress{background:#fef9c3;color:#854d0e}.status-badge.resolved{background:#dcfce7;color:#166534}.dates-col{font-size:.75rem;color:#64748b;line-height:1.5;white-space:nowrap}.assign-select{padding:6px;border-radius:6px;border:1px solid #cbd5e1;font-size:.85rem;background:#fff;cursor:pointer;max-width:140px}.tech-actions{display:flex;gap:5px;flex-wrap:wrap}.btn-action-small{border:none;border-radius:6px;padding:6px 10px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;color:#fff}.btn-accept{background:#f59e0b}.btn-accept:hover{background:#d97706}.btn-resolve{background:#10b981}.btn-resolve:hover{background:#059669}.btn-delete-ticket{background:#fef2f2;color:#ef4444;border:1px solid #fee2e2;padding:6px 10px;border-radius:6px;font-weight:600;font-size:.75rem;cursor:pointer;margin-left:5px;transition:all .2s}.btn-delete-ticket:hover{background:#fee2e2;color:#b91c1c}.modal-container{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-top:0;margin-bottom:1rem}.resolution-textarea{margin-top:10px;resize:vertical;min-height:100px}@media(max-width:768px){.ticket-stats-bar{grid-template-columns:1fr 1fr}.tickets-table th,.tickets-table td{padding:10px}.page-header{text-align:left}.page-title{justify-content:flex-start}}.actions-cell-wrapper{display:flex;align-items:center;gap:10px;justify-content:flex-end;white-space:nowrap}.assign-select{appearance:none;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 30px 8px 12px;font-size:.85rem;font-family:Montserrat,sans-serif;color:#334155;cursor:pointer;outline:none;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:14px;min-width:140px}.assign-select:hover{border-color:#cbd5e1;background-color:#f8fafc}.assign-select:focus{border-color:#f90;box-shadow:0 0 0 3px #ff99001a}.btn-delete-ticket{background-color:#fff1f2;color:#ef4444;border:1px solid #fecaca;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:600;display:flex;align-items:center;transition:all .2s;height:35px;margin:0}.btn-delete-ticket:hover{background-color:#dc2626;color:#fff;border-color:#dc2626}.tech-actions{display:flex;align-items:center;gap:8px}.btn-icon{background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;color:#64748b;transition:all .2s}.btn-icon:hover{background-color:#f1f5f9;color:#3b82f6}.btn-icon.delete:hover{background-color:#fee2e2;color:#ef4444}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:#475569}.pill{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:700;font-size:.75rem;text-transform:uppercase}.pill-red{background-color:#fee2e2;color:#991b1b}.pill-orange{background-color:#ffedd5;color:#c2410c}.pill-blue{background-color:#dbeafe;color:#1e40af}.pill-green{background-color:#dcfce7;color:#166534}.pill-gray{background-color:#f1f5f9;color:#475569}@keyframes highlightPulse{0%{background-color:#ffb70366;transform:scale(1.01)}50%{background-color:#ffb70333}to{background-color:transparent;transform:scale(1)}}.row-highlight-flash{animation:highlightPulse 2.5s ease-out forwards;border-left:4px solid #ffb703!important}.pill-id{background-color:#eff6ff;color:#3b82f6;font-weight:600;font-size:.85rem;padding:2px 8px;border-radius:12px}.tickets-filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:1rem;align-items:center}.tickets-search-input{flex:1;min-width:220px;padding:9px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f8fafc;color:#334155;transition:border-color .2s}.tickets-search-input:focus{outline:none;border-color:#f90;background:#fff}.tickets-filter-select{padding:9px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f8fafc;color:#334155;cursor:pointer}.tickets-filter-select:focus{outline:none;border-color:#f90}.mass-assign-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:10px 16px;margin-bottom:1rem}.mass-assign-count{font-weight:700;color:#1d4ed8;font-size:.875rem;white-space:nowrap}.row-selected{background:#eff6ff!important}.btn-comments{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:5px 8px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;transition:all .2s}.btn-comments:hover{background:#e2e8f0;color:#334155}.comments-modal{max-width:560px;width:100%;max-height:80vh;display:flex;flex-direction:column}.comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.comments-close{background:none;border:none;font-size:1.6rem;cursor:pointer;color:#94a3b8;line-height:1}.comments-close:hover{color:#334155}.comments-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;margin-bottom:1rem;max-height:340px;padding-right:4px}.comment-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px}.comment-meta{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#64748b;margin-bottom:4px}.comment-meta strong{color:#0f172a;font-size:.82rem}.comment-del{background:none;border:none;cursor:pointer;color:#ef4444;margin-left:auto;padding:2px;display:flex;align-items:center;opacity:.7}.comment-del:hover{opacity:1}.comment-text{margin:0;font-size:.875rem;color:#334155;line-height:1.5}.comment-form{display:flex;gap:8px;align-items:center;border-top:1px solid #f1f5f9;padding-top:12px}.comment-input{flex:1;margin:0}.comment-send-btn{padding:9px 14px;display:flex;align-items:center;justify-content:center;min-width:44px}.calendar-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:2rem}.calendar-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid #f1f5f9;padding:1.5rem;position:relative;overflow:hidden}.calendar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f90,#ffc107)}.calendar-nav-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.month-display{display:flex;align-items:center;gap:1rem}.btn-nav-month{background:transparent;border:1px solid #e2e8f0;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.btn-nav-month:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.month-label{font-size:1.25rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:1px;min-width:200px;text-align:center}.calendar-actions{display:flex;gap:10px}.btn-calendar-action{border:none;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;color:#fff}.btn-create{background-color:#0f172a;box-shadow:0 4px 6px #0f172a26}.btn-create:hover{background-color:#1e293b;transform:translateY(-2px)}.btn-auto{background-color:#6366f1;box-shadow:0 4px 6px #6366f126}.btn-auto:hover{background-color:#4f46e5;transform:translateY(-2px)}.calendar-grid{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.days-header-row{display:grid;grid-template-columns:repeat(7,1fr);background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.day-col-name{padding:12px;text-align:center;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:1px}.calendar-body-rows{display:flex;flex-direction:column}.calendar-week-row{display:grid;grid-template-columns:repeat(7,1fr);min-height:110px}.day-cell{border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:8px;position:relative;cursor:pointer;background:#fff;transition:background .1s;display:flex;flex-direction:column;justify-content:flex-start}.day-cell:hover{background-color:#fcfcfc}.day-cell:nth-child(7n){border-right:none}.day-cell.disabled{background-color:#f8fafc;opacity:.6;pointer-events:none}.day-cell.today{background-color:#fffbeb}.day-cell.selected{box-shadow:inset 0 0 0 2px #f90}.day-number{font-size:.85rem;font-weight:600;color:#334155;margin-bottom:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.day-cell.today .day-number{background-color:#f90;color:#fff}.event-dots-container{display:flex;flex-wrap:wrap;gap:4px;align-content:flex-start}.event-dot{width:8px;height:8px;border-radius:50%}.event-dot.pending{background-color:#ef4444}.event-dot.completed{background-color:#10b981}.more-events-badge{font-size:.65rem;color:#64748b;background:#f1f5f9;padding:1px 4px;border-radius:4px;margin-left:2px}.cell-summary-badge{margin-top:auto;font-size:.65rem;font-weight:600;text-align:center;padding:2px 4px;border-radius:4px;width:100%}.cell-summary-badge.has-pending{color:#b91c1c;background:#fee2e2}.cell-summary-badge.all-done{color:#166534;background:#dcfce7}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease-out}.modal-container{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;max-height:85vh}.modal-container.wide-modal{max-width:800px}.modal-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-top:0;margin-bottom:1rem;border-bottom:1px solid #f1f5f9;padding-bottom:10px}.event-list-scroll{overflow-y:auto;display:flex;flex-direction:column;gap:12px;margin-bottom:1rem;padding-right:5px}.event-card-item{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#fff;border-left-width:4px;transition:transform .1s}.event-card-item.pending{border-left-color:#ef4444}.event-card-item.completed{border-left-color:#10b981}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.event-title{font-weight:700;color:#334155;font-size:.95rem}.status-pill{font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase}.status-pill.pending{background:#fee2e2;color:#991b1b}.status-pill.completed{background:#dcfce7;color:#166534}.event-details p{margin:2px 0;font-size:.85rem;color:#64748b}.event-notes{background:#f8fafc;padding:6px;border-radius:6px;margin-top:6px;font-style:italic;font-size:.8rem;color:#475569}.btn-complete{background:#10b981;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;width:100%;margin-top:8px}.btn-complete:hover{background:#059669}.btn-delete-event{background:transparent;color:#ef4444;border:1px solid #fee2e2;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;width:100%;margin-top:6px}.btn-delete-event:hover{background:#fee2e2}.modal-close-btn{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;padding:10px;border-radius:8px;font-weight:600;cursor:pointer;width:100%;margin-top:auto}.modal-close-btn:hover{background:#e2e8f0}.modal-form{display:flex;flex-direction:column;gap:12px}.form-label{font-size:.85rem;font-weight:600;color:#475569;margin-bottom:4px;display:block}.form-input,.form-select{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;box-sizing:border-box}.modal-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.btn-save{background:#0f172a;color:#fff;padding:10px 20px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.btn-cancel{background:#fff;color:#64748b;border:1px solid #cbd5e1;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.batches-container{max-height:400px;overflow-y:auto}.batches-table{width:100%;border-collapse:collapse;font-size:.85rem;margin-top:10px}.batches-table th{text-align:left;padding:10px;background:#f8fafc;border-bottom:2px solid #e2e8f0;font-weight:600;color:#475569}.batches-table td{padding:10px;border-bottom:1px solid #f1f5f9;color:#334155}.btn-delete-batch{background:#fee2e2;color:#b91c1c;border:none;padding:4px 8px;border-radius:4px;font-weight:600;cursor:pointer;font-size:.75rem}.cell-report-badge{margin-top:3px;font-size:.6rem;font-weight:700;color:#92400e;background:#fed7aa;border-radius:4px;padding:2px 5px;text-align:center;width:100%;box-sizing:border-box}.modal-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#475569;background:#f8fafc;border-left:3px solid #94a3b8;padding:5px 8px;border-radius:0 4px 4px 0;margin:4px 0 8px}.modal-section-label--reports{color:#92400e;background:#fff7ed;border-left-color:#e87722;margin-top:16px}.modal-empty-text{text-align:center;color:#94a3b8;font-size:.82rem;margin:4px 0 10px}.report-card-item{border:1px solid #fed7aa;border-left:4px solid #E87722;border-radius:10px;padding:10px 12px;background:#fff;margin-bottom:8px}.report-card-item.enviado{border-left-color:#10b981;border-color:#a7f3d0}.report-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.report-card-comuna{font-weight:700;font-size:.9rem;color:#1e293b}.report-estado-pill{font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:12px;text-transform:uppercase}.report-estado-pill.borrador{background:#fef3c7;color:#92400e}.report-estado-pill.enviado{background:#dcfce7;color:#166534}.report-card-info{display:flex;gap:14px;font-size:.8rem;color:#64748b;margin-bottom:8px}.btn-view-report{background:#e87722;color:#fff;border:none;padding:5px 12px;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-view-report:hover{background:#c96510}.form-textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;box-sizing:border-box;resize:vertical}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.notifications-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1000px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:2.5rem}.page-title{font-size:1.8rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;justify-content:center;gap:12px}.page-subtitle{font-size:.9rem;color:#64748b;margin-top:.5rem}.notifications-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003;border:1px solid #f1f5f9;overflow:hidden}.notifications-actions-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.stats-text{font-size:.9rem;font-weight:600;color:#64748b}.stats-highlight{color:#0f172a;font-weight:700}.actions-group{display:flex;gap:10px}.notifications-filters{display:flex;gap:8px;padding:.9rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#fff}.filter-tab{border:1px solid #e2e8f0;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600;color:#475569;background:#f8fafc;cursor:pointer;transition:all .2s}.filter-tab:hover{border-color:#cbd5e1;background:#f1f5f9}.filter-tab.active{color:#fff;border-color:#f90;background:#f90;box-shadow:0 6px 12px -8px #ff9900a6}.btn-action{border:none;border-radius:8px;padding:8px 14px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.btn-mark-all{background-color:#dbeafe;color:#2563eb}.btn-mark-all:hover{background-color:#bfdbfe}.btn-mark-all:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.btn-clear-read{background-color:#fee2e2;color:#dc2626}.btn-clear-read:hover{background-color:#fecaca}.btn-clear-read:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.notification-list-container{display:flex;flex-direction:column}.notification-item{display:flex;align-items:flex-start;gap:16px;padding:1.2rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s;position:relative;cursor:pointer}.notification-item:last-child{border-bottom:none}.notification-item.unread{background-color:#fffbeb}.notification-item.unread:hover{background-color:#fff7ed}.notification-item.read{background-color:#fff;opacity:.85}.notification-item.read:hover{background-color:#f8fafc}.unread-dot{position:absolute;top:1.2rem;right:1.2rem;width:10px;height:10px;background-color:#f59e0b;border-radius:50%;box-shadow:0 0 0 2px #fffbeb}.notification-icon-box{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.bg-icon-red{background:#fee2e2;color:#ef4444}.bg-icon-blue{background:#dbeafe;color:#3b82f6}.bg-icon-yellow{background:#fef3c7;color:#d97706}.bg-icon-green{background:#dcfce7;color:#166534}.bg-icon-gray{background:#f1f5f9;color:#64748b}.notification-content{flex-grow:1;display:flex;flex-direction:column;gap:4px}.notification-title{font-size:.95rem;font-weight:700;color:#1e293b;line-height:1.2}.notification-item.read .notification-title{font-weight:600;color:#64748b}.notification-message{font-size:.85rem;color:#475569;line-height:1.4;margin:0}.notification-date{font-size:.75rem;font-weight:500;color:#94a3b8;margin-top:4px;display:flex;align-items:center;gap:4px}.empty-state{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-icon{font-size:3rem;background:#f8fafc;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%}.empty-text{color:#64748b;font-weight:500}.loading-message{text-align:center;padding:3rem;color:#94a3b8;font-style:italic}@media(max-width:600px){.notifications-actions-bar{flex-direction:column;align-items:stretch;gap:10px}.actions-group{justify-content:space-between}.stats-text{text-align:center}.notifications-filters{flex-wrap:wrap}}.audit-page{max-width:1400px;margin:0 auto;padding:2rem}.audit-filters-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;box-shadow:0 2px 8px #0000000a}.audit-filters-form{display:flex;gap:.75rem;flex-wrap:wrap;flex:1}.audit-input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#334155;background:#f8fafc;transition:border-color .2s;min-width:140px}.audit-input:focus{outline:none;border-color:#f90;background:#fff}.audit-btn{padding:8px 18px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-family:inherit}.audit-btn:disabled{opacity:.5;cursor:not-allowed}.audit-btn-primary{background:#0f172a;color:#fff}.audit-btn-primary:hover{background:#1e293b}.audit-btn-ghost{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.audit-btn-ghost:hover:not(:disabled){background:#e2e8f0}.audit-count{font-size:.85rem;color:#64748b;white-space:nowrap;margin-left:auto}.audit-table-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;overflow:hidden}.audit-table-wrap{overflow-x:auto}.audit-table{width:100%;border-collapse:collapse;font-size:.875rem}.audit-table thead tr{background:#f8fafc}.audit-table th{padding:12px 16px;text-align:left;font-weight:700;color:#475569;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;white-space:nowrap}.audit-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.audit-table tbody tr:hover{background:#f8fafc}.audit-table tbody tr:last-child td{border-bottom:none}.audit-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border-top:1px solid #f1f5f9;font-size:.875rem;color:#64748b}.profile-page{max-width:900px;margin:0 auto;padding:2rem}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:640px){.profile-grid{grid-template-columns:1fr}}.profile-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:2rem;box-shadow:0 2px 12px #0000000d;display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-card:not(:first-child){align-items:stretch}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f90,#ffb84d);color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ff99004d}.profile-username{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0}.profile-role-badge{background:#fff7ed;color:#f90;border:1px solid #fed7aa;padding:3px 14px;border-radius:20px;font-size:.8rem;font-weight:600}.profile-detail{font-size:.875rem;color:#64748b;margin:0}.profile-detail strong{color:#334155}.profile-detail-sub{font-size:.8rem;color:#94a3b8;margin:0}.profile-info{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-section-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-field{display:flex;flex-direction:column;gap:4px}.profile-field label{font-size:.8rem;font-weight:600;color:#475569}.profile-input{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;color:#0f172a;background:#f8fafc;transition:all .2s}.profile-input:focus{outline:none;border-color:#f90;background:#fff;box-shadow:0 0 0 3px #ff99001a}.profile-msg{padding:10px 14px;border-radius:8px;font-size:.85rem;font-weight:500}.profile-msg-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.profile-msg-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.profile-btn{padding:11px;border-radius:10px;background:#0f172a;color:#fff;border:none;font-size:.9rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s;margin-top:.5rem}.profile-btn:hover:not(:disabled){background:#1e293b}.profile-btn:disabled{opacity:.6;cursor:not-allowed}.compare-page{max-width:1400px;margin:0 auto;padding:2rem}.compare-controls{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:1rem}.compare-label{font-size:.82rem;font-weight:700;color:#475569;margin-bottom:.5rem;display:block}.cruce-pills{display:flex;flex-wrap:wrap;gap:8px}.cruce-pill{padding:6px 14px;border-radius:12px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;align-items:flex-start;gap:1px;text-align:left}.cruce-pill:hover:not(:disabled){border-color:#f90;background:#fff7ed}.cruce-pill:hover:not(:disabled) .pill-cruce-id{color:#f90}.cruce-pill:hover:not(:disabled) .pill-cruce-name{color:#c2700a}.cruce-pill.active{background:#f90;border-color:#f90}.cruce-pill.active .pill-cruce-id{color:#fff}.cruce-pill.active .pill-cruce-name{color:#ffffffd9}.cruce-pill:disabled{opacity:.4;cursor:not-allowed}.pill-cruce-id{font-family:monospace;font-size:.82rem;font-weight:700;color:#1e293b;line-height:1.2}.pill-cruce-name{font-family:inherit;font-size:.7rem;font-weight:500;color:#64748b;line-height:1.2;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.compare-select{padding:9px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;background:#f8fafc;color:#334155}.compare-btn{padding:9px 22px;border-radius:8px;background:#0f172a;color:#fff;border:none;font-size:.875rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s}.compare-btn:hover:not(:disabled){background:#1e293b}.compare-btn:disabled{opacity:.5;cursor:not-allowed}.compare-btn-ghost{padding:9px 18px;border-radius:8px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;font-size:.875rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.compare-btn-ghost:hover{background:#e2e8f0}.compare-results{display:flex;flex-direction:column;gap:1.5rem}.compare-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.compare-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.25rem;box-shadow:0 2px 8px #0000000a}.compare-card-header{margin-bottom:1rem}.compare-card-id{font-family:monospace;font-weight:800;color:#0f172a;font-size:1rem;display:block}.compare-card-name{font-size:.75rem;color:#64748b;display:block;margin-top:2px}.compare-card-stats{display:flex;justify-content:space-around}.compare-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.compare-stat-value{font-size:1.4rem;font-weight:800;line-height:1}.compare-stat-label{font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase}.compare-logs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.compare-log-col{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1rem;box-shadow:0 2px 8px #0000000a}.compare-log-title{font-size:.8rem;font-weight:700;color:#475569;margin:0 0 .75rem;font-family:monospace;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.compare-log-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f8fafc;gap:8px}.compare-log-item:last-child{border-bottom:none}.dr-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.dr-header{text-align:center;margin-bottom:1.5rem}.dr-title{font-size:1.8rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;justify-content:center;gap:12px}.dr-subtitle{font-size:.9rem;color:#64748b;margin-top:.5rem}.dr-header-actions{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.dr-btn-primary{background:linear-gradient(135deg,#f90,#e68800);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:700;font-size:.875rem;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 4px 12px #ff99004d;white-space:nowrap}.dr-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f906}.dr-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.dr-btn-secondary{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:10px 18px;border-radius:10px;font-weight:600;font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .2s}.dr-btn-secondary:hover{background:#e2e8f0;color:#334155}.dr-btn-icon{background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;line-height:0}.dr-btn-icon:hover{background:#f1f5f9;color:#334155}.dr-btn-danger:hover{background:#fee2e2!important;color:#ef4444!important}.dr-btn-add{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;padding:6px 14px;border-radius:8px;font-weight:600;font-size:.8rem;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.dr-btn-add:hover{background:#dcfce7}.dr-btn-clear{white-space:nowrap;font-size:.8rem;padding:7px 14px}.dr-filters{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;background:#fff;padding:1.25rem 1.5rem;border-radius:14px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0000000a;margin-bottom:1.5rem}.dr-filter-group{display:flex;flex-direction:column;gap:5px}.dr-filter-group label{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px}.dr-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:9px 13px;font-size:.9rem;font-family:inherit;color:#334155;width:100%;box-sizing:border-box;transition:all .2s}.dr-input:focus{outline:none;border-color:#f90;background:#fff;box-shadow:0 0 0 3px #ff99001f}.dr-input:disabled{background:#f8fafc;color:#94a3b8;cursor:default}.dr-input-filter{padding:8px 12px;font-size:.85rem}.dr-input-time{width:110px;flex-shrink:0}.dr-textarea{resize:vertical;min-height:70px}.dr-loading{text-align:center;padding:4rem;color:#94a3b8;font-weight:600;font-size:.95rem}.dr-empty{text-align:center;padding:5rem 2rem;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0000000a}.dr-empty svg{opacity:.35;width:40px;height:40px}.dr-empty p{margin:0;font-size:.95rem}.dr-table-wrap{background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #0000000d;overflow:hidden;position:relative}.dr-table-wrap:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#f90,#ffb347)}.dr-table{width:100%;border-collapse:separate;border-spacing:0}.dr-table thead th{background:#f8fafc;color:#64748b;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:1px;padding:14px 18px;text-align:left;border-bottom:1px solid #e2e8f0}.dr-table tbody td{padding:15px 18px;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#334155;vertical-align:middle}.dr-row:hover td{background:#fafbfc}.dr-row:last-child td{border-bottom:none}.dr-td-fecha{font-weight:600;color:#1e293b}.dr-td-center{text-align:center}.dr-estado-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.dr-estado-borrador{background:#fef9c3;color:#854d0e}.dr-estado-enviado{background:#dcfce7;color:#166534}.dr-actions{display:flex;gap:4px;align-items:center}.dr-action-btn{background:none;border:none;cursor:pointer;padding:6px 8px;border-radius:8px;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;font-family:inherit;font-size:.75rem;font-weight:600;gap:4px}.dr-action-btn:hover{background:#f1f5f9;color:#334155}.dr-action-pdf:hover{background:#fef2f2;color:#e11d48}.dr-action-excel:hover{background:#f0fdf4;color:#16a34a}.dr-action-delete:hover{background:#fee2e2;color:#ef4444}.dr-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:flex-start;z-index:2000;padding:2rem 1rem;overflow-y:auto;animation:drFadeIn .2s ease-out}.dr-modal{background:#fff;border-radius:20px;width:100%;max-width:760px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;animation:drSlideUp .3s cubic-bezier(.16,1,.3,1);margin:auto}.dr-modal-sm{max-width:480px}.dr-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem 1.25rem;border-bottom:1px solid #f1f5f9;gap:1rem}.dr-modal-header h3{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.dr-modal-sub{margin:3px 0 0;font-size:.82rem;color:#64748b}.dr-modal-body{padding:1.5rem 1.75rem;overflow-y:auto;max-height:70vh;display:flex;flex-direction:column;gap:1.5rem}.dr-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:1.25rem 1.75rem;border-top:1px solid #f1f5f9}.dr-section{display:flex;flex-direction:column;gap:.75rem}.dr-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.dr-section-title{margin:0;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#94a3b8}.dr-turno-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dr-field{display:flex;flex-direction:column;gap:6px}.dr-field label{font-size:.8rem;font-weight:600;color:#475569}.dr-inter-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .2s}.dr-inter-ok{border-color:#bbf7d0;background:#f0fdf4}.dr-inter-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dr-inter-num{background:#f90;color:#fff;font-weight:800;font-size:.75rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dr-inter-header-fields{display:flex;gap:8px;flex:1;flex-wrap:wrap;align-items:center}.dr-inter-name{font-weight:600;font-size:.9rem;color:#1e293b}.dr-inter-body{display:flex;flex-direction:column;gap:10px}.dr-novedad-check{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;font-weight:600;color:#334155;-webkit-user-select:none;user-select:none}.dr-novedad-check input[type=checkbox]{width:16px;height:16px;accent-color:#22c55e;cursor:pointer}.dr-anomalias-grid{display:flex;flex-wrap:wrap;gap:8px}.dr-anomalia-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:.78rem;font-weight:600;border:1.5px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.dr-anomalia-chip input{display:none}.dr-anomalia-chip.selected{background:#f90;border-color:#f90;color:#fff}.dr-anomalia-chip:hover:not(.selected){border-color:#f90;color:#f90;background:#fff7ed}.dr-anomalias-display{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0}.dr-anomalia-tag{background:#fef3c7;color:#92400e;padding:3px 10px;border-radius:999px;font-size:.78rem;font-weight:600}.dr-empty-text{color:#94a3b8;font-size:.85rem;font-style:italic}.dr-error{color:#ef4444;font-size:.82rem;font-weight:600;margin:0}@keyframes drFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.dr-page{padding:1rem}.dr-header{flex-direction:column;align-items:flex-start}.dr-filters{gap:10px;padding:1rem}.dr-table thead{display:none}.dr-table td{display:block;padding:8px 14px;border-bottom:none}.dr-table td:before{content:attr(data-label);font-weight:700;color:#94a3b8;font-size:.7rem;text-transform:uppercase;display:block;margin-bottom:2px}.dr-row{border-bottom:1px solid #f1f5f9;display:block}.dr-turno-row{grid-template-columns:1fr}.dr-modal-body{max-height:60vh}.dr-inter-header-fields{flex-direction:column;align-items:flex-start}}.dr-turno-count{font-size:.8rem;font-weight:500;color:#94a3b8}.dr-inter-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem}.dr-field-sm{flex:0 0 auto;min-width:100px}.dr-estado-semaforo{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-size:.9rem;font-weight:700;margin-top:4px}.dr-estado-sem-T{background:#dcfce7;color:#16a34a}.dr-estado-sem-F{background:#fee2e2;color:#dc2626}.dr-estado-sem-M{background:#fef3c7;color:#d97706}.dr-estado-sem-O{background:#e0e7ff;color:#4f46e5}.dr-estado-select{padding:.3rem .6rem;border-radius:8px;border:2px solid;font-size:.78rem;font-weight:700;font-family:Montserrat,sans-serif;cursor:pointer;text-transform:uppercase}.dr-estado-select.dr-estado-borrador{background:#fef3c7;color:#d97706;border-color:#fcd34d}.dr-estado-select.dr-estado-enviado{background:#dcfce7;color:#16a34a;border-color:#86efac}.veh-page{font-family:Montserrat,sans-serif;color:#1e293b;max-width:1200px;margin:0 auto;padding:2rem}.veh-header{text-align:center;margin-bottom:2rem}.veh-title{font-size:1.8rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;justify-content:center;gap:12px}.veh-subtitle{font-size:.9rem;color:#64748b;margin-top:.5rem}.veh-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:1.5rem}.veh-search{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 16px;font-size:.875rem;font-family:inherit;color:#334155;min-width:260px;transition:all .2s}.veh-search:focus{outline:none;border-color:#f90;box-shadow:0 0 0 3px #ff99001f}.veh-search::placeholder{color:#94a3b8}.veh-btn-primary{background:linear-gradient(135deg,#f90,#e68800);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-weight:700;font-size:.875rem;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 4px 12px #ff99004d;white-space:nowrap}.veh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f906}.veh-btn-secondary{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:10px 18px;border-radius:10px;font-weight:600;font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .2s}.veh-btn-secondary:hover{background:#e2e8f0;color:#334155}.veh-btn-icon{background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;padding:7px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s;line-height:0}.veh-btn-icon:hover{background:#e2e8f0;color:#334155}.veh-btn-danger:hover{background:#fee2e2!important;color:#ef4444!important}.veh-loading{text-align:center;padding:4rem;color:#94a3b8;font-weight:600;font-size:.95rem}.veh-empty{text-align:center;padding:5rem 2rem;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 2px 8px #0000000a}.veh-empty svg{opacity:.35;width:40px;height:40px}.veh-empty p{margin:0;font-size:.95rem}.veh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem}.veh-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:all .25s;position:relative}.veh-card:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#f90,#ffb347)}.veh-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0000001a;border-color:#e2e8f0}.veh-card-inactive{opacity:.65;filter:grayscale(.3)}.veh-card-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.veh-plate{font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:2px;font-variant-numeric:tabular-nums;background:#fff;padding:4px 12px;border-radius:8px;border:1.5px solid #e2e8f0}.veh-badge{padding:4px 12px;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.veh-badge-active{background:#dcfce7;color:#166534}.veh-badge-inactive{background:#f1f5f9;color:#64748b}.veh-type-logo-wrap{display:flex;justify-content:center;padding:.75rem 1.25rem 0}.veh-type-logo{width:72px;height:72px;object-fit:contain}.veh-card-body{padding:1.1rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:5px}.veh-name{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.veh-meta{font-size:.82rem;color:#64748b;margin:0}.veh-conductor{font-size:.82rem;color:#334155;font-weight:600;display:flex;align-items:center;gap:5px;margin:4px 0 0}.veh-notas{font-size:.8rem;color:#94a3b8;font-style:italic;margin:4px 0 0;line-height:1.4}.veh-card-actions{display:flex;justify-content:flex-end;gap:6px;padding:.75rem 1.25rem;border-top:1px solid #f8fafc;background:#fafbfc}.veh-modal-backdrop{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:flex-start;z-index:2000;padding:2rem 1rem;overflow-y:auto;animation:vehFadeIn .2s ease-out}.veh-modal{background:#fff;border-radius:20px;width:100%;max-width:640px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;animation:vehSlideUp .3s cubic-bezier(.16,1,.3,1);margin:auto;overflow:hidden}.veh-modal:before{content:"";display:block;height:4px;background:linear-gradient(90deg,#f90,#ffb347)}.veh-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem 1.25rem;border-bottom:1px solid #f1f5f9}.veh-modal-header h3{margin:0;font-size:1.1rem;font-weight:800;color:#0f172a}.veh-form{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem}.veh-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.veh-field{display:flex;flex-direction:column;gap:6px}.veh-field label{font-size:.8rem;font-weight:600;color:#475569}.veh-field-full,.veh-field-check{grid-column:1 / -1}.veh-field-check label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;font-weight:600;color:#334155}.veh-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:9px 13px;font-size:.875rem;font-family:inherit;color:#334155;width:100%;box-sizing:border-box;transition:all .2s}.veh-input:focus{outline:none;border-color:#f90;background:#fff;box-shadow:0 0 0 3px #ff99001f}.veh-textarea{resize:vertical;min-height:70px}.veh-error{color:#ef4444;font-size:.82rem;font-weight:600;margin:0;padding:8px 12px;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.veh-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:1.25rem 1.75rem;border-top:1px solid #f1f5f9}@keyframes vehFadeIn{0%{opacity:0}to{opacity:1}}@keyframes vehSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.veh-page{padding:1rem}.veh-header{text-align:left}.veh-title{justify-content:flex-start;font-size:1.5rem}.veh-header-actions{justify-content:flex-start}.veh-search{min-width:0;width:100%}.veh-grid,.veh-form-grid{grid-template-columns:1fr}}html,body{margin:0;padding:0;box-sizing:border-box;width:100%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}#root{width:100%;min-height:100vh}.page-content{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
