:root{font-family:system-ui,-apple-system,Segoe UI,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--gm-sidebar-bg: #0d2137;--gm-sidebar-text: rgba(255, 255, 255, .92);--gm-body-bg: #1a2744;--gm-surface: rgba(255, 255, 255, .06);--gm-surface-2: rgba(0, 0, 0, .25);--gm-border: rgba(255, 255, 255, .14);--gm-text: rgba(255, 255, 255, .92);--gm-text-muted: rgba(255, 255, 255, .68);--gm-focus: rgba(100, 108, 255, .45);--gm-wipe-dark-1: #0d2137;--gm-wipe-dark-2: #1a2744;--gm-wipe-light-1: #ffffff;--gm-wipe-light-2: #f3f6ff;color-scheme:dark;color:var(--gm-text);background-color:var(--gm-body-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=light]{--gm-sidebar-bg: #ffffff;--gm-sidebar-text: rgba(33, 53, 71, .92);--gm-body-bg: #f6f8fc;--gm-surface: rgba(33, 53, 71, .06);--gm-surface-2: rgba(33, 53, 71, .06);--gm-border: rgba(33, 53, 71, .14);--gm-text: rgba(33, 53, 71, .92);--gm-text-muted: rgba(33, 53, 71, .66);color-scheme:light}html[data-theme=dark]{color-scheme:dark}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;width:100%;min-width:320px;min-height:100vh}body{background:var(--gm-body-bg);color:var(--gm-text);transition:background-color .26s ease,color .26s ease}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--gm-surface);color:var(--gm-text);cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.login-container{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:1.5rem;box-sizing:border-box;background:var(--gm-body-bg);color:var(--gm-text);transition:background-color .26s ease,color .26s ease}.login-card{width:100%;max-width:380px;padding:2.5rem;background:var(--gm-surface-2);border:1px solid var(--gm-border);border-radius:16px;box-shadow:0 8px 32px #0006}.login-title{margin:0 0 .25rem;font-size:1.75rem;font-weight:600;color:var(--gm-text);text-align:center}.login-subtitle{margin:0 0 1.75rem;font-size:.95rem;color:var(--gm-text-muted);text-align:center}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.4rem}.login-field label{font-size:.9rem;font-weight:500;color:var(--gm-text)}.login-field input{padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s}.login-field input::placeholder{color:var(--gm-text-muted)}.login-field input:focus{border-color:#6eb5ff;box-shadow:0 0 0 3px #6eb5ff33}.login-error{margin:0;padding:.6rem .9rem;font-size:.9rem;color:#ffb4b4;background:#e5737333;border:1px solid rgba(229,115,115,.3);border-radius:8px}.login-button{margin-top:.25rem;padding:.85rem 1.25rem;font-size:1rem;font-weight:600;color:var(--gm-sidebar-text);background:var(--gm-sidebar-bg);border:1px solid var(--gm-border);border-radius:10px;cursor:pointer;transition:background .2s,transform .1s}.login-button:hover{background:#646cff40}.login-button:active{transform:scale(.98)}.welcome-layout{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;align-items:flex-start}.welcome-column.welcome-profile{grid-column:span 2}.welcome-column.welcome-center,.welcome-column.welcome-shortcuts{grid-column:span 5}@media(max-width:1100px){.welcome-layout{grid-template-columns:repeat(7,1fr)}.welcome-column.welcome-profile{grid-column:span 2}.welcome-column.welcome-center{grid-column:span 5}.welcome-column.welcome-shortcuts{display:none}}@media(max-width:820px){.welcome-layout{grid-template-columns:1fr}.welcome-column.welcome-profile,.welcome-column.welcome-center{grid-column:span 1}}.welcome-column{display:flex;flex-direction:column;gap:1rem}.welcome-profile-card,.welcome-shortcuts-card{background:var(--card-bg, #121826);border-radius:16px;box-shadow:0 18px 45px #0f172a73;padding:1.5rem;border:1px solid rgba(148,163,184,.18)}.welcome-profile-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem}.welcome-profile-avatar{width:72px;height:72px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#f5d0fe,#a855f7 45%,#4c1d95 80%);display:flex;align-items:center;justify-content:center;color:#fff}.welcome-profile-avatar-text{font-size:1.4rem;font-weight:700;letter-spacing:.06em}.welcome-profile-main{flex:1}.welcome-profile-name{font-size:1.25rem;font-weight:600;margin:0 0 .1rem}.welcome-profile-role{margin:0 0 .6rem;font-size:.9rem;color:#9ca3af}.welcome-profile-rating{display:inline-flex;align-items:center;gap:.5rem;background:#eab30826;color:#facc15;padding:.3rem .7rem;border-radius:999px;font-size:.8rem}.welcome-stars{letter-spacing:.08em}.welcome-rating-count{color:#e5e7eb}.welcome-section-title{margin:0 0 .75rem;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#9ca3af}.welcome-profile-body{border-top:1px solid rgba(148,163,184,.25);padding-top:1rem}.welcome-contact-list{margin:0;padding:0}.welcome-contact-row{margin-bottom:.9rem}.welcome-contact-row dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.18rem}.welcome-contact-row dd{margin:0;font-size:.9rem;color:#e5e7eb}.welcome-center{min-width:0}.welcome-tabs{display:flex;background:#0f172a;border-radius:999px;padding:.25rem;border:1px solid rgba(148,163,184,.35);margin-bottom:1.25rem;overflow:auto}.welcome-tab{flex:1;min-width:max-content;border:none;background:transparent;color:#9ca3af;padding:.45rem 1.2rem;border-radius:999px;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .18s ease-out}.welcome-tab.active{background:linear-gradient(135deg,#2563eb,#22c55e);color:#fff;box-shadow:0 10px 25px #2563eb73}.welcome-deals-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}.welcome-deals-title{font-size:.98rem;font-weight:600;margin:0;color:#e5e7eb}.welcome-add-button{border:none;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:500;background:#2563eb;color:#fff;cursor:pointer;box-shadow:0 10px 25px #2563eb80}.welcome-deals-list{list-style:none;margin:0;padding:0;background:var(--card-bg, #020617);border-radius:14px;border:1px solid rgba(148,163,184,.25)}.welcome-deal-item{display:grid;grid-template-columns:4px auto 1fr auto;gap:.9rem;align-items:center;padding:.8rem 1.1rem}.welcome-deal-item+.welcome-deal-item{border-top:1px solid rgba(31,41,55,.9)}.welcome-deal-indicator{width:4px;height:36px;border-radius:999px;background:linear-gradient(to bottom,#22c55e,#16a34a)}.welcome-deal-avatar{width:36px;height:36px;border-radius:999px;background:#1f2937;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#e5e7eb}.welcome-deal-main{min-width:0}.welcome-deal-title{margin:0 0 .25rem;font-size:.9rem;font-weight:500;color:#e5e7eb}.welcome-deal-meta{margin:0;font-size:.8rem;color:#9ca3af}.welcome-deal-status{font-size:.78rem;font-weight:600;padding:.25rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.08em}.welcome-deal-status-win{background:#16a34a2e;color:#22c55e}.welcome-deal-status-lost{background:#ef44442e;color:#f97316}.welcome-deal-status-pending{background:#3b82f62e;color:#60a5fa}.welcome-shortcuts-card{text-align:left}.welcome-shortcuts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}@media(min-width:1200px){.welcome-shortcuts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.welcome-app-tile{border:none;border-radius:16px;padding:.6rem .7rem;background:#020617;display:flex;gap:.55rem;align-items:center;cursor:pointer;color:inherit;text-align:left;transition:transform .15s ease-out,box-shadow .15s ease-out,background .15s ease-out}.welcome-app-tile:hover{transform:translateY(-2px);background:#0f172a;box-shadow:0 14px 30px #0f172ab3}.welcome-app-icon{width:36px;height:36px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#e879f9,#6366f1 55%,#0f172a);color:#fff}.welcome-app-text{display:flex;flex-direction:column}.welcome-app-label{font-size:.86rem;font-weight:600;color:#e5e7eb}.welcome-app-sublabel{font-size:.74rem;color:#9ca3af}.welcome-see-all{border:none;background:transparent;color:#60a5fa;font-size:.82rem;font-weight:500;cursor:pointer;padding:0}.panel-operaciones{display:flex;flex-direction:column;gap:0}.panel-tabs{display:flex;gap:0;border-bottom:2px solid rgba(255,255,255,.15);margin-bottom:0}.panel-tab{padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;font-family:inherit;color:#ffffffb3;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,background .2s}.panel-tab:hover{color:#fffffff2}.panel-tab.active{background:#0d2137;color:#fff;border-bottom-color:#0d2137}.panel-table-wrap{border:1px solid rgba(255,255,255,.1);border-top:none;border-radius:0 0 8px 8px;overflow:hidden;background:#0003}.panel-table-scroll{overflow-x:auto}.panel-table{width:100%;border-collapse:collapse;font-size:.875rem;color:#ffffffe6}.panel-table th,.panel-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.panel-table thead th{font-weight:600;color:#ffffffd9;background:#00000040}.panel-table tbody tr:nth-child(2n) td{background:#0000001f}.panel-table tbody tr:hover td{background:#ffffff0f}.panel-table tbody tr:last-child td{border-bottom:none}.panel-table .col-sel{width:48px;text-align:center}.panel-table .col-sel input[type=checkbox]{accent-color:#4a90d9;cursor:pointer}.panel-table .col-acciones{width:120px}.cell-time{font-weight:500;color:#fffffff2}.cell-time.secondary{font-size:.8rem;font-weight:400;color:#ffffff8c;margin-top:.15rem}.cell-ruta-codigo{font-weight:500;color:#fffffff2}.cell-ruta-desc{font-size:.8rem;color:#fff9;margin-top:.2rem}.cell-conductor{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.conductor-id{font-weight:500;color:#fffffff2}.conductor-tag{display:inline-block;padding:.15rem .5rem;font-size:.7rem;font-weight:600;border-radius:4px;background:#27ae60;color:#fff}.cell-vehiculo{font-size:.8rem;color:#ffffffa6;margin-top:.2rem}.cell-hace{font-size:.75rem;color:#ffffff80;margin-top:.1rem}.cell-rv,.cell-km{font-weight:500;color:#fffffff2}.btn-acciones{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500;font-family:inherit;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.25);border-radius:6px;cursor:pointer;transition:background .2s,opacity .2s}.btn-acciones:hover{background:#ffffff38;border-color:#ffffff59;opacity:.95}.panel-footer{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background:#00000059;border-top:1px solid rgba(255,255,255,.1)}.panel-footer-info{font-size:.85rem;color:#fffc}.panel-footer-btn-ocultar{padding:.35rem .9rem;border-radius:6px;border:none;font-size:.85rem;font-weight:500;font-family:inherit;background:#2563eb;color:#fff;cursor:pointer}.panel-footer-btn-ocultar:disabled{opacity:.4;cursor:default}html[data-theme=light] .panel-tabs{border-bottom-color:var(--gm-border)}html[data-theme=light] .panel-tab{color:var(--gm-text-muted)}html[data-theme=light] .panel-tab:hover{color:var(--gm-text);background:#0d21370d}html[data-theme=light] .panel-tab.active{background:#0d213712;color:#0d2137;border-bottom-color:#0d2137;font-weight:600}html[data-theme=light] .panel-table-wrap{border-color:var(--gm-border);background:#21354708}html[data-theme=light] .panel-table{color:var(--gm-text)}html[data-theme=light] .panel-table th,html[data-theme=light] .panel-table td{border-bottom-color:var(--gm-border)}html[data-theme=light] .panel-table thead th{color:var(--gm-text);background:var(--gm-surface)}html[data-theme=light] .panel-table tbody tr:nth-child(2n) td{background:#2135470a}html[data-theme=light] .panel-table tbody tr:hover td{background:#2135470f}html[data-theme=light] .cell-time,html[data-theme=light] .cell-ruta-codigo,html[data-theme=light] .conductor-id,html[data-theme=light] .cell-rv,html[data-theme=light] .cell-km{color:var(--gm-text)}html[data-theme=light] .cell-time.secondary,html[data-theme=light] .cell-ruta-desc,html[data-theme=light] .cell-vehiculo,html[data-theme=light] .cell-hace{color:var(--gm-text-muted)}html[data-theme=light] .btn-acciones{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-acciones:hover{background:#2135471a;border-color:#21354733;opacity:1}html[data-theme=light] .panel-footer{background:var(--gm-surface);border-top-color:var(--gm-border)}html[data-theme=light] .panel-footer-info{color:var(--gm-text-muted)}.vista-operaciones{display:flex;flex-direction:column;flex:1;min-height:0;color:#ffffffe6}.vista-operaciones-header{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding-bottom:1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.btn-regresar{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;font-family:inherit;color:#6eb5ff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.btn-regresar:hover{background:#ffffff1f;color:#8fc7ff}.vista-operaciones-tabs{display:flex;align-items:center;gap:.5rem}.vista-tab-ruta{position:relative;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#ffffffb3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.vista-tab-ruta:hover{color:#ffffffe6;background:#ffffff1a}.vista-tab-ruta.active{color:#fff;background:#ffffff26;border-color:#fff3}.vista-tab-dot{display:inline-block;width:6px;height:6px;margin-left:.5rem;vertical-align:middle;border-radius:50%;background:#ffffff80}.vista-operaciones-table-wrap{flex:1;overflow:auto;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0003}.tabla-rutas{width:100%;border-collapse:collapse;font-size:.875rem}.tabla-rutas thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#fff;background:#1e90ff;border-bottom:2px solid rgba(255,255,255,.2)}.tabla-rutas td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);color:#ffffffe6;vertical-align:middle}.tabla-rutas tbody tr:hover td{background:#ffffff0a}.tabla-rutas tbody tr.fila-activa td{background:#2e7d3240}.tabla-rutas tbody tr.fila-activa:hover td{background:#2e7d3259}.tabla-rutas .cell-inicia,.tabla-rutas .cell-finaliza{font-weight:500;white-space:nowrap}.tabla-rutas .cell-cliente{font-weight:500}.tabla-rutas .cell-sentido{color:#fffc;font-size:.85rem}.cell-conductor-ruta{display:flex;align-items:center;gap:.5rem}.conductor-check{display:inline-flex;color:#4caf50;flex-shrink:0}.conductor-cedula{font-size:.8rem;color:#fff9}.tabla-rutas .cell-conex{color:#ffffffbf;font-size:.85rem}.cell-acciones-ruta{white-space:nowrap}.btn-acciones-ruta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-family:inherit;color:#fffffff2;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:6px;cursor:pointer;transition:background .2s}.btn-acciones-ruta:hover{background:#ffffff2e}.tabla-rutas tbody tr.fila-activa .btn-acciones-ruta{background:#4caf5059;border-color:#4caf5080}.tabla-rutas tbody tr.fila-activa .btn-acciones-ruta:hover{background:#4caf5080}.accion-id{font-weight:500;font-variant-numeric:tabular-nums}.accion-icon{display:inline-flex;color:#ffffffd9}.accion-icon.check{color:#4caf50}html[data-theme=light] .vista-operaciones{color:var(--gm-text)}html[data-theme=light] .vista-operaciones-header{border-bottom-color:var(--gm-border)}html[data-theme=light] .btn-regresar{color:#1a6fc4;background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-regresar:hover{background:#2135471a;color:#155fa0}html[data-theme=light] .vista-tab-ruta{color:var(--gm-text-muted);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .vista-tab-ruta:hover{color:var(--gm-text);background:#21354714}html[data-theme=light] .vista-tab-ruta.active{color:var(--gm-text);background:#2135471f;border-color:#21354733}html[data-theme=light] .vista-tab-dot{background:var(--gm-text-muted)}html[data-theme=light] .vista-operaciones-table-wrap{border-color:var(--gm-border);background:#21354705}html[data-theme=light] .tabla-rutas td{border-bottom-color:var(--gm-border);color:var(--gm-text)}html[data-theme=light] .tabla-rutas tbody tr:hover td{background:#2135470a}html[data-theme=light] .tabla-rutas tbody tr.fila-activa td{background:#2e7d321a}html[data-theme=light] .tabla-rutas tbody tr.fila-activa:hover td{background:#2e7d3229}html[data-theme=light] .tabla-rutas .cell-sentido,html[data-theme=light] .conductor-cedula,html[data-theme=light] .tabla-rutas .cell-conex{color:var(--gm-text-muted)}html[data-theme=light] .btn-acciones-ruta{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-acciones-ruta:hover{background:#2135471a}html[data-theme=light] .tabla-rutas tbody tr.fila-activa .btn-acciones-ruta{background:#2e7d321f;border-color:#2e7d3259}html[data-theme=light] .tabla-rutas tbody tr.fila-activa .btn-acciones-ruta:hover{background:#2e7d3233}html[data-theme=light] .accion-icon{color:var(--gm-text-muted)}.vista-reportes{flex:1;min-height:0;overflow:auto;color:#ffffffe6}.vista-reportes-titulo{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:#fff;text-align:center}.vista-reportes-categoria{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#ffffffe6}.vista-reportes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.reporte-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;text-align:left;font-family:inherit;color:#ffffffe6;background:#00000040;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s}.reporte-card:hover{background:#ffffff14;border-color:#ffffff2e}.reporte-card-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#ffffffe6}.reporte-card-text{display:flex;flex-direction:column;gap:.35rem;min-width:0}.reporte-card-titulo{font-size:1rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reporte-card-badge{display:inline-block;padding:.15rem .5rem;font-size:.7rem;font-weight:700;letter-spacing:.02em;color:#fff;background:#e67e22;border-radius:4px}.reporte-card-desc{font-size:.875rem;color:#ffffffb3;line-height:1.35}@media(max-width:900px){.vista-reportes-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.vista-reportes-grid{grid-template-columns:1fr}}html[data-theme=light] .vista-reportes,html[data-theme=light] .vista-reportes-titulo,html[data-theme=light] .vista-reportes-categoria{color:var(--gm-text)}html[data-theme=light] .reporte-card{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .reporte-card:hover{background:#21354714;border-color:#2135472e}html[data-theme=light] .reporte-card-icon{color:var(--gm-text-muted)}html[data-theme=light] .reporte-card-titulo{color:var(--gm-text)}html[data-theme=light] .reporte-card-desc{color:var(--gm-text-muted)}.vista-comunicacion{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;color:#ffffffe6}.comunicacion-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:.75rem 1.25rem;background:#1b5e20;color:#fff}.comunicacion-header-links{display:flex;gap:1.25rem}.comunicacion-header-links button{padding:.35rem 0;font-size:.95rem;font-family:inherit;color:#ffffffd9;background:none;border:none;cursor:pointer;transition:color .2s}.comunicacion-header-links button:hover,.comunicacion-header-links button.active{color:#fff;font-weight:500}.comunicacion-header-actions{display:flex;align-items:center;gap:.5rem}.btn-icon-header{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:#fff;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.btn-icon-header:hover{background:#ffffff40}.comunicacion-body{display:flex;flex:1;min-height:0;overflow:hidden}.comunicacion-list{width:30%;min-width:260px;max-width:360px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);background:#0003}.comunicacion-search{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.comunicacion-search-icon{flex-shrink:0;color:#ffffff80}.comunicacion-search-input{flex:1;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;outline:none}.comunicacion-search-input::placeholder{color:#ffffff73}.comunicacion-contactos{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.comunicacion-contacto{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-align:left;font-family:inherit;color:#ffffffe6;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.05);cursor:pointer;transition:background .2s}.comunicacion-contacto:hover{background:#ffffff0f}.comunicacion-contacto.selected{background:#ffffff1f}.contacto-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#1e90ff66;color:#fffffff2}.contacto-avatar.conductor{background:#c83c3c80;color:#fff}.contacto-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.contacto-nombre{font-size:.9rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contacto-subtitulo{font-size:.8rem;color:#fff9;display:flex;align-items:center;gap:.35rem}.contacto-whatsapp-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;flex-shrink:0}.comunicacion-chat{flex:1;display:flex;flex-direction:column;min-height:0;background:#00000026}.comunicacion-chat-header{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0003}.comunicacion-chat-header .contacto-avatar{width:40px;height:40px}.chat-header-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.comunicacion-mensajes{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#28231e66}.mensaje{display:flex;flex-direction:column;gap:.25rem;max-width:75%}.mensaje-externo{align-self:flex-start;align-items:flex-start}.mensaje-propio{align-self:flex-end;align-items:flex-end}.mensaje-fecha{font-size:.7rem;color:#ffffff73}.mensaje-burbuja{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem .9rem;border-radius:12px;max-width:100%}.mensaje-externo .mensaje-burbuja{background:#ffffff26;border:1px solid rgba(255,255,255,.12);color:#fffffff2}.mensaje-propio .mensaje-burbuja{background:#2e7d3299;border:1px solid rgba(76,175,80,.4);color:#fff}.mensaje-texto{font-size:.9rem;line-height:1.4}.mensaje-check{flex-shrink:0;color:#ffffffe6}.comunicacion-input-wrap{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:1rem;background:#00000040;border-top:1px solid rgba(255,255,255,.08)}.btn-adjuntar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:#fffc;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:8px;cursor:pointer;transition:background .2s}.btn-adjuntar:hover{background:#ffffff26}.comunicacion-input{flex:1;padding:.65rem 1rem;font-size:.95rem;font-family:inherit;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:10px;outline:none}.comunicacion-input::placeholder{color:#ffffff73}.btn-enviar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#fff;background:#2e7d32;border:none;border-radius:50%;cursor:pointer;transition:background .2s}.btn-enviar:hover{background:#388e3c}.comunicacion-chat-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;color:#ffffff80;font-size:.95rem}@media(max-width:768px){.comunicacion-list{min-width:200px;width:28%}}html[data-theme=light] .vista-comunicacion{color:var(--gm-text)}html[data-theme=light] .comunicacion-list{border-right-color:var(--gm-border);background:#21354708}html[data-theme=light] .comunicacion-search{border-bottom-color:var(--gm-border)}html[data-theme=light] .comunicacion-search-icon{color:var(--gm-text-muted)}html[data-theme=light] .comunicacion-search-input{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .comunicacion-search-input::placeholder{color:var(--gm-text-muted)}html[data-theme=light] .comunicacion-contacto{color:var(--gm-text);border-bottom-color:var(--gm-border)}html[data-theme=light] .comunicacion-contacto:hover{background:var(--gm-surface)}html[data-theme=light] .comunicacion-contacto.selected{background:#2135471a}html[data-theme=light] .contacto-nombre{color:var(--gm-text)}html[data-theme=light] .contacto-subtitulo{color:var(--gm-text-muted)}html[data-theme=light] .comunicacion-chat{background:#21354705}html[data-theme=light] .comunicacion-chat-header{border-bottom-color:var(--gm-border);background:var(--gm-surface)}html[data-theme=light] .comunicacion-mensajes{background:#ebf0fcb3}html[data-theme=light] .mensaje-fecha{color:var(--gm-text-muted)}html[data-theme=light] .mensaje-externo .mensaje-burbuja{background:#fff;border-color:var(--gm-border);color:var(--gm-text)}html[data-theme=light] .mensaje-check{color:var(--gm-text-muted)}html[data-theme=light] .comunicacion-input-wrap{background:var(--gm-surface);border-top-color:var(--gm-border)}html[data-theme=light] .btn-adjuntar{color:var(--gm-text-muted);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-adjuntar:hover{background:#2135471a}html[data-theme=light] .comunicacion-input{color:var(--gm-text);background:#fff;border-color:var(--gm-border)}html[data-theme=light] .comunicacion-input::placeholder{color:var(--gm-text-muted)}html[data-theme=light] .comunicacion-chat-empty{color:var(--gm-text-muted)}.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}}.vista-incidentes{display:flex;flex:1;min-height:0;overflow:hidden;color:#ffffffe6}.incidentes-mapa{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0;position:relative}.incidentes-mapa-tabs{display:flex;gap:0;padding:.5rem 1rem 0;flex-shrink:0}.incidentes-mapa-tabs button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#ffffffb3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-bottom:none;border-radius:8px 8px 0 0;cursor:pointer;transition:background .2s,color .2s}.incidentes-mapa-tabs button:hover{color:#ffffffe6;background:#ffffff1a}.incidentes-mapa-tabs button.active{color:#fff;background:#0000004d;border-color:#ffffff26}.incidentes-mapa-container{flex:1;min-height:0;border:1px solid rgba(255,255,255,.1);border-radius:0 8px 8px;overflow:hidden;background:#0003}.incidentes-mapa-leaflet{width:100%;height:100%;min-height:280px}.incidentes-mapa-leaflet .leaflet-control-attribution{font-size:.65rem;background:#0009!important;color:#ffffffb3}.incidentes-mapa-placeholder{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;position:relative;padding:1rem;text-align:center;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:24px 24px;background-color:#1e324666}.mapa-placeholder-text{font-size:1rem;color:#fff6}.mapa-placeholder-text.mapa-placeholder-error{color:#ff9696e6}.mapa-placeholder-sub{font-size:.85rem;color:#ffffff59}.mapa-placeholder-text code,.mapa-placeholder-sub code{padding:.15rem .4rem;border-radius:4px;background:#0000004d;font-size:.9em}.mapa-marcadores{position:absolute;inset:0;pointer-events:none}.mapa-marcador{position:absolute;font-size:.7rem;font-weight:600;padding:.2rem .4rem;border-radius:4px;background:#0009;color:#fff}.mapa-marcador.bus{background:#dcb400e6;color:#1a1a1a}.mapa-marcador.pin{background:#c83c3ce6;color:#fff}.mapa-marcador:nth-child(1){top:20%;left:25%}.mapa-marcador:nth-child(2){top:45%;left:60%}.mapa-marcador:nth-child(3){top:70%;left:35%}.mapa-marcador:nth-child(4){top:30%;left:70%}.mapa-marcador:nth-child(5){top:55%;left:20%}.mapa-marcador:nth-child(6){top:75%;left:75%}.incidentes-mapa-expand{position:absolute;top:.75rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;color:#fffc;background:#0006;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.incidentes-mapa-expand:hover{background:#ffffff26;color:#fff}.incidentes-drivers{width:360px;min-width:320px;max-width:420px;display:flex;flex-direction:column;min-height:0;border-left:1px solid rgba(255,255,255,.1);background:#0003}.incidentes-drivers-header{flex-shrink:0;padding:1rem 1.25rem;background:#1e90ff;color:#fff}.incidentes-drivers-titulo{margin:0;font-size:1.1rem;font-weight:700}.incidentes-drivers-actualizacion{margin:.35rem 0 0;font-size:.8rem;opacity:.95}.incidentes-drivers-search-wrap{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.incidentes-search-icon{flex-shrink:0;color:#ffffff80}.incidentes-drivers-search{flex:1;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;outline:none}.incidentes-drivers-search::placeholder{color:#ffffff73}.incidentes-search-clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:#ffffffb3;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.incidentes-search-clear:hover{background:#ffffff1a;color:#fff}.incidentes-drivers-list{list-style:none;margin:0;padding:.75rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.75rem}.driver-card{padding:1rem;border-radius:10px;background:#2e7d3233;border:1px solid rgba(76,175,80,.3);position:relative}.driver-card-selectable{cursor:pointer;transition:transform .08s ease,border-color .2s ease,background .2s ease}.driver-card-selectable:hover{transform:translateY(-1px);border-color:#ffffff38;background:#2e7d3242}.driver-card-selectable:focus{outline:none}.driver-card-selectable:focus-visible{outline:3px solid rgba(100,108,255,.45);outline-offset:2px}.driver-card.selected{border-color:#7cffb2bf;box-shadow:0 0 0 3px #7cffb226}.driver-card.sin-ruta{background:#503c3c59;border-color:#c864644d}.driver-card.sin-ruta.driver-card-selectable:hover{background:#5a41416b}.incidentes-rutas{flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08);padding:.75rem .9rem;background:#0000002e}.incidentes-rutas-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:.65rem}.incidentes-rutas-tools{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 .75rem}.incidentes-toggle{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;color:#ffffffc7;-webkit-user-select:none;user-select:none}.incidentes-toggle input{accent-color:rgba(124,255,178,.95)}.incidentes-osrm-status{font-size:.78rem;color:#ffffff9e;padding:.25rem .5rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.incidentes-osrm-status.ok{color:#ffffffd9;border-color:#7cffb259}.incidentes-osrm-status.error{color:#ffd2d2f2;border-color:#ff787859}.incidentes-rutas-title{font-size:.9rem;font-weight:800;color:#fffffff2}.incidentes-rutas-sub{margin-top:.15rem;font-size:.8rem;color:#ffffffbf}.incidentes-rutas-close{flex-shrink:0;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffd9;cursor:pointer}.incidentes-rutas-close:hover{background:#ffffff1a;color:#fff}.incidentes-rutas-list{display:flex;flex-direction:column;gap:8px}.incidentes-ruta-item{text-align:left;border-radius:10px;padding:.7rem .8rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe6;cursor:pointer}.incidentes-ruta-item:hover{background:#ffffff17}.incidentes-ruta-item.selected{border-color:#7cffb2bf;box-shadow:0 0 0 3px #7cffb21f}.incidentes-ruta-item-title{font-weight:700;font-size:.86rem}.incidentes-ruta-item-meta{margin-top:.25rem;font-size:.75rem;color:#ffffffa6}.incidentes-rutas-empty{margin:0;font-size:.85rem;color:#fff9}.incidentes-ruta-detalle{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.08)}.incidentes-ruta-detalle-title{font-size:.82rem;font-weight:800;color:#ffffffeb;margin-bottom:.5rem}.incidentes-paradas{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:6px}.incidentes-parada{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.incidentes-parada-nombre{font-size:.82rem;color:#ffffffdb}.incidentes-parada-tiempo{font-size:.8rem;color:#fff9;white-space:nowrap}.driver-card-banner{padding:.35rem 1rem;font-size:.75rem;font-weight:600;color:#fff;background:#c83c3cd9;border-radius:8px 8px 0 0;margin:-1rem -1rem .75rem}.driver-card-body{margin-top:0}.driver-card-nombre{margin:0;font-size:.95rem;font-weight:600;color:#fff;line-height:1.3}.driver-card-ruta{margin:.35rem 0 0;font-size:.85rem;color:#fffc}.driver-card-hace{margin:.25rem 0 0;font-size:.8rem;color:#ffffff8c}.incidentes-drivers-empty{padding:1.5rem 1rem;margin:0;font-size:.9rem;color:#ffffff80;text-align:center}@media(max-width:900px){.vista-incidentes{flex-direction:column}.incidentes-mapa{min-height:300px}.incidentes-drivers{width:100%;max-width:none;min-height:280px}}html[data-theme=light] .vista-incidentes{color:var(--gm-text)}html[data-theme=light] .incidentes-mapa-tabs button{color:var(--gm-text-muted);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .incidentes-mapa-tabs button:hover{color:var(--gm-text);background:#21354714}html[data-theme=light] .incidentes-mapa-tabs button.active{color:var(--gm-text);background:var(--gm-surface-2);border-color:var(--gm-border)}html[data-theme=light] .incidentes-mapa-container{border-color:var(--gm-border);background:var(--gm-surface)}html[data-theme=light] .incidentes-mapa-placeholder{background-color:#d7e0f266}html[data-theme=light] .mapa-placeholder-text,html[data-theme=light] .mapa-placeholder-sub{color:var(--gm-text-muted)}html[data-theme=light] .mapa-placeholder-text code,html[data-theme=light] .mapa-placeholder-sub code{background:var(--gm-surface-2)}html[data-theme=light] .incidentes-mapa-expand{color:var(--gm-text-muted);background:#21354714;border-color:var(--gm-border)}html[data-theme=light] .incidentes-mapa-expand:hover{background:#21354724;color:var(--gm-text)}html[data-theme=light] .incidentes-drivers{border-left-color:var(--gm-border);background:var(--gm-surface)}html[data-theme=light] .incidentes-drivers-search-wrap{border-bottom-color:var(--gm-border)}html[data-theme=light] .incidentes-search-icon{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-drivers-search{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .incidentes-drivers-search::placeholder{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-search-clear{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-search-clear:hover{background:var(--gm-surface);color:var(--gm-text)}html[data-theme=light] .incidentes-rutas{border-bottom-color:var(--gm-border);background:#21354708}html[data-theme=light] .incidentes-toggle{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-osrm-status{color:var(--gm-text-muted);border-color:var(--gm-border);background:var(--gm-surface)}html[data-theme=light] .incidentes-rutas-title{color:var(--gm-text)}html[data-theme=light] .incidentes-rutas-sub{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-rutas-close{border-color:var(--gm-border);background:var(--gm-surface);color:var(--gm-text-muted)}html[data-theme=light] .incidentes-rutas-close:hover{background:#2135471a;color:var(--gm-text)}html[data-theme=light] .incidentes-ruta-item{border-color:var(--gm-border);background:var(--gm-surface);color:var(--gm-text)}html[data-theme=light] .incidentes-ruta-item:hover{background:#21354714}html[data-theme=light] .incidentes-ruta-item-meta,html[data-theme=light] .incidentes-rutas-empty{color:var(--gm-text-muted)}html[data-theme=light] .incidentes-ruta-detalle{border-top-color:var(--gm-border)}html[data-theme=light] .incidentes-ruta-detalle-title,html[data-theme=light] .incidentes-parada-nombre{color:var(--gm-text)}html[data-theme=light] .incidentes-parada-tiempo{color:var(--gm-text-muted)}html[data-theme=light] .driver-card-nombre{color:var(--gm-text)}html[data-theme=light] .driver-card-ruta,html[data-theme=light] .driver-card-hace,html[data-theme=light] .incidentes-drivers-empty{color:var(--gm-text-muted)}.vista-comentarios{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:#ffffffe6}.vista-comentarios-titulo{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:#fff;text-align:center}.btn-comentarios-regresar{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:.95rem;font-weight:500;font-family:inherit;color:#6eb5ff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.btn-comentarios-regresar:hover{background:#ffffff1f;color:#8fc7ff}.vista-comentarios-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.12)}.vista-comentarios-subtitulo{margin:0;font-size:1.05rem;font-weight:600;color:#fff}.vista-comentarios-tabs{display:flex;gap:.5rem}.vista-comentarios-tab{padding:.5rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:#ffffffbf;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.vista-comentarios-tab:hover{color:#fffffff2;background:#ffffff1a}.vista-comentarios-tab.active{color:#fff;background:#ffffff26;border-color:#fff3}.vista-comentarios-table-wrap{flex:1;overflow:auto;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0003}.tabla-feedbacks{width:100%;border-collapse:collapse;font-size:.875rem}.tabla-feedbacks thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#ffffffe6;background:#0000004d;border-bottom:2px solid rgba(255,255,255,.1)}.tabla-feedbacks td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top}.tabla-feedbacks tbody tr:hover td{background:#ffffff08}.celda-ruta{min-width:220px}.ruta-linea{font-weight:500;color:#fff}.ruta-fecha{font-size:.8rem;color:#fff9;margin-top:.25rem}.ruta-conductor{font-size:.85rem;color:#ffffffd9;margin-top:.2rem}.ruta-cliente{font-size:.8rem;color:#ffffff8c;margin-top:.15rem}.celda-feedback{min-width:280px}.feedback-autor{font-weight:500;color:#fff}.feedback-texto{margin-top:.35rem;color:#fffc;line-height:1.4;font-size:.9rem}.celda-respuesta{min-width:160px}.respuesta-botones{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.btn-fb{padding:.4rem .75rem;font-size:.8rem;font-weight:500;font-family:inherit;border-radius:6px;cursor:pointer;transition:background .2s,color .2s}.btn-fb-sec{color:#ffffffe6;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.btn-fb-sec:hover{background:#ffffff2e}.btn-fb-incidente{display:block;width:100%;padding:.5rem .75rem;color:#fff;background:#c62828;border:none}.btn-fb-incidente:hover{background:#d32f2f}.vista-comentarios-empty{padding:2rem 1rem;margin:0;text-align:center;color:#ffffff80;font-size:.95rem}html[data-theme=light] .vista-comentarios,html[data-theme=light] .vista-comentarios-titulo{color:var(--gm-text)}html[data-theme=light] .btn-comentarios-regresar{color:#1a6fc4;background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-comentarios-regresar:hover{background:#2135471a;color:#155fa0}html[data-theme=light] .vista-comentarios-header{border-bottom-color:var(--gm-border)}html[data-theme=light] .vista-comentarios-subtitulo{color:var(--gm-text)}html[data-theme=light] .vista-comentarios-tab{color:var(--gm-text-muted);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .vista-comentarios-tab:hover{color:var(--gm-text);background:#21354714}html[data-theme=light] .vista-comentarios-tab.active{color:var(--gm-text);background:#2135471f;border-color:#21354733}html[data-theme=light] .vista-comentarios-table-wrap{border-color:var(--gm-border);background:#21354705}html[data-theme=light] .tabla-feedbacks thead th{color:var(--gm-text);background:#2135470f;border-bottom-color:var(--gm-border)}html[data-theme=light] .tabla-feedbacks td{border-bottom-color:var(--gm-border)}html[data-theme=light] .tabla-feedbacks tbody tr:hover td{background:var(--gm-surface)}html[data-theme=light] .ruta-linea{color:var(--gm-text)}html[data-theme=light] .ruta-fecha{color:var(--gm-text-muted)}html[data-theme=light] .ruta-conductor{color:var(--gm-text)}html[data-theme=light] .ruta-cliente{color:var(--gm-text-muted)}html[data-theme=light] .feedback-autor{color:var(--gm-text)}html[data-theme=light] .feedback-texto{color:var(--gm-text-muted)}html[data-theme=light] .btn-fb-sec{color:var(--gm-text);background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-fb-sec:hover{background:#2135471a}html[data-theme=light] .vista-comentarios-empty{color:var(--gm-text-muted)}.vista-objetos-perdidos{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:#ffffffe6}.vista-objetos-titulo{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:#fff;text-align:center}.btn-objetos-regresar{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:.95rem;font-weight:500;font-family:inherit;color:#6eb5ff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.btn-objetos-regresar:hover{background:#ffffff1f;color:#8fc7ff}.vista-objetos-subtitulo{margin:0 0 1rem;font-size:1.05rem;font-weight:600;color:#fff}.vista-objetos-table-wrap{flex:1;overflow:auto;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0003}.tabla-objetos-perdidos{width:100%;border-collapse:collapse;font-size:.875rem}.tabla-objetos-perdidos thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#ffffffe6;background:#0000004d;border-bottom:2px solid rgba(255,255,255,.1)}.tabla-objetos-perdidos td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}.tabla-objetos-perdidos tbody tr:hover td{background:#ffffff08}.celda-ruta-op{min-width:240px}.ruta-op-linea{font-weight:500;color:#fff}.ruta-op-fecha{font-size:.8rem;color:#fff9;margin-top:.25rem}.ruta-op-conductor{font-size:.85rem;color:#ffffffd9;margin-top:.2rem}.ruta-op-cliente{font-size:.8rem;color:#ffffff8c;margin-top:.15rem}.celda-pasajero{min-width:180px;color:#ffffffe6}.celda-objeto{width:56px;text-align:center}.icono-objeto{display:inline-flex;align-items:center;justify-content:center;color:#ffffffd9}.celda-estado{white-space:nowrap}.badge-estado{display:inline-block;padding:.25rem .6rem;font-size:.8rem;font-weight:600;border-radius:6px}.badge-no-aceptado{background:#fff3;color:#ffffffe6}.badge-encontrado{background:#2e7d3280;color:#fff}.celda-descripcion{min-width:200px;max-width:320px;color:#fffc;line-height:1.4}.celda-acciones-op{min-width:140px}.acciones-botones{display:flex;flex-direction:column;gap:.4rem}.btn-op{padding:.4rem .75rem;font-size:.8rem;font-weight:500;font-family:inherit;border-radius:6px;cursor:pointer;transition:background .2s;border:none}.btn-op-encontrado{color:#fff;background:#1e90ff}.btn-op-encontrado:hover{background:#2a9aff}.btn-op-no-encontrado{color:#fff;background:#c62828}.btn-op-no-encontrado:hover{background:#d32f2f}.acciones-sin-definir{font-size:.85rem;color:#ffffff80}html[data-theme=light] .vista-objetos-perdidos,html[data-theme=light] .vista-objetos-titulo{color:var(--gm-text)}html[data-theme=light] .btn-objetos-regresar{color:#1a6fc4;background:var(--gm-surface);border-color:var(--gm-border)}html[data-theme=light] .btn-objetos-regresar:hover{background:#2135471a;color:#155fa0}html[data-theme=light] .vista-objetos-subtitulo{color:var(--gm-text)}html[data-theme=light] .vista-objetos-table-wrap{border-color:var(--gm-border);background:#21354705}html[data-theme=light] .tabla-objetos-perdidos thead th{color:var(--gm-text);background:#2135470f;border-bottom-color:var(--gm-border)}html[data-theme=light] .tabla-objetos-perdidos td{border-bottom-color:var(--gm-border)}html[data-theme=light] .tabla-objetos-perdidos tbody tr:hover td{background:var(--gm-surface)}html[data-theme=light] .ruta-op-linea{color:var(--gm-text)}html[data-theme=light] .ruta-op-fecha{color:var(--gm-text-muted)}html[data-theme=light] .ruta-op-conductor{color:var(--gm-text)}html[data-theme=light] .ruta-op-cliente{color:var(--gm-text-muted)}html[data-theme=light] .celda-pasajero{color:var(--gm-text)}html[data-theme=light] .icono-objeto{color:var(--gm-text-muted)}html[data-theme=light] .badge-no-aceptado{background:#2135471a;color:var(--gm-text)}html[data-theme=light] .celda-descripcion,html[data-theme=light] .acciones-sin-definir{color:var(--gm-text-muted)}.vista-configuraciones{width:100%;min-height:100%}.config-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:18px 18px 8px}.config-title{margin:0;font-size:22px;line-height:1.2}.config-subtitle{margin:6px 0 0;font-size:13px;color:var(--gm-text-muted)}.config-tabs{display:flex;gap:8px}.config-tab{border-radius:10px;padding:10px 12px;border:1px solid var(--gm-border);background:var(--gm-surface);color:var(--gm-text)}.config-tab.active{border-color:#646cff73;box-shadow:0 0 0 3px #646cff1f}.config-body{padding:0}.config-atajos{padding:18px 0}.config-atajos-desc{margin:0 0 1.25rem;font-size:.95rem;color:var(--gm-text-muted)}.config-atajos-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.config-atajos-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.config-atajos-label{font-size:.95rem;font-weight:500;color:var(--gm-text);min-width:180px}.config-atajos-key{padding:.5rem 1rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:8px;cursor:pointer;min-width:160px;text-align:center;transition:border-color .2s,box-shadow .2s}.config-atajos-key:hover{border-color:#646cff66}.config-atajos-key.recording{border-color:#646cffb3;box-shadow:0 0 0 2px #646cff40;animation:config-atajos-pulse 1s ease-in-out infinite}@keyframes config-atajos-pulse{50%{opacity:.85}}.reporte-viajes{padding:18px 0}.reporte-viajes-desc{margin:0 0 1.25rem;font-size:.95rem;color:var(--gm-text-muted)}.reporte-viajes-filtros{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.reporte-viajes-filtro{display:flex;flex-direction:column;gap:.35rem}.reporte-viajes-filtro label{font-size:.85rem;font-weight:500;color:var(--gm-text)}.reporte-viajes-input{padding:.5rem .65rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:8px;min-width:150px}.reporte-viajes-input:focus{outline:none;border-color:#646cff80;box-shadow:0 0 0 2px #646cff26}.reporte-viajes-count{font-size:.9rem;color:var(--gm-text-muted);align-self:center;margin-left:.5rem}.reporte-viajes-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:1.25rem}.reporte-viajes-btn{padding:.6rem 1.1rem;font-size:.9rem;font-family:inherit;font-weight:500;border-radius:10px;border:1px solid var(--gm-border);cursor:pointer;transition:background .2s,border-color .2s}.reporte-viajes-btn-excel{color:var(--gm-text);background:var(--gm-surface)}.reporte-viajes-btn-excel:hover{background:#2e7d3226;border-color:#4caf5066}.reporte-viajes-btn-pdf{color:var(--gm-text);background:var(--gm-surface)}.reporte-viajes-btn-pdf:hover{background:#d32f2f1f;border-color:#f4433666}.reporte-viajes-table-wrap{overflow-x:auto;border:1px solid var(--gm-border);border-radius:12px;background:var(--gm-surface)}.reporte-viajes-table{width:100%;border-collapse:collapse;font-size:.88rem}.reporte-viajes-table th,.reporte-viajes-table td{padding:.6rem .9rem;text-align:left;border-bottom:1px solid var(--gm-border)}.reporte-viajes-table th{font-weight:600;color:var(--gm-text);background:#0000000a}html[data-theme=dark] .reporte-viajes-table th{background:#ffffff0f}.reporte-viajes-table td{color:var(--gm-text-muted)}.reporte-viajes-table tbody tr:hover td{color:var(--gm-text)}.reporte-viajes-table tbody tr:last-child td{border-bottom:none}.reporte-viajes-empty{margin:0;padding:2rem 1rem;text-align:center;font-size:.95rem;color:var(--gm-text-muted)}.vista-conductores{display:flex;flex-direction:column;gap:1rem}.conductores-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.conductores-title{margin:0;font-size:1.4rem}.conductores-subtitle{margin:.2rem 0 0;font-size:.9rem;opacity:.8}.conductores-search-wrap{display:flex;gap:.5rem}.conductores-search-input{min-width:260px;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--gm-border);background:var(--gm-surface);color:var(--gm-text);font-size:.9rem}.conductores-search-btn{padding:.45rem .9rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:.9rem;cursor:pointer}.conductores-table-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);overflow:hidden}.conductores-table{width:100%;border-collapse:collapse;font-size:.85rem}.conductores-table thead{background:#ffffff05}.conductores-table th,.conductores-table td{padding:.55rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.conductores-pill{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:.15rem .4rem;border-radius:999px;font-size:.75rem}.conductores-pill.ok{background:#22c55e33;color:#22c55e}.conductores-pill.off{background:#ef444433;color:#ef4444}.conductores-score{display:inline-block;min-width:2.2rem;padding:.15rem .4rem;border-radius:999px;background:#22c55e33;color:#22c55e;text-align:center}.conductores-actions{white-space:nowrap}.conductores-action-btn{margin-right:.25rem;padding:.2rem .4rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:transparent;color:var(--gm-text);font-size:.78rem;cursor:pointer}.conductores-action-btn.primary{background:#2563eb;border-color:#2563eb;color:#fff}@media(max-width:900px){.conductores-header{flex-direction:column;align-items:flex-start}.conductores-search-wrap{width:100%}.conductores-search-input{flex:1}}html[data-theme=light] .conductores-table thead{background:#21354705}html[data-theme=light] .conductores-table th,html[data-theme=light] .conductores-table td{border-bottom-color:var(--gm-border)}html[data-theme=light] .conductores-action-btn{border-color:var(--gm-border)}.vista-vehiculos{display:flex;flex-direction:column;gap:1rem}.vehiculos-header{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr) minmax(0,1.5fr);gap:1rem;align-items:center}.vehiculos-title{margin:0;font-size:1.4rem}.vehiculos-subtitle{margin:.2rem 0 0;font-size:.9rem;opacity:.8}.vehiculos-header-filtros{display:flex;align-items:center;gap:.75rem;justify-content:center}.vehiculos-btn-regresar{padding:.4rem .9rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:.9rem;cursor:pointer}.vehiculos-toggle-group{display:flex;gap:.75rem}.vehiculos-toggle-btn{padding:.3rem .8rem;border-radius:999px;border:1px solid var(--gm-border);background:transparent;color:var(--gm-text);font-size:.8rem;cursor:pointer}.vehiculos-toggle-btn.active{background:#16a34a;border-color:#16a34a;color:#fff}.vehiculos-header-search{display:flex;justify-content:flex-end;font-size:.85rem}.vehiculos-search-input{margin-left:.4rem;padding:.35rem .5rem;border-radius:8px;border:1px solid var(--gm-border);background:var(--gm-surface);color:var(--gm-text)}.vehiculos-table-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);overflow:auto}.vehiculos-table{width:100%;border-collapse:collapse;font-size:.85rem}.vehiculos-table thead{background:#ffffff05}.vehiculos-table th,.vehiculos-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.vehiculos-flag{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:.75rem}.vehiculos-flag.ok{background:#22c55e33;color:#22c55e}.vehiculos-flag.x{background:#ef444433;color:#ef4444}.vehiculos-actions{white-space:nowrap}.vehiculos-action-btn{padding:.25rem .6rem;margin-right:.3rem;border-radius:6px;border:none;font-size:.78rem;cursor:pointer}.vehiculos-action-btn.aceptar{background:#16a34a;color:#fff}.vehiculos-action-btn.rechazar{background:#ef4444;color:#fff}@media(max-width:900px){.vehiculos-header{grid-template-columns:1fr;align-items:flex-start}.vehiculos-header-search{justify-content:flex-start}}html[data-theme=light] .vehiculos-table thead{background:#21354705}html[data-theme=light] .vehiculos-table th,html[data-theme=light] .vehiculos-table td{border-bottom-color:var(--gm-border)}.vista-rutas{display:flex;flex-direction:column;gap:1rem}.rutas-header-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rutas-btn{padding:.4rem .9rem;border-radius:8px;border:none;font-size:.9rem;cursor:pointer}.rutas-btn-secondary{background:#fff;color:#1f2933}.rutas-header-actions{display:flex;gap:.5rem}.rutas-btn-outline{background:transparent;border:1px solid #ef4444;color:#ef4444}.rutas-btn-primary{background:#2563eb;color:#fff}.rutas-btn-danger{background:#dc2626;color:#fff}.rutas-btn-danger:hover{background:#b91c1c}.rutas-header-main{text-align:center}.rutas-title{margin:.4rem 0 0;font-size:1.3rem}.rutas-subtitle{margin:.2rem 0 0;font-size:.9rem;opacity:.8}.rutas-header-bar{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.rutas-resumen{font-size:.9rem}.rutas-chip{padding:.25rem .8rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.8rem}.rutas-table-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);overflow:auto}.rutas-table{width:100%;border-collapse:collapse;font-size:.85rem}.rutas-table thead{background:#ffffff05}.rutas-table th,.rutas-table td{padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);text-align:left}.rutas-actions{white-space:nowrap}.rutas-action-btn{padding:.25rem .6rem;margin-right:.3rem;border-radius:6px;border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--gm-text);font-size:.78rem;cursor:pointer}.rutas-actions-list{display:flex;flex-wrap:wrap;gap:.3rem}.rutas-action-chip{padding:.25rem .6rem;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#0f172ab3;color:#e5e7eb;font-size:.78rem;cursor:pointer}.rutas-action-chip:hover{background:#94a3b82e}.rutas-action-chip-primary{border-color:#2563eb;background:#2563eb;color:#fff}.rutas-action-chip-danger{border-color:#ef4444;background:#ef44441a;color:#fecaca}.rutas-detalle-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.rutas-detalle-back{align-self:flex-start;margin-bottom:.25rem;padding:.35rem .8rem;border-radius:6px;border:none;background:#fff;color:#1f2933;font-size:.85rem;cursor:pointer}.rutas-detalle-title{margin:0;font-size:1rem;text-align:center}.rutas-detalle-table,.rutas-horarios-table{width:100%;border-collapse:collapse;font-size:.85rem}.rutas-detalle-table th,.rutas-detalle-table td,.rutas-horarios-table th,.rutas-horarios-table td{padding:.45rem .6rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.rutas-horarios-header{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.rutas-horarios-title{margin:0;font-size:.95rem}.rutas-form-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.rutas-form-title{margin:0 0 .5rem;font-size:1.1rem}.rutas-form{display:flex;flex-direction:column;gap:1rem}.rutas-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem 1.5rem}.rutas-form-field{display:flex;flex-direction:column;gap:.35rem}.rutas-form-label{font-size:.85rem;color:var(--gm-text)}.rutas-form-input{padding:.45rem .6rem;border-radius:8px;border:1px solid var(--gm-border);background:var(--gm-surface);color:var(--gm-text);font-size:.9rem}.rutas-form-checkbox{flex-direction:row;align-items:center;flex-wrap:wrap;gap:.5rem}.rutas-form-checkbox-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}.rutas-form-hint{font-size:.8rem;opacity:.85}.rutas-form-dias{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.rutas-form-dia-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}.rutas-form-actions{margin-top:.5rem}.rutas-form-eliminar{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gm-border);display:flex;flex-direction:column;gap:.75rem}.rutas-form-eliminar-title{margin:0;font-size:1rem}.rutas-form-eliminar-warning{margin:0;font-size:.9rem}.rutas-crear-card{border-radius:10px;background:var(--gm-surface);border:1px solid var(--gm-border);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.rutas-crear-header{text-align:center}.rutas-crear-ruta{font-size:.95rem;margin-bottom:.5rem}.rutas-crear-label{font-weight:500;margin-right:.25rem}.rutas-crear-title{font-weight:600}.rutas-crear-desc{margin:0;font-size:.9rem}.rutas-crear-max{display:inline-block;margin-left:.25rem;font-size:.85rem;opacity:.8}.rutas-crear-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 2rem;align-items:flex-end}.rutas-crear-field{display:flex;flex-direction:column;gap:.3rem}.rutas-crear-field-label{font-size:.85rem}.rutas-crear-input{padding:.45rem .6rem;border-radius:8px;border:1px solid var(--gm-border);background:var(--gm-surface);color:var(--gm-text);font-size:.9rem}.rutas-crear-actions{grid-column:1 / -1;display:flex;justify-content:flex-start}@media(max-width:900px){.rutas-crear-form{grid-template-columns:1fr}}@media(max-width:900px){.rutas-header-top{flex-direction:column;align-items:flex-start}.rutas-header-bar{flex-direction:column;align-items:flex-start;gap:.5rem}}html[data-theme=light] .rutas-btn-secondary{background:var(--gm-surface);color:var(--gm-text);border:1px solid var(--gm-border)}html[data-theme=light] .rutas-table thead{background:#21354705}html[data-theme=light] .rutas-table th,html[data-theme=light] .rutas-table td{border-bottom-color:var(--gm-border)}html[data-theme=light] .rutas-action-btn{border-color:var(--gm-border)}html[data-theme=light] .rutas-action-chip{background:#2135470f;color:var(--gm-text);border-color:var(--gm-border)}html[data-theme=light] .rutas-action-chip:hover{background:#2135471f}html[data-theme=light] .rutas-action-chip-danger{color:#dc2626;background:#ef444414;border-color:#ef444480}html[data-theme=light] .rutas-detalle-back{background:var(--gm-surface);color:var(--gm-text);border:1px solid var(--gm-border)}html[data-theme=light] .rutas-detalle-table th,html[data-theme=light] .rutas-detalle-table td,html[data-theme=light] .rutas-horarios-table th,html[data-theme=light] .rutas-horarios-table td{border-bottom-color:var(--gm-border)}.paradas-wrapper{display:flex;flex-direction:column;gap:0;background:#f1f5f9;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;min-height:80vh}.paradas-header{display:flex;align-items:center;gap:1rem;padding:.85rem 1.25rem;background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.paradas-back-btn{padding:.4rem .9rem;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:background .15s}.paradas-back-btn:hover{background:#e2e8f0}.paradas-header-info{flex:1}.paradas-title{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.paradas-subtitle{margin:.15rem 0 0;font-size:.82rem;color:#64748b}.paradas-header-meta{display:flex;gap:.5rem;flex-wrap:wrap}.paradas-meta-chip{padding:.3rem .75rem;border-radius:999px;background:#2563eb;color:#fff;font-size:.78rem;font-weight:600}.paradas-meta-chip-secondary{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.paradas-meta-chip-pendiente{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;animation:chip-pulse 2s ease-in-out infinite}@keyframes chip-pulse{0%,to{opacity:1}50%{opacity:.7}}.paradas-cargando,.paradas-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:3rem 1rem;font-size:.9rem;color:#64748b;flex:1}.paradas-error{color:#dc2626}.paradas-cargando-spinner{width:38px;height:38px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .75s linear infinite}.paradas-body{display:grid;grid-template-columns:340px 1fr;flex:1;min-height:0}.paradas-panel{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;overflow-y:auto}.paradas-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem .5rem;border-bottom:1px solid #f1f5f9}.paradas-panel-count{font-size:.8rem;font-weight:600;color:#2563eb;background:#eff6ff;padding:.2rem .6rem;border-radius:999px}.paradas-panel-total{font-size:.82rem;color:#64748b}.paradas-timeline{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:0;flex:1}.parada-item{display:grid;grid-template-columns:36px 1fr;gap:0 .75rem;position:relative;padding-bottom:1.25rem}.parada-item:last-child{padding-bottom:0}.parada-line{position:absolute;left:17px;top:38px;bottom:0;width:2px;border-left:2px dashed;opacity:.35}.parada-badge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;color:#fff;flex-shrink:0;box-shadow:0 2px 6px #0000002e;z-index:1}.parada-content{padding-top:.1rem}.parada-top-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem}.parada-hora{font-size:.82rem;font-weight:700;color:#334155;background:#f8fafc;padding:.15rem .5rem;border-radius:6px;border:1px solid #e2e8f0}.parada-destino-tag{font-size:.72rem;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.parada-lugar{margin:0 0 .35rem;font-size:.87rem;font-weight:500;color:#1e293b;line-height:1.35}.parada-distancia-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.parada-dist-chip{font-size:.75rem;color:#64748b;background:#f8fafc;padding:.15rem .5rem;border-radius:6px;border:1px solid #e2e8f0}.parada-km-acum{font-size:.75rem;font-weight:600;color:#2563eb}.parada-km-final{font-size:.82rem;color:#16a34a}.parada-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-top:.1rem}.foto-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .6rem;border-radius:999px;border:1px solid transparent;font-size:.72rem;font-weight:600;cursor:pointer;transition:filter .15s,transform .1s;white-space:nowrap;flex-shrink:0}.foto-btn:hover{filter:brightness(.92);transform:scale(1.03)}.foto-btn-pendiente{background:#fff7ed;border-color:#fdba74;color:#c2410c}.foto-btn-aprobada{background:#f0fdf4;border-color:#86efac;color:#15803d}.foto-btn-rechazada{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.foto-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.foto-dot-pendiente{background:#f97316;animation:dot-blink 1.4s ease-in-out infinite}.foto-dot-aprobada{background:#22c55e}.foto-dot-rechazada{background:#ef4444}@keyframes dot-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.foto-btn-empty{color:#cbd5e1;display:inline-flex;align-items:center;padding:.2rem;flex-shrink:0;cursor:default}.parada-popup-foto-badge{display:block;margin-top:.3rem;font-size:.75rem;padding:.15rem .4rem;border-radius:6px;font-weight:600}.foto-badge-pendiente{background:#fff7ed;color:#c2410c}.foto-badge-aprobada{background:#f0fdf4;color:#15803d}.foto-badge-rechazada{background:#fef2f2;color:#b91c1c}.paradas-resumen{margin:0 1.25rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.4rem}.paradas-resumen-row{display:flex;justify-content:space-between;align-items:center;font-size:.83rem}.paradas-resumen-label{color:#64748b}.paradas-resumen-valor{color:#0f172a;font-weight:600}.paradas-mapa-container{display:flex;flex-direction:column;background:#f8fafc}.paradas-mapa-tabs{display:flex;gap:0;padding:.6rem 1rem 0;background:#fff;border-bottom:1px solid #e2e8f0}.paradas-mapa-tab{padding:.45rem 1rem;font-size:.85rem;font-weight:500;color:#64748b;cursor:pointer;border:none;border-bottom:2px solid transparent;background:transparent;transition:color .15s}.paradas-mapa-tab-active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.paradas-mapa{flex:1;min-height:480px;z-index:0}.paradas-mapa-footer{padding:.5rem 1rem;background:#fff;border-top:1px solid #e2e8f0;font-size:.82rem;color:#475569;text-align:right}.gmap-marker-wrap{position:absolute;transform:translate(-50%,-100%);cursor:pointer}.gmap-marker-pin{width:34px;height:34px;border:3px solid #ffffff;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 3px 10px #00000059;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.gmap-marker-wrap:hover .gmap-marker-pin{transform:rotate(-45deg) scale(1.18);box-shadow:0 6px 18px #00000073}.gmap-marker-letra{transform:rotate(45deg);color:#fff;font-weight:800;font-size:13px;font-family:system-ui,sans-serif;line-height:1;display:block}.paradas-mapa-loading,.paradas-mapa-error{flex:1;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem;color:#64748b;background:#f8fafc}.paradas-mapa-error{color:#dc2626}.paradas-mapa-loading-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.parada-popup{font-family:system-ui,sans-serif;font-size:.84rem;line-height:1.4;min-width:160px}.parada-popup strong{display:block;margin-bottom:.2rem;color:#0f172a}.parada-popup p{margin:0 0 .2rem;color:#334155}.parada-popup span,.parada-popup em{font-size:.78rem;color:#64748b}@media(max-width:860px){.paradas-body{grid-template-columns:1fr;grid-template-rows:auto 1fr}.paradas-panel{border-right:none;border-bottom:1px solid #e2e8f0;max-height:360px}.paradas-mapa{min-height:340px}}html[data-theme=dark] .paradas-wrapper{background:#1e293b;border-color:#ffffff14}html[data-theme=dark] .paradas-header{background:#0f172a;border-bottom-color:#ffffff14}html[data-theme=dark] .paradas-title{color:#f1f5f9}html[data-theme=dark] .paradas-subtitle{color:#94a3b8}html[data-theme=dark] .paradas-back-btn{background:#1e293b;border-color:#ffffff1f;color:#cbd5e1}html[data-theme=dark] .paradas-back-btn:hover{background:#334155}html[data-theme=dark] .paradas-panel{background:#0f172a;border-right-color:#ffffff14}html[data-theme=dark] .paradas-panel-header{border-bottom-color:#ffffff0f}html[data-theme=dark] .paradas-panel-count{background:#2563eb33}html[data-theme=dark] .paradas-panel-total{color:#94a3b8}html[data-theme=dark] .parada-hora{background:#1e293b;border-color:#ffffff1a;color:#cbd5e1}html[data-theme=dark] .parada-lugar{color:#e2e8f0}html[data-theme=dark] .parada-dist-chip{background:#1e293b;border-color:#ffffff14;color:#94a3b8}html[data-theme=dark] .paradas-resumen{background:#1e293b;border-color:#ffffff14}html[data-theme=dark] .paradas-resumen-label{color:#94a3b8}html[data-theme=dark] .paradas-resumen-valor{color:#f1f5f9}html[data-theme=dark] .paradas-mapa-container{background:#1e293b}html[data-theme=dark] .paradas-mapa-tabs{background:#0f172a;border-bottom-color:#ffffff14}html[data-theme=dark] .paradas-mapa-tab{color:#94a3b8}html[data-theme=dark] .paradas-mapa-footer{background:#0f172a;border-top-color:#ffffff14;color:#94a3b8}html[data-theme=dark] .paradas-meta-chip-secondary{background:#1e293b;border-color:#ffffff1a;color:#94a3b8}html[data-theme=dark] .foto-btn-pendiente{background:#f973161f;border-color:#f9731666;color:#fb923c}html[data-theme=dark] .foto-btn-aprobada{background:#22c55e1a;border-color:#22c55e66;color:#4ade80}html[data-theme=dark] .foto-btn-rechazada{background:#ef44441a;border-color:#ef444466;color:#f87171}html[data-theme=dark] .foto-btn-empty{color:#475569}.parada-acciones{display:flex;gap:.4rem;margin-top:.35rem}.parada-accion-btn{padding:.22rem .65rem;border-radius:6px;font-size:.76rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:filter .15s}.parada-accion-btn:hover{filter:brightness(.9)}.parada-accion-editar{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.parada-accion-borrar{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.editar-modal{background:#fff;border-radius:16px;width:100%;max-width:860px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px #0000004d;animation:modal-in .22s cubic-bezier(.34,1.56,.64,1)}.editar-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .85rem;border-bottom:1px solid #f1f5f9;gap:.75rem;flex-shrink:0}.editar-modal-header-left{display:flex;align-items:center;gap:.75rem}.editar-modal-body{display:grid;grid-template-columns:1fr 1fr;flex:1;overflow:hidden;min-height:0}.editar-form{padding:1.1rem 1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.7rem;border-right:1px solid #f1f5f9}.editar-campo{display:flex;flex-direction:column;gap:.25rem}.editar-label{font-size:.82rem;font-weight:600;color:#475569}.editar-input{padding:.45rem .65rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;font-size:.88rem;outline:none;transition:border-color .15s;font-family:inherit;width:100%;box-sizing:border-box}.editar-input:focus{border-color:#2563eb;background:#fff}.editar-hint{font-size:.73rem;color:#94a3b8}.editar-checks{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.2rem}.editar-check-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#334155;cursor:pointer}.editar-mapa-wrap{display:flex;flex-direction:column;overflow:hidden}.editar-mapa-hint{margin:0;padding:.5rem .85rem;font-size:.76rem;color:#64748b;background:#f8fafc;border-bottom:1px solid #f1f5f9;flex-shrink:0}.editar-mapa{flex:1;min-height:300px}.editar-modal-footer{padding:.85rem 1.25rem;background:#f8fafc;border-top:1px solid #f1f5f9;flex-shrink:0}.editar-error{margin:0 0 .6rem;font-size:.83rem;color:#dc2626}.editar-modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.confirmar-modal{background:#fff;border-radius:14px;padding:1.75rem 1.5rem;max-width:380px;width:100%;box-shadow:0 20px 50px #0000004d;animation:modal-in .2s cubic-bezier(.34,1.56,.64,1);text-align:center}.confirmar-titulo{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#0f172a}.confirmar-desc{margin:0 0 1.25rem;font-size:.88rem;color:#475569;line-height:1.5}.confirmar-actions{display:flex;gap:.75rem;justify-content:center}@media(max-width:700px){.editar-modal-body{grid-template-columns:1fr;grid-template-rows:auto 260px}.editar-form{border-right:none;border-bottom:1px solid #f1f5f9;max-height:260px}}html[data-theme=dark] .editar-modal,html[data-theme=dark] .confirmar-modal{background:#1e293b}html[data-theme=dark] .editar-modal-header,html[data-theme=dark] .editar-form{border-color:#ffffff12}html[data-theme=dark] .editar-label{color:#94a3b8}html[data-theme=dark] .editar-input{background:#0f172a;border-color:#ffffff1a;color:#e2e8f0}html[data-theme=dark] .editar-input:focus{border-color:#3b82f6}html[data-theme=dark] .editar-modal-footer{background:#0f172a;border-color:#ffffff12}html[data-theme=dark] .editar-mapa-hint{background:#0f172a;border-color:#ffffff12;color:#64748b}html[data-theme=dark] .confirmar-titulo{color:#f1f5f9}html[data-theme=dark] .confirmar-desc{color:#94a3b8}html[data-theme=dark] .parada-accion-editar{background:#2563eb26;border-color:#2563eb66;color:#60a5fa}html[data-theme=dark] .parada-accion-borrar{background:#ef44441f;border-color:#ef444466;color:#f87171}.foto-modal-overlay{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:overlay-in .18s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.foto-modal{background:#fff;border-radius:16px;width:100%;max-width:520px;box-shadow:0 24px 60px #0000004d;overflow:hidden;animation:modal-in .22s cubic-bezier(.34,1.56,.64,1)}@keyframes modal-in{0%{opacity:0;transform:scale(.9) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.foto-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .85rem;border-bottom:1px solid #f1f5f9;gap:.75rem}.foto-modal-header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.foto-modal-badge{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #0003}.foto-modal-lugar{margin:0;font-size:.9rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.foto-modal-meta{margin:.1rem 0 0;font-size:.75rem;color:#64748b}.foto-modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:.85rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.foto-modal-close:hover{background:#e2e8f0;color:#0f172a}.foto-modal-img-area{position:relative;background:#0f172a;min-height:240px;display:flex;align-items:center;justify-content:center}.foto-modal-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.foto-modal-img{width:100%;max-height:340px;object-fit:contain;display:block}.foto-modal-img-hidden{opacity:0}.foto-modal-estado-badge{position:absolute;top:.75rem;right:.75rem;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid transparent}.foto-modal-estado-badge.foto-badge-pendiente{background:#fff7edeb;border-color:#fdba74;color:#c2410c}.foto-modal-estado-badge.foto-badge-aprobada{background:#f0fdf4eb;border-color:#86efac;color:#15803d}.foto-modal-estado-badge.foto-badge-rechazada{background:#fef2f2eb;border-color:#fca5a5;color:#b91c1c}.foto-modal-timestamp{position:absolute;bottom:.6rem;left:.85rem;margin:0;font-size:.72rem;color:#ffffffbf;background:#00000073;padding:.15rem .5rem;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.foto-modal-footer{padding:1rem 1.25rem;background:#f8fafc;border-top:1px solid #f1f5f9}.foto-modal-actions{display:flex;gap:.75rem}.foto-modal-btn{flex:1;padding:.65rem 1rem;border-radius:10px;border:none;font-size:.88rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:filter .15s,transform .1s}.foto-modal-btn:hover{filter:brightness(.93);transform:translateY(-1px)}.foto-modal-btn:active{transform:translateY(0)}.foto-modal-btn-aprobar{background:#16a34a;color:#fff}.foto-modal-btn-rechazar{background:#dc2626;color:#fff}.foto-modal-btn-cancelar{background:#e2e8f0;color:#475569;flex:0 0 auto}.foto-modal-estado-texto{margin:0;font-size:.88rem;color:#475569;flex:1}.foto-modal-rechazar-form{display:flex;flex-direction:column;gap:.6rem}.foto-modal-rechazar-label{font-size:.85rem;font-weight:600;color:#334155}.foto-modal-rechazar-label span{font-weight:400;color:#94a3b8}.foto-modal-rechazar-input{width:100%;border-radius:8px;border:1px solid #e2e8f0;background:#fff;padding:.5rem .7rem;font-size:.85rem;color:#334155;resize:vertical;font-family:inherit;box-sizing:border-box;outline:none;transition:border-color .15s}.foto-modal-rechazar-input:focus{border-color:#2563eb}.foto-modal-rechazar-actions{display:flex;gap:.6rem;justify-content:flex-end}html[data-theme=dark] .foto-modal{background:#1e293b}html[data-theme=dark] .foto-modal-header{border-bottom-color:#ffffff12}html[data-theme=dark] .foto-modal-lugar{color:#f1f5f9}html[data-theme=dark] .foto-modal-meta{color:#94a3b8}html[data-theme=dark] .foto-modal-close{background:#334155;color:#94a3b8}html[data-theme=dark] .foto-modal-close:hover{background:#475569;color:#f1f5f9}html[data-theme=dark] .foto-modal-footer{background:#0f172a;border-top-color:#ffffff12}html[data-theme=dark] .foto-modal-btn-cancelar{background:#334155;color:#94a3b8}html[data-theme=dark] .foto-modal-rechazar-input{background:#334155;border-color:#ffffff1a;color:#e2e8f0}html[data-theme=dark] .foto-modal-rechazar-label{color:#cbd5e1}html[data-theme=dark] .foto-modal-estado-texto{color:#94a3b8}.modal-info-operativa-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-info-operativa{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000040;max-width:560px;width:100%;max-height:90vh;overflow:auto;display:flex;flex-direction:column}.modal-info-operativa-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modal-info-operativa-title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.modal-info-operativa-close{display:flex;align-items:center;justify-content:center;padding:.35rem;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}.modal-info-operativa-close:hover{background:#f3f4f6;color:#1f2937}.modal-info-operativa-close svg{width:18px;height:18px}.modal-info-operativa-vista{padding:1.25rem 1.5rem;color:#1f2937;font-size:.95rem;line-height:1.7}.modal-info-operativa-vista p{margin:0 0 .75rem}.modal-info-operativa-vista p:last-child{margin-bottom:0}.modal-info-operativa-btn-editar{margin:0 1.5rem 1.25rem;padding:.5rem 1.25rem;font-size:.95rem;font-family:inherit;font-weight:500;color:#1f2937;background:#f5c75a;border:none;border-radius:8px;cursor:pointer;transition:background .2s,filter .2s;align-self:flex-start}.modal-info-operativa-btn-editar:hover{background:#eab84a;filter:brightness(.98)}.modal-info-operativa-toolbar{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:#dbeafe;border-bottom:1px solid #bfdbfe;flex-wrap:wrap}.modal-info-operativa-tool-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .35rem;font-size:.8rem;font-family:inherit;background:#ffffffb3;border:1px solid #93c5fd;border-radius:6px;color:#1e40af;cursor:pointer;transition:background .2s}.modal-info-operativa-tool-btn:hover{background:#fff}.modal-info-operativa-tool-sep{width:1px;height:20px;background:#93c5fd;margin:0 .25rem}.modal-info-operativa-tool-size{padding:.25rem .5rem;font-size:.8rem;font-family:inherit;border:1px solid #93c5fd;border-radius:6px;background:#ffffffb3;color:#1e40af;cursor:pointer}.modal-info-operativa-editor{flex:1;min-height:180px;padding:1rem 1.25rem;font-size:14px;line-height:1.6;color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 12px 12px;outline:none;overflow-y:auto;resize:vertical}.modal-info-operativa-editor:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.modal-info-operativa-editor p{margin:0 0 .5rem}.modal-info-operativa-btn-guardar{margin:1rem 1.5rem 1.25rem;padding:.5rem 1.25rem;font-size:.95rem;font-family:inherit;font-weight:500;color:#1f2937;background:#f5c75a;border:none;border-radius:8px;cursor:pointer;transition:background .2s,filter .2s;align-self:flex-start}.modal-info-operativa-btn-guardar:hover{background:#eab84a;filter:brightness(.98)}.modal-param-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-param{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000040;max-width:480px;width:100%;max-height:90vh;overflow:auto;display:flex;flex-direction:column}.modal-param-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.modal-param-title{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.modal-param-close{display:flex;align-items:center;justify-content:center;padding:.35rem;background:transparent;border:none;border-radius:6px;color:#6b7280;cursor:pointer;transition:background .2s,color .2s}.modal-param-close:hover{background:#f3f4f6;color:#1f2937}.modal-param-close svg{width:18px;height:18px}.modal-param-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.85rem}.modal-param-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-param-label{font-size:.95rem;color:#1f2937;flex-shrink:0}.modal-param-pill{padding:.35rem .9rem;border-radius:999px;font-size:.9rem;font-family:inherit;font-weight:500;color:#fff;border:none;min-width:4rem;text-align:center}.modal-param-pill-sino.si{background:#3b82f6;color:#fff;cursor:default}.modal-param-pill-sino.no{background:#dc2626;color:#fff;cursor:default}.modal-param-pill-value{background:#4b5563;color:#fff;cursor:default}.asistente-faq-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;font-weight:600;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:999px;box-shadow:0 4px 16px #0003;cursor:pointer;transition:transform .2s,box-shadow .2s}.asistente-faq-fab:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.asistente-fab-icon{display:flex;align-items:center;justify-content:center}.asistente-fab-icon svg{width:1.2rem;height:1.2rem}.asistente-faq-panel{position:fixed;bottom:5rem;right:1.5rem;z-index:101;width:400px;max-width:calc(100vw - 2rem);max-height:70vh;display:flex;flex-direction:column;background:var(--gm-body-bg);border:1px solid var(--gm-border);border-radius:16px;box-shadow:0 12px 40px #0000004d;overflow:hidden}.asistente-faq-header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--gm-border);position:relative}.asistente-faq-title{margin:0;font-size:1rem;font-weight:700;color:var(--gm-text)}.asistente-faq-sub{margin:.25rem 0 0;font-size:.75rem;color:var(--gm-text-muted)}.asistente-faq-cerrar{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;color:var(--gm-text-muted);cursor:pointer}.asistente-faq-cerrar:hover{background:var(--gm-surface);color:var(--gm-text)}.asistente-faq-cerrar svg{width:1rem;height:1rem}.asistente-faq-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:120px}.asistente-faq-bienvenida{padding:.5rem 0}.asistente-faq-bienvenida p{margin:0 0 .75rem;font-size:.88rem;color:var(--gm-text-muted)}.asistente-faq-sugerencias{display:flex;flex-direction:column;gap:.5rem}.asistente-faq-sugerencia{padding:.5rem .75rem;font-size:.85rem;font-family:inherit;text-align:left;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:10px;cursor:pointer;transition:border-color .2s,background .2s}.asistente-faq-sugerencia:hover{border-color:#646cff66;background:#646cff14}.asistente-faq-msg{max-width:92%;padding:.6rem .9rem;border-radius:12px;font-size:.88rem;line-height:1.4}.asistente-faq-msg-usuario{align-self:flex-end;background:#646cff33;border:1px solid rgba(100,108,255,.3)}.asistente-faq-msg-asistente{align-self:flex-start;background:var(--gm-surface);border:1px solid var(--gm-border)}.asistente-faq-msg-text{white-space:pre-wrap;word-break:break-word}.asistente-faq-typing .asistente-faq-msg-text{opacity:.8}.asistente-faq-form{display:flex;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--gm-border)}.asistente-faq-input{flex:1;min-width:0;padding:.55rem .75rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:10px;outline:none}.asistente-faq-input:focus{border-color:#646cff80}.asistente-faq-input::placeholder{color:var(--gm-text-muted)}.asistente-faq-enviar{padding:.55rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:10px;cursor:pointer}.asistente-faq-enviar:hover:not(:disabled){border-color:#646cff80;background:#646cff1a}.asistente-faq-enviar:disabled{opacity:.6;cursor:not-allowed}.dashboard.global-mobility{display:flex;width:100%;min-height:100vh;box-sizing:border-box;transition:background-color .26s ease,color .26s ease}.dashboard.global-mobility .dashboard-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;background:var(--gm-sidebar-bg);border-right:none;transition:background-color .26s ease,color .26s ease}.dashboard.global-mobility .sidebar-brand{padding:1.25rem 1.5rem;font-size:1.15rem;font-weight:700;color:var(--gm-sidebar-text);border-bottom:1px solid rgba(255,255,255,.1)}.dashboard.global-mobility .sidebar-nav{padding:.75rem .5rem;display:flex;flex-direction:column;gap:.15rem}.dashboard.global-mobility .sidebar-group{display:flex;flex-direction:column;gap:.15rem}.dashboard.global-mobility .sidebar-counters{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.dashboard.global-mobility .sidebar-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-size:.9rem;font-family:inherit;color:var(--gm-sidebar-text);background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s,color .2s}.dashboard.global-mobility .sidebar-item:hover{background:var(--gm-surface);color:var(--gm-sidebar-text)}.dashboard.global-mobility .sidebar-item.active{background:#646cff40;color:var(--gm-sidebar-text);font-weight:500}.dashboard.global-mobility .sidebar-counter.active{background:#f5d442;color:#1a1a1a;font-weight:600}.dashboard.global-mobility .sidebar-counter.active .sidebar-icon{color:#1a1a1a}.dashboard.global-mobility .sidebar-chevron{margin-left:auto;opacity:.8;transition:transform .18s ease,opacity .18s ease}.dashboard.global-mobility .sidebar-chevron.open{transform:rotate(180deg)}.dashboard.global-mobility .sidebar-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:inherit}.dashboard.global-mobility .sidebar-badge{margin-left:auto;min-width:1.5rem;padding:.15rem .45rem;font-size:.75rem;font-weight:600;border-radius:10px;background:#fff3;color:#fff}.dashboard.global-mobility .sidebar-counter.active .sidebar-badge.active{background:#d35400;color:#fff}.dashboard.global-mobility .sidebar-submenu{margin-left:2.4rem;display:flex;flex-direction:column;gap:.1rem}.dashboard.global-mobility .sidebar-subitem{padding:.35rem .5rem;font-size:.82rem;font-family:inherit;color:#ffffffe6;background:transparent;border:none;border-radius:6px;text-align:left;cursor:pointer;transition:background .16s ease}.dashboard.global-mobility .sidebar-subitem:hover{background:#ffffff26}.dashboard.global-mobility .dashboard-body{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--gm-body-bg);transition:background-color .26s ease,color .26s ease}.dashboard.global-mobility .dashboard-topbar{display:flex;align-items:center;gap:1rem;padding:.75rem 2rem;background:var(--gm-body-bg);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;transition:background-color .26s ease,color .26s ease}.dashboard.global-mobility .topbar-fecha,.dashboard.global-mobility .topbar-empresa{display:flex;align-items:center;border:1px solid var(--gm-border);border-radius:8px;background:var(--gm-surface);overflow:hidden}.dashboard.global-mobility .topbar-fecha{min-width:160px;position:relative}.dashboard.global-mobility .topbar-fecha-chevron,.dashboard.global-mobility .topbar-empresa-chevron{display:flex;align-items:center;justify-content:center;color:var(--gm-text-muted);padding:0 .5rem;flex-shrink:0}.dashboard.global-mobility .topbar-fecha-chevron svg,.dashboard.global-mobility .topbar-empresa-chevron svg{width:1rem;height:1rem}.dashboard.global-mobility .topbar-fecha-input{flex:1;min-width:0;max-width:140px;padding:.5rem .25rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:transparent;border:none;outline:none;position:relative;z-index:0}.dashboard.global-mobility .topbar-fecha-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;filter:invert(1)}html[data-theme=light] .dashboard.global-mobility .topbar-fecha-input::-webkit-calendar-picker-indicator{filter:invert(0)}.dashboard.global-mobility .topbar-empresa{min-width:180px;position:relative;z-index:1}.dashboard.global-mobility .topbar-empresa-select{flex:1;min-width:0;padding:.5rem .5rem .5rem .75rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:transparent;border:none;outline:none;cursor:pointer;appearance:none}.dashboard.global-mobility .topbar-empresa-chevron{pointer-events:none}.dashboard.global-mobility .topbar-info-operativa-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s;position:relative;z-index:1}.dashboard.global-mobility .topbar-info-operativa-btn:hover{background:#ffffff1a;border-color:#ffffff4d}html[data-theme=light] .dashboard.global-mobility .topbar-info-operativa-btn:hover{background:#21354714;border-color:#21354740}.dashboard.global-mobility .topbar-info-operativa-btn svg{width:1.1rem;height:1.1rem;flex-shrink:0}.dashboard.global-mobility .topbar-usuario-wrap{margin-left:auto;position:relative}.dashboard.global-mobility .topbar-usuario-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.dashboard.global-mobility .topbar-usuario-btn:hover{background:#ffffff1a;border-color:#ffffff4d}html[data-theme=light] .dashboard.global-mobility .topbar-usuario-btn:hover{background:#21354714;border-color:#21354740}.dashboard.global-mobility .topbar-usuario-nombre{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard.global-mobility .topbar-usuario-chevron svg{width:1rem;height:1rem;opacity:.8}.dashboard.global-mobility .topbar-usuario-backdrop{position:fixed;inset:0;z-index:10}.dashboard.global-mobility .topbar-usuario-menu{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:140px;padding:.25rem;background:#0a1423a6;border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:20;display:flex;flex-direction:column;gap:.125rem}html[data-theme=light] .dashboard.global-mobility .topbar-usuario-menu{background:#fff;border-color:#21354724;box-shadow:0 10px 24px #0000001f}.dashboard.global-mobility .topbar-usuario-menu-item{display:block;width:100%;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;color:var(--gm-text);background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background .2s}.dashboard.global-mobility .topbar-usuario-menu-item:hover{background:#ffffff1a}html[data-theme=light] .dashboard.global-mobility .topbar-usuario-menu-item:hover{background:#2135470f}.dashboard.global-mobility .topbar-usuario-salir{color:#f5a082}.dashboard.global-mobility .topbar-usuario-salir:hover{background:#f5a08226}.dashboard.global-mobility .dashboard-main{flex:1;padding:1.5rem 2rem;overflow:auto;display:flex;flex-direction:column;gap:2rem;min-height:0;color:var(--gm-text)}.dashboard.global-mobility .dashboard-alerts{position:sticky;top:0;z-index:5;display:flex;flex-direction:column;gap:.75rem}.dashboard.global-mobility .dashboard-alert{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1.1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:var(--gm-text);box-shadow:0 6px 16px #0000004d}html[data-theme=light] .dashboard.global-mobility .dashboard-alert{background:#fff8e6;border-color:#f5c26b}.dashboard.global-mobility .dashboard-alert-alerta{border-color:#f39c12}.dashboard.global-mobility .dashboard-alert-icon svg{width:20px;height:20px}.dashboard.global-mobility .dashboard-alert-body{flex:1;min-width:0}.dashboard.global-mobility .dashboard-alert-text{margin:0 0 .15rem;font-size:.95rem;font-weight:600}.dashboard.global-mobility .dashboard-alert-meta{margin:0;font-size:.8rem;color:var(--gm-text-muted)}.dashboard.global-mobility .dashboard-alert-close{border:none;background:transparent;color:inherit;cursor:pointer;padding:.15rem;border-radius:999px;display:flex;align-items:center;justify-content:center}.dashboard.global-mobility .topbar-theme-btn{width:44px;height:44px;padding:0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--gm-text);background:var(--gm-surface);border:1px solid var(--gm-border);cursor:pointer;transition:transform .12s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.dashboard.global-mobility .topbar-theme-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000040}.dashboard.global-mobility .topbar-theme-btn:active{transform:translateY(0) scale(.98)}.dashboard.global-mobility .topbar-theme-btn svg{width:1.15rem;height:1.15rem}html[data-theme=light] .dashboard.global-mobility .sidebar-brand{border-bottom-color:var(--gm-border)}html[data-theme=light] .dashboard.global-mobility .sidebar-counters{border-top-color:var(--gm-border)}html[data-theme=light] .dashboard.global-mobility .sidebar-subitem{color:var(--gm-sidebar-text)}html[data-theme=light] .dashboard.global-mobility .sidebar-subitem:hover{background:#21354714}html[data-theme=light] .dashboard.global-mobility .sidebar-badge{background:#2135471f;color:var(--gm-sidebar-text)}html[data-theme=light] .dashboard.global-mobility .dashboard-topbar{border-bottom-color:var(--gm-border)}#root{width:100%;min-height:100vh}
