@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";.fleet-page-container{padding:60px 20px;max-width:1200px;margin:0 auto}.fleet-page-header{text-align:center;margin-bottom:40px}.fleet-page-title{font-size:36px;font-weight:800;letter-spacing:-.03em;margin-top:16px;color:var(--text)}.fleet-page-subtitle{font-size:16px;color:var(--text-muted);max-width:600px;margin:12px auto 0;line-height:1.6}.fleet-filters{justify-content:center;margin-top:28px}.fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.fleet-card{display:flex;flex-direction:column;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-normal) var(--ease-spring),transform var(--duration-normal) var(--ease-spring)}.fleet-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.fleet-card-image-wrap{position:relative;height:240px;overflow:hidden}.fleet-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.fleet-card:hover .fleet-card-image{transform:scale(1.05)}.fleet-card-badge{position:absolute;top:16px;right:16px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-weight:700;box-shadow:0 4px 12px #00000014}.fleet-card-content{padding:24px;display:flex;flex-direction:column;flex:1}.fleet-card-title{font-size:20px;font-weight:800;margin-bottom:8px;color:var(--text)}.fleet-card-desc{font-size:14px;color:var(--text-muted);line-height:1.5;margin-bottom:20px}.fleet-card-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f8fafc;padding:16px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);margin-bottom:24px}.spec-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text)}.spec-icon{color:var(--text-muted)}.spec-icon-accent{color:var(--accent-green)}.fleet-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-subtle);padding-top:20px}.fleet-card-price-label{font-size:12px;color:var(--text-muted);display:block;margin-bottom:4px}.fleet-card-price{font-size:20px;font-weight:800;color:var(--text)}.fleet-card-btn{height:44px;padding:0 20px;font-size:14px;border-radius:var(--radius-md);background:var(--accent-black);color:#fff;border:none;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all var(--duration-fast)}.fleet-card-btn:hover{background:#262626;transform:translateY(-2px)}@media(max-width:992px){.fleet-page-container{padding:40px 20px}.fleet-grid{grid-template-columns:repeat(2,1fr);gap:20px}.fleet-page-title{font-size:32px}}@media(max-width:768px){.fleet-grid{grid-template-columns:1fr;gap:20px}.fleet-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.fleet-filters::-webkit-scrollbar{display:none}.fleet-page-title{font-size:28px}.fleet-card-image-wrap{height:200px}}@media(max-width:480px){.fleet-page-container{padding:30px 16px}.fleet-page-title{font-size:24px;margin-top:12px}.fleet-page-subtitle{font-size:14px}.fleet-card-content{padding:16px}.fleet-card-title{font-size:18px}.fleet-card-specs{grid-template-columns:1fr;gap:10px;padding:12px}.fleet-card-footer{flex-direction:column;align-items:stretch;gap:16px}.fleet-card-price-wrap{display:flex;justify-content:space-between;align-items:center}.fleet-card-price-label{margin-bottom:0}.fleet-card-btn{width:100%;justify-content:center}}:root{--sat: env(safe-area-inset-top, 0px);--sab: env(safe-area-inset-bottom, 0px);--sal: env(safe-area-inset-left, 0px);--sar: env(safe-area-inset-right, 0px);--primary: #144c7f;--primary-hover: #0e375e;--primary-light: rgba(20, 76, 127, .08);--dark: #24272c;--dark-2: #1c1e22;--dark-3: #111215;--text: #24272c;--text-muted: #696665;--border: #ededed;--bg-light: #f8f9fa;--bg-surface: #ffffff;--accent-primary: #144c7f;--accent-green: #198754;--font-heading: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--shadow-card: 0 4px 16px rgba(0, 0, 0, .06);--shadow-card-hover: 0 12px 32px rgba(20, 76, 127, .12);--shadow-modal: 0 24px 48px rgba(0, 0, 0, .16);--radius-xs: 6px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--ease-spring: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-normal: .25s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;background-color:var(--bg);color:var(--text);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.5;overflow-x:hidden}button,input,select,textarea{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;letter-spacing:-.025em;color:var(--text)}a{color:inherit;text-decoration:none}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.brand-logo{display:flex;align-items:center;gap:10px}.logo-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-primary);flex-shrink:0}.logo-text{font-size:16px;font-weight:700;letter-spacing:-.03em;color:var(--text)}.logo-text span{font-weight:400;color:var(--text-muted)}.section-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-full);background:var(--bg-chip);border:1px solid var(--border);font-size:11px;font-weight:700;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.06em}.select-chip{background:var(--bg-surface);color:var(--text);border:1px solid var(--border);padding:6px 10px;border-radius:var(--radius-full);font-size:12.5px;font-weight:500;cursor:pointer;outline:none;transition:border-color var(--duration-fast)}.select-chip:hover{border-color:var(--border-strong)}.page-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.corporate-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}.auth-page-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f4f6fa;padding:40px 20px}.auth-card{max-width:440px;width:100%;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px 28px;box-shadow:var(--shadow-modal)}.inner-page{padding:40px 20px;max-width:1200px;margin:0 auto}.inner-page-narrow{padding:40px 20px;max-width:850px;margin:0 auto}.client-layout-root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background-color:#f4f6fa;color:#0f172a}.client-main-content{flex:1;width:100%;padding-top:calc(74px + var(--sat));padding-bottom:max(20px,var(--sab))}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a;padding-top:var(--sat)}.site-header-container{width:100%;max-width:1440px;margin:0 auto;padding:0 32px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.header-logo-image{height:42px;width:auto;max-width:220px;object-fit:contain;display:block}.footer-logo-image{height:38px;width:auto;max-width:200px;object-fit:contain;display:block}.auth-logo-image{height:48px;width:auto;max-width:200px;object-fit:contain;margin:0 auto 10px;display:block}.admin-logo-image{height:30px;width:auto;max-width:140px;object-fit:contain;display:block}.header-logo-icon{width:10px;height:10px;border-radius:50%;background:#144c7f;box-shadow:0 0 0 3px #144c7f33}.header-logo-text{font-family:var(--font-heading);font-size:20px;font-weight:800;color:#24272c;letter-spacing:-.03em;white-space:nowrap}.header-logo-text span{font-weight:700;color:#144c7f}.header-vip-tag{font-size:10px;font-weight:800;background:#144c7f14;color:#144c7f;padding:2px 7px;border-radius:6px;letter-spacing:.05em;border:1px solid rgba(20,76,127,.2)}.header-nav-desktop{display:flex;align-items:center;gap:16px;margin:0 auto}.header-nav-link{font-size:13.5px;font-weight:600;color:#475569;text-decoration:none;padding:6px 12px;border-radius:8px;position:relative;transition:all .15s ease;white-space:nowrap}.header-nav-link:hover{color:#144c7f;background:#144c7f0d}.header-nav-link.active{color:#144c7f;background:#144c7f14;font-weight:700}.header-currency-select{background:#f8f9fa;color:#24272c;border:1px solid #ededed;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700;outline:none}.header-tracking-btn{background:#144c7f14;border:1px solid rgba(20,76,127,.2);color:#144c7f;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:6px}.header-nav-link.active{color:#38bdf8;background:#38bdf81f;font-weight:700}.header-currency-select{background:#11274f;color:#fff;border:1px solid rgba(255,255,255,.15);padding:6px 10px;border-radius:8px;font-size:12px;font-weight:700;outline:none}.header-tracking-btn{background:#38bdf81f;border:1px solid rgba(56,189,248,.3);color:#38bdf8;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;text-decoration:none}.header-actions-desktop{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-currency-select{background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:600;padding:7px 10px;border-radius:8px;cursor:pointer;outline:none;transition:all .15s ease;white-space:nowrap}.header-currency-select:hover{background:#f1f5f9;border-color:#cbd5e1}.header-tracking-btn{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:12.5px;font-weight:500;padding:7px 14px;border-radius:8px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.header-tracking-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.radar-pulse{color:#2563eb}.header-user-badge-wrap{display:flex;align-items:center;gap:6px}.header-user-chip{display:flex;align-items:center;gap:5px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:12px;padding:6px 12px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .15s ease;white-space:nowrap}.header-user-chip:hover{background:#dbeafe}.header-user-role{font-size:10.5px;color:#3b82f6;font-weight:700;text-transform:uppercase}.header-user-name{font-weight:700;color:#1e40af}.header-logout-btn{background:#fef2f2;border:1px solid #fecaca;color:#ef4444;padding:6px 8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.header-logout-btn:hover{background:#fee2e2}.header-login-btn{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;color:#334155;font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:8px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.header-login-btn:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.header-cta-primary{display:flex;align-items:center;gap:6px;background:#0062e3;color:#fff;font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:10px;text-decoration:none;transition:all .15s ease;white-space:nowrap;box-shadow:0 4px 12px #0062e359}.header-cta-primary:hover{background:#0052be;transform:translateY(-1px)}.header-mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:6px}.header-mobile-drawer{display:flex;flex-direction:column;padding:16px 20px;background:#05203c;border-bottom:1px solid rgba(255,255,255,.1);gap:10px}.mobile-nav-link{font-size:14px;font-weight:600;color:#cbd5e1;padding:8px 0;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-nav-link.active{color:#38bdf8;font-weight:700}@media(max-width:1050px){.header-nav-desktop{display:none}.header-mobile-toggle{display:block}}@media(max-width:680px){.header-actions-desktop{display:none}}.light-footer{background:#02122c;color:#94a3b8;margin-top:60px;border-top:1px solid rgba(255,255,255,.1)}.light-footer-container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.light-footer-trust-strip{background:#05203c;border-bottom:1px solid rgba(255,255,255,.08);padding:24px 0}.light-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.light-trust-item{display:flex;align-items:center;gap:14px}.light-trust-icon-box{width:42px;height:42px;border-radius:12px;background:#11274f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0003}.light-trust-item strong{display:block;font-size:13.5px;font-weight:700;color:#fff;margin-bottom:2px}.light-trust-item p{font-size:12px;color:#94a3b8;line-height:1.4}.light-footer-main{padding:50px 24px 40px}.light-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:36px}.light-footer-col{display:flex;flex-direction:column}.light-footer-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:12px}.light-logo-text{font-size:19px;font-weight:800;color:#0f172a;letter-spacing:-.03em}.light-logo-text span{color:#64748b;font-weight:500}.light-vip-tag{font-size:10px;font-weight:800;background:#eff6ff;color:#2563eb;padding:2px 7px;border-radius:6px;border:1px solid #dbeafe}.light-footer-desc{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:16px}.light-badges-stack{display:flex;flex-direction:column;gap:6px}.light-badge-chip{display:inline-flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;padding:6px 10px;border-radius:6px;font-size:11.5px;color:#334155;font-weight:600;width:fit-content}.light-col-heading{font-size:13px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:18px}.light-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.light-footer-link{font-size:13px;color:#64748b;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:color .15s ease,transform .15s ease}.light-footer-link:hover{color:#2563eb;transform:translate(3px)}.light-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.light-contact-item{display:flex;align-items:flex-start;gap:10px;color:#cbd5e1;text-decoration:none}.light-contact-icon{color:#38bdf8;flex-shrink:0;margin-top:3px}.light-contact-sub{font-size:11px;color:#94a3b8;display:block;text-transform:uppercase;font-weight:600;margin-bottom:2px}.light-contact-item strong{font-size:13.5px;font-weight:700;color:#fff}.light-contact-item p{font-size:12px;color:#94a3b8;line-height:1.4}.light-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;background:#05203c}.light-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.light-copyright{font-size:12px;color:#94a3b8}.light-copyright strong{color:#fff}.light-legal-links{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8}.light-legal-link{color:#94a3b8;text-decoration:none;transition:color .15s ease}.light-legal-link:hover{color:#38bdf8}@media(max-width:980px){.light-trust-grid{grid-template-columns:1fr;gap:14px}.light-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:600px){.light-footer-grid{grid-template-columns:1fr;gap:24px}.light-bottom-inner{flex-direction:column;align-items:flex-start}}.btn-action-primary{background:var(--accent-black);color:#fff;font-size:13px;font-weight:600;padding:7px 16px;border-radius:var(--radius-full);border:1px solid var(--accent-black);cursor:pointer;display:flex;align-items:center;gap:6px;transition:all var(--duration-fast) var(--ease-spring)}.btn-action-primary:hover{background:#262626;transform:translateY(-1px)}.btn-action-primary:active{transform:scale(.98)}.hero-section{padding-top:110px;padding-bottom:50px}.hero-pill-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-full);background:var(--bg-chip);border:1px solid var(--border);font-size:12px;font-weight:500;color:var(--text-muted);margin-bottom:16px}.hero-pill-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent-green)}.hero-title{font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-.035em;margin-bottom:12px;max-width:820px}.hero-subtitle{font-size:16px;color:var(--text-muted);max-width:640px;margin-bottom:30px;line-height:1.5}.booking-widget-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px 24px;box-shadow:var(--shadow-card);transition:box-shadow var(--duration-normal) var(--ease-spring)}.booking-widget-card:hover{box-shadow:var(--shadow-card-hover)}.booking-tabs-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.service-chips{display:flex;align-items:center;gap:6px}.chip-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--bg-chip);border:1px solid transparent;color:var(--text-muted);padding:6px 14px;border-radius:var(--radius-full);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--duration-fast)}.chip-btn:hover{background:var(--bg-chip-hover);color:var(--text)}.chip-btn.active{background:#0062e3;border-color:#0062e3;color:#fff}.trip-toggle-group{display:flex;background:var(--bg-chip);padding:2px;border-radius:var(--radius-full)}.trip-toggle-btn{padding:4px 12px;font-size:12px;font-weight:500;color:var(--text-muted);border:none;background:transparent;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast)}.trip-toggle-btn.active{background:var(--bg-surface);color:var(--text);box-shadow:var(--shadow-sm)}.booking-form-grid{display:grid;grid-template-columns:1.35fr 1.35fr 1.1fr .95fr .85fr auto;gap:10px;align-items:end}.input-block{position:relative;display:flex;flex-direction:column;gap:4px}.input-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.input-field-box{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px 12px;display:flex;align-items:center;gap:8px;transition:all var(--duration-fast) var(--ease-spring);cursor:pointer}.input-field-box:focus-within,.input-field-box.active{background:#fff;border-color:var(--border-focus);box-shadow:0 0 0 2px #0d0d0d14}.input-field-box input{width:100%;background:transparent;border:none;outline:none;font-family:var(--font-sans);font-size:13.5px;font-weight:500;color:var(--text)}.input-field-box input::placeholder{color:var(--text-faint)}input.input-field-box,textarea.input-field-box,select.input-field-box{width:100%;background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px 12px;font-family:var(--font-sans);font-size:13.5px;font-weight:500;color:var(--text);outline:none;transition:all var(--duration-fast) var(--ease-spring)}input.input-field-box:focus,textarea.input-field-box:focus,select.input-field-box:focus{background:#fff;border-color:var(--border-focus);box-shadow:0 0 0 2px #0d0d0d14}input.input-field-box::placeholder,textarea.input-field-box::placeholder{color:var(--text-faint)}textarea.input-field-box{min-height:80px;resize:vertical;line-height:1.5}.btn-swap{position:absolute;right:-12px;top:27px;z-index:10;width:24px;height:24px;border-radius:50%;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;box-shadow:var(--shadow-sm);transition:all var(--duration-fast)}.btn-swap:hover{transform:rotate(180deg);border-color:var(--text);color:var(--text)}.btn-submit-search{background:#0062e3;color:#fff;border:none;border-radius:var(--radius-md);padding:0 20px;font-size:13.5px;font-weight:700;height:42px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #0062e359;transition:all var(--duration-fast) var(--ease-spring)}.btn-submit-search:hover{background:#0052be;transform:translateY(-1px)}.btn-submit-search:active{transform:scale(.98)}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:290px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-dropdown);z-index:500;max-height:280px;overflow-y:auto}.dropdown-header-tag{padding:8px 12px;font-size:10.5px;font-weight:600;color:var(--text-muted);background:var(--bg-stage);text-transform:uppercase}.dropdown-option{padding:9px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;border-bottom:1px solid var(--border-subtle);transition:background var(--duration-fast)}.dropdown-option:hover{background:var(--bg-stage)}.dropdown-option-name{font-size:13px;font-weight:500;color:var(--text)}.dropdown-option-sub{font-size:11px;color:var(--text-muted)}.quick-preset-bar{display:flex;align-items:center;gap:6px;margin-top:14px;flex-wrap:wrap}.quick-label{font-size:11.5px;color:var(--text-muted);font-weight:500}.preset-chip{display:inline-flex;align-items:center;gap:6px;background:var(--bg-chip);border:1px solid transparent;border-radius:var(--radius-full);padding:3px 10px;font-size:11.5px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast)}.preset-chip:hover{background:var(--bg-surface);border-color:var(--border);color:var(--text)}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.trust-cell{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 16px;display:flex;align-items:center;gap:10px}.trust-cell-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-green);flex-shrink:0}.trust-cell h4{font-size:12.5px;font-weight:600;color:var(--text)}.trust-cell p{font-size:11px;color:var(--text-muted)}.booking-flow-section{margin-top:30px;padding-top:10px}.steps-nav-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 20px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.steps-list{display:flex;align-items:center;gap:16px}.step-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color var(--duration-fast)}.step-item.active{color:var(--text);font-weight:600}.step-item.completed{color:var(--accent-green)}.step-badge{width:22px;height:22px;border-radius:50%;background:var(--bg-chip);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.step-item.active .step-badge{background:var(--accent-black);color:#fff;border-color:var(--accent-black)}.step-item.completed .step-badge{background:var(--accent-green-bg);border-color:var(--accent-green-border);color:var(--accent-green)}.flow-grid{display:grid;grid-template-columns:1fr 360px;gap:20px}.flow-grid>div{min-width:0}.sidebar-sticky{position:sticky;top:85px;display:flex;flex-direction:column;gap:14px}.sidebar-box{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:18px;box-shadow:var(--shadow-card)}.sidebar-heading{font-size:14px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.map-container{height:160px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);margin-bottom:12px}#route-map{width:100%;height:100%}.leaflet-container{z-index:1;font-family:var(--font-sans)}.route-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:12px}.stat-cell{background:var(--bg-stage);border:1px solid var(--border-subtle);padding:8px;border-radius:var(--radius-sm);text-align:center}.stat-label{font-size:10px;color:var(--text-muted);text-transform:uppercase;font-weight:500}.stat-val{font-size:14px;font-weight:600;color:var(--text)}.price-list{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--border);padding-top:10px;margin-top:10px;font-size:12.5px}.price-row{display:flex;align-items:center;justify-content:space-between;color:var(--text-muted)}.price-row-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:8px;margin-top:4px;font-size:14px;font-weight:600;color:var(--text)}.price-row-total .val{font-size:20px;font-weight:700;color:var(--accent-black)}.vehicle-cards-list{display:flex;flex-direction:column;gap:12px}.vehicle-minimal-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:16px;display:grid;grid-template-columns:180px 1fr auto;gap:16px;align-items:center;transition:all var(--duration-fast) var(--ease-spring);cursor:pointer}.vehicle-minimal-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.vehicle-minimal-card.selected{border-color:var(--accent-black);box-shadow:0 0 0 2px var(--accent-black)}.vehicle-thumb{width:100%;height:120px;border-radius:var(--radius-md);background:var(--bg-stage);overflow:hidden}.vehicle-thumb img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-normal) var(--ease-spring)}.vehicle-minimal-card:hover .vehicle-thumb img{transform:scale(1.04)}.vehicle-meta{min-width:0}.vehicle-meta h3{font-size:16px;font-weight:600;margin-bottom:4px}.vehicle-meta p{font-size:12px;color:var(--text-muted);margin-bottom:10px;line-height:1.4}.specs-strip{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.spec-chip{background:var(--bg-stage);border:1px solid var(--border-subtle);padding:3px 8px;border-radius:var(--radius-full);font-size:11px;color:var(--text-muted);font-weight:500}.vehicle-right-action{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.vehicle-rate{font-size:19px;font-weight:700;color:var(--text)}.btn-select-chip{background:var(--bg-chip);color:var(--text);border:1px solid var(--border);padding:6px 14px;border-radius:var(--radius-full);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--duration-fast)}.vehicle-minimal-card.selected .btn-select-chip{background:#0062e3;color:#fff;border-color:#0062e3}.amenities-container-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.amenity-minimal-row{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px;display:flex;align-items:flex-start;gap:12px;cursor:pointer;transition:all var(--duration-fast) var(--ease-spring)}.amenity-minimal-row:hover{border-color:var(--border-strong);background:var(--bg-stage)}.amenity-minimal-row.checked{border-color:#0062e3;background:#11274f;box-shadow:0 0 0 2px #0062e3}.amenity-checkbox-dot{width:18px;height:18px;border-radius:4px;border:1.5px solid var(--border-strong);background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;flex-shrink:0;margin-top:2px}.amenity-minimal-row.checked .amenity-checkbox-dot{background:#0062e3;border-color:#0062e3}.amenity-body{flex:1}.amenity-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.amenity-head strong{font-size:13px;font-weight:600}.amenity-badge{font-size:11.5px;font-weight:600;color:var(--text)}.amenity-badge.free{color:var(--accent-green);background:var(--accent-green-bg);padding:2px 6px;border-radius:4px}.amenity-body p{font-size:11.5px;color:var(--text-muted)}.passenger-card-box{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-sm)}.passenger-auth-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:var(--radius-md);padding:10px 14px;margin-bottom:16px;font-size:13px;color:#065f46}.passenger-auth-info{display:flex;align-items:center;gap:8px}.passenger-auth-fill-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-full);background:#fff;border:1px solid #a7f3d0;color:#047857;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.passenger-auth-fill-btn:hover{background:#059669;color:#fff}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}.payment-chips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.payment-chip-card{background:var(--bg-stage);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px;cursor:pointer;transition:all var(--duration-fast);display:flex;flex-direction:column;gap:6px;position:relative}.payment-chip-card:hover{border-color:var(--border-strong);background:#fff}.payment-chip-card.selected{background:#fff;border-color:var(--accent-black);box-shadow:0 0 0 2px var(--accent-black)}.payment-chip-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.payment-chip-title-wrap{display:flex;align-items:center;gap:8px}.payment-chip-title-wrap strong{font-size:13px;color:var(--text)}.payment-chip-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-chip-card.selected .payment-chip-radio{border-color:var(--accent-black)}.payment-chip-radio .radio-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-black)}.payment-chip-sub{font-size:11.5px;color:var(--text-muted)}.ticket-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card)}.ticket-header{background:var(--bg-stage);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed var(--border)}.ticket-body{padding:20px;display:grid;grid-template-columns:2fr 1fr;gap:20px}.ticket-route{background:var(--bg-stage);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ticket-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.ticket-allocated-vehicle{background:var(--bg-stage);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.ticket-qr-col{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px dashed var(--border);padding-left:20px;text-align:center;gap:10px}.ticket-qr-col img{width:110px;height:110px;background:#fff;padding:4px;border:1px solid var(--border);border-radius:var(--radius-sm)}.ticket-footer{background:var(--bg-stage);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border)}.step-nav-bar{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--text);padding:8px 16px;border-radius:var(--radius-full);font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all var(--duration-fast)}.btn-ghost:hover{background:var(--bg-chip)}.section-pad{padding:60px 0}.section-head-mini{margin-bottom:24px}.section-head-mini .tag{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px}.section-head-mini h2{font-size:26px;font-weight:700}.fleet-filter-chips{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.fleet-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fleet-item-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;transition:all var(--duration-fast) var(--ease-spring)}.fleet-item-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.fleet-item-card .img-box{width:100%;height:180px;background:var(--bg-stage);overflow:hidden}.fleet-item-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-normal) var(--ease-spring)}.fleet-item-card:hover .img-box img{transform:scale(1.03)}.fleet-item-card .card-body,.fleet-item-card .card-content{padding:16px;display:flex;flex-direction:column;flex:1;gap:10px}.fleet-item-card .card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.fleet-item-card .card-top h3{font-size:16px;font-weight:700;line-height:1.3;margin:0}.fleet-item-card .card-body>p{font-size:12.5px;color:var(--text-muted);line-height:1.5;margin:0}.fleet-item-card .card-body .specs-strip{margin-top:2px}.fleet-item-card .card-foot,.fleet-item-card .card-footer{border-top:1px solid var(--border-subtle);padding-top:14px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.rate-box{display:flex;flex-direction:column;gap:2px;min-width:0}.rate-label{font-size:11px;color:var(--text-muted);line-height:1.3}.rate-val{font-size:18px;font-weight:800;color:var(--text);line-height:1.2}.btn-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--text);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all var(--duration-fast) var(--ease-spring);text-decoration:none}.btn-link:hover{background:var(--bg-chip);border-color:var(--border-strong);transform:translateY(-1px)}.btn-link:active{transform:scale(.98)}.routes-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.route-card,.route-item-card{background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-xl);padding:18px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-card);transition:all var(--duration-fast) var(--ease-spring)}.route-card:hover,.route-item-card:hover{border-color:#0003;box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.route-card .route-features-box,.route-item-card .route-features-box{background:var(--bg-stage);padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);font-size:12px;color:var(--text-muted);display:flex;flex-direction:column;gap:6px;line-height:1.45}.route-card .route-card-foot,.route-item-card .route-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);padding-top:14px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d0d0d66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-sheet{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);max-width:580px;width:100%;padding:20px;position:relative;box-shadow:var(--shadow-modal)}.modal-close{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:var(--bg-chip);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.site-footer{border-top:1px solid var(--border);padding:40px 0 20px;background:var(--bg-surface)}.footer-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.footer-copyright{font-size:12px;color:var(--text-muted)}@media(max-width:1100px){.booking-form-grid{grid-template-columns:1fr 1fr 1fr}.btn-submit-search{grid-column:span 3}.flow-grid{grid-template-columns:1fr}.sidebar-sticky{position:static}.fleet-grid-3,.routes-grid-3{grid-template-columns:repeat(2,1fr)}.steps-nav-card{flex-direction:column;align-items:flex-start;gap:12px}.steps-list{flex-wrap:wrap;gap:10px}.light-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:768px){input,select,textarea,.input-field-box input,input.input-field-box,textarea.input-field-box,select.input-field-box{font-size:16px!important;min-height:48px;-webkit-text-size-adjust:100%}html,body{overflow-x:hidden!important;width:100%!important;max-width:100vw!important;-webkit-overflow-scrolling:touch;touch-action:manipulation}.container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));width:100%;max-width:100%}.client-main-content{padding-top:calc(60px + var(--sat));padding-bottom:max(24px,var(--sab))}.site-header{height:auto;padding-top:var(--sat)}.site-header-container{padding:0 16px;height:60px}.header-actions-desktop{display:none}.header-mobile-toggle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:#f8fafc;border:1px solid var(--border);cursor:pointer}.header-mobile-drawer{position:fixed;top:calc(60px + var(--sat));left:0;right:0;bottom:0;width:100%;height:calc(100dvh - 60px - var(--sat));background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:20px 20px max(24px,var(--sab));display:flex;flex-direction:column;gap:6px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:99999;box-shadow:0 20px 40px #00000026}.mobile-nav-link{font-size:15px;font-weight:600;padding:12px 14px;border-radius:10px;color:var(--text);border:1px solid transparent;display:flex;align-items:center;justify-content:space-between}.mobile-nav-link:hover,.mobile-nav-link.active{background:#f1f5f9;color:#2563eb;border-color:#e2e8f0}.hero-section{padding-top:76px;padding-bottom:28px}.hero-pill-badge{font-size:11px;padding:4px 10px;margin-bottom:12px;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hero-title{font-size:24px;line-height:1.22;letter-spacing:-.03em;margin-bottom:8px}.hero-subtitle{font-size:13.5px;line-height:1.45;margin-bottom:18px}.booking-widget-card{padding:14px 12px;border-radius:16px;margin-top:6px}.booking-tabs-bar{flex-direction:column;align-items:stretch;gap:10px;padding-bottom:12px;margin-bottom:14px}.service-chips{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;gap:6px;width:100%}.service-chips::-webkit-scrollbar{display:none}.chip-btn{font-size:12px;padding:8px 12px;white-space:nowrap;flex-shrink:0;min-height:38px}.trip-toggle-group{width:100%;display:flex}.trip-toggle-btn{flex:1;text-align:center;font-size:12px;padding:8px 6px;min-height:36px}.booking-form-grid{grid-template-columns:1fr;gap:12px}.input-block{width:100%}.input-field-box{min-height:48px;padding:10px 12px;border-radius:10px}.input-field-box input,.input-field-box select,.input-field-box textarea{font-size:16px!important}.btn-swap{display:flex;position:absolute;right:24px;top:auto;bottom:-22px;transform:rotate(90deg);width:32px;height:32px;background:#fff;border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);z-index:15}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;width:100%;min-width:100%;max-width:100%;z-index:9999;max-height:250px;border-radius:12px;box-shadow:0 16px 36px #0000002e}.dropdown-option{padding:12px 14px;min-height:48px}.btn-submit-search{grid-column:span 1;width:100%;min-height:50px;font-size:15px;font-weight:700;border-radius:12px;margin-top:4px}.quick-preset-bar{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:6px;gap:6px}.quick-preset-bar::-webkit-scrollbar{display:none}.quick-label{flex-shrink:0;font-size:11px}.preset-chip{flex-shrink:0;padding:5px 12px;font-size:11.5px;min-height:30px}.trust-strip{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.trust-cell{padding:10px 12px;border-radius:12px}.trust-cell h4{font-size:11.5px}.trust-cell p{font-size:10.5px}.booking-flow-section{margin-top:14px;padding-top:0}.steps-nav-card{padding:12px 14px;border-radius:14px;margin-bottom:14px;flex-direction:column;align-items:stretch;gap:8px}.steps-list{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:4px;width:100%}.steps-list::-webkit-scrollbar{display:none}.step-item{flex-shrink:0;font-size:12px;padding:4px 8px;border-radius:8px;background:var(--bg-chip);gap:6px}.step-item.active{background:#0d0d0d;color:#fff}.step-item.active .step-badge{background:#fff;color:#0d0d0d;border-color:#fff}.step-badge{width:18px;height:18px;font-size:10px}.vehicle-cards-list{display:flex;flex-direction:column;gap:12px}.vehicle-minimal-card{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:14px;min-width:0}.vehicle-thumb{width:100%;height:140px;border-radius:10px;overflow:hidden}.vehicle-thumb img{width:100%;height:100%;object-fit:cover}.vehicle-meta h3{font-size:15px}.specs-strip{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.spec-chip{font-size:10.5px;padding:3px 7px}.vehicle-right-action{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:10px;border-top:1px solid var(--border-subtle)}.vehicle-rate{font-size:17px;font-weight:800}.btn-select-chip{padding:8px 18px;font-size:13px;font-weight:600;min-height:40px;border-radius:10px}.step-nav-bar{display:flex;flex-direction:column-reverse;gap:10px;margin-top:20px;padding-top:16px}.step-nav-bar button,.step-nav-bar a{width:100%!important;min-height:48px;font-size:14px;font-weight:600;justify-content:center;border-radius:12px}.amenities-container-grid{grid-template-columns:1fr;gap:10px}.amenity-row-card{padding:12px 14px;border-radius:12px}.passenger-card-box{padding:16px;border-radius:16px}.passenger-auth-banner{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 12px}.passenger-auth-fill-btn{width:100%;justify-content:center;height:32px}.form-grid-2{grid-template-columns:1fr;gap:10px}.payment-chips-grid{grid-template-columns:1fr;gap:8px}.payment-chip-card{padding:12px 14px;border-radius:12px}#voucher-pass-card,.ticket-card{width:100%!important;max-width:100%!important;border-radius:14px;overflow:hidden}.ticket-header{padding:14px 16px}.ticket-body{grid-template-columns:1fr;padding:14px;gap:16px}.ticket-route{padding:12px 14px}.ticket-details-grid{grid-template-columns:1fr 1fr;gap:10px}.ticket-qr-col{border-left:none;border-top:1px dashed var(--border);padding-left:0;padding-top:16px;text-align:center;display:flex;flex-direction:column;align-items:center}.ticket-qr-col img{width:110px!important;height:110px!important}.ticket-actions-bar{flex-direction:column;gap:10px;width:100%}.ticket-actions-bar button,.ticket-actions-bar a{width:100%;min-height:46px;justify-content:center}.modal-sheet{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;max-height:90vh!important;padding:16px!important;border-radius:16px!important;margin:12px auto}.fleet-grid-3,.routes-grid-3,.page-split-grid,.corporate-form-grid,.services-grid-3{grid-template-columns:1fr!important;gap:14px}.light-trust-grid{grid-template-columns:1fr;gap:14px}.light-footer-grid{grid-template-columns:1fr;gap:24px}.light-footer-main{padding:30px 16px 20px}.admin-wrapper{flex-direction:column}.admin-sidebar{width:100%;height:auto;position:static}.admin-content{padding:14px}.admin-top-header{padding:0 14px;height:56px}.admin-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}}.admin-wrapper{display:flex;min-height:100vh;background-color:#f8fafc;color:var(--text)}.admin-sidebar{width:248px;height:100vh;position:sticky;top:0;z-index:500;flex-shrink:0;background:#171717;border-right:1px solid #262626;color:#fafafa;transition:width .25s cubic-bezier(.16,1,.3,1)}.admin-sidebar.collapsed{width:68px}.admin-sidebar-inner{display:flex;flex-direction:column;height:100%}.admin-sidebar-header{padding:16px 14px 12px;border-bottom:1px solid #262626;min-height:64px;display:flex;align-items:center}.admin-sidebar.collapsed .admin-sidebar-header{justify-content:center;padding:16px 10px}.admin-brand-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.admin-brand-dot{width:10px;height:10px;border-radius:50%;background:#2563eb;flex-shrink:0}.admin-brand-title{font-size:14px;font-weight:700;line-height:1.2}.admin-brand-sub{font-size:11px;color:#a3a3a3;margin-top:2px}.admin-nav-group{flex:1;overflow-y:auto;padding:12px 10px}.admin-nav-section+.admin-nav-section{margin-top:18px}.admin-nav-section-title{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#737373;padding:0 10px 8px}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;font-size:13px;font-weight:500;color:#d4d4d4;text-decoration:none;transition:background .15s ease,color .15s ease}.admin-nav-item.is-sub{margin-left:12px;padding-left:14px;border-left:1px solid #333333;border-radius:0 10px 10px 0;font-size:12.5px}.admin-nav-item:hover,.admin-nav-item.active{background:#262626;color:#fafafa}.admin-sidebar.collapsed .admin-nav-item{justify-content:center;padding:10px;margin-left:0;border-left:none;border-radius:10px}.admin-sidebar.collapsed .admin-nav-label{display:none}.admin-sidebar-footer{border-top:1px solid #262626;padding:12px 10px 14px}.admin-sidebar-footer-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;font-size:12.5px;color:#93c5fd;text-decoration:none;margin-bottom:10px;transition:background .15s ease}.admin-sidebar.collapsed .admin-sidebar-footer-link{justify-content:center;margin-bottom:0}.admin-sidebar-footer-link:hover{background:#262626}.admin-sidebar-user{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:#1f1f1f}.admin-sidebar-user-avatar{width:32px;height:32px;border-radius:50%;background:#2563eb;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-sidebar-user-meta{min-width:0}.admin-sidebar-user-meta strong{display:block;font-size:12.5px;font-weight:600;color:#fafafa;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar-user-meta span{display:block;font-size:11px;color:#a3a3a3;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.admin-top-header{height:64px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:400}.admin-content{padding:24px;flex:1}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:space-between}.kpi-icon-wrap{width:44px;height:44px;border-radius:var(--radius-md);background:var(--bg-stage);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.admin-table-container{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);overflow:hidden}.admin-table-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.admin-table th{background:var(--bg-stage);padding:11px 16px;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}.admin-table td{padding:13px 16px;border-bottom:1px solid var(--border-subtle);color:var(--text)}.admin-table tr:hover td{background:#fbfbfc}.status-tag{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:var(--radius-full);font-size:11px;font-weight:600}.status-tag.assigned{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.status-tag.ontheway{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.status-tag.waiting{background:#ecfdf5;color:#10b981;border:1px solid #a7f3d0}.status-tag.completed{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}@media(max-width:1100px){.admin-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.admin-kpi-grid{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:-248px}.admin-sidebar.collapsed{left:-68px}.admin-sidebar.mobile-open{left:0}}.notification-bell{position:relative;display:inline-flex}.notification-bell__trigger{position:relative;padding:7px 11px!important;min-width:38px;justify-content:center}.notification-bell--dark .notification-bell__trigger{color:#f8fafc!important;border-color:#fff3!important;background:#ffffff0a}.notification-bell--dark .notification-bell__trigger:hover{background:#ffffff1a!important;color:#fff!important}.notification-bell.is-open .notification-bell__trigger{background:var(--bg-chip)}.notification-bell--dark.is-open .notification-bell__trigger{background:#ffffff24!important}.notification-bell__badge{position:absolute;top:2px;right:2px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #0d0d0d;box-shadow:0 1px 3px #0003}.notification-bell__panel{position:absolute;right:0;top:calc(100% + 10px);width:min(400px,calc(100vw - 32px));max-height:min(480px,calc(100vh - 100px));overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 50px #0f172a2e,0 0 0 1px #0f172a0a;z-index:2000;color:#0f172a}.notification-bell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.notification-bell__title{display:block;font-size:15px;font-weight:700;color:#0f172a;line-height:1.2}.notification-bell__count{display:block;font-size:11.5px;font-weight:600;color:#2563eb;margin-top:3px}.notification-bell__actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.notification-bell__action-btn{font-size:11.5px!important;padding:5px 10px!important;height:auto!important;color:#475569!important;border-color:#cbd5e1!important;background:#fff!important;white-space:nowrap;display:inline-flex;align-items:center;gap:5px}.notification-bell__action-btn:hover:not(:disabled){color:#0f172a!important;background:#f1f5f9!important}.notification-bell__action-btn:disabled{opacity:.55;cursor:not-allowed}.notification-bell__action-btn--clear:hover:not(:disabled){color:#b91c1c!important;border-color:#fecaca!important;background:#fef2f2!important}.notification-bell__mark-all{font-size:11.5px!important;padding:5px 10px!important;height:auto!important;color:#475569!important;border-color:#cbd5e1!important;background:#fff!important;white-space:nowrap;flex-shrink:0}.notification-bell__mark-all:hover{color:#0f172a!important;background:#f1f5f9!important}.notification-bell__list{max-height:min(400px,calc(100vh - 160px));overflow-y:auto;overscroll-behavior:contain}.notification-bell__empty{padding:32px 20px;text-align:center;font-size:13.5px;font-weight:500;color:#64748b;line-height:1.5}.notification-bell__link{display:block;text-decoration:none;color:inherit}.notification-bell__item{display:flex;gap:10px;padding:14px 16px;border-bottom:1px solid #f1f5f9;background:#fff;transition:background .15s ease;cursor:pointer}.notification-bell__link:hover .notification-bell__item,.notification-bell__item:hover{background:#f8fafc}.notification-bell__item.is-unread{background:#f0f7ff;border-left:3px solid #2563eb;padding-left:13px}.notification-bell__item.is-unread:hover{background:#e8f1ff}.notification-bell__item-indicator{width:8px;flex-shrink:0}.notification-bell__item.is-unread .notification-bell__item-indicator{width:8px;height:8px;border-radius:50%;background:#2563eb;margin-top:6px}.notification-bell__item-body{flex:1;min-width:0}.notification-bell__item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.notification-bell__type{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.notification-bell__type--assignment{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.notification-bell__type--cancelled{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.notification-bell__type--status{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.notification-bell__type--info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.notification-bell__type--default{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.notification-bell__time{font-size:11px;font-weight:500;color:#94a3b8;white-space:nowrap;flex-shrink:0}.notification-bell__item-title{font-size:14px;font-weight:700;color:#0f172a;line-height:1.35;margin-bottom:4px;word-break:break-word}.notification-bell__item-message{font-size:13px;font-weight:500;color:#475569;line-height:1.5;word-break:break-word}.notification-bell__code{margin-top:8px;display:inline-block;font-family:var(--font-mono);font-size:11px;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:2px 8px;border-radius:6px}@media(max-width:640px){.notification-bell__panel{position:fixed;right:12px;left:12px;width:auto;top:72px;max-height:calc(100vh - 88px)}.notification-bell__header{flex-wrap:wrap}.notification-bell__actions{flex-direction:row;flex-wrap:wrap;width:100%;justify-content:flex-end}.notification-bell__action-btn span{display:none}.notification-bell__action-btn{padding:6px 8px!important}}@media print{@page{size:A4 portrait;margin:10mm 12mm}html,body{width:100%!important;height:auto!important;margin:0!important;padding:0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.site-header,.light-footer,.site-footer,.steps-nav-card,.sidebar-sticky,.step-nav-bar,.hero-section,.section-pad,.modal-close,.ticket-footer,.btn-print-voucher,.no-print{display:none!important}main{padding:0!important;margin:0!important}.booking-flow-section,.booking-flow-section .container,.flow-grid,.flow-grid>div:first-child{padding:0!important;margin:0!important;display:block!important;width:100%!important;max-width:100%!important}.modal-backdrop{position:static!important;display:block!important;width:100%!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.modal-sheet{position:static!important;max-width:100%!important;width:100%!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important;border-radius:0!important}body.is-printing-voucher *{visibility:hidden}body.is-printing-voucher #voucher-pass-card,body.is-printing-voucher #voucher-pass-card *{visibility:visible}body.is-printing-voucher #voucher-pass-card{position:absolute;left:0;top:0;width:100%}#voucher-pass-card{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;border:1px solid #d4d4d4!important;border-radius:16px!important;box-shadow:none!important;overflow:visible!important;page-break-inside:avoid;break-inside:avoid;background:#fff!important}#voucher-pass-card .ticket-header{background:#f9f9f9!important;padding:18px 22px!important;border-bottom:1px dashed #cccccc!important}#voucher-pass-card .ticket-header h3{font-size:15px!important;font-weight:800!important;letter-spacing:-.02em!important}#voucher-pass-card .ticket-body{display:grid!important;grid-template-columns:1.65fr 1fr!important;gap:22px!important;padding:22px!important}#voucher-pass-card .ticket-route{background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:14px 18px!important;margin-bottom:18px!important}#voucher-pass-card .ticket-details-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px 16px!important;margin-bottom:18px!important}#voucher-pass-card .ticket-allocated-vehicle{background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:14px 18px!important}#voucher-pass-card .ticket-qr-col{border-left:1px dashed #cccccc!important;padding-left:22px!important;justify-content:center!important}#voucher-pass-card .ticket-qr-col img{width:128px!important;height:128px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;padding:6px!important;background:#fff!important}#voucher-pass-card .preset-chip{background:#f4f4f4!important;border:1px solid #e5e7eb!important;color:#334155!important;font-size:10px!important;padding:3px 8px!important}#voucher-pass-card strong{color:#0d0d0d!important}#voucher-pass-card [style*=accent-green],#voucher-pass-card .preset-chip[style*=accent-green]{color:#10b981!important}}.booking-code-link:hover{text-decoration:underline;color:#1d4ed8!important}.live-driver-radar-marker{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.radar-ping-wave{position:absolute;top:50%;left:50%;width:44px;height:44px;margin-top:-22px;margin-left:-22px;border-radius:50%;background:#10b98140;border:2px solid #10b981;animation:radar-ping 2s cubic-bezier(0,0,.2,1) infinite;pointer-events:none}@keyframes radar-ping{75%,to{transform:scale(2.2);opacity:0}}.driver-car-icon{width:32px;height:32px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;border:2.5px solid #ffffff;box-shadow:0 4px 12px #0000004d;position:relative;z-index:2;transition:transform .2s ease}.live-driver-radar-marker:hover .driver-car-icon,.live-driver-radar-marker.selected .driver-car-icon{transform:scale(1.15);background:#059669}.driver-name-tag{position:absolute;top:34px;left:50%;transform:translate(-50%);background:#0f172aeb;color:#fff;padding:2px 7px;border-radius:6px;font-size:10px;white-space:nowrap;box-shadow:0 2px 6px #0003;display:flex;align-items:center;gap:4px;z-index:3}.driver-name-tag strong{font-weight:700}.driver-name-tag small{color:#34d399;font-weight:600}.pulse-icon{animation:radar-pulse-glow 1.5s infinite}@keyframes radar-pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.9)}}.passenger-radar-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);margin-top:16px;margin-bottom:16px;position:relative;z-index:10;transition:all .25s ease}.passenger-radar-card.fullscreen-mode{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;margin:0!important;border-radius:0!important;border:none!important;display:flex!important;flex-direction:column!important}.passenger-radar-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-bottom:1px solid var(--border);position:relative;z-index:1000000}.passenger-radar-card.fullscreen-mode .passenger-radar-header{padding-top:max(14px,calc(var(--sat, 0px) + 12px));padding-left:max(16px,calc(var(--sal, 0px) + 14px));padding-right:max(16px,calc(var(--sar, 0px) + 14px));background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 16px #00000014}.passenger-radar-status-badge{display:inline-flex;align-items:center;gap:5px;background:#ecfdf5;border:1px solid #a7f3d0;color:#059669;font-size:11.5px;padding:3px 8px;border-radius:6px;font-weight:700}.passenger-radar-canvas{width:100%;height:240px;background:#e2e8f0;position:relative;z-index:1}.passenger-radar-card.fullscreen-mode .passenger-radar-canvas{flex:1;height:100%!important}.passenger-radar-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border-top:1px solid var(--border);flex-wrap:wrap;gap:12px;position:relative;z-index:1000000}.passenger-radar-card.fullscreen-mode .passenger-radar-footer{padding-bottom:max(14px,calc(var(--sab, 0px) + 12px));padding-left:max(16px,calc(var(--sal, 0px) + 14px));padding-right:max(16px,calc(var(--sar, 0px) + 14px));background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -4px 16px #0000000f}.passenger-radar-driver-info{display:flex;align-items:center;gap:12px}.driver-avatar-circle{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.driver-plate-tag{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px}.passenger-radar-actions{display:flex;align-items:center;gap:8px}.passenger-contact-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;font-size:12.5px;font-weight:600;text-decoration:none;transition:all .15s ease}.passenger-contact-btn.phone{background:#f8fafc;border:1px solid #cbd5e1;color:#0f172a}.passenger-contact-btn.phone:hover{background:#e2e8f0}.passenger-contact-btn.whatsapp{background:#25d366;color:#fff}.passenger-contact-btn.whatsapp:hover{background:#20bd5a}.passenger-pin-badge{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.passenger-pulse-ring{position:absolute;top:50%;left:50%;width:32px;height:32px;margin-top:-16px;margin-left:-16px;border-radius:50%;background:#2563eb40;border:2px solid #2563eb;animation:radar-ping 2s cubic-bezier(0,0,.2,1) infinite;pointer-events:none}.passenger-icon{width:26px;height:26px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;border:2px solid #ffffff;box-shadow:0 3px 8px #0000004d;position:relative;z-index:2}.passenger-tag{position:absolute;top:30px;left:50%;transform:translate(-50%);background:#0f172aeb;color:#fff;padding:1px 6px;border-radius:4px;font-size:9.5px;white-space:nowrap;box-shadow:0 2px 6px #0003;display:flex;align-items:center;gap:3px;z-index:3}.sky-hero-root{background:#02122c;color:#fff;min-height:100vh;padding-bottom:90px}.sky-hero-container{max-width:960px;margin:0 auto;padding:16px 16px 24px}.sky-brand-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 0 20px}.sky-brand-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.sky-sun-icon{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#0284c7,#2563eb);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0284c766}.sky-brand-name{font-size:22px;font-weight:800;letter-spacing:-.03em;color:#fff}.sky-brand-name span{color:#38bdf8}.sky-service-circles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.sky-circle-btn{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;padding:6px 0;transition:transform .15s ease}.sky-circle-btn:hover{transform:translateY(-2px)}.sky-circle-icon{width:64px;height:64px;border-radius:50%;background:#a5f3fc;color:#083344;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #a5f3fc40;transition:all .2s ease}.sky-circle-btn:nth-child(2) .sky-circle-icon{background:#bae6fd;color:#0369a1}.sky-circle-btn:nth-child(3) .sky-circle-icon{background:#c7d2fe;color:#3730a3}.sky-circle-btn span{font-size:13px;font-weight:700;color:#fff;text-align:center}.sky-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.sky-promo-card{background:#0062e3;border-radius:14px;padding:18px 16px;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:center;min-height:100px;transition:transform .15s ease,background .15s ease}.sky-promo-card:hover{transform:translateY(-2px);background:#0052be}.sky-promo-card h3{font-size:14.5px;font-weight:800;line-height:1.3;margin:0 0 4px;color:#fff}.sky-promo-card p{font-size:11px;color:#ffffffd9;margin:0;line-height:1.3}.sky-search-trigger{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 20px #0000004d;margin-bottom:32px}.sky-search-trigger:hover{background:#163266;border-color:#38bdf866}.sky-search-trigger__left{display:flex;align-items:center;gap:14px}.sky-search-badge-icon{width:38px;height:38px;border-radius:10px;background:#ffffff1a;color:#38bdf8;display:flex;align-items:center;justify-content:center}.sky-search-title{font-size:14px;font-weight:700;color:#fff}.sky-search-sub{font-size:12px;color:#94a3b8;margin-top:2px}.sky-search-chevron{color:#94a3b8}.sky-search-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000;display:flex;align-items:flex-end;justify-content:center}@media(min-width:768px){.sky-search-drawer-backdrop{align-items:center}}.sky-search-drawer,.sky-why-modal{background:#fff;color:#0f172a;width:100%;max-width:580px;border-radius:24px 24px 0 0;padding:24px;max-height:90vh;overflow-y:auto;box-shadow:0 -10px 40px #0000004d;animation:slide-up .25s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.sky-search-drawer,.sky-why-modal{border-radius:20px}}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.sky-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.sky-drawer-header h3{font-size:17px;font-weight:800;margin:0;color:#0f172a}.sky-drawer-close{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.sky-drawer-back-btn{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a}.sky-in-sheet-route-tag{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:10px 14px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:#0369a1}.sky-drawer-footer-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e8f0;padding-top:12px;margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sky-drawer-trip-types{display:flex;gap:8px;margin-bottom:18px}.sky-trip-type-btn{flex:1;padding:9px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:13px;font-weight:700;color:#475569;cursor:pointer}.sky-trip-type-btn.active{background:#0284c7;border-color:#0284c7;color:#fff}.sky-drawer-form{display:flex;flex-direction:column;gap:14px}.sky-form-group label{font-size:11px;font-weight:800;letter-spacing:.05em;color:#64748b;margin-bottom:5px;display:block}.sky-input-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;padding:10px 14px}.sky-input-box input{border:none;background:transparent;width:100%;font-size:14px;font-weight:600;color:#0f172a;outline:none}.sky-dropdown-menu{background:#fff;border:1px solid #cbd5e1;border-radius:12px;max-height:220px;overflow-y:auto;margin-top:6px;box-shadow:0 10px 25px #0000001a}.sky-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;border-bottom:1px solid #f1f5f9}.sky-dropdown-item:hover{background:#f0fdf4}.sky-dropdown-item strong{display:block;font-size:13px;color:#0f172a}.sky-dropdown-item small{font-size:11.5px;color:#64748b}.sky-pax-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sky-pax-box{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;padding:8px 12px;font-size:12.5px;font-weight:600}.sky-counter{display:flex;align-items:center;gap:8px}.sky-counter button{width:26px;height:26px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-weight:800;cursor:pointer}.sky-submit-btn{background:#0284c7;color:#fff;border:none;border-radius:14px;padding:14px;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:10px;box-shadow:0 4px 14px #0284c759;transition:background .15s ease}.sky-submit-btn:hover{background:#0369a1}.sky-why-content{display:flex;flex-direction:column;gap:16px}.sky-why-item{display:flex;gap:14px;padding:12px;background:#f8fafc;border-radius:12px}.sky-why-item strong{display:block;font-size:13.5px;color:#0f172a;margin-bottom:3px}.sky-why-item p{font-size:12px;color:#64748b;margin:0;line-height:1.4}.sky-drops-section{padding:32px 0 16px}.sky-drops-badge-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.sky-drops-title{font-size:28px;font-weight:900;letter-spacing:-.04em;color:#fff;margin:0}.sky-drops-arrow-btn{width:36px;height:36px;border-radius:50%;background:#0284c7;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.sky-drops-headline{font-size:19px;font-weight:800;letter-spacing:-.02em;color:#fff;margin:0 0 4px}.sky-drops-sub{font-size:13px;color:#94a3b8;margin:0 0 18px}.sky-drops-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;-webkit-overflow-scrolling:touch}.sky-drops-carousel::-webkit-scrollbar{display:none}.sky-drop-card{flex:0 0 280px;background:#11274f;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;scroll-snap-align:start;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.sky-drop-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}.sky-drop-card__img-wrap{height:150px;position:relative;overflow:hidden}.sky-drop-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.sky-drop-card:hover .sky-drop-card__img-wrap img{transform:scale(1.05)}.sky-drop-pill{position:absolute;top:10px;left:10px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(56,189,248,.4);color:#38bdf8;font-size:11px;font-weight:800;padding:4px 9px;border-radius:8px;display:inline-flex;align-items:center;gap:4px}.sky-drop-card__body{padding:14px 16px}.sky-drop-card__title{font-size:14px;font-weight:800;color:#fff;margin:0 0 4px;line-height:1.3}.sky-drop-card__sub{font-size:11.5px;color:#94a3b8;margin:0 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sky-drop-card__price-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:10px}.sky-drop-old-price{font-size:11.5px;color:#64748b;text-decoration:line-through;display:block}.sky-drop-new-price{font-size:17px;font-weight:900;color:#38bdf8}.sky-drop-select-btn{background:#0284c7;color:#fff;border:none;border-radius:8px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;padding-bottom:max(10px,env(safe-area-inset-bottom,10px));padding-left:16px;padding-right:16px;z-index:9999;display:flex;justify-content:center;pointer-events:none}@media(min-width:1024px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav__pill{pointer-events:auto;background:#fffffff5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #cbd5e1;border-radius:9999px;display:flex;align-items:center;gap:6px;padding:6px 12px;box-shadow:0 10px 30px #0000001f}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;border-radius:9999px;color:#64748b;text-decoration:none;font-size:10.5px;font-weight:700;transition:all .15s ease}.mobile-nav-item.active{background:#eff6ff;color:#0b4de0}.mobile-nav-avatar{width:20px;height:20px;border-radius:50%;background:#0284c7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.sky-wizard-section{background:#02122c;color:#fff;min-height:100vh;padding:16px 0 100px}.sky-wizard-container{max-width:1060px;margin:0 auto;padding:0 16px}.sky-wizard-topbar{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;box-shadow:0 8px 24px #0000004d}.sky-wizard-topbar__main{display:flex;align-items:center;gap:14px}.sky-wizard-back-btn{width:36px;height:36px;border-radius:10px;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.sky-wizard-back-btn:hover{background:#fff3}.sky-wizard-route-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;color:#fff}.sky-wizard-arrow{color:#38bdf8;font-size:13px}.sky-wizard-route-meta{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:6px;margin-top:2px}.sky-wizard-steps{display:flex;align-items:center;gap:8px}.sky-wizard-step-pill{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:11.5px;font-weight:700;color:#94a3b8}.sky-wizard-step-pill.active{background:#0284c7;border-color:#0284c7;color:#fff}.sky-wizard-step-pill.completed{background:#38bdf826;border-color:#38bdf84d;color:#38bdf8}.sky-step-num{width:18px;height:18px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:10px}.sky-wizard-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:900px){.sky-wizard-grid{grid-template-columns:1fr 340px}}.sky-filter-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:14px}.sky-filter-chip{padding:7px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.12);background:#11274f;color:#94a3b8;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease}.sky-filter-chip.active{background:#0284c7;border-color:#0284c7;color:#fff}.sky-vehicle-cards{display:flex;flex-direction:column;gap:16px}.sky-vehicle-card{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #00000040}.sky-vehicle-card:hover,.sky-vehicle-card.selected{border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 8px 24px #38bdf833}.sky-vehicle-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sky-vehicle-title-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sky-vehicle-name{font-size:16px;font-weight:800;color:#fff;margin:0}.sky-vehicle-class-tag{font-size:11px;font-weight:700;background:#ffffff1a;padding:2px 8px;border-radius:6px;color:#cbd5e1}.sky-badge-special{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:3px 8px;border-radius:6px;font-size:10.5px;font-weight:800}.sky-vehicle-card__body{display:grid;grid-template-columns:140px 1fr;gap:16px;align-items:center;margin-bottom:14px}@media(max-width:500px){.sky-vehicle-card__body{grid-template-columns:1fr}}.sky-vehicle-image-wrap{height:95px;border-radius:10px;overflow:hidden;background:#0b1c3b}.sky-vehicle-image-wrap img{width:100%;height:100%;object-fit:cover}.sky-vehicle-desc{font-size:12px;color:#94a3b8;margin:0 0 10px;line-height:1.35}.sky-vehicle-specs-grid{display:flex;flex-wrap:wrap;gap:6px}.sky-spec-item{display:inline-flex;align-items:center;gap:4px;background:#ffffff12;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;color:#e2e8f0}.sky-vehicle-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.sky-price-label{font-size:10.5px;color:#94a3b8;display:block}.sky-price-val{font-size:19px;font-weight:900;color:#38bdf8;font-family:monospace}.sky-select-btn{background:#0284c7;color:#fff;border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:800;display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:background .15s ease}.sky-select-btn:hover,.sky-select-btn.selected{background:#0369a1}.sky-step-header-box{margin-bottom:18px}.sky-step-title{font-size:18px;font-weight:800;color:#fff;margin:0 0 4px}.sky-step-sub{font-size:12.5px;color:#94a3b8;margin:0}.sky-amenities-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:24px}.sky-amenity-card{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px;display:flex;align-items:flex-start;gap:14px;cursor:pointer;transition:all .15s ease}.sky-amenity-card.active{border-color:#38bdf8;background:#133063}.sky-amenity-checkbox{width:22px;height:22px;border-radius:6px;border:1.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;margin-top:2px;flex-shrink:0}.sky-amenity-card.active .sky-amenity-checkbox{background:#0284c7;border-color:#0284c7;color:#fff}.sky-amenity-info{flex:1}.sky-amenity-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.sky-amenity-title{font-size:13.5px;font-weight:800;color:#fff}.sky-amenity-tag{font-size:11px;font-weight:800;padding:2px 8px;border-radius:6px}.sky-amenity-tag.free{background:#10b98133;color:#34d399}.sky-amenity-tag.price{background:#38bdf833;color:#38bdf8;font-family:monospace}.sky-amenity-desc{font-size:12px;color:#94a3b8;margin:0;line-height:1.35}.sky-counter-wrap{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;padding:3px 8px;border-radius:8px;margin-top:8px}.sky-counter-wrap button{width:22px;height:22px;border-radius:4px;border:none;background:#fff3;color:#fff;font-weight:800;cursor:pointer}.sky-step-actions-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.sky-btn-back{background:#ffffff1a;color:#fff;border:none;border-radius:12px;padding:12px 18px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.sky-btn-next{background:#0284c7;color:#fff;border:none;border-radius:12px;padding:12px 22px;font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #0284c759}.sky-passenger-card{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:24px;box-shadow:0 4px 20px #0000004d}.sky-auth-sync-banner{background:#38bdf81a;border:1px solid rgba(56,189,248,.3);border-radius:12px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sky-auth-sync-info{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#e2e8f0}.sky-auth-sync-btn{background:#0284c7;color:#fff;border:none;border-radius:8px;padding:5px 10px;font-size:11.5px;font-weight:700;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.sky-passenger-form{display:flex;flex-direction:column;gap:16px}.sky-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:600px){.sky-form-row-2{grid-template-columns:1fr}}.sky-input-box-dark{display:flex;align-items:center;gap:10px;background:#081736;border:1.5px solid rgba(255,255,255,.12);border-radius:12px;padding:11px 14px}.sky-input-box-dark input,.sky-input-box-dark textarea{background:transparent;border:none;width:100%;color:#fff;font-size:13.5px;font-weight:600;outline:none;font-family:inherit}.sky-payment-grid{display:grid;grid-template-columns:1fr;gap:10px}.sky-payment-option{display:flex;align-items:center;gap:12px;background:#081736;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 14px;cursor:pointer;transition:all .15s ease}.sky-payment-option.active{border-color:#38bdf8;background:#0f2757}.sky-payment-option strong{display:block;font-size:13px;color:#fff}.sky-payment-option small{font-size:11px;color:#94a3b8}.sky-sidebar-wrap{display:flex;flex-direction:column;gap:14px}.sky-sidebar-box{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:18px;box-shadow:0 4px 16px #00000040}.sky-sidebar-head{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;font-weight:800;color:#fff;margin-bottom:12px}.sky-sidebar-badge{font-size:11px;font-weight:700;background:#38bdf833;color:#38bdf8;padding:2px 8px;border-radius:6px}.sky-map-container{height:160px;border-radius:12px;overflow:hidden;margin-bottom:12px}.sky-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.sky-stat-cell{background:#081736;border-radius:10px;padding:8px 10px;text-align:center}.sky-stat-label{font-size:10.5px;color:#94a3b8;display:block}.sky-stat-val{font-size:13.5px;color:#38bdf8;font-family:monospace}.sky-sidebar-vehicle-row{display:flex;align-items:center;gap:10px;background:#081736;border-radius:10px;padding:8px 10px;margin-bottom:12px}.sky-sidebar-vehicle-row img{width:50px;height:34px;object-fit:cover;border-radius:6px}.sky-sidebar-vehicle-tag{font-size:10px;color:#94a3b8;display:block}.sky-sidebar-vehicle-name{font-size:12px;color:#fff;display:block}.sky-price-breakdown{display:flex;flex-direction:column;gap:8px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.sky-price-breakdown-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#cbd5e1;font-family:monospace}.sky-price-breakdown-row.discount{color:#34d399}.sky-price-breakdown-total{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-top:10px;margin-top:4px;font-size:13.5px;font-weight:800;color:#fff}.sky-grand-price{font-size:18px;font-weight:900;color:#38bdf8;font-family:monospace}.sky-sidebar-support{background:#11274f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:12px}.sky-support-label{font-size:10.5px;color:#94a3b8;display:block}.sky-support-phone{font-size:13px;font-weight:700;color:#38bdf8;text-decoration:none}.turna-hero-root{background:linear-gradient(180deg,#edf2fc,#f4f6fa);padding:30px 0 50px;color:#0f172a}.turna-hero-container{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}.turna-hero-header{margin-bottom:24px}.turna-trust-badge{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#0b4de0;font-size:11.5px;font-weight:700;padding:4px 12px;border-radius:9999px;margin-bottom:12px}.turna-hero-title{font-size:32px;font-weight:800;color:#0f172a;line-height:1.25;margin:0 0 8px;letter-spacing:-.03em}.turna-hero-title span{color:#0b4de0}.turna-hero-subtitle{font-size:15px;color:#64748b;margin:0}.turna-service-tabs{display:flex;align-items:center;gap:8px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px}.turna-tab-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #cbd5e1;color:#334155;padding:10px 18px;border-radius:12px;font-size:13.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.turna-tab-btn:hover{border-color:#0b4de0;color:#0b4de0;transform:translateY(-1px)}.turna-tab-btn.active{background:#0b4de0;border-color:#0b4de0;color:#fff;box-shadow:0 4px 12px #0b4de04d}.turna-search-card{background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;box-shadow:0 4px 20px #0b4de014;transition:all .2s ease;margin-bottom:20px}.turna-search-card:hover{border-color:#0b4de0;box-shadow:0 8px 30px #0b4de024;transform:translateY(-2px)}.turna-search-card__left{display:flex;align-items:center;gap:14px}.turna-search-icon-box{width:46px;height:46px;border-radius:14px;background:#eff6ff;border:1px solid #dbeafe;display:flex;align-items:center;justify-content:center;flex-shrink:0}.turna-search-label{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:2px}.turna-search-value{font-size:13px;color:#64748b}.turna-search-action-btn{display:inline-flex;align-items:center;gap:6px;background:#0b4de0;color:#fff;border:none;padding:12px 22px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #0b4de059;transition:all .15s ease}.turna-search-action-btn:hover{background:#083ab3;transform:translateY(-1px)}.turna-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.turna-promo-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:14px;cursor:pointer;box-shadow:0 2px 8px #00000008;transition:all .15s ease}.turna-promo-card:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #0000000f;transform:translateY(-1px)}.turna-promo-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.turna-promo-card h3{font-size:14.5px;font-weight:700;color:#0f172a;margin:0 0 3px}.turna-promo-card p{font-size:12.5px;color:#64748b;margin:0}.turna-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#0f172a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center}.turna-drawer{background:#fff;width:100%;max-width:600px;max-height:90vh;max-height:90dvh;border-radius:24px 24px 0 0;overflow-y:auto;box-shadow:0 -10px 40px #0003;display:flex;flex-direction:column;animation:turnaSlideUp .25s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.turna-drawer-backdrop{align-items:center;padding:20px}.turna-drawer{border-radius:24px;max-height:85vh}}@keyframes turnaSlideUp{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}.turna-drawer-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.turna-drawer-back-btn,.turna-drawer-close{width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a}.turna-drawer-body{padding:20px}.turna-trip-type-row{display:flex;gap:8px;margin-bottom:16px}.turna-type-btn{flex:1;padding:10px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:13px;font-weight:700;color:#475569;cursor:pointer}.turna-type-btn.active{background:#0b4de0;border-color:#0b4de0;color:#fff}.turna-drawer-form{display:flex;flex-direction:column;gap:14px}.turna-form-group label{display:block;font-size:11px;font-weight:800;color:#64748b;letter-spacing:.05em;margin-bottom:6px}.turna-input-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;padding:11px 14px}.turna-input-box:focus-within{border-color:#0b4de0;background:#fff;box-shadow:0 0 0 3px #0b4de01f}.turna-input-box input{border:none;background:transparent;width:100%;font-size:14px;font-weight:600;color:#0f172a;outline:none}.turna-dropdown-menu{background:#fff;border:1px solid #cbd5e1;border-radius:12px;max-height:220px;overflow-y:auto;margin-top:6px;box-shadow:0 10px 25px #0000001a}.turna-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;border-bottom:1px solid #f1f5f9}.turna-dropdown-item:hover{background:#eff6ff}.turna-dropdown-item strong{display:block;font-size:13.5px;color:#0f172a}.turna-dropdown-item small{font-size:11.5px;color:#64748b}.turna-pax-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.turna-counter-box{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between}.turna-counter-box span{font-size:12px;font-weight:600;color:#475569}.turna-counter{display:flex;align-items:center;gap:8px}.turna-counter button{width:28px;height:28px;border-radius:50%;background:#e2e8f0;border:none;font-weight:800;cursor:pointer;color:#0f172a}.turna-primary-btn{background:#0b4de0;color:#fff;border:none;border-radius:14px;padding:14px 20px;font-size:14.5px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;width:100%;box-shadow:0 4px 16px #0b4de059;transition:all .15s ease}.turna-primary-btn:hover{background:#083ab3;transform:translateY(-1px)}.turna-route-pill-summary{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:10px 14px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:#0b4de0}.turna-filter-chips{display:flex;gap:6px;margin-bottom:14px;overflow-x:auto}.turna-chip{padding:6px 14px;border-radius:9999px;border:1px solid #cbd5e1;background:#fff;font-size:12.5px;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap}.turna-chip.active{background:#0b4de0;border-color:#0b4de0;color:#fff}.turna-vehicle-list{display:flex;flex-direction:column;gap:12px}.turna-vehicle-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:14px;cursor:pointer;box-shadow:0 2px 6px #00000008;transition:all .15s ease}.turna-vehicle-card:hover{border-color:#0b4de0;box-shadow:0 8px 20px #0b4de01a;transform:translateY(-1px)}.turna-vehicle-card.selected{border-color:#0b4de0;background:#eff6ff;box-shadow:0 0 0 2px #0b4de0}.turna-vehicle-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.turna-vehicle-name{font-size:15px;font-weight:800;color:#0f172a;margin:0}.turna-vehicle-class{font-size:11px;font-weight:700;color:#0b4de0;background:#dbeafe;padding:2px 6px;border-radius:6px}.turna-vehicle-price{font-size:16px;font-weight:900;color:#0b4de0;font-family:monospace}.turna-vehicle-card__body{display:flex;gap:12px;align-items:center}.turna-vehicle-img-wrap{width:110px;height:65px;border-radius:10px;overflow:hidden;background:#f1f5f9;flex-shrink:0}.turna-vehicle-img-wrap img{width:100%;height:100%;object-fit:cover}.turna-vehicle-meta{flex:1}.turna-specs-wrap{display:flex;gap:8px;font-size:11.5px;color:#64748b;margin-bottom:6px}.turna-select-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:100%;background:#0b4de0;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:12.5px;font-weight:700;cursor:pointer}.turna-amenities-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.turna-amenity-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:12px;display:flex;gap:12px;cursor:pointer;transition:all .15s ease}.turna-amenity-card.active{border-color:#0b4de0;background:#eff6ff}.turna-amenity-checkbox{width:20px;height:20px;border-radius:6px;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:2px;flex-shrink:0}.turna-amenity-card.active .turna-amenity-checkbox{background:#0b4de0;border-color:#0b4de0}.turna-amenity-info{flex:1}.turna-amenity-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.turna-amenity-head strong{font-size:13.5px;color:#0f172a}.turna-tag.free{background:#ecfdf5;color:#059669;font-size:11px;font-weight:700;padding:2px 6px;border-radius:6px}.turna-tag.price{background:#eff6ff;color:#0b4de0;font-size:11px;font-weight:700;padding:2px 6px;border-radius:6px}.turna-amenity-info p{font-size:12px;color:#64748b;margin:0 0 6px}.turna-counter-inline{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:2px 6px}.turna-counter-inline button{width:22px;height:22px;border-radius:4px;border:none;background:#f1f5f9;font-weight:800;cursor:pointer}.turna-footer-action-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid #e2e8f0}.turna-price-sub{font-size:11px;color:#64748b;display:block}.turna-price-main{font-size:19px;font-weight:900;color:#0b4de0;font-family:monospace}.turna-form-row-2,.turna-payment-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.turna-payment-card{border:1.5px solid #cbd5e1;border-radius:12px;padding:12px;display:flex;gap:10px;align-items:flex-start;cursor:pointer;background:#fff}.turna-payment-card.active{border-color:#0b4de0;background:#eff6ff}.turna-payment-card input{margin-top:3px}.turna-payment-card strong{display:block;font-size:12.5px;color:#0f172a}.turna-payment-card small{font-size:11px;color:#64748b}.turna-deals-section{padding:40px 0;background:#fff;border-top:1px solid #e2e8f0}.turna-section-badge{font-size:11px;font-weight:800;color:#ff4757;background:#fff1f2;border:1px solid #ffe4e6;padding:3px 10px;border-radius:9999px;display:inline-block;margin-bottom:6px}.turna-deals-title{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 4px}.turna-deals-sub{font-size:13.5px;color:#64748b;margin:0 0 20px}.turna-deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.turna-deals-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.turna-deals-grid,.turna-promo-grid{grid-template-columns:1fr}}.turna-deal-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .2s ease}.turna-deal-card:hover{border-color:#cbd5e1;box-shadow:0 10px 24px #0b4de01f;transform:translateY(-2px)}.turna-deal-img-wrap{position:relative;height:140px;width:100%}.turna-deal-img-wrap img{width:100%;height:100%;object-fit:cover}.turna-deal-drop-pill{position:absolute;bottom:8px;left:8px;background:#ff4757f2;color:#fff;font-size:11px;font-weight:800;padding:3px 8px;border-radius:6px;display:flex;align-items:center;gap:4px}.turna-deal-body{padding:14px}.turna-deal-title{font-size:13.5px;font-weight:700;color:#0f172a;margin:0 0 4px;line-height:1.35}.turna-deal-sub{font-size:11.5px;color:#64748b;margin:0 0 10px}.turna-deal-price-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:8px}.turna-deal-old{font-size:12px;color:#94a3b8;text-decoration:line-through;display:block}.turna-deal-new{font-size:16px;font-weight:800;color:#0b4de0;font-family:monospace}.turna-deal-btn{display:inline-flex;align-items:center;gap:2px;background:#eff6ff;border:1px solid #bfdbfe;color:#0b4de0;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.turna-deal-btn:hover{background:#0b4de0;color:#fff}.turna-app-wrapper{min-height:100vh;background-color:#f5f7fc;font-family:var(--font-sans);color:#0f172a;padding-bottom:80px}.turna-search-screen{max-width:520px;margin:0 auto;padding:12px 16px}@media(min-width:1024px){.turna-search-screen{max-width:680px;padding:30px 20px}}.turna-road-banner{position:relative;border-radius:20px;background:linear-gradient(180deg,#fff6,#f5f7fcf2),url(https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1000&q=80) center center / cover no-repeat;padding:16px 16px 20px;margin-bottom:-16px;min-height:140px}.turna-road-topbar{display:flex;align-items:center;gap:12px;margin-bottom:12px}.turna-round-nav-btn{width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer}.turna-vehicle-type-pill{background:#fff;padding:6px 14px;border-radius:9999px;display:flex;align-items:center;gap:6px;box-shadow:0 2px 8px #00000014;cursor:pointer}.turna-main-heading{font-size:24px;font-weight:800;color:#0f172a;margin:0}.turna-form-card{background:#fff;border:1px solid #e9ecf2;border-radius:20px;padding:18px;box-shadow:0 4px 20px #0000000d;margin-bottom:16px;position:relative;z-index:2}.turna-form-row{padding:12px 4px;border-bottom:1px solid #f1f3f7;cursor:pointer}.turna-row-label{font-size:13.5px;color:#64748b;margin-bottom:2px}.turna-row-val{font-size:15px;font-weight:700;color:#0f172a}.turna-form-split-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #f1f3f7;padding:12px 4px}.turna-split-col{display:flex;flex-direction:column;gap:3px;cursor:pointer}.turna-split-col.right-col{border-left:1px solid #f1f3f7;padding-left:16px}.turna-field-sub{font-size:12px;color:#64748b}.turna-field-main{font-size:15px;font-weight:800;color:#0f172a}.turna-field-main.with-chevron{display:flex;align-items:center;justify-content:space-between}.turna-age-row{display:flex;align-items:center;justify-content:space-between;border-bottom:none;padding-top:14px;padding-bottom:14px}.turna-age-left{display:flex;align-items:center;gap:4px;font-size:14px;color:#0f172a;cursor:pointer}.turna-age-left strong{font-weight:800}.turna-pax-mini-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 14px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}.turna-pax-counter-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700}.turna-counter-btns{display:flex;align-items:center;gap:8px}.turna-counter-btns button{width:26px;height:26px;border-radius:50%;background:#fff;border:1px solid #cbd5e1;font-weight:800;cursor:pointer}.turna-cobalt-btn{width:100%;background:navy;color:#fff;border:none;border-radius:12px;padding:14px 20px;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #00008040;transition:all .15s ease;margin-top:6px}.turna-cobalt-btn:hover{background:#006;transform:translateY(-1px)}.turna-btn-arrows{font-size:15px;font-weight:900}.turna-toggle-row{display:flex;align-items:center;gap:12px;margin-top:14px;cursor:pointer}.turna-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.turna-switch input{opacity:0;width:0;height:0}.turna-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.2s;border-radius:24px}.turna-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.turna-switch input:checked+.turna-slider{background-color:navy}.turna-switch input:checked+.turna-slider:before{transform:translate(20px)}.turna-toggle-label{font-size:13px;color:#475569}.turna-secondary-card{background:#fff;border:1px solid #e9ecf2;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 2px 8px #00000008;text-decoration:none;margin-bottom:24px}.turna-monitor-icon-box{width:40px;height:40px;border-radius:10px;background:#f5f3ff;display:flex;align-items:center;justify-content:center}.turna-sec-card-title{font-size:14.5px;font-weight:700;color:#1e293b}.turna-bottom-trust-strip{display:flex;align-items:center;justify-content:center;gap:24px}.turna-trust-item{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:#64748b}.turna-loading-screen{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:#fff}.turna-loading-center{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;max-width:360px;width:100%}.turna-brand-logo-large{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:30px}.turna-logo-chevrons{font-size:26px;font-weight:900;color:navy}.turna-logo-word{font-size:32px;font-weight:900;color:navy;letter-spacing:-.04em}.turna-logo-sub-tag{background:#eff6ff;color:navy;font-size:11px;font-weight:800;padding:2px 6px;border-radius:4px}.turna-loading-summary-card{background:#fff;border:1px solid #e9ecf2;border-radius:16px;padding:16px 20px;box-shadow:0 4px 16px #0000000f;width:100%;margin-bottom:24px;text-align:left}.turna-loading-loc-head strong{display:block;font-size:15px;color:#0f172a}.turna-loading-loc-head small{font-size:12.5px;color:#64748b}.turna-loading-date-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:10px;margin-top:10px;font-size:13.5px;font-weight:800;color:#0f172a}.turna-loading-pulse-circle{width:54px;height:54px;border-radius:50%;background:navy;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px #0000801a;animation:turnaPulse 1.5s infinite ease-in-out;margin-bottom:12px}@keyframes turnaPulse{0%{box-shadow:0 0 #0000804d;transform:scale(.96)}70%{box-shadow:0 0 0 16px #00008000;transform:scale(1.04)}to{box-shadow:0 0 #00008000;transform:scale(.96)}}.turna-circle-chevrons{font-size:18px;font-weight:900}.turna-loading-text{font-size:14px;font-weight:700;color:#0f172a}.turna-results-screen{max-width:540px;margin:0 auto;padding:10px 16px}@media(min-width:1024px){.turna-results-screen{max-width:760px;padding:24px 20px}}.turna-results-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.turna-top-back-btn{background:none;border:none;cursor:pointer;padding:4px}.turna-top-route-box{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:6px 14px;box-shadow:0 1px 3px #00000008}.turna-top-route-title{font-size:13.5px;font-weight:800;color:#0f172a}.turna-top-route-sub{font-size:11.5px;color:#64748b}.turna-top-action-icons{display:flex;gap:6px}.turna-icon-action-btn{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#334155}.turna-filter-chips-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:12px}.turna-chip-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:7px 12px;font-size:12.5px;font-weight:700;color:#334155;cursor:pointer;white-space:nowrap}.turna-coupon-banner-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:10px;margin-bottom:14px}.turna-coupon-card{background:#fff;border:1.5px dashed #cbd5e1;border-radius:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.turna-coupon-card.active{border-color:#8b5cf6;background:#fbf8ff}.turna-coupon-left{display:flex;flex-direction:column;gap:2px}.turna-coupon-left strong{font-size:13.5px;color:navy}.turna-coupon-left span{font-size:11px;color:#475569}.turna-coupon-brand{font-size:13.5px;font-weight:900;color:navy}.turna-coupon-text{display:flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;color:#7c3aed}.turna-results-cards-list{display:flex;flex-direction:column;gap:14px}.turna-car-card{background:#fff;border:1px solid #e9ecf2;border-radius:18px;padding:16px;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .15s ease}.turna-car-card:hover{border-color:navy;box-shadow:0 6px 18px #0000801a}.turna-car-card.selected{border-color:navy;box-shadow:0 0 0 2px navy}.turna-car-card-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:12px}.turna-car-img-box{width:120px;height:80px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start}.turna-car-img-box img{width:100%;height:60px;object-fit:contain}.turna-provider-logo{font-size:14px;font-weight:900;color:#dc2626;letter-spacing:-.02em}.turna-car-info-box{flex:1}.turna-car-name{font-size:15.5px;font-weight:800;color:#0f172a;margin:0}.turna-car-sub{font-size:11.5px;color:#64748b;display:block;margin-bottom:8px}.turna-car-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;font-size:12px;color:#334155;margin-bottom:8px}.turna-car-deposit{font-size:12px;color:#475569;margin-bottom:4px}.turna-car-cancellation{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:#059669}.turna-car-card-footer{display:flex;align-items:baseline;justify-content:space-between;border-top:1px dashed #e2e8f0;padding-top:10px}.turna-car-rate-calc{font-size:12.5px;color:#64748b}.turna-car-total-bold{font-size:20px;font-weight:900;color:#0f172a;font-family:monospace}.turna-passenger-screen{max-width:520px;margin:0 auto;padding:10px 16px 90px}@media(min-width:1024px){.turna-passenger-screen{max-width:680px;padding:24px 20px 100px}}.turna-passenger-topbar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.turna-passenger-top-title{font-size:17px;font-weight:800;color:#0f172a;margin:0}.turna-passenger-scroll-body{display:flex;flex-direction:column;gap:12px}.turna-accordion-card{background:#fff;border:1px solid #e9ecf2;border-radius:14px;padding:14px 16px;box-shadow:0 1px 3px #00000005}.turna-accordion-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.turna-acc-car-preview{display:flex;align-items:center;gap:12px}.turna-acc-car-preview img{width:50px;height:32px;object-fit:cover;border-radius:6px}.turna-acc-car-preview strong{display:block;font-size:14px;color:#0f172a}.turna-acc-car-preview small{font-size:11.5px;color:#64748b}.turna-accordion-content{border-top:1px solid #f1f5f9;padding-top:10px;margin-top:10px}.turna-acc-specs-row{display:flex;gap:12px;font-size:12px;color:#475569}.turna-white-form-box{background:#fff;border:1px solid #e9ecf2;border-radius:16px;padding:18px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;gap:12px}.turna-box-heading{font-size:14.5px;font-weight:800;color:#0f172a;margin:0 0 2px}.turna-clean-input-group{width:100%}.turna-clean-input-group input{width:100%;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;padding:13px 16px;font-size:14px;font-weight:600;color:#0f172a;outline:none}.turna-clean-input-group input:focus{border-color:navy;box-shadow:0 0 0 3px #0000801a}.turna-tc-row{display:flex;align-items:center;gap:12px}.turna-checkbox-label{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#475569;cursor:pointer;white-space:nowrap}.turna-sticky-checkout-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:12px 20px max(12px,env(safe-area-inset-bottom,12px));box-shadow:0 -4px 20px #00000014;display:flex;align-items:center;justify-content:space-between;z-index:10000}@media(min-width:1024px){.turna-sticky-checkout-bar{max-width:680px;margin:0 auto;border-radius:16px 16px 0 0;border:1px solid #e2e8f0;border-bottom:none}}.turna-sticky-price-wrap{display:flex;flex-direction:column}.turna-sticky-price-label{font-size:11px;color:#64748b;font-weight:600}.turna-sticky-price-val{display:flex;align-items:center;gap:4px}.turna-sticky-price-val strong{font-size:18px;font-weight:900;color:#0f172a;font-family:monospace}.turna-checkout-cobalt-btn{background:navy;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-size:14.5px;font-weight:800;display:flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 4px 14px #00008040;transition:all .15s ease}.turna-checkout-cobalt-btn:hover{background:#006}.turna-confirmation-screen{max-width:520px;margin:40px auto;padding:0 16px}.turna-confirm-card{background:#fff;border:1px solid #e9ecf2;border-radius:20px;padding:28px 20px;text-align:center;box-shadow:0 4px 20px #0000000f}.turna-confirm-icon-wrap{width:64px;height:64px;border-radius:50%;background:#ecfdf5;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.turna-confirm-title{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 6px}.turna-confirm-desc{font-size:13.5px;color:#64748b;margin:0 0 20px}.turna-voucher-box{background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:16px;padding:16px;text-align:left;margin-bottom:20px}.turna-voucher-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.turna-voucher-label{font-size:11px;font-weight:700;color:#64748b}.turna-voucher-code{font-size:17px;color:navy;font-family:monospace}.turna-voucher-details{font-size:13px;color:#334155;display:flex;flex-direction:column;gap:5px}.turna-return-home-btn{background:transparent;border:none;font-size:13px;font-weight:700;color:#64748b;cursor:pointer;margin-top:12px}.turna-dropdown-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-end;justify-content:center}@media(min-width:768px){.turna-dropdown-overlay{align-items:center;padding:20px}}.turna-dropdown-box{background:#fff;width:100%;max-width:520px;max-height:80vh;border-radius:20px 20px 0 0;overflow-y:auto;padding:18px}@media(min-width:768px){.turna-dropdown-box{border-radius:20px}}.turna-dropdown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.turna-dropdown-header h4{margin:0;font-size:16px;font-weight:800;color:#0f172a}.turna-dropdown-header button{background:#f1f5f9;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.turna-dropdown-search-input{width:100%;border:1.5px solid #cbd5e1;border-radius:12px;padding:10px 14px;font-size:14px;outline:none;margin-bottom:12px}.turna-dropdown-search-input:focus{border-color:navy}.turna-dropdown-items-list{display:flex;flex-direction:column;gap:6px}.turna-dropdown-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer}.turna-dropdown-row:hover{background:#f1f5f9}.turna-dropdown-row strong{display:block;font-size:13.5px;color:#0f172a}.turna-dropdown-row small{font-size:11.5px;color:#64748b}.car-theme-root{font-family:var(--font-body);color:var(--text);background-color:#fff}.car-container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}.car-hero-section{position:relative;min-height:580px;display:flex;flex-direction:column;justify-content:center;padding:80px 0 60px;background:#181a1e;overflow:hidden}.car-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1920&q=80) center center / cover no-repeat}.car-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#111215f2,#111215bf,#11121566)}.car-hero-container{position:relative;z-index:10}.car-hero-content{max-width:680px;color:#fff;margin-bottom:32px}.car-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:9999px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);font-size:12px;font-weight:700;color:#ff9838;margin-bottom:16px}.car-hero-title{font-family:var(--font-heading);font-size:42px;font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.03em;margin:0 0 14px}.car-hero-title span{color:#144c7f}.car-hero-desc{font-size:15px;color:#cbd5e1;line-height:1.5;margin:0 0 20px}.car-hero-specs-row{display:flex;flex-wrap:wrap;gap:12px}.car-spec-pill{display:inline-flex;align-items:center;gap:8px;background:#ffffff14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:600;color:#f1f5f9}.car-spec-icon-box{width:24px;height:24px;border-radius:6px;background:#144c7f;display:flex;align-items:center;justify-content:center}.car-filter-box{background:#fff;border:1px solid #ededed;border-radius:20px;padding:20px;box-shadow:0 12px 36px #0000002e;position:relative;z-index:20}.car-tabs-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #ededed;padding-bottom:14px;margin-bottom:16px;flex-wrap:wrap}.car-tab-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;font-size:13.5px;font-weight:700;color:#696665;cursor:pointer;padding:6px 10px;border-radius:8px;transition:all .15s ease}.car-tab-btn:hover{color:#144c7f}.car-tab-btn.active{color:#144c7f;background:#144c7f14}.car-trip-type-switch{display:flex;background:#f8f9fa;border:1px solid #ededed;border-radius:9999px;padding:2px}.car-type-pill{border:none;background:transparent;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:600;color:#696665;cursor:pointer}.car-type-pill.active{background:#fff;color:#24272c;box-shadow:0 1px 3px #00000014}.car-search-grid{display:grid;grid-template-columns:1.4fr 1.4fr 1.2fr auto;gap:12px;align-items:flex-end}@media(max-width:900px){.car-search-grid{grid-template-columns:1fr}}.car-input-field{display:flex;flex-direction:column;gap:4px;position:relative}.car-input-field label{font-size:10.5px;font-weight:800;color:#696665;letter-spacing:.05em}.car-input-inner{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1.5px solid #ededed;border-radius:12px;padding:11px 14px;cursor:pointer}.car-input-inner input{border:none;background:transparent;width:100%;font-size:13.5px;font-weight:600;color:#24272c;outline:none}.car-search-btn{background:#144c7f;color:#fff;border:none;border-radius:12px;padding:0 24px;height:48px;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #144c7f4d;transition:all .15s ease;white-space:nowrap}.car-search-btn:hover{background:#0e375e;transform:translateY(-1px)}.car-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;background:#fff;border:1px solid #ededed;border-radius:12px;margin-top:6px;box-shadow:0 10px 30px #0000001f;max-height:220px;overflow-y:auto}.car-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f8f9fa;cursor:pointer}.car-dropdown-item:hover{background:#eff6ff}.car-dropdown-item strong{display:block;font-size:13px;color:#24272c}.car-dropdown-item small{font-size:11px;color:#696665}.car-section-pad{padding:60px 0;background:#f8f9fa}.car-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}.car-section-sub{font-size:11.5px;font-weight:800;color:#144c7f;letter-spacing:.08em;display:block;margin-bottom:4px}.car-section-title{font-family:var(--font-heading);font-size:28px;font-weight:800;color:#24272c;margin:0}.car-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.car-filter-pill{background:#fff;border:1px solid #ededed;color:#696665;padding:7px 16px;border-radius:9999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.car-filter-pill.active{background:#144c7f;border-color:#144c7f;color:#fff;box-shadow:0 2px 8px #144c7f40}.car-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1024px){.car-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.car-grid-3{grid-template-columns:1fr}}.car-card-box{background:#fff;border:1px solid #ededed;border-radius:18px;overflow:hidden;box-shadow:0 2px 10px #0000000a;transition:all .25s ease;display:flex;flex-direction:column}.car-card-box:hover{border-color:#cbd5e1;box-shadow:0 12px 30px #00000014;transform:translateY(-3px)}.car-card-img-wrap{position:relative;height:200px;background:#f1f5f9}.car-card-img-wrap img{width:100%;height:100%;object-fit:cover}.car-badge-overlay{position:absolute;top:12px;left:12px;display:flex;gap:6px}.flag-tag{padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700;color:#fff}.flag-tag-orange{background:#144c7f}.flag-tag-dark{background:#24272cd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.car-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.car-card-title{font-family:var(--font-heading);font-size:18px;font-weight:800;color:#24272c;margin:0 0 6px}.car-card-desc{font-size:12.5px;color:#696665;margin:0 0 14px;line-height:1.4}.car-card-specs{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:10px 0;margin-bottom:14px}.car-spec-item{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#475569}.car-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.car-price-sub{font-size:11px;color:#696665;display:block}.car-price-val{font-size:18px;font-weight:900;color:#24272c;font-family:monospace}.car-action-btn{display:inline-flex;align-items:center;gap:4px;background:#144c7f;color:#fff;border:none;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease}.car-action-btn:hover{background:#0e375e}.car-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:100000;display:flex;align-items:flex-end;justify-content:center;padding:0}@media(min-width:768px){.car-modal-backdrop{align-items:center;padding:24px}}.car-modal-box{background:#fff;width:100%;max-width:560px;height:92vh;height:92dvh;border-radius:24px 24px 0 0;display:flex;flex-direction:column;box-shadow:0 -8px 36px #0003;overflow:hidden;position:relative;animation:slideUpModal .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:768px){.car-modal-box{border-radius:20px;height:auto;max-height:88vh;max-height:88dvh;animation:fadeInModal .2s ease forwards}@keyframes fadeInModal{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}}.car-modal-drag-handle{width:36px;height:4px;background:#cbd5e1;border-radius:999px;margin:8px auto 0;display:block}@media(min-width:768px){.car-modal-drag-handle{display:none}}.car-modal-header{background:#fff;border-bottom:1px solid #f1f5f9;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.car-modal-header-left{display:flex;align-items:center;gap:10px}.car-modal-title{font-family:var(--font-heading);font-size:16px;font-weight:800;color:#0f172a;margin:0}.car-modal-step-dots{display:flex;gap:4px;margin-top:2px}.step-dot{width:14px;height:3px;border-radius:2px;background:#e2e8f0;transition:all .2s ease}.step-dot.active{background:#144c7f}.car-modal-close,.car-modal-back-btn{width:34px;height:34px;border-radius:50%;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.car-modal-close:hover,.car-modal-back-btn:hover{background:#f1f5f9;color:#0f172a}.car-modal-scrollable-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 16px 20px}.car-modal-route-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:8px 12px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.car-route-info-row{display:flex;align-items:center;justify-content:space-between;width:100%}.route-endpoints{font-size:12px;font-weight:700;color:#144c7f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:75%}.route-guarantee-badge{font-size:10.5px;font-weight:800;color:#198754;background:#ecfdf5;padding:2px 6px;border-radius:4px;white-space:nowrap}.car-modal-vehicle-list{display:flex;flex-direction:column;gap:10px}.car-ios-vehicle-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:10px 12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .18s ease;position:relative;box-shadow:0 1px 3px #00000005}.car-ios-vehicle-card:active{transform:scale(.985)}.car-ios-vehicle-card.selected{border-color:#144c7f;background:#f0f7ff;box-shadow:0 4px 16px #144c7f1f}.car-ios-vehicle-img{width:100px;height:64px;border-radius:10px;overflow:hidden;background:#f1f5f9;flex-shrink:0;position:relative}.car-ios-vehicle-img img{width:100%;height:100%;object-fit:cover}.car-ios-selected-check{position:absolute;top:4px;left:4px;background:#144c7f;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040}.car-ios-vehicle-details{flex:1;min-width:0}.car-ios-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.car-ios-name{font-family:var(--font-heading);font-size:14.5px;font-weight:800;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.car-ios-specs-line{display:flex;align-items:center;gap:6px;margin-bottom:4px}.car-ios-class-tag{font-size:10px;font-weight:800;color:#144c7f;background:#eff6ff;padding:1px 6px;border-radius:4px}.car-ios-spec-item{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#64748b;font-weight:600}.car-ios-bottom-row{display:flex;align-items:center;justify-content:space-between}.car-ios-price{font-size:16px;font-weight:900;color:#144c7f;font-family:monospace}.car-ios-select-btn{border:none;background:#f1f5f9;color:#475569;font-size:11.5px;font-weight:700;padding:4px 12px;border-radius:8px;cursor:pointer;transition:all .15s ease}.car-ios-vehicle-card.selected .car-ios-select-btn{background:#144c7f;color:#fff}.car-amenities-section{display:flex;flex-direction:column;gap:8px}.car-section-subhead{font-size:10.5px;font-weight:800;color:#64748b;letter-spacing:.06em;margin:0}.car-free-perks-grid{display:flex;flex-direction:column;gap:6px}.car-free-perk-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:10px}.car-free-perk-item strong{display:block;font-size:12.5px;color:#0f172a}.car-free-perk-item p{font-size:11px;color:#64748b;margin:0}.car-paid-amenities-grid{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:500px){.car-paid-amenities-grid{grid-template-columns:1fr 1fr}}.car-paid-amenity-tile{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:10px 12px;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column}.car-paid-amenity-tile.active{border-color:#144c7f;background:#f0f7ff}.car-amenity-tile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.car-amenity-checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;color:#fff}.car-paid-amenity-tile.active .car-amenity-checkbox{background:#144c7f;border-color:#144c7f}.car-amenity-tile-title{font-size:12.5px;font-weight:700;color:#0f172a;margin-bottom:2px;line-height:1.3}.car-amenity-tile-sub{font-size:11px;color:#64748b;margin:0;line-height:1.3}.car-ios-form{display:flex;flex-direction:column;gap:12px}.car-form-group-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:10px}.car-form-group-title{font-size:12px;font-weight:800;color:#0f172a;margin:0 0 2px}.car-form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:480px){.car-form-row-2{grid-template-columns:1fr}}.car-field label{display:block;font-size:10.5px;font-weight:800;color:#64748b;margin-bottom:4px;letter-spacing:.04em}.car-field input{width:100%;background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;padding:11px 14px;font-size:15px;font-weight:600;color:#0f172a;outline:none;transition:border-color .15s ease}.car-field input:focus{border-color:#144c7f}.car-payment-grid{display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:480px){.car-payment-grid{grid-template-columns:1fr 1fr}}.car-ios-pay-tile{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .15s ease}.car-ios-pay-tile input{display:none}.car-ios-pay-tile.active{border-color:#144c7f;background:#f0f7ff}.car-pay-icon-box{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.car-ios-pay-tile strong{display:block;font-size:12px;color:#0f172a}.car-ios-pay-tile small{font-size:10.5px;color:#64748b}.car-modal-ios-sticky-bar{background:#fff;border-top:1px solid #e2e8f0;padding:12px 18px max(12px,env(safe-area-inset-bottom)) 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 -4px 16px #0000000d;flex-shrink:0;z-index:50}.car-sticky-price-group{display:flex;flex-direction:column}.car-sticky-price-label{font-size:10.5px;font-weight:700;color:#64748b}.car-sticky-price-value{font-size:19px;font-weight:900;color:#144c7f;font-family:monospace}.car-ios-sticky-action-btn{background:#144c7f;color:#fff;border:none;height:44px;border-radius:12px;padding:0 20px;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 4px 12px #144c7f40;transition:all .15s ease;white-space:nowrap}.car-ios-sticky-action-btn:hover{background:#0e375e}.car-ios-sticky-action-btn:active{transform:scale(.97)}.car-ios-sticky-submit-btn{width:100%;background:#144c7f;color:#fff;border:none;height:48px;border-radius:12px;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #144c7f4d}.car-ios-sticky-submit-btn:hover{background:#0e375e}.car-modal-loading-screen{padding:24px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:380px;animation:fadeInModal .25s ease-out forwards}.car-loading-route-pill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 16px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#144c7f;margin-bottom:24px}.car-loading-route-pill small{background:#eff6ff;color:#144c7f;padding:2px 8px;border-radius:999px;font-size:10.5px;font-weight:800}.car-loading-stage{position:relative;width:100%;max-width:380px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.car-loading-glow{position:absolute;width:220px;height:90px;background:radial-gradient(ellipse at center,#144c7f38,#144c7f00 70%);border-radius:50%;bottom:20px;z-index:1;animation:glowPulse 1.8s ease-in-out infinite alternate}@keyframes glowPulse{0%{transform:scale(.9);opacity:.6}to{transform:scale(1.15);opacity:1}}.car-loading-vito-img{position:relative;z-index:2;width:280px;max-width:90%;height:auto;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(0,0,0,.25));animation:vitoRide 1.4s ease-in-out infinite alternate,vitoDriveIn .6s cubic-bezier(.16,1,.3,1) forwards}@keyframes vitoDriveIn{0%{transform:translate(-40px) scale(.92);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes vitoRide{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(-.5deg)}to{transform:translateY(2px) rotate(.5deg)}}.car-loading-road{position:absolute;bottom:12px;left:20px;right:20px;height:2px;background:#e2e8f0;overflow:hidden;z-index:1}.car-road-line{width:200%;height:100%;background:repeating-linear-gradient(90deg,#144c7f 0,#144c7f 15px,transparent 15px,transparent 30px);animation:roadScroll .6s linear infinite}@keyframes roadScroll{0%{transform:translate(0)}to{transform:translate(-30px)}}.car-loading-text-group{max-width:360px;margin:0 auto}.car-loading-text-group h4{font-family:var(--font-heading);font-size:17px;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.02em}.car-loading-text-group p{font-size:12.5px;color:#64748b;margin:0 0 16px;line-height:1.4}.car-loading-progress-bar{width:100%;height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden;position:relative}.car-loading-progress-fill{height:100%;background:linear-gradient(90deg,#144c7f,#3b82f6);border-radius:999px;animation:progressFill 1.3s cubic-bezier(.16,1,.3,1) forwards}@keyframes progressFill{0%{width:0%}40%{width:65%}85%{width:90%}to{width:100%}}.driver-portal{min-height:100vh;min-height:100dvh;background:#f1f3f6;font-family:Inter,var(--font-sans);font-size:14px;font-weight:400;line-height:1.43;color:#1e293b;-webkit-font-smoothing:antialiased;padding:calc(16px + var(--sat, 0px)) max(16px,var(--sar, 0px)) max(32px,calc(16px + var(--sab, 0px))) max(16px,var(--sal, 0px))}.driver-shell{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}.driver-panel{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d,0 0 0 1px #0000000a;padding:12px;position:sticky;top:calc(16px + var(--sat, 0px))}.driver-profile{display:flex;align-items:center;gap:14px;padding:8px}.driver-profile__avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.driver-profile__info{flex:1;min-width:0}.driver-profile__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.driver-profile__top h1{margin:0;font-size:16px;font-weight:700;line-height:20px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-profile__status-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s ease;flex-shrink:0}.driver-profile__status-btn.active{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.driver-profile__status-btn.idle{background:#fffbeb;color:#d97706;border-color:#fde68a}.driver-profile__status-btn .status-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.driver-profile__status-btn.active .status-dot{animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.driver-profile__info>p{margin:3px 0 0;font-size:12.5px;font-weight:500;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-profile__meta-row{display:flex;align-items:center;gap:8px;margin-top:5px}.driver-profile__plate{display:inline-flex;align-items:center;padding:2px 8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:11.5px!important;font-weight:700!important;color:#334155;letter-spacing:.04em}.driver-profile__rating-chip{display:inline-flex;align-items:center;padding:2px 8px;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;font-size:11.5px;font-weight:700;color:#b45309}.driver-profile__gps-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 8px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;font-size:11.5px;font-weight:700;color:#059669}.gps-live-dot{width:6px;height:6px;border-radius:50%;background:#059669;animation:pulse-dot 1.5s infinite}.driver-panel__divider{height:1px;background:#f1f5f9;margin:6px 4px}.driver-menu-group{padding:2px 0}.driver-menu-group__title{margin:0;padding:6px 12px 4px;font-size:11px;font-weight:600;line-height:16px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.driver-menu-item{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 12px;border:1px solid transparent;border-radius:10px;background:transparent;font-family:inherit;font-size:13.5px;font-weight:500;line-height:1.43;color:#334155;cursor:pointer;text-align:left;transition:all .12s ease}.driver-menu-item:hover{background:#f8fafc}.driver-menu-item.is-active{background:#f1f5f9;color:#0f172a;font-weight:600}.driver-menu-item--static{cursor:default}.driver-menu-item--static:hover{background:transparent}.driver-menu-item--logout{color:#ef4444}.driver-menu-item--logout:hover{background:#fef2f2}.driver-menu-item__icon{display:flex;align-items:center;justify-content:center;width:20px;color:#64748b;flex-shrink:0}.driver-menu-item--logout .driver-menu-item__icon{color:#ef4444}.driver-menu-item__label{flex:1;min-width:0}.driver-menu-item__badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.driver-menu-item__badge.green{background:#ecfdf5;color:#059669}.driver-menu-item__chevron{margin-left:auto;color:#94a3b8;display:flex}.driver-menu-item__bell{margin-left:auto;display:flex;align-items:center}.driver-menu-item__bell .notification-bell__trigger{padding:4px 6px!important;min-width:auto!important;height:28px!important}.driver-panel__mobile-bar,.driver-mobile-tabs{display:none}.driver-workspace{min-width:0}.driver-workspace__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;padding:2px 4px}.driver-workspace__head h2{margin:0;font-size:17px;font-weight:700;line-height:22px;color:#0f172a}.driver-workspace__head p{margin:2px 0 0;font-size:12.5px;font-weight:500;color:#64748b}.driver-workspace__refresh{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .12s ease;box-shadow:0 1px 2px #0000000a}.driver-workspace__refresh:hover{background:#f8fafc;color:#0f172a}.driver-toast{margin-bottom:14px;padding:10px 14px;border-radius:10px;font-size:13.5px;font-weight:500;line-height:1.43}.driver-toast.success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.driver-toast.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.driver-skeleton-grid{display:flex;flex-direction:column;gap:12px}.driver-skeleton-card{height:140px;border-radius:14px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:driver-shimmer 1.2s infinite}@keyframes driver-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.driver-empty-state{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a;border:1px dashed #cbd5e1;padding:44px 20px;text-align:center;color:#64748b}.driver-empty-state svg{margin:0 auto 12px;opacity:.4;color:#64748b}.driver-empty-state p{margin:0;font-size:14px;font-weight:500}.driver-trip-list{display:flex;flex-direction:column;gap:14px}.driver-trip{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a,0 0 0 1px #0000000a;padding:18px 20px;transition:transform .12s ease,box-shadow .12s ease}.driver-trip.is-done{opacity:.88;background:#fafbfc}.driver-trip__head{margin-bottom:12px}.driver-trip__main{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:8px}.driver-trip__pill{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:9999px;font-size:12px;font-weight:600;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.driver-trip__pill.muted{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.driver-trip__meta{display:flex;flex-wrap:wrap;gap:14px;font-size:12.5px;font-weight:500;color:#64748b}.driver-trip__meta span{display:inline-flex;align-items:center;gap:5px}.driver-trip__body{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:10px 0;margin:10px 0 14px;display:flex;flex-direction:column;gap:6px}.driver-trip__row{display:grid;grid-template-columns:80px 1fr;gap:10px;font-size:13px;line-height:1.4}.driver-trip__label{color:#94a3b8;font-weight:500}.driver-trip__value{color:#1e293b;font-weight:600}.driver-trip__hint{font-size:12px;color:#d97706;background:#fffbeb;padding:6px 10px;border-radius:8px;margin-bottom:12px;font-weight:500}.driver-trip__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.driver-trip__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-family:inherit;font-size:13px;font-weight:600;color:#334155;text-decoration:none;cursor:pointer;transition:all .12s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.driver-trip__btn:hover{background:#f8fafc;color:#0f172a}.driver-trip__btn:disabled{opacity:.5;cursor:not-allowed}.driver-trip__btn.primary{background:#0284c7;border-color:#0284c7;color:#fff;margin-left:auto;box-shadow:0 2px 8px #0284c740}.driver-trip__btn.primary:hover:not(:disabled){background:#0369a1}.driver-trip__btn.warn{background:#ea580c;border-color:#ea580c;color:#fff;margin-left:auto;box-shadow:0 2px 8px #ea580c40}.driver-trip__btn.warn:hover:not(:disabled){background:#c2410c}.driver-trip__btn.success{background:#16a34a;border-color:#16a34a;color:#fff;margin-left:auto;box-shadow:0 2px 8px #16a34a40}.driver-trip__btn.success:hover:not(:disabled){background:#15803d}@media(max-width:900px){.driver-portal{padding:calc(14px + var(--sat, 0px)) max(14px,var(--sar, 0px)) max(32px,calc(14px + var(--sab, 0px))) max(14px,var(--sal, 0px))}.driver-shell{grid-template-columns:1fr;gap:14px}.driver-panel{position:static;padding:12px 14px;border-radius:16px}.driver-panel__desktop-menu{display:none}.driver-panel__mobile-bar{display:flex;align-items:center;justify-content:flex-end;border-top:1px solid #f1f5f9;padding-top:10px;margin-top:10px}.driver-panel__mobile-actions{display:flex;align-items:center;gap:8px;width:100%;justify-content:flex-end}.driver-mobile-action-item{margin-right:auto}.driver-mobile-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .12s ease}.driver-mobile-btn.logout{color:#ef4444;border-color:#fee2e2;background:#fef2f2}.driver-mobile-tabs{display:flex;align-items:center;gap:6px;background:#e2e8f0;padding:4px;border-radius:12px}.driver-mobile-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:9px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.driver-mobile-tab.active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #00000014}.driver-mobile-tab .tab-count{padding:1px 6px;border-radius:9999px;font-size:11px;font-weight:700;background:#f1f5f9;color:#64748b}.driver-mobile-tab.active .tab-count{background:#0f172a;color:#fff}.driver-workspace__head{display:none}.driver-trip{padding:16px}.driver-trip__row{grid-template-columns:74px 1fr;gap:6px}.driver-trip__actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.driver-trip__actions .driver-trip__btn{width:100%;padding:0 6px;font-size:12px}.driver-trip__actions .driver-trip__btn.primary,.driver-trip__actions .driver-trip__btn.warn,.driver-trip__actions .driver-trip__btn.success{grid-column:span 3;height:42px;font-size:13.5px;font-weight:700}}.driver-live-map-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-sm);transition:all .25s ease;position:relative;z-index:10}.driver-live-map-card.fullscreen-mode{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;margin:0!important;border-radius:0!important;border:none!important;display:flex!important;flex-direction:column!important;box-shadow:none!important}.driver-live-map-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-bottom:1px solid var(--border);position:relative;z-index:1000000}.driver-live-map-card.fullscreen-mode .driver-live-map-header{padding-top:max(14px,calc(var(--sat, 0px) + 12px));padding-left:max(16px,calc(var(--sal, 0px) + 14px));padding-right:max(16px,calc(var(--sar, 0px) + 14px));background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #e2e8f0;box-shadow:0 4px 16px #00000014}.driver-live-map-title{display:flex;align-items:center;gap:8px;font-size:14px;color:#0f172a}.driver-live-map-controls{display:flex;align-items:center;gap:8px;position:relative;z-index:1000001}.driver-live-map-speed{display:inline-flex;align-items:center;gap:4px;background:#ecfdf5;border:1px solid #a7f3d0;color:#059669;font-size:12px;padding:4px 10px;border-radius:8px;font-weight:700}.driver-map-btn{width:34px;height:34px;border-radius:8px;background:#fff;border:1px solid #cbd5e1;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0000000d}.driver-map-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.driver-map-btn.active-close{background:#fef2f2;border-color:#fecaca;color:#ef4444}.driver-map-btn.active-close:hover{background:#ef4444;color:#fff;border-color:#dc2626}.driver-live-map-canvas{width:100%;height:220px;background:#e2e8f0;position:relative;z-index:1}.driver-live-map-card.fullscreen-mode .driver-live-map-canvas{flex:1;height:100%!important}.driver-live-map-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f8fafc;border-top:1px solid var(--border);font-size:12px;position:relative;z-index:1000000}.driver-live-map-card.fullscreen-mode .driver-live-map-footer{padding-bottom:max(14px,calc(var(--sab, 0px) + 12px));padding-left:max(16px,calc(var(--sal, 0px) + 14px));padding-right:max(16px,calc(var(--sar, 0px) + 14px));background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -4px 16px #0000000f}.driver-map-stat{display:flex;align-items:center;gap:6px;color:#64748b;font-weight:500}.driver-map-stat-dot{width:7px;height:7px;border-radius:50%;background:#10b981;animation:pulse-dot 1.5s infinite}.driver-map-nav-btn{display:inline-flex;align-items:center;gap:5px;background:#0284c7;color:#fff;border:none;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.driver-map-nav-btn:hover{background:#0369a1}.driver-live-beacon-marker{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.driver-beacon-pulse{position:absolute;top:50%;left:50%;width:36px;height:36px;margin-top:-18px;margin-left:-18px;border-radius:50%;background:#0284c740;border:2px solid #0284c7;animation:radar-ping 2s cubic-bezier(0,0,.2,1) infinite;pointer-events:none}.driver-beacon-icon{width:28px;height:28px;border-radius:50%;background:#0284c7;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;border:2px solid #ffffff;box-shadow:0 3px 8px #0000004d;position:relative;z-index:2}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
