:root{--text:#1f2937;--text-muted:#6b7280;--text-h:#111827;--bg:#f3f4f6;--surface:#fff;--border:#e5e7eb;--primary:#6366f1;--primary-dark:#4f46e5;--error:#dc2626;--error-bg:#fef2f2;--success:#10b981;--success-bg:#ecfdf5;--warning:#f59e0b;--warning-bg:#fffbeb;--bg-hover:#f3f4f6;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--tab-height:64px;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-sm:0 1px 2px #0000000f;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}@media (prefers-color-scheme:dark){:root{--text:#e5e7eb;--text-muted:#9ca3af;--text-h:#f9fafb;--bg:#111827;--surface:#1f2937;--border:#374151;--primary:#818cf8;--primary-dark:#6366f1;--error:#f87171;--error-bg:#450a0a;--success:#34d399;--success-bg:#052e16;--warning:#fbbf24;--warning-bg:#422006;--bg-hover:#374151;--shadow-sm:0 1px 2px #0000004d;--shadow:0 1px 3px #0006, 0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006, 0 2px 4px #0000004d}}*,:before,:after{box-sizing:border-box;touch-action:manipulation}body{overscroll-behavior:none;margin:0}#root{min-height:100dvh}h1,h2,h3{color:var(--text-h);font-weight:700}input,select,textarea,button{font-family:var(--sans)}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=tel],select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:52px;color:var(--text);appearance:none;outline:none;padding:0 14px;font-size:1rem;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=tel]:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}input[type=file]{font-size:.9rem}.loading-screen{min-height:40vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.layout{background:var(--bg);flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex;position:relative}.layout-main{-webkit-overflow-scrolling:touch;padding:0 0 calc(var(--tab-height) + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.tab-bar{width:100%;max-width:480px;height:calc(var(--tab-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--border);z-index:100;align-items:stretch;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -1px 8px #0000000f}.tab-item{color:var(--text-muted);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0 0;font-size:.7rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.tab-item.active{color:var(--primary)}.tab-item svg{flex-shrink:0}.tab-avatar{background:var(--bg-hover);border:1.5px solid var(--border);width:26px;height:26px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.tab-avatar.active{border-color:var(--primary);color:var(--primary);background:#6366f11f}.login-page{background:var(--bg);flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.login-brand{background:var(--primary);text-align:center;padding:3rem 1.5rem 2.5rem}.login-brand h1{color:#fff;letter-spacing:-.5px;margin:0 0 .35rem;font-size:2.25rem;font-weight:800}.login-brand p{color:#ffffffbf;margin:0;font-size:1rem}.login-card{background:var(--bg);flex:1;padding:1.75rem 1.5rem}.login-card h1,.subtitle{display:none}.login-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:1.25rem 0 .5rem;font-size:.8rem;font-weight:700}.login-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--error) 30%, transparent);margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem}.login-form{flex-direction:column;gap:.85rem;display:flex}.login-form label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;display:flex}.login-form input:focus,.login-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;letter-spacing:.01em;-webkit-tap-highlight-color:transparent;border:none;width:100%;height:52px;margin-top:.5rem;padding:0 1rem;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.form-footer{color:var(--text-muted);text-align:center;margin:.75rem 0 0;font-size:.9rem}.form-footer a{color:var(--primary);font-weight:600;text-decoration:none}.form-hint{color:var(--text-muted);margin:.25rem 0 0;font-size:.85rem}.login-section-hint{color:var(--text-muted);text-transform:none;letter-spacing:0;font-size:.75rem;font-weight:400}.reg-progress{justify-content:center;align-items:center;gap:.4rem;padding:1rem 1.5rem 0;display:flex}.reg-dot{background:var(--border);border-radius:50%;width:8px;height:8px;transition:all .2s}.reg-dot.active{background:var(--primary);border-radius:4px;width:24px}.reg-dot.done{background:var(--success)}.reg-step-header{margin-bottom:1.5rem}.reg-step-header h2{color:var(--text-h);margin:0 0 .3rem;font-size:1.35rem;font-weight:800}.reg-step-header p{color:var(--text-muted);margin:0;font-size:.9rem}.role-cards{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.role-card{border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;-webkit-tap-highlight-color:transparent;text-align:left;align-items:center;gap:1rem;width:100%;padding:1.1rem 1rem;transition:border-color .15s,background .15s,transform .1s;display:flex}.role-card:active{transform:scale(.98)}.role-card.selected{border-color:var(--primary);background:#6366f10d}.role-card-icon{border-radius:var(--radius);background:var(--bg-hover);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;transition:background .15s;display:flex}.role-card.selected .role-card-icon{background:#6366f11f}.role-card-text{flex:1}.role-card-title{color:var(--text-h);margin-bottom:.2rem;font-size:1rem;font-weight:700;display:block}.role-card-desc{color:var(--text-muted);font-size:.82rem;line-height:1.4}.role-card-check{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.role-card.selected .role-card-check{border-color:var(--primary);background:var(--primary)}.role-card.selected .role-card-check:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;display:block;transform:rotate(45deg)translateY(-1px)}.reg-back-btn{color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.5rem 0;font-size:.9rem;font-weight:500;display:inline-flex}.reg-back-btn:active{color:var(--text)}.reg-skip-btn{width:100%;color:var(--text-muted);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;margin-top:.25rem;padding:.75rem 0;font-size:.9rem;font-weight:500;display:block}.reg-skip-btn:active{color:var(--text)}.reg-welcome{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.reg-welcome-icon{width:80px;height:80px;color:var(--success);background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.reg-welcome h2{color:var(--text-h);margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.reg-welcome p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.5}.doc-progress-bar{background:var(--border);border-radius:2px;height:4px;margin-bottom:.4rem;overflow:hidden}.doc-progress-fill{background:var(--primary);border-radius:2px;height:100%;transition:width .3s}.doc-progress-label{color:var(--text-muted);text-align:right;margin:0 0 1.25rem;font-size:.82rem}.doc-cards{flex-direction:column;gap:.75rem;display:flex}.doc-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:1rem;transition:border-color .15s}.doc-card--done{border-color:var(--success);background:#10b9810a}.doc-card-header{align-items:center;gap:.6rem;margin-bottom:.3rem;display:flex}.doc-card-dot{background:var(--border);border-radius:50%;flex-shrink:0;width:8px;height:8px}.doc-card-dot--done{background:var(--success)}.doc-card-label{color:var(--text-h);flex:1;font-size:.9rem;font-weight:700}.doc-badge{letter-spacing:.02em;border-radius:20px;flex-shrink:0;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.doc-badge--ok{color:var(--success);background:#10b9811f}.doc-card-hint{color:var(--text-muted);margin:0 0 .75rem;padding-left:1.4rem;font-size:.8rem;line-height:1.4}.doc-upload-zone{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;min-height:64px;transition:border-color .15s,background .15s;display:flex}.doc-upload-zone:active{background:var(--bg-hover)}.doc-upload-placeholder{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem;font-size:.82rem;display:flex}.doc-upload-name{color:var(--primary);word-break:break-all;text-align:center;padding:.5rem .75rem;font-size:.82rem;font-weight:600}.doc-upload-btn{background:var(--bg-hover);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;height:40px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;margin-top:.6rem;font-size:.88rem;font-weight:600;transition:background .15s}.doc-upload-btn:active:not(:disabled){background:var(--border)}.doc-upload-btn:disabled{opacity:.5;cursor:not-allowed}.pass-home{padding:0 0 1rem}.pass-hero{background:var(--primary);padding:calc(env(safe-area-inset-top,0px) + 1.75rem) 1.5rem 2rem;position:relative;overflow:hidden}.pass-hero:after{content:"";background:var(--bg);border-radius:24px 24px 0 0;height:24px;position:absolute;bottom:-1px;left:0;right:0}.pass-hero h1{color:#fff;margin:0 0 .2rem;font-size:1.6rem;font-weight:800}.pass-hero p{color:#ffffffbf;margin:0;font-size:.9rem}.pass-body{flex-direction:column;gap:.75rem;padding:.5rem 1rem 0;display:flex}.active-ride{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);-webkit-tap-highlight-color:transparent;align-items:center;gap:.75rem;padding:.9rem 1rem;text-decoration:none;transition:transform .1s;display:flex}.active-ride:active{transform:scale(.98)}.active-ride-pulse{background:#fff;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.4s ease-out infinite pass-pulse}@keyframes pass-pulse{0%{box-shadow:0 0 #ffffffa6}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 #fff0}}.active-ride-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.active-ride-label{letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;font-size:.72rem;font-weight:700}.active-ride-head{color:#fff;font-size:1rem;font-weight:700}.active-ride-chev{opacity:.9;font-size:1.25rem}.cta-search{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);color:var(--text);box-shadow:var(--shadow-sm);-webkit-tap-highlight-color:transparent;align-items:center;gap:.85rem;padding:1rem 1.1rem;text-decoration:none;transition:border-color .15s,transform .1s;display:flex}.cta-search:active{border-color:var(--primary);transform:scale(.98)}.cta-search-icon{width:40px;height:40px;color:var(--primary);background:#6366f11a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cta-search-text{flex-direction:column;flex:1;gap:2px;display:flex}.cta-search-title{color:var(--text-h);font-size:1rem;font-weight:700}.cta-search-sub{color:var(--text-muted);font-size:.82rem}.cta-search-chev{color:var(--text-muted);font-size:1.2rem}.quick-row{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.quick-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);-webkit-tap-highlight-color:transparent;align-items:center;gap:.6rem;padding:.7rem .85rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:transform .1s,border-color .15s;display:flex}.quick-card:active{border-color:var(--primary);transform:scale(.97)}.quick-icon{background:var(--bg);width:32px;height:32px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.section-head{justify-content:space-between;align-items:baseline;margin:.75rem 0 .25rem;display:flex}.section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.section-link{color:var(--primary);font-size:.85rem;font-weight:600;text-decoration:none}.recent-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.recent-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);-webkit-tap-highlight-color:transparent;align-items:center;gap:.75rem;padding:.7rem .85rem;text-decoration:none;transition:transform .1s,border-color .15s;display:flex}.recent-item:active{border-color:var(--primary);transform:scale(.98)}.recent-dot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:10px;height:10px}.recent-dot--completada{background:var(--success)}.recent-dot--cancelada_pasajero,.recent-dot--cancelada_conductor,.recent-dot--expirada{background:var(--error)}.recent-dot--pendiente,.recent-dot--aceptada,.recent-dot--conductor_en_sitio,.recent-dot--en_curso{background:var(--primary)}.recent-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.recent-main{color:var(--text-h);font-size:.92rem;font-weight:700}.recent-sub{color:var(--text-muted);font-size:.8rem}.recent-chev{color:var(--text-muted)}.home-muted{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem}.home-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);margin:0;padding:.6rem .85rem;font-size:.88rem}.dashboard{padding:0 0 1rem}.dashboard-greeting{background:var(--primary);padding:calc(env(safe-area-inset-top,0px) + 1.75rem) 1.5rem 2rem;position:relative;overflow:hidden}.dashboard-greeting:after{content:"";background:var(--bg);border-radius:24px 24px 0 0;height:24px;position:absolute;bottom:-1px;left:0;right:0}.dashboard-greeting h1{color:#fff;margin:0 0 .2rem;font-size:1.6rem;font-weight:800}.dashboard-greeting p{color:#ffffffb3;margin:0;font-size:.9rem}.dashboard-body{padding:.5rem 1rem 0}.dashboard-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:1.25rem 0 .65rem;font-size:.78rem;font-weight:700}.dashboard-actions{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.card-link{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);box-shadow:var(--shadow-sm);-webkit-tap-highlight-color:transparent;padding:1.1rem;text-decoration:none;transition:box-shadow .15s,transform .1s;display:block}.card-link:active{box-shadow:none;transform:scale(.97)}.card-icon{border-radius:var(--radius-sm);background:#6366f11a;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.65rem;font-size:1.2rem;display:flex}.card-title{color:var(--text-h);margin-bottom:.2rem;font-size:.95rem;font-weight:700;display:block}.card-desc{color:var(--text-muted);font-size:.8rem;line-height:1.4;display:block}.servicios-list{padding:0 0 1rem}.screen-header{padding:calc(env(safe-area-inset-top,0px) + 1rem) 1rem .75rem;background:var(--surface);border-bottom:1px solid var(--border)}.screen-header h1{color:var(--text-h);margin:0 0 .65rem;font-size:1.35rem;font-weight:800}.filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding-bottom:2px;display:flex;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.filter-pill{border:1.5px solid var(--border);background:var(--bg);color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;flex-shrink:0;padding:.35rem .85rem;font-size:.85rem;font-weight:500;transition:all .15s}.filter-pill.active{background:var(--primary);border-color:var(--primary);color:#fff}.filter-row{gap:.5rem;padding:.75rem 1rem;display:flex}.filter-row select{border-radius:999px;flex:1;height:40px;padding:0 14px;font-size:.88rem}.list-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);margin:1rem;padding:.75rem 1rem;font-size:.9rem}.loading,.empty{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.95rem}.servicios-cards{flex-direction:column;gap:.65rem;margin:0;padding:.75rem 1rem;list-style:none;display:flex}.servicio-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-tap-highlight-color:transparent;padding:1rem}.sc-top{justify-content:space-between;align-items:flex-start;margin-bottom:.6rem;display:flex}.sc-id{color:var(--text-muted);letter-spacing:.04em;font-size:.78rem;font-weight:600}.sc-tipo{color:var(--text-h);margin-top:.1rem;font-size:1rem;font-weight:700}.sc-estado{background:var(--bg-hover);color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:.25rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.sc-estado.solicitado{color:#1d4ed8;background:#eff6ff}.sc-estado.aceptado{color:#166534;background:#ecfdf5}.sc-estado.en_curso{color:#92400e;background:#fef3c7}.sc-estado.finalizado{color:#166534;background:#ecfdf5}.sc-estado.cancelado{background:var(--error-bg);color:var(--error)}@media (prefers-color-scheme:dark){.sc-estado.solicitado{color:#93c5fd;background:#1e3a8a}.sc-estado.aceptado{color:#86efac;background:#052e16}.sc-estado.en_curso{color:#fcd34d;background:#422006}.sc-estado.finalizado{color:#86efac;background:#052e16}.sc-estado.cancelado{background:var(--error-bg);color:var(--error)}}.sc-coords{flex-direction:column;gap:.25rem;margin-bottom:.65rem;display:flex}.sc-coord-row{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.sc-coord-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sc-coord-dot.origin{background:var(--primary)}.sc-coord-dot.dest{background:var(--success)}.sc-coord-text{text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace;font-size:.78rem;overflow:hidden}.sc-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.6rem;display:flex}.sc-tarifa{color:var(--text-h);font-size:.95rem;font-weight:700}.sc-link{background:var(--primary);color:#fff;-webkit-tap-highlight-color:transparent;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none}.sc-link:active{background:var(--primary-dark)}.pagination-info{text-align:center;color:var(--text-muted);padding:.5rem 1rem 0;font-size:.82rem}.servicio-detail{padding-bottom:1rem}.detail-top-bar{padding:calc(env(safe-area-inset-top,0px) + .75rem) 1rem .75rem;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;display:flex}.back-btn{background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text);-webkit-tap-highlight-color:transparent;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.detail-top-bar h1{color:var(--text-h);margin:0;font-size:1.15rem;font-weight:800}.detail-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);margin:1rem;padding:.75rem 1rem;font-size:.9rem}.detail-error a{color:var(--primary);margin-left:.5rem}.detail-body{flex-direction:column;gap:.75rem;padding:.75rem 1rem;display:flex}.detail-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.detail-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding:.85rem 1rem .35rem;font-size:.72rem;font-weight:700}.detail-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.9rem;display:flex}.detail-row:first-of-type{border-top:none}.detail-row dt{color:var(--text-muted);font-weight:500}.detail-row dd{color:var(--text);text-align:right;margin:0;font-weight:600}.loading{text-align:center;color:var(--text-muted);padding:3rem 1rem}.detail-form{flex-direction:column;gap:.65rem;padding:.75rem 1rem;display:flex}.detail-form label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;display:flex}.detail-form-btn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;height:48px;margin-top:.25rem;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.detail-form-btn:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.detail-form-btn:disabled{opacity:.6;cursor:not-allowed}.status-hero{flex-direction:column;gap:.85rem;padding:1rem 1rem .85rem;display:flex}.status-headline{color:var(--text-h);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;display:flex}.status-headline--cancelled{color:var(--error)}.status-pulse{background:var(--primary);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.4s ease-out infinite status-pulse;box-shadow:0 0 #6366f199}@keyframes status-pulse{0%{box-shadow:0 0 #6366f18c}70%{box-shadow:0 0 0 10px #6366f100}to{box-shadow:0 0 #6366f100}}.status-timeline{flex-direction:column;gap:.55rem;margin:0;padding:.25rem 0 0;list-style:none;display:flex;position:relative}.status-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:12px;bottom:12px;left:8px}.timeline-step{z-index:1;align-items:center;gap:.7rem;display:flex;position:relative}.timeline-dot{background:var(--surface);border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:background .2s,border-color .2s}.timeline-step.reached .timeline-dot{background:var(--primary);border-color:var(--primary)}.timeline-step.current .timeline-dot{box-shadow:0 0 0 4px #6366f12e}.timeline-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.timeline-step.reached .timeline-label{color:var(--text);font-weight:600}.timeline-step.current .timeline-label{color:var(--text-h);font-weight:700}.status-driver{background:var(--bg);border-radius:var(--radius);align-items:center;gap:.75rem;margin-top:.25rem;padding:.65rem .8rem;display:flex}.status-driver-icon{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.status-driver-text{flex-direction:column;gap:2px;display:flex}.status-driver-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.status-driver-id{color:var(--text);font-size:.9rem;font-weight:600}.cancel-btn{height:48px;color:var(--error);border:1.5px solid var(--error);border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;font-size:.95rem;font-weight:700;transition:background .15s}.cancel-btn:active:not(:disabled){background:var(--error-bg)}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.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}}.create-servicio{min-height:calc(100dvh - var(--tab-height) - env(safe-area-inset-bottom,0px));flex-direction:column;display:flex}.create-top-bar{padding:calc(env(safe-area-inset-top,0px) + .75rem) 1rem .75rem;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:.75rem;display:flex}.create-top-bar h1{color:var(--text-h);flex:1;margin:0;font-size:1.1rem;font-weight:800}.back-btn{background:var(--bg);border:1px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;display:flex}.step-indicator{gap:4px;display:flex}.step-dot{background:var(--border);border-radius:2px;width:18px;height:4px;transition:background .2s}.step-dot.active{background:var(--primary)}.map-wrap{background:var(--bg-hover);width:100%;height:42vh;min-height:240px;position:relative}.leaflet-container{font-family:var(--sans);z-index:0}.map-marker{background:0 0;border:none}.map-pin{border:3px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 6px #0000004d}.map-pin--origin{background:#10b981}.map-pin--dest{background:#ef4444}.sheet{background:var(--surface);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);z-index:1;flex-direction:column;flex:1;gap:.75rem;margin-top:-12px;padding:1rem 1rem 1.25rem;display:flex;position:relative;box-shadow:0 -4px 12px #0000000f}.sheet-title{color:var(--text-h);margin:0;font-size:1rem;font-weight:700}.sheet-hint{color:var(--text-muted);background:var(--bg);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.85rem}.sheet-actions{gap:.5rem;margin-top:auto;display:flex}.create-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;flex:1;height:48px;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.btn-primary:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg);height:48px;color:var(--text);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;flex:1;font-size:.95rem;font-weight:600;transition:background .15s}.btn-secondary:active:not(:disabled){background:var(--bg-hover)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.place-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);align-items:flex-start;gap:.75rem;padding:.75rem .85rem;display:flex}.place-dot{width:12px;height:12px;box-shadow:0 0 0 3px var(--bg);border-radius:50%;flex-shrink:0;margin-top:5px}.place-dot--origin{background:#10b981}.place-dot--dest{background:#ef4444}.place-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.place-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.place-addr{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.35;display:-webkit-box;overflow:hidden}.search-wrap{position:relative}.search-hint{color:var(--text-muted);pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.search-results{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-height:220px;margin:.4rem 0 0;padding:0;list-style:none;overflow-y:auto}.search-results li+li{border-top:1px solid var(--border)}.search-results button{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;gap:2px;width:100%;padding:.7rem .85rem;display:flex}.search-results button:hover,.search-results button:active{background:var(--bg-hover)}.search-result-main{color:var(--text);font-size:.92rem;font-weight:600}.search-result-sub{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.tipo-cards{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;display:grid}.tipo-card{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:flex-start;gap:2px;padding:.85rem .9rem;transition:border-color .15s,background .15s;display:flex}.tipo-card.selected{border-color:var(--primary);background:#6366f114}.tipo-card-title{color:var(--text-h);font-size:.95rem;font-weight:700}.tipo-card-sub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.summary-row{background:var(--bg);border-radius:var(--radius);color:var(--text-muted);justify-content:space-between;align-items:center;padding:.75rem .85rem;font-size:.9rem;display:flex}.summary-row strong{color:var(--text-h);font-size:1rem}.checkboxes{flex-wrap:wrap;gap:.5rem;display:flex}.checkbox{border:1.5px solid var(--border);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .85rem;transition:all .15s;color:var(--text)!important;flex-direction:row!important;font-size:.88rem!important;display:flex!important}.checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.checkbox:has(input:checked){border-color:var(--primary);background:#6366f114;color:var(--primary)!important}.create-submit-btn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;height:52px;margin-top:.25rem;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.create-submit-btn:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.create-submit-btn:disabled{opacity:.6;cursor:not-allowed}.muted{color:var(--text-muted);font-size:.9rem}.form-warn{color:var(--error);font-size:.9rem}.profile-page{padding-bottom:1rem}.profile-header{background:var(--primary);padding:calc(env(safe-area-inset-top,0px) + 2rem) 1.5rem 2rem;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.profile-header:after{content:"";background:var(--bg);border-radius:24px 24px 0 0;height:24px;position:absolute;bottom:-1px;left:0;right:0}.profile-avatar{color:#fff;background:#ffffff40;border:3px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:800;display:flex}.profile-name{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.profile-email{color:#ffffffb3;margin:0;font-size:.85rem}.profile-body{padding:.5rem 1rem}.profile-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:.75rem;overflow:hidden}.profile-section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding:.9rem 1rem .4rem;font-size:.72rem;font-weight:700}.profile-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.profile-row:first-of-type{border-top:none}.profile-row dt{color:var(--text-muted);font-weight:500}.profile-row dd{color:var(--text);text-align:right;word-break:break-word;max-width:60%;margin:0}.profile-error{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);margin-bottom:.75rem;padding:.75rem 1rem;font-size:.9rem}.muted{color:var(--text-muted);padding:.75rem 1rem;font-size:.88rem;display:block}.profile-form{flex-direction:column;gap:.75rem;padding:.75rem 1rem;display:flex}.profile-form label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;display:flex}.form-actions{gap:.6rem;margin-top:.25rem;display:flex}.form-actions .btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;flex:1;height:48px;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.form-actions .btn-primary:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{border:1.5px solid var(--border);border-radius:var(--radius);height:48px;color:var(--text);cursor:pointer;background:0 0;flex:1;font-size:.95rem;font-weight:600;transition:background .15s}.btn-secondary:active{background:var(--bg-hover)}.profile-edit-btn{width:calc(100% - 2rem);height:48px;color:var(--primary);border-radius:var(--radius);cursor:pointer;background:#6366f11a;border:1.5px solid #6366f140;margin:0 1rem .75rem;font-size:.95rem;font-weight:700;transition:background .15s;display:block}.profile-edit-btn:active{background:#6366f133}.btn-logout-block{background:var(--error-bg);width:100%;height:52px;color:var(--error);border:1.5px solid color-mix(in srgb, var(--error) 25%, transparent);border-radius:var(--radius);cursor:pointer;margin-top:.5rem;font-size:1rem;font-weight:700;transition:background .15s;display:block}.btn-logout-block:active{background:color-mix(in srgb, var(--error) 15%, transparent)}.profile-logout-section{padding:0 1rem 1.5rem}.ob-page{background:var(--bg);flex-direction:column;min-height:100%;padding-bottom:1.5rem;display:flex}.ob-top-bar{padding:calc(env(safe-area-inset-top,0px) + .85rem) 1rem .85rem;background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.ob-top-bar h1{color:var(--text-h);margin:0;font-size:1.15rem;font-weight:800}.ob-status-chip{white-space:nowrap;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.ob-chip-pendiente_documentos{background:var(--warning-bg);color:var(--warning)}.ob-chip-en_revision{color:#1d4ed8;background:#eff6ff}.ob-chip-aprobado{background:var(--success-bg);color:var(--success)}.ob-chip-rechazado,.ob-chip-suspendido{background:var(--error-bg);color:var(--error)}@media (prefers-color-scheme:dark){.ob-chip-en_revision{color:#93c5fd;background:#1e3a8a}}.ob-progress-track{background:var(--border);height:3px;position:relative}.ob-progress-fill{background:var(--primary);height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ob-steps-row{scrollbar-width:none;background:var(--surface);border-bottom:1px solid var(--border);gap:.4rem;padding:.65rem 1rem;display:flex;overflow-x:auto}.ob-steps-row::-webkit-scrollbar{display:none}.ob-step-chip{border:1.5px solid var(--border);color:var(--text-muted);background:var(--bg);border-radius:999px;flex-shrink:0;padding:.25rem .7rem;font-size:.75rem;font-weight:600;transition:all .2s}.ob-step-chip.active{border-color:var(--primary);color:var(--primary);background:#6366f114}.ob-step-chip.done{border-color:var(--success);color:var(--success);background:var(--success-bg)}.ob-screen{padding:0}.ob-screen-hero{text-align:center;background:var(--surface);border-bottom:1px solid var(--border);padding:2.5rem 1.5rem 1.75rem}.ob-hero-icon{width:72px;height:72px;color:var(--primary);background:#6366f11f;border:3px solid #6366f140;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.75rem;font-weight:800;display:flex}.ob-screen-hero h2{color:var(--text-h);margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.ob-screen-hero p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.ob-section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;padding:1rem 1rem .4rem;font-size:.72rem;font-weight:700;display:flex}.ob-badge-counter{background:var(--primary);color:#fff;border-radius:999px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.ob-req-grid{flex-direction:column;gap:.5rem;padding:0 1rem;display:flex}.ob-req-card{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);align-items:flex-start;gap:.65rem;padding:.85rem;display:flex}.ob-req-aprobado{border-color:var(--success);background:var(--success-bg)}.ob-req-rechazado{border-color:var(--error);background:var(--error-bg)}.ob-req-pendiente{border-color:var(--warning);background:var(--warning-bg)}.ob-req-missing{border-style:dashed}.ob-req-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px}.ob-dot-aprobado{background:var(--success)}.ob-dot-rechazado{background:var(--error)}.ob-dot-pendiente{background:var(--warning)}.ob-dot-missing{background:var(--border)}.ob-req-info{flex:1;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ob-req-name{color:var(--text);font-size:.88rem;font-weight:600}.ob-req-nota{color:var(--text-muted);flex-basis:100%;margin-top:.2rem;font-size:.78rem;font-style:italic}.ob-req-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.ob-badge-aprobado{background:var(--success-bg);color:var(--success)}.ob-badge-rechazado{background:var(--error-bg);color:var(--error)}.ob-badge-pendiente{background:var(--warning-bg);color:var(--warning)}.ob-badge-missing{background:var(--bg-hover);color:var(--text-muted)}.ob-form{flex-direction:column;gap:.75rem;padding:.5rem 1rem;display:flex}.ob-form label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:500;display:flex}.ob-label-hint{color:var(--text-muted);font-size:.78rem;font-weight:400}.ob-upload-zone{border:2px dashed var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;min-height:120px;padding:1.25rem;transition:border-color .15s,background .15s;display:flex}.ob-upload-zone:active,.ob-upload-zone:focus{border-color:var(--primary);background:#6366f10d;outline:none}.ob-upload-zone.has-file{border-color:var(--success);background:var(--success-bg);border-style:solid}.ob-upload-icon{background:var(--bg-hover);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ob-upload-icon:after{content:"+";color:var(--text-muted);font-size:1.3rem;font-weight:300;line-height:1}.ob-upload-ok{background:var(--success-bg);border-color:var(--success)}.ob-upload-ok:after{content:"✓";color:var(--success);font-size:1rem;font-weight:700}.ob-upload-label{color:var(--text);font-size:.9rem;font-weight:600}.ob-upload-filename{color:var(--success);text-align:center;word-break:break-all;font-size:.88rem;font-weight:600}.ob-upload-hint{color:var(--text-muted);font-size:.78rem}.ob-doc-list{flex-direction:column;gap:.4rem;margin:0;padding:0 1rem;list-style:none;display:flex}.ob-doc-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.ob-doc-left{flex-direction:column;flex:1;gap:.15rem;display:flex}.ob-doc-name{color:var(--text);font-size:.88rem;font-weight:600}.ob-doc-meta{color:var(--text-muted);font-size:.78rem}.ob-doc-nota{font-style:italic}.ob-submit-area{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:.75rem;padding:1rem 1rem .5rem;display:flex}.ob-btn-submit{margin-top:.25rem}.ob-btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;height:52px;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.ob-btn-primary:active:not(:disabled){background:var(--primary-dark);transform:scale(.98)}.ob-btn-primary:disabled{opacity:.55;cursor:not-allowed}.ob-error-msg{background:var(--error-bg);color:var(--error);border-radius:var(--radius-sm);margin:0 1rem .25rem;padding:.75rem 1rem;font-size:.9rem}.ob-muted{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.ob-alert-rejection{border-radius:var(--radius);background:var(--error-bg);border:1.5px solid color-mix(in srgb, var(--error) 30%, transparent);color:var(--error);margin:.75rem 1rem 0;padding:.85rem 1rem;font-size:.9rem}.ob-alert-rejection strong{margin-bottom:.3rem;display:block}.ob-alert-rejection p{margin:.2rem 0 0}.ob-status-screen{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.ob-status-screen h2{margin:0;font-size:1.35rem;font-weight:800}.ob-status-screen p{color:var(--text-muted);max-width:280px;margin:0;font-size:.92rem;line-height:1.55}.ob-status-icon-lg{background:var(--bg-hover);border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.ob-status-icon-lg:after{font-size:1.5rem;font-weight:700}.ob-status-review .ob-status-icon-lg{background:#eff6ff;border-color:#93c5fd}.ob-status-review .ob-status-icon-lg:after{content:"···";color:#1d4ed8;letter-spacing:-2px;animation:1.5s ease-in-out infinite ob-pulse}@keyframes ob-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-color-scheme:dark){.ob-status-review .ob-status-icon-lg{background:#1e3a8a;border-color:#3b82f6}.ob-status-review .ob-status-icon-lg:after{color:#93c5fd}}.ob-icon-approved{background:var(--success-bg)!important;border-color:var(--success)!important}.ob-icon-approved:after{content:"✓";color:var(--success)}.ob-icon-need-profile{background:var(--warning-bg)!important;border-color:var(--warning)!important}.ob-icon-need-profile:after{content:"!";color:var(--warning);font-size:1.3rem}.ob-need-profile-actions{flex-direction:column;gap:.65rem;padding:0 1rem 1rem;display:flex}.ob-btn-link{justify-content:center;align-items:center;height:52px;font-size:1rem;text-decoration:none;display:flex}.ob-btn-secondary{border:1.5px solid var(--border);border-radius:var(--radius);height:48px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;font-size:.95rem;font-weight:600;transition:background .15s}.ob-btn-secondary:active{background:var(--bg-hover)}.ob-icon-suspended{background:var(--error-bg)!important;border-color:var(--error)!important}.ob-icon-suspended:after{content:"!";color:var(--error)}.ob-driver-stats{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:0;margin:0 1rem;padding:1rem;display:flex}.ob-stat{flex-direction:column;flex:1;align-items:center;gap:.2rem;display:flex}.ob-stat-value{color:var(--text-h);font-size:1.35rem;font-weight:800}.ob-stat-small{font-size:.95rem}.ob-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.ob-stat-divider{background:var(--border);width:1px;height:32px}
