:root{--text:#333;--text-h:#08863a;--bg:#fefefe;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#fdc202;--accent-bg:#fdc20226;--accent-border:#fdc20280;--primary:#08863a;--primary-bg:#08863a1a;--primary-border:#08863a80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#e0e0e0;--text-h:#fdc202;--bg:#121212;--border:#333;--code-bg:#1e1e1e;--accent:#fdc202;--accent-bg:#fdc20233;--accent-border:#fdc20299;--primary:#0f9d4a;--primary-bg:#0f9d4a33;--primary-border:#0f9d4a99;--social-bg:#28282880;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{color:#333;background-color:#f9f9f9;margin:0;font-family:sans-serif}#root{text-align:left;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{color:#2d3436;letter-spacing:-.24px;letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.button{cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-block}:root{--color-primary:#08863a;--color-primary-dark:#0a883c;--color-primary-light:#08863a1a;--color-secondary:#f59e0b;--color-secondary-dark:#d97706;--color-secondary-light:#fef3c7;--color-bg:#f3f4f6;--color-bg-white:#fff;--color-text-primary:#1f2937;--color-text-secondary:#374151;--color-text-muted:#6b7280;--color-border:#d1d5db;--color-border-light:#e5e7eb;--color-error:#ef4444;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--font-family-base:system-ui, -apple-system, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:.75rem;--spacing-lg:1rem;--spacing-xl:1.5rem;--spacing-2xl:2rem;--border-radius-sm:.25rem;--border-radius-md:.375rem;--border-radius-lg:.5rem;--border-radius-full:9999px;--shadow-sm:0 1px 3px #0000001a;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--transition-fast:.15s;--transition-base:.2s;--transition-slow:.3s}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);font-size:var(--font-size-base);color:var(--color-text-primary);background:var(--color-bg);line-height:1.5}.page-container{padding:var(--spacing-2xl);background:var(--color-bg);min-height:calc(100vh - 60px)}.page-header h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text-primary)}.filters-container{margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);background:var(--color-bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.filter-label{align-items:center;gap:var(--spacing-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);display:flex}.filter-select{padding:var(--spacing-sm) 2rem var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--border-radius-md);font-size:var(--font-size-sm);background:var(--color-bg-white);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-base);min-width:150px}.input{padding:var(--spacing-sm);border:1px solid var(--color-border);border-radius:var(--border-radius-md);font-size:var(--font-size-sm);background:var(--color-bg-white);color:var(--color-text-primary);transition:all var(--transition-base)}.input::placeholder{color:var(--color-text-muted)}.button{padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--border-radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-base);justify-content:center;align-items:center;gap:var(--spacing-sm);border:none;display:inline-flex}.button-primary{background:var(--color-primary);color:var(--color-bg-white)}.button-secondary{background:var(--color-secondary);color:var(--color-bg-white)}.button-secondary:hover{background:var(--color-secondary-dark)}.button-outline{border:1px solid var(--color-border);color:var(--color-text-primary);background:0 0}.table{border-collapse:collapse;background:var(--color-bg-white);border-radius:var(--border-radius-lg);width:100%;box-shadow:var(--shadow-sm);overflow:visible}.table th{padding:var(--spacing-md) var(--spacing-lg);text-align:left;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border-light)}.table td{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--color-border-light);font-size:var(--font-size-sm);color:var(--color-text-primary)}.table .text-right{text-align:right}.badge{padding:var(--spacing-xs) var(--spacing-lg);border-radius:var(--border-radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border:1px solid}.badge-admin{background:var(--color-primary-light);color:var(--color-primary-dark);border-color:#08863a40}.badge-conductor{background:var(--color-secondary-light);color:#92400e;border-color:#fde68a}.badge-pasajero{color:#166534;background:#dcfce7;border-color:#bbf7d0}.badge-entidad{color:#854d0e;background:#fef9c3;border-color:#fde047}.badge-default{background:var(--color-bg);color:var(--color-text-secondary);border-color:var(--color-border)}.loading-container{padding:var(--spacing-2xl);flex-direction:column;justify-content:center;align-items:center;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{margin-top:var(--spacing-lg);color:var(--color-text-muted);font-size:var(--font-size-sm)}.error{color:var(--color-error);font-weight:var(--font-weight-medium);padding:var(--spacing-lg);background:var(--color-error-bg);border-radius:var(--border-radius-md);border:1px solid var(--color-error-border)}@media (width<=767px){.page-container{padding:var(--spacing-lg)}.page-header h1{font-size:var(--font-size-2xl)}.table th,.table td{padding:var(--spacing-sm) var(--spacing-md)}}.input-group{text-align:left;flex-direction:column;gap:6px;display:flex}.input-group label{color:#333;text-align:left;font-size:.9rem;font-weight:600}.input-group input{color:#333;background:#fff;border:1px solid #e5e4e7;border-radius:8px;padding:12px 16px;font-size:1rem}.input-group input:focus{border-color:#08863a;outline:2px solid #08863a}.btn{cursor:pointer;border:none;border-radius:8px;padding:12px 16px;font-size:1rem;font-weight:600;transition:background .3s,transform .1s}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background-color:#08863a}.btn-primary:hover{background-color:#0a883c}.btn-accent{color:#333;background-color:#fdc202}.btn-accent:hover{background-color:#fcc604}.btn-outline{color:#08863a;background:0 0;border:2px solid #08863a}.btn-outline:hover{background:#08863a1a}.btn-danger{color:#fff;background-color:#d63031}.btn-danger:hover{background-color:#b71c1c}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none}.btn-full{width:100%}.card{background:#fff;border:none;border-radius:12px;width:100%;max-width:400px;margin:auto;padding:2.5rem;box-shadow:0 10px 25px #0000000d}.card-title{text-align:center;color:#08863a;margin:0 0 16px;font-size:1.5rem;font-weight:600}.login-container{background:linear-gradient(#fefefe 0%,#08863a0f 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-message{color:#d63031;text-align:center;background:#d630311a;border-radius:6px;margin:0;padding:8px;font-size:.9rem}.login-links{text-align:center;margin-top:1rem;font-size:.9rem}.login-links a{color:#08863a;font-weight:500;text-decoration:none}.login-links a:hover{text-decoration:underline}.description{text-align:center;color:#555;margin-bottom:1rem}.status-message{text-align:center;color:#08863a;background:#08863a1a;border-radius:6px;padding:10px;font-weight:500}.container{background-color:#f9f9f9;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.card{background:#fff;border-radius:12px;flex-direction:column;gap:1.2rem;width:100%;max-width:400px;padding:2.5rem;display:flex;box-shadow:0 10px 25px #00000014}.description{color:#636e72;text-align:center;margin:0;font-size:.9rem}.card input{border:1px solid #dfe6e9;border-radius:8px;padding:12px 16px}.card button{color:#fff;cursor:pointer;background-color:#08863a;border:none;border-radius:8px;padding:12px;font-size:1rem;font-weight:600;transition:background .3s,transform .1s}.card button:hover{background-color:#0a883c;transform:translateY(-1px)}.links{text-align:center;font-size:.9rem}.links a{color:#08863a;font-weight:500;text-decoration:none}.links a:hover{text-decoration:underline}.home-container{background:linear-gradient(#fefefe 0%,#08863a0f 100%);flex-direction:column;min-height:100vh;display:flex}.home-hero{text-align:center;padding:3rem 1rem 2.5rem}.home-hero-content{flex-direction:column;align-items:center;gap:14px;max-width:720px;margin:0 auto;display:flex}.home-hero-image{width:220px;max-width:80%;height:auto;display:block}.home-hero-title{color:#1f2937;margin:0;font-size:2.4rem;font-weight:700;line-height:1.1}.text-verde{color:#08863a}.text-amarillo{color:#fdc202;margin-left:6px}.home-subtitle{color:#444;margin:0;font-size:1.1rem;font-weight:500}.home-description{color:#555;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.5}.home-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:1.25rem;display:flex}.home-features{width:100%;max-width:1000px;margin:0 auto;padding:2rem 1rem 4rem}.home-features h2{text-align:center;color:#333;margin-bottom:1.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.feature-card{background:#fff;border:1px solid #e5e4e7;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000a}.feature-card h3{color:#08863a;margin:0 0 .5rem;font-size:1rem}.feature-card p{color:#444;margin:0;font-size:.9rem;line-height:1.4}@media (width<=768px){.home-hero-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.navbar{z-index:100;background:#fff;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.navbar-left{align-items:center;gap:8px;display:flex}.navbar-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-brand h1{color:#08863a;margin:0;font-size:1.5rem}.navbar-right{align-items:center;gap:16px;display:flex}.navbar-links{gap:16px;display:flex}.nav-link{color:#333;border-radius:6px;padding:8px 16px;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:#08863a;background:#08863a1a}.nav-link.active{color:#fff;background:#08863a}.navbar-actions{gap:12px;display:flex}.nav-btn{cursor:pointer;font-weight:500;font-size:inherit;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-family:inherit;text-decoration:none;transition:background .3s,transform .1s;display:inline-flex}.nav-btn:hover{transform:translateY(-1px)}.nav-btn-primary{color:#fff;background-color:#08863a}.nav-btn-primary:hover{background-color:#0a883c}.nav-btn-accent{color:#333;background-color:#fdc202}.nav-btn-accent:hover{background-color:#fcc604}.nav-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.nav-icon-btn:hover{background:#08863a1a}.hamburger-btn{flex-direction:column;gap:4px;width:32px;height:32px;display:flex}.hamburger-line{background:#333;border-radius:2px;width:20px;height:2px;display:block}.user-dropdown{position:relative}.user-dropdown-toggle{cursor:pointer;font-size:inherit;background:0 0;border:1px solid #e5e4e7;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-family:inherit;transition:background .2s,border-color .2s;display:flex}.user-dropdown-toggle:hover{background:#08863a0d;border-color:#08863a}.user-avatar{color:#fff;background:#08863a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:700;display:flex}.user-name{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:140px;font-size:.9rem;font-weight:500;overflow:hidden}.dropdown-arrow{color:#888;font-size:.6rem;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown-menu{background:#fff;border:1px solid #e5e4e7;border-radius:10px;min-width:180px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.dropdown-item{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 16px;font-family:inherit;font-size:.875rem;text-decoration:none;transition:background .15s;display:block}.dropdown-item:hover{background:#08863a0f}.dropdown-item-danger{color:#d63031}.dropdown-item-danger:hover{background:#d630310f}.dropdown-divider{border:none;border-top:1px solid #e5e4e7;margin:0}@media (width<=768px){.navbar{padding:0 1rem}.user-name{display:none}.navbar-links,.navbar-actions{gap:8px}.nav-link{padding:6px 10px;font-size:.9rem}}.footer{text-align:center;color:#555;background:#fff;border-top:1px solid #e5e4e7;margin-top:auto;padding:1rem 2rem;font-size:.9rem}.acceso-denegado{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.acceso-denegado h1{color:#dc3545;margin:0;font-size:6rem;line-height:1}.acceso-denegado h2{margin:.5rem 0;font-size:2rem}.acceso-denegado p{color:#666;margin-bottom:2rem}._sidebar_hw27t_1{background:#fff;border-right:1px solid #e5e4e7;flex-direction:column;flex-shrink:0;width:280px;min-height:calc(100vh - 60px);transition:width .25s;display:flex;overflow:hidden}._sidebar_hw27t_1._collapsed_hw27t_13{width:56px}._header_hw27t_17{border-bottom:1px solid #e5e4e7;flex-direction:column;gap:4px;padding:1.5rem 1rem;transition:padding .25s;display:flex}._collapsed_hw27t_13 ._header_hw27t_17{align-items:center;padding:1.5rem .5rem}._title_hw27t_31{color:#08863a;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;transition:font-size .25s;overflow:hidden}._collapsed_hw27t_13 ._title_hw27t_31{display:none}._badge_hw27t_47{color:#555;white-space:nowrap;font-size:.75rem;font-weight:600;overflow:hidden}._nav_hw27t_55{flex-direction:column;flex:1;gap:16px;padding:1rem .75rem;display:flex;overflow-y:auto}._collapsed_hw27t_13 ._nav_hw27t_55{padding:1rem .25rem}._section_hw27t_68{flex-direction:column;gap:4px;display:flex}._sectionTitle_hw27t_74{text-transform:uppercase;letter-spacing:.12em;color:#888;white-space:nowrap;margin-bottom:4px;padding-left:6px;font-size:.7rem;font-weight:700;overflow:hidden}._link_hw27t_86{color:#333;white-space:nowrap;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s,padding .25s;display:flex;overflow:hidden}._link_hw27t_86:hover{color:#08863a;background:#08863a14}._linkActive_hw27t_108{white-space:nowrap;background:#08863a;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-weight:700;text-decoration:none;display:flex;overflow:hidden;color:#fff!important}._collapsed_hw27t_13 ._link_hw27t_86,._collapsed_hw27t_13 ._linkActive_hw27t_108{justify-content:center;padding:10px 6px;font-size:.85rem}._icon_hw27t_129{flex-shrink:0}@media (width<=768px){._sidebar_hw27t_1{width:56px}._sidebar_hw27t_1:not(._collapsed_hw27t_13){z-index:95;position:fixed;top:60px;left:0;box-shadow:4px 0 20px #00000026;width:280px!important}}.dashboard-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}.dashboard-card{background:#fff;border-radius:.5rem;margin-bottom:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.dashboard-card h2{color:#374151;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.dashboard-card p{color:#6b7280;margin:0 0 .5rem}.dashboard-section{margin-bottom:1.5rem}.dashboard-section h2{color:#374151;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.viaje-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.viaje-row:last-child{border-bottom:none}.pagination-container{border-top:1px solid #e5e7eb;flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex}@media (width>=768px){.pagination-container{flex-direction:row;justify-content:space-between;align-items:center}}.pagination-items-per-page{color:#1f2937;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.pagination-select{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.2rem .4rem;font-size:.75rem}.pagination-select:focus{border-color:#08863a;outline:none;box-shadow:0 0 0 1px #08863a}.pagination-controls{justify-content:center;align-items:center;gap:.25rem;display:flex}.pagination-button{color:#08863a;cursor:pointer;background:#fff;border:1px solid #08863a;border-radius:.375rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s}.pagination-button:hover:not(:disabled){color:#0a883c;background:#08863a1a;border-color:#0a883c}.pagination-ellipsis{color:#6b7280;cursor:default;background:0 0;border:none;padding:.25rem}.pagination-button:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6;border-color:#d1d5db}.pagination-button-active{color:#fff;background:#08863a;border-color:#08863a}.pagination-button-active:hover{color:#fff;background:#0a883c;border-color:#0a883c}.pagination-info{color:#1f2937;text-align:center;font-size:.75rem}@media (width>=768px){.pagination-info{text-align:right}}.pagination-info-bold{font-weight:500}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.modal-title{color:#1f2937;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.modal-close:hover{color:#1f2937;background:#f3f4f6}.modal-body{padding:1.5rem}.actions-menu-select{color:#fff;cursor:pointer;appearance:none;background-color:#08863a;background-image:linear-gradient(45deg,#0000 50%,#fff 50%),linear-gradient(135deg,#fff 50%,#0000 50%);background-position:calc(100% - 14px) calc(50% - 3px),calc(100% - 9px) calc(50% - 3px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:none;border-radius:.375rem;min-width:120px;padding:.5rem 2rem .5rem .9rem;font-size:.875rem;font-weight:500;transition:background .2s}.actions-menu-select:hover{background-color:#0a883c}.actions-menu-select:focus{outline:none;box-shadow:0 0 0 3px #08863a26}.actions-menu-select option{color:#1f2937;background:#fff}.table-toolbar{background:#fff;border-radius:.5rem;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:1rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0000001a}.table-toolbar-search{flex:1;min-width:200px;max-width:360px;position:relative}.search-icon{color:#9ca3af;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:8px 32px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#08863a;box-shadow:0 0 0 3px #08863a1a}.search-input::placeholder{color:#9ca3af}.search-input:-webkit-autofill{-webkit-text-fill-color:#1f2937;box-shadow:inset 0 0 0 1000px #fff}.search-input:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937;box-shadow:inset 0 0 0 1000px #fff}.search-input:-webkit-autofill:focus{-webkit-text-fill-color:#1f2937;box-shadow:inset 0 0 0 1000px #fff}.search-clear{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1.1rem;line-height:1;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.search-clear:hover{color:#374151;background:#f3f4f6}.table-toolbar-filters{flex-wrap:wrap;gap:8px;display:flex}.filter-select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;min-width:140px;padding:8px 12px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.filter-select:focus{border-color:#08863a;box-shadow:0 0 0 3px #08863a1a}.table-toolbar-sort{align-items:center;gap:4px;display:flex}.sort-order-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:.8rem;font-weight:600;line-height:1;transition:border-color .2s,box-shadow .2s}.sort-order-btn:hover{color:#08863a;border-color:#08863a}.sort-order-btn:focus{border-color:#08863a;outline:none;box-shadow:0 0 0 3px #08863a1a}.pasajeros-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.conductores-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.badge-disponible{color:#08863a;background:#08863a1a;border:1px solid #08863a40;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-en-viaje{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-inactivo{color:#374151;background:#e5e7eb;border:1px solid #d1d5db;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-control-geosearch *,.leaflet-control-geosearch :before,.leaflet-control-geosearch :after{box-sizing:border-box}.leaflet-control-geosearch .leaflet-bar-part{border-bottom:none;border-radius:4px}.leaflet-control-geosearch a.leaflet-bar-part:before,.leaflet-control-geosearch a.leaflet-bar-part:after{content:"";display:block;position:absolute}.leaflet-control-geosearch a.leaflet-bar-part:before{border-top:2px solid #555;width:6px;top:17px;left:15px;transform:rotate(45deg)}.leaflet-control-geosearch a.leaflet-bar-part:after{border:2px solid #555;border-radius:50%;width:8px;height:8px;top:10px;left:10px}.leaflet-control-geosearch.error a.leaflet-bar-part:before,.leaflet-control-geosearch.pending a.leaflet-bar-part:before{display:none}.leaflet-control-geosearch.pending a.leaflet-bar-part:after,.leaflet-control-geosearch.error a.leaflet-bar-part:after{border-radius:50%;width:18px;height:18px;margin:-9px 0 0 -9px;top:50%;left:50%}.leaflet-control-geosearch.pending a.leaflet-bar-part:after{content:"";border:2px solid #555;border-top-color:#f3f3f3;animation:1s linear infinite spin}.leaflet-control-geosearch.error a.leaflet-bar-part:after{content:"!";line-height:initial;border:none;font-size:18px;font-weight:600}.leaflet-control-geosearch form{z-index:-1;background-color:#fff;background-clip:padding-box;border-radius:0 4px 4px 0;height:auto;margin:0;padding:0 8px;display:none;position:absolute;top:0;left:30px;box-shadow:0 1px 5px #000000a6}.leaflet-geosearch-button form.open{border-radius:0 4px 4px}.leaflet-control-geosearch.active form{display:block}.leaflet-geosearch-button.active .leaflet-bar-part{border-radius:4px 0 0 4px;width:30px}.leaflet-geosearch-button form{max-width:350px}.leaflet-control-geosearch form input{text-indent:8px;border:none;border-radius:0 4px 4px 0;outline:none;width:100%;min-width:200px;height:30px;margin:0;padding:0;font-size:12px}.leaflet-touch .leaflet-geosearch-bar form{box-shadow:none;border:2px solid #0003}.leaflet-touch .leaflet-geosearch-bar form input{height:30px}.leaflet-control-geosearch .results{background:#fff}.leaflet-control-geosearch .results>*{white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;padding:0 8px;line-height:24px;overflow:hidden}.leaflet-control-geosearch .results.active{border-top:1px solid #c6c6c6;padding:8px 0}.leaflet-control-geosearch .results>.active,.leaflet-control-geosearch .results>:hover{cursor:pointer;background-color:#f8f8f8;border-color:#c6c6c6}.leaflet-control-geosearch .results.active:after{content:"";width:0;display:block;position:absolute;top:30px;bottom:-2px;left:-2px}.leaflet-touch .leaflet-control-geosearch .results.active:after{border-left:2px solid #0003}.leaflet-top .leaflet-geosearch-bar,.leaflet-bottom .leaflet-geosearch-bar{display:none}.leaflet-geosearch-bar{cursor:auto;z-index:1000;width:400px;max-width:calc(100% - 120px);height:auto;margin:10px auto 0;display:block;position:relative}.leaflet-geosearch-bar form{border-radius:4px;display:block;position:relative;top:0;left:0}.leaflet-geosearch-bar form input{width:100%;min-width:100%}.leaflet-geosearch-bar .results.active:after{opacity:.2}.leaflet-right .leaflet-control-geosearch form{right:28px;left:initial;border-left:inherit;border-right:none;border-radius:4px 0 0 4px}.leaflet-bar-notfound{font-style:italic}.leaflet-control-geosearch button.reset{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:0 4px 4px 0;padding:0 8px;font-weight:700;line-height:26px;text-decoration:none;position:absolute;top:0;right:0}.leaflet-touch .leaflet-control-geosearch button.reset{line-height:30px}.leaflet-control-geosearch button.reset:hover{background:#f5f5f5}.vehiculos-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.badge-en-terminal{color:#08863a;background:#08863a1a;border:1px solid #08863a40;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-en-ruta{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-proximo{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.barrios-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}.filter-container{box-shadow:0 1px 3px #0000001a}.filter-container label{color:#374151}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.comunas-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.rutas-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.entidades-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.perfil-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}.perfil-content{margin-bottom:1.5rem}.bg-white{background:#fff;padding:1.5rem}.perfil-info{flex-direction:column;gap:1rem;display:flex}.perfil-row{border-bottom:1px solid #e5e7eb;padding:.75rem 0;display:flex}.perfil-label{color:#6b7280;flex-shrink:0;width:120px;font-weight:600}.perfil-value{color:#1f2937}.perfil-actions{margin-top:1.5rem}.perfil-form{flex-direction:column;display:flex}.success-message{color:#08863a;background-color:#08863a1a;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.error-message{color:#c62828;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;margin-bottom:1rem;padding:.75rem}.input{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem;font-size:.875rem;transition:all .2s}.perfil-description{color:#6b7280;margin-bottom:1rem}.buscador-rutas{gap:10px;margin:20px 0;display:flex}.buscador-rutas .input{flex:1}.resultados-rutas{margin-top:20px}.ruta-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:18px;box-shadow:0 2px 8px #00000014}.bus-card{background:#f9fafb;border-left:5px solid #08863a;border-radius:8px;margin-top:15px;padding:15px}.resumen-card{background:#fff;border:2px solid #08863a;border-radius:12px;margin-top:25px;padding:20px;box-shadow:0 3px 12px #0000001a}.estado-badge{color:#fff;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.estado-terminal{background:#08863a}.estado-ruta{background:#0d6efd}.estado-proximo{background:#f59e0b}.mapa-simulado{text-align:center;background:linear-gradient(135deg,#dff7e8,#fff5c4);border:1px solid #d1d5db;border-radius:12px;margin-top:15px;padding:25px}.bus-icon{margin-bottom:10px;font-size:42px}.toast{color:#fff;z-index:9999;background:#08863a;border-radius:8px;padding:14px 18px;font-weight:700;position:fixed;top:20px;right:20px;box-shadow:0 5px 15px #00000040}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}@media (width<=768px){.buscador-rutas{flex-direction:column}.perfil-row{flex-direction:column;gap:6px}.perfil-label{width:auto}.ruta-card,.bus-card,.resumen-card{padding:15px}}.botones-detalle{flex-wrap:wrap;gap:10px;margin-top:15px;display:flex}.viajes-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}.desktop-table{display:block;overflow-x:auto}@media (width<=767px){.desktop-table{display:none}}@media (width<=767px){.mobile-cards{display:block}}.mobile-card-actions{border-top:1px solid #f3f4f6;padding-top:.75rem}.mobile-card-actions .actions-menu-select{width:100%}.badge-pendiente{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-aceptado{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-en-curso{color:#08863a;background:#08863a1a;border:1px solid #08863a40;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-finalizado{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-cancelado{color:#374151;background:#e5e7eb;border:1px solid #d1d5db;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.viaje-detalle-modal{max-width:600px}.detalle-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=767px){.detalle-grid{grid-template-columns:1fr}}.detalle-field{flex-direction:column;gap:.25rem;display:flex}.detalle-field label{text-transform:uppercase;color:#6b7280;font-size:.75rem;font-weight:600}.detalle-field span{color:#1f2937;font-size:.875rem}.detalle-sub{color:#6b7280!important;font-size:.75rem!important}.form-group{margin-bottom:1rem}.form-group label{color:#374151;margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-group .input{width:100%}.usuarios-container{background:#f3f4f6;min-height:calc(100vh - 60px);padding:1rem 2rem 2rem}.page-header{margin-bottom:1.5rem}.page-header h1{color:#1f2937;font-size:1.875rem;font-weight:700}.table-container{margin-bottom:1.5rem}.filter-container{background:#fff;border-radius:.5rem;margin-bottom:1rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.bg-white{background:#fff}.rounded-lg{border-radius:.5rem}.shadow-sm{box-shadow:0 1px 3px #0000001a}.desktop-table{display:block}@media (width<=767px){.desktop-table{display:none}}.mobile-cards{display:none}@media (width<=767px){.mobile-cards{display:block}}.mobile-cards-list{flex-direction:column;display:flex}.mobile-card{border-bottom:1px solid #e5e7eb;padding:1rem;transition:background-color .2s}.mobile-card:hover{background:#f9fafb}.mobile-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.mobile-card-info h3{color:#1f2937;margin:0 0 .25rem;font-size:.875rem;font-weight:700}.mobile-card-info p{color:#6b7280;margin:.125rem 0;font-size:.75rem}.mobile-badge{text-transform:uppercase;border-radius:9999px;padding:.125rem .5rem;font-size:.625rem;font-weight:700}.mobile-card-body{margin-bottom:.75rem}.mobile-card-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.mobile-card-row span:first-child{text-transform:uppercase;color:#6b7280;font-size:.625rem;font-weight:600}.mobile-card-row span:last-child{color:#1f2937;font-size:.75rem;font-weight:700}.mobile-card-actions{border-top:1px solid #f3f4f6;gap:.5rem;padding-top:.75rem;display:flex}.mobile-button{cursor:pointer;border:none;border-radius:.375rem;flex:1;padding:.375rem .5rem;font-size:.75rem;font-weight:600;transition:background-color .2s}.mobile-button-edit{color:#08863a;background:#08863a1a}.mobile-button-edit:hover{background:#08863a2e}.mobile-empty{text-align:center;color:#6b7280;padding:2rem;font-size:.875rem;font-style:italic}.loading-container{flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#08863a;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.loading-container p{color:#6b7280;margin-top:1rem;font-size:.875rem}.error{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;padding:1rem;font-weight:500}.badge-admin{color:#08863a;background:#08863a1a;border:1px solid #08863a40;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-conductor{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-pasajero{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-entidad{color:#854d0e;background:#fef9c3;border:1px solid #fde047;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-default{color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.table{border-collapse:collapse;width:100%}.table thead{background:#f9fafb}.table th{text-align:left;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem}.table tr:hover{background:#f9fafb}.table .text-center{text-align:center}.button{cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.button-primary{color:#fff;background:#08863a}.button-primary:hover{background:#0a883c}.button-outline{color:#08863a;background:0 0;border:1px solid #08863a}.button-outline:hover{background:#08863a1a}.input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.input:focus{border-color:#08863a;outline:none;box-shadow:0 0 0 3px #08863a1a}.font-medium{font-weight:500}.filter-label{color:#374151;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.filter-select{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;min-width:150px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;transition:all .2s}.filter-select option{color:#1f2937;background:#fff}.filter-select:focus{border-color:#08863a;outline:none;box-shadow:0 0 0 3px #08863a1a}
