:root{--primary:#0f172a;--accent:#f59e0b;--background:#f8fafc;--text:#0f172a;--button:#0f172a;--brand-navy:#07182f;--brand-navy-2:#0b2447;--brand-blue:#2563eb;--brand-blue-dark:#1d4ed8;--brand-gold:#f8c14a;--brand-gold-2:#f59e0b;--brand-bg:#f6f8fb;--brand-surface:#ffffff;--brand-soft:#eef4ff;--brand-text:#0f172a;--brand-muted:#64748b;--brand-border:#dbe3ef;--brand-green:#16a34a;--brand-red:#dc2626;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-soft:0 16px 45px rgba(15,23,42,.10);--shadow-card:0 12px 30px rgba(15,23,42,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--background,var(--brand-bg));color:var(--text,var(--brand-text))}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,92%);margin:auto}.section{padding:64px 0}.sectionTitle{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0 0 14px}.sectionLead{font-size:18px;color:var(--brand-muted);max-width:760px;line-height:1.7}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(var(--brand-navy-rgb),.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:white;border-bottom:1px solid rgba(255,255,255,.08)}.nav{display:flex;justify-content:space-between;gap:22px;padding:14px 0}.logo,.nav{align-items:center}.logo{display:inline-flex}.navlinks{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.navlinks a{padding:10px 14px;border-radius:999px;color:#ffffff;font-size:14px;font-weight:700;letter-spacing:.01em}.navlinks a:hover{background:rgba(255,255,255,.1);color:white}.brandLogo{display:inline-flex;align-items:center;gap:12px;color:inherit}.brandLogoMark{width:52px;height:52px;flex:0 0 auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,.16))}.brandLogoText{display:flex;flex-direction:column;line-height:1.05}.brandLogoName{font-size:25px;font-weight:900;letter-spacing:.2px}.brandLogoTagline{font-size:11px;font-weight:900;color:var(--brand-gold);text-transform:uppercase;letter-spacing:.8px;margin-top:5px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 10%,rgba(248,193,74,.22),transparent 26%),linear-gradient(135deg,var(--brand-navy),var(--brand-blue-dark) 58%,var(--brand-navy));color:white;padding:78px 0}.hero:after{content:"";position:absolute;inset:auto -15% -45% 35%;height:420px;background:rgba(255,255,255,.06);border-radius:999px;transform:rotate(-10deg)}.hero .container{position:relative;z-index:1}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:26px;gap:26px}.heroText{grid-column:span 5;align-self:center}.heroForm{grid-column:span 7}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(248,193,74,.32);border-radius:999px;background:rgba(248,193,74,.12);color:#fde68a;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(38px,5vw,64px);line-height:.98;margin:18px 0}.hero p{font-size:18px;line-height:1.72;color:rgba(255,255,255,.82)}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.trustRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:28px}.trustItem{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:16px;padding:14px}.trustItem b{display:block;font-size:20px}.card{background:var(--brand-surface);color:var(--brand-text);border:1px solid var(--brand-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:26px}.bookingCard{overflow:visible}.featureCard,.stat{padding:22px;border-radius:20px;background:white;border:1px solid var(--brand-border);box-shadow:var(--shadow-card)}.featureCard h3,.stat h3{margin-top:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--brand-blue);color:white;padding:12px 18px;border-radius:12px;font-weight:900;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;box-shadow:0 10px 20px rgba(37,99,235,.18)}.btn:hover{background:var(--brand-blue-dark);transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.secondary{background:#e2e8f0;color:#0f172a;box-shadow:none}.btn.gold{background:var(--brand-gold-2);color:#111827;box-shadow:0 10px 20px rgba(245,158,11,.2)}.btn.danger{background:var(--brand-red)}.btn.small{padding:8px 12px;font-size:13px}.input,.select,textarea{width:100%;padding:13px 14px;border:1px solid var(--brand-border);border-radius:12px;font:inherit;background:white;color:var(--brand-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,textarea:focus{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.input:disabled{background:#f1f5f9;color:#64748b}.label{font-size:13px;font-weight:900;margin-bottom:7px;display:block;color:#334155}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.full{grid-column:1/-1}.muted{color:var(--brand-muted)}.tableWrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;background:white;border-radius:14px;overflow:hidden}.table td,.table th{padding:14px;border-bottom:1px solid var(--brand-border);text-align:left;font-size:14px}.table th{background:#f8fafc;color:#334155;letter-spacing:.06em}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eaf1ff;color:#1e3a8a;font-size:12px;font-weight:900}.adminShell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--brand-navy);color:white;padding:24px}.sidebar a{display:block;padding:11px 12px;border-radius:10px;margin:5px 0}.sidebar a:hover{background:rgba(255,255,255,.1)}.adminMain{background:#f8fafc;padding:28px;overflow-x:hidden}.adminHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:12px}.autocomplete{position:relative}.suggestions{position:absolute;z-index:20;background:white;border:1px solid var(--brand-border);border-radius:14px;width:100%;top:74px;box-shadow:var(--shadow-soft);max-height:240px;overflow:auto}.suggestions button{display:block;width:100%;text-align:left;background:white;border:0;padding:12px;cursor:pointer;color:#0f172a}.suggestions button:hover{background:#f8fafc}.quoteCard{border:1px solid var(--brand-border);border-radius:16px;padding:16px;margin:10px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;background:white}.routePreview{margin:0 0 24px;border:1px solid var(--brand-border);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow-card)}.routeMapFrame{background:#e2e8f0;min-height:250px}.routeMapFrame>img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover}.routeStats{display:grid;grid-template-columns:1.35fr 1.35fr .8fr .8fr;grid-gap:12px;gap:12px;padding:16px;background:#f8fafc}.routeStats div{border-right:1px solid var(--brand-border);padding-right:12px}.routeStats div:last-child{border-right:0}.routeStats span{display:block;font-size:12px;margin-bottom:5px}.routeStats b{display:block;font-size:14px;line-height:1.35}.vehicleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:12px 0 18px}.vehicleCard{position:relative;display:grid;grid-template-columns:86px 1fr auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--brand-border);border-radius:20px;padding:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06);cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.vehicleCard:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(15,23,42,.11)}.vehicleCard.selected{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,.12),0 18px 38px rgba(15,23,42,.11)}.vehicleCard input{position:absolute;opacity:0;pointer-events:none}.vehicleIcon{width:84px;height:50px;color:var(--brand-navy);background:linear-gradient(135deg,#f8fafc,#eaf1ff);border-radius:16px;padding:7px}.vehicleCardBody{display:flex;flex-direction:column;gap:5px}.vehicleCardBody b{font-size:18px}.vehicleMeta{font-size:13px;color:#334155;font-weight:800}.vehiclePrice{font-size:19px;color:var(--brand-navy);white-space:nowrap}.accountNotice{border:1px solid #f59e0b;border-radius:18px;background:#fffbeb;padding:18px;margin:18px 0}.buttonRow{margin-top:12px}.footer{background:var(--brand-navy);color:white;padding:34px 0;margin-top:60px}.footerGrid{display:flex;align-items:center;justify-content:space-between;gap:22px}.footer .brandLogoMark{width:44px;height:44px}.footer .brandLogoTagline{color:var(--brand-gold)}.footer .muted{color:rgba(255,255,255,.7)}.authShell{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:stretch}.authPanel{background:linear-gradient(135deg,var(--brand-navy),#14345f);color:white;border-radius:24px;padding:28px}.accountHeader{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.bookingList{display:grid;grid-gap:14px;gap:14px}.bookingMiniCard{border:1px solid var(--brand-border);border-radius:18px;padding:16px;background:white;display:grid;grid-template-columns:1.2fr 1.5fr auto;grid-gap:14px;gap:14px;align-items:center}.bookingMiniCard b{display:block}.mobileOnly{display:none}@media(max-width:980px){.grid{grid-template-columns:1fr}.heroForm,.heroText{grid-column:span 1}.heroText{max-width:760px}.vehicleGrid{grid-template-columns:1fr}.routeStats{grid-template-columns:1fr 1fr}.routeStats div{border-right:0;border-bottom:1px solid var(--brand-border);padding:0 0 10px}.routeStats div:nth-last-child(-n+2){border-bottom:0;padding-bottom:0}.adminShell{grid-template-columns:1fr}.sidebar{position:static}.adminMain{padding:18px}.authShell,.bookingMiniCard{grid-template-columns:1fr}.nav{align-items:flex-start;flex-direction:column}.navlinks{gap:8px}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.topbar{padding:0}.nav{gap:12px;padding:12px 0}.brandLogoMark{width:44px;height:44px}.brandLogoName{font-size:22px}.brandLogoTagline{display:none}.navlinks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.navlinks a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:9px;text-align:center}.hero{padding:42px 0}.hero h1{font-size:40px}.hero p{font-size:16px}.trustRow{grid-template-columns:1fr}.card{padding:18px;border-radius:18px}.formGrid{grid-template-columns:1fr}.routeMapFrame,.routeMapFrame>img{min-height:220px}.routeStats{grid-template-columns:1fr}.routeStats div:nth-last-child(-n+2){border-bottom:1px solid var(--brand-border);padding-bottom:10px}.routeStats div:last-child{border-bottom:0;padding-bottom:0}.vehicleCard{grid-template-columns:72px 1fr;align-items:start}.vehicleIcon{width:70px;height:46px}.vehiclePrice{grid-column:1/-1;font-size:22px}.footerGrid{align-items:flex-start;flex-direction:column}.section{padding:42px 0}.mobileOnly{display:block}}.oldPrice{display:block;color:var(--brand-muted);font-size:13px;text-decoration:line-through;font-weight:800}.vehiclePrice small{display:block;color:var(--brand-green);font-size:12px;font-weight:900;margin-top:2px}.campaignPreview{white-space:pre-line}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-muted);text-align:left}.table td,.table th{vertical-align:top}.promoHint{border:1px dashed var(--brand-blue);background:var(--brand-soft);border-radius:16px;padding:14px;margin-top:12px}.documentGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.documentCard{border:1px solid var(--brand-border);border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 18px rgba(15,23,42,.05)}.documentTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-active,.status-approved{background:#dcfce7;color:#166534}.status-pending{background:#fef3c7;color:#92400e}.status-expired,.status-inactive,.status-missing,.status-rejected{background:#fee2e2;color:#991b1b}.ghostButton{width:100%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:white;border-radius:10px;padding:11px 12px;margin-top:16px;cursor:pointer;font-weight:800}.ghostButton:hover{background:rgba(255,255,255,.14)}@media(max-width:780px){.documentGrid{grid-template-columns:1fr}.adminHeader{align-items:flex-start;flex-direction:column}.tableWrap{max-width:100%;overflow-x:auto}}.mobileMenuButton{display:none;border:1px solid rgba(255,255,255,.16);color:#fff;border-radius:12px;padding:9px 12px;font-size:20px;font-weight:900}.mobileMenuButton,.navAction{background:rgba(255,255,255,.1);cursor:pointer}.navAction{padding:10px 12px;border-radius:999px;border:0;color:rgba(255,255,255,.88);font-size:14px;font-weight:800}.navAction:hover{background:rgba(255,255,255,.18);color:#fff}.inlineAdminForm{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:flex-end}.inlineAdminForm .span2{grid-column:span 2}.inlineAdminForm .span3{grid-column:span 3}.inlineAdminForm .span6{grid-column:1/-1}.adminActions{display:flex;gap:8px;flex-wrap:wrap}.checkboxLine{display:flex;align-items:center;gap:8px;font-weight:800;color:#334155}.helpBox{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:16px;padding:14px;margin-bottom:16px}@media(max-width:820px){.nav{flex-direction:row;align-items:center}.mobileMenuButton{display:inline-flex}.navlinks{display:none;position:absolute;left:16px;right:16px;top:78px;z-index:80;background:var(--brand-navy);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 60px rgba(0,0,0,.32);border-radius:18px;padding:12px;grid-template-columns:1fr;width:auto}.navlinks.open{display:grid}.navAction,.navlinks a{width:100%;text-align:left;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.inlineAdminForm{grid-template-columns:1fr}.inlineAdminForm .span2,.inlineAdminForm .span3,.inlineAdminForm .span6{grid-column:1/-1}}.tabBar{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.listButton,.tabBar button{border:1px solid rgba(15,23,42,.12);background:#fff;color:var(--text);border-radius:14px;padding:10px 14px;cursor:pointer;font-weight:700}.listButton:hover,.tabBar button.active{background:var(--primary);color:#fff}.listButton{width:100%;text-align:left;margin-bottom:8px}.timeline{display:grid;grid-gap:12px;gap:12px}.timelineItem{border-left:4px solid var(--accent);padding:10px 14px;background:rgba(15,23,42,.035);border-radius:12px}.heroPrice{font-size:clamp(28px,5vw,44px);font-weight:900;margin:10px 0}.brandLogoImage{object-fit:contain;border-radius:14px;background:rgba(255,255,255,.06)}.brandLogoFallback,.brandLogoImage{width:52px;height:52px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.16))}.brandLogoFallback{background:linear-gradient(135deg,var(--brand-gold),#f59e0b);color:var(--brand-navy);display:inline-flex;font-weight:900;font-size:20px}.brandLogoFallback,.mapFallback{align-items:center;justify-content:center}.mapFallback{min-height:250px;display:flex;flex-direction:column;text-align:center;padding:24px;background:linear-gradient(135deg,#eaf1ff,#f8fafc);color:#0f172a;gap:8px}.mapFallback b{font-size:20px}.mapFallback span{max-width:520px;color:#475569;line-height:1.5}@media(max-width:640px){.brandLogoFallback,.brandLogoImage{width:44px;height:44px}.mapFallback{min-height:220px}}.navDropdown{position:relative;display:inline-flex}.navDropdownMenu{position:absolute;right:0;top:44px;min-width:210px;background:#fff;color:#0f172a;border:1px solid var(--brand-border);box-shadow:var(--shadow-soft);border-radius:16px;padding:8px;z-index:100}.navDropdownMenu a{display:block;color:#0f172a!important;background:#fff!important;border:0!important;text-align:left!important}.navDropdownMenu a:hover{background:#f8fafc!important}.bookingPageShell{display:grid;grid-template-columns:minmax(360px,520px) 1fr;grid-gap:24px;gap:24px;align-items:start}.bookingMapPanel{position:-webkit-sticky;position:sticky;top:96px}.bookingMapPanel .routePreview{margin:0}.bookingMapPanel .mapFallback,.bookingMapPanel .routeMapFrame,.bookingMapPanel .routeMapFrame>img{min-height:560px}.airportToggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.airportToggle button{border:1px solid var(--brand-border);background:#fff;border-radius:14px;padding:12px;font-weight:900;cursor:pointer}.airportToggle button.active{background:var(--brand-blue);color:white;border-color:var(--brand-blue)}.earningBadge{display:inline-flex;background:#dcfce7;color:#166534;font-weight:900;border-radius:999px;padding:8px 12px}.adminStack{display:grid;grid-gap:18px;gap:18px}.danger{background:var(--brand-red)!important;color:#fff!important}@media(max-width:1050px){.bookingPageShell{grid-template-columns:1fr}.bookingMapPanel{position:static}.bookingMapPanel .mapFallback,.bookingMapPanel .routeMapFrame,.bookingMapPanel .routeMapFrame>img{min-height:320px}}@media(max-width:820px){.navDropdown{display:block}.navDropdownMenu{position:static;margin-top:8px;box-shadow:none;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.08)}.navDropdownMenu a{color:white!important;background:transparent!important}}.toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.toolbar button{border:1px solid rgba(15,23,42,.14);background:white;border-radius:10px;padding:8px 10px;font-weight:700;cursor:pointer}.richEditor{min-height:360px;overflow:auto;background:white;line-height:1.7}.richEditor:focus{outline:2px solid rgba(245,158,11,.35)}.mediaGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.previewBox{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:18px}.cmsContent h1,.cmsContent h2,.cmsContent h3{font-weight:850;color:var(--text,#0f172a)}.cmsContent h1{font-size:clamp(2rem,4vw,3rem);margin:0 0 18px}.cmsContent h2{font-size:clamp(1.5rem,3vw,2.1rem);margin:28px 0 12px}.cmsContent h3{font-size:1.25rem;margin:22px 0 8px}.cmsContent p{margin:0 0 14px;line-height:1.75}.cmsContent b,.cmsContent strong{font-weight:850}.cmsContent ol,.cmsContent ul{margin:0 0 16px 22px;line-height:1.7}.cmsContent a{color:var(--primary,#0f172a);font-weight:800;text-decoration:underline}.cmsContent img{max-width:100%;height:auto}.cmsAttachments{margin-top:28px}.brandLogo{min-height:58px}.brandLogoImage{width:170px!important;height:54px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}.brandLogoFallback{width:58px!important;height:52px!important;border-radius:16px}.logo .brandLogoText{margin-left:2px}.stopBox{border:1px dashed var(--brand-border);border-radius:18px;background:#f8fafc;padding:14px}.stopBoxHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.stopBoxHeader span{display:block;font-size:13px;margin-top:4px}.stopRow{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:flex-end;margin-top:10px}.liveMapCanvas{width:100%;min-height:250px;height:100%}.routeMapFrame{position:relative;overflow:hidden}.mapStatus{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:linear-gradient(135deg,rgba(234,241,255,.94),rgba(248,250,252,.94));color:#0f172a;gap:8px}.mapStatus b{font-size:20px}.mapStatus span{max-width:540px;color:#475569;line-height:1.5}.routeStatsWide{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.routeLegs{padding:14px 16px;background:white;color:#334155;font-size:13px}.bookingMapPanel .liveMapCanvas{min-height:560px}.cmsToolbar{position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#f8fafc;border:1px solid var(--brand-border);border-radius:14px;padding:10px}.sourceEditor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;min-height:360px}.cmsContent table{width:100%;border-collapse:collapse;margin:18px 0;background:#fff;border:1px solid var(--brand-border);border-radius:12px;overflow:hidden}.cmsContent td,.cmsContent th{border:1px solid var(--brand-border);padding:10px;text-align:left}.cmsContent th{background:#f8fafc}.cmsButton{display:inline-flex!important;background:var(--brand-blue);color:#fff!important;padding:12px 18px;border-radius:12px;text-decoration:none!important;font-weight:900;margin:6px 0}@media(max-width:640px){.brandLogoImage{width:130px!important;height:42px!important}.stopBoxHeader,.stopRow{grid-template-columns:1fr}.stopBoxHeader{align-items:flex-start}.bookingMapPanel .liveMapCanvas{min-height:320px}}.formError{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.confirmationCard h2{margin-top:26px;margin-bottom:12px}.successIcon{width:58px;height:58px;border-radius:999px;display:grid;place-items:center;background:#dcfce7;color:#166534;font-size:34px;font-weight:900;margin-bottom:14px}.confirmationGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:16px 0}.confirmationGrid>div,.journeySummary>div{padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.confirmationGrid span,.journeySummary span{display:block;margin-bottom:4px}.journeySummary{display:grid;grid-gap:10px;gap:10px}.successNote{padding:12px 14px;border-radius:14px;background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;font-weight:700}.container.narrow{max-width:900px}.buttonRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}@media(max-width:700px){.confirmationGrid{grid-template-columns:1fr}}.quoteResults{margin-top:18px;min-width:0}.inlineResponsiveMap{display:none;margin:0 0 18px}.bookingCard,.bookingPageShell>*,.quoteCard,.routePreview,.vehicleCard,.vehicleGrid{min-width:0}.vehicleCard{overflow:hidden}.quoteCard span,.routeStats b,.vehicleCardBody,.vehicleCardBody b,.vehicleMeta{min-width:0;overflow-wrap:anywhere;word-break:break-word}.vehiclePrice{justify-self:flex-end;text-align:right;max-width:130px;white-space:normal;line-height:1.15}.vehicleGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.quoteCard{align-items:flex-start;flex-wrap:wrap}.quoteCard .input{min-width:80px}@media(max-width:1180px){.bookingPageShell{grid-template-columns:minmax(320px,460px) minmax(360px,1fr);gap:18px}.vehicleCard{grid-template-columns:72px minmax(0,1fr);align-items:start}.vehicleIcon{width:70px;height:46px}.vehiclePrice{grid-column:1/-1;justify-self:start;text-align:left;max-width:100%;font-size:21px}}@media(max-width:1050px){.bookingMapPanel{display:none}.inlineResponsiveMap{display:block}.inlineResponsiveMap .routePreview{margin:0 0 18px}.inlineResponsiveMap .liveMapCanvas,.inlineResponsiveMap .routeMapFrame{min-height:340px}.bookingPageShell{display:block}.vehicleGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:640px){.inlineResponsiveMap .liveMapCanvas,.inlineResponsiveMap .routeMapFrame{min-height:280px}.vehicleGrid{grid-template-columns:1fr}.vehicleCard{grid-template-columns:64px minmax(0,1fr);gap:10px;padding:14px}.vehiclePrice{font-size:20px}.quoteCard{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.bookingCard{padding:16px}}.suggestionGroupLabel{padding:8px 12px 5px;font-size:11px;letter-spacing:.08em;border-bottom:1px solid var(--brand-border)}.suggestions button span{font-size:12px;color:#64748b;line-height:1.35}.savedAddressQuickPanel{border:1px solid #dbeafe;background:linear-gradient(135deg,#f8fbff,#eef6ff);border-radius:18px;padding:14px}.savedAddressQuickHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.savedAddressQuickHeader b{font-size:16px}.savedAddressQuickHeader span{font-size:13px}.savedAddressChips{display:flex;flex-wrap:wrap;gap:10px}.savedAddressChip{border:1px solid #bfdbfe;background:white;border-radius:14px;padding:10px 12px;text-align:left;cursor:pointer;max-width:260px;box-shadow:0 8px 18px rgba(15,23,42,.05)}.savedAddressChip:hover{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,.1)}.savedAddressChip b,.savedAddressChip span{display:block}.savedAddressChip b{font-size:13px;color:#0f172a}.savedAddressChip span{font-size:12px;color:#64748b;margin-top:3px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:760px){.savedAddressQuickHeader{display:block}.savedAddressChip{max-width:none;width:100%}}.dateTimePicker{position:relative;min-width:0}.dateTimeButton{text-align:left;background:#fff;cursor:pointer;color:var(--brand-text)}.dateTimeDialog{position:absolute;z-index:35;top:76px;left:0;right:0;background:#fff;border:1px solid var(--brand-border);border-radius:16px;padding:14px;box-shadow:var(--shadow-soft);display:grid;grid-gap:12px;gap:12px;min-width:280px}.dateTimeFooter{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#475569}.dateTimeFooter span{overflow-wrap:anywhere}@media(max-width:760px){.dateTimeDialog{position:fixed;left:16px;right:16px;top:auto;bottom:18px;max-width:none}}.wheelBackdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wheelDialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1001;background:#fff;border-radius:24px;padding:22px 20px 18px;box-shadow:0 30px 70px rgba(0,0,0,.25);width:min(440px,calc(100vw - 24px));max-width:440px}.wheelTitle{margin:0 0 14px;font-size:20px;font-weight:800;letter-spacing:-.01em}.wheelGrid{position:relative;display:grid;grid-template-columns:1.7fr 1fr 1fr;grid-gap:6px;gap:6px;height:220px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,rgba(255,255,255,.95))}.wheelColumn{overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.wheelColumn::-webkit-scrollbar{display:none}.wheelPad{width:100%;pointer-events:none}.wheelItem{display:grid;place-items:center;height:44px;scroll-snap-align:center;border:0;background:transparent;font-size:17px;font-weight:600;color:#94a3b8;cursor:pointer;padding:0 4px;transition:color .15s,opacity .15s;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:100%}.wheelItem.wheelItemActive{color:#0f172a;font-weight:800;font-size:18px}.wheelHighlight{position:absolute;left:4px;right:4px;top:calc(50% - 22px);height:44px;background:rgba(15,23,42,.06);border-radius:12px;pointer-events:none;z-index:1}.wheelPreview{margin-top:14px;text-align:center;color:#475569;font-weight:700;font-size:15px}.wheelActions{display:flex;gap:10px;margin-top:14px}.wheelActions .btn{flex:1 1;padding:13px}@media(max-width:760px){.wheelDialog{left:12px;right:12px;bottom:calc(14px + env(safe-area-inset-bottom));top:auto;transform:none;width:auto;max-width:none;max-height:calc(100dvh - 32px - env(safe-area-inset-bottom));overflow:hidden;border-radius:24px 24px 18px 18px;padding:16px 14px 14px;display:grid;grid-template-rows:auto minmax(150px,1fr) auto auto}.wheelGrid{height:min(198px,34dvh);min-height:150px}.wheelTitle{font-size:18px;margin-bottom:10px}.wheelActions,.wheelPreview{margin-top:10px}.wheelActions{position:relative;z-index:2;background:#fff;padding-top:10px;padding-bottom:max(2px,env(safe-area-inset-bottom))}.wheelActions .btn{min-height:48px}}body.datePickerOpen .mobileBottomNav,body.datePickerOpen .whatsappHomeButton{display:none!important}.maintenancePage{min-height:100dvh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 18% 12%,rgba(var(--brand-blue-rgb),.2),transparent 34%),linear-gradient(135deg,var(--brand-navy),#020617 72%);color:#fff;overflow:hidden}.maintenancePage:before{content:"";position:fixed;inset:auto -8% -28% -8%;height:44vh;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02));transform:skewY(-6deg);pointer-events:none}.maintenanceShell{position:relative;width:min(920px,100%);display:grid;grid-gap:22px;gap:22px}.maintenanceBrand{display:flex;align-items:center;gap:14px}.maintenanceLogoMark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--brand-blue);color:#fff;font-weight:1000;box-shadow:0 22px 50px rgba(0,0,0,.28)}.maintenanceBrand strong{display:block;font-size:24px}.maintenanceBrand span{display:block;color:rgba(255,255,255,.68);font-weight:800;margin-top:2px}.maintenancePanel{position:relative;background:rgba(255,255,255,.94);color:#0f172a;border:1px solid rgba(255,255,255,.4);border-radius:28px;padding:clamp(28px,6vw,58px);box-shadow:0 34px 90px rgba(0,0,0,.3);overflow:hidden}.maintenancePanel:before{content:"";position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:999px;background:rgba(var(--brand-blue-rgb),.13)}.maintenanceEyebrow{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(var(--brand-blue-rgb),.1);color:var(--brand-blue-dark);font-weight:1000;text-transform:uppercase;font-size:12px;letter-spacing:.04em}.maintenancePanel h1{position:relative;margin:18px 0;font-size:clamp(34px,7vw,72px);line-height:1;letter-spacing:0}.maintenancePanel p{position:relative;margin:0;max-width:720px;color:#475569;font-size:clamp(17px,2.2vw,22px);line-height:1.65;font-weight:700;white-space:pre-line}.maintenanceContact{display:flex;flex-wrap:wrap;gap:10px}.maintenanceContact a{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-weight:900}.maintenanceContact a:hover{background:rgba(255,255,255,.2)}@media(max-width:760px){.maintenancePage{padding:18px}.maintenancePanel{border-radius:24px}.maintenanceBrand strong{font-size:20px}.maintenanceContact{display:grid}.maintenanceContact a{justify-content:center}}.modernHome{background:linear-gradient(180deg,#f7f9fd,#ffffff 44%,#f8fafc);overflow:hidden}.modernHero{position:relative;isolation:isolate;min-height:760px;padding:72px 0 74px;color:#fff;background:linear-gradient(120deg,rgba(var(--brand-navy-rgb),.98) 0,rgba(10,36,71,.94) 50%,rgba(var(--brand-navy-rgb),.9) 100%),radial-gradient(circle at 75% 40%,rgba(248,193,74,.23),transparent 30%)}.modernHero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--brand-navy-rgb),.92),rgba(var(--brand-navy-rgb),.38)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='760' viewBox='0 0 1400 760'%3E%3Crect width='1400' height='760' fill='%230b1730'/%3E%3Cg opacity='.32'%3E%3Cpath d='M0 496 C250 430 410 456 650 385 C880 317 1110 326 1400 240 L1400 760 L0 760Z' fill='%231d4ed8'/%3E%3Cpath d='M0 560 C270 520 470 520 710 455 C980 382 1140 385 1400 318 L1400 760 L0 760Z' fill='%2307192f'/%3E%3Cpath d='M0 606 H1400' stroke='%23ffffff' stroke-width='14' opacity='.18'/%3E%3Cpath d='M0 658 H1400' stroke='%23ffffff' stroke-width='4' opacity='.16'/%3E%3C/g%3E%3Cg transform='translate(770 340)'%3E%3Cpath d='M48 96c24-58 78-92 158-92h156c76 0 132 34 170 92' fill='none' stroke='%23f8fafc' stroke-width='24' stroke-linecap='round' opacity='.96'/%3E%3Cpath d='M48 88h500c38 0 68 30 68 68v32H0v-32c0-38 22-68 48-68Z' fill='%23020b18'/%3E%3Ccircle cx='128' cy='188' r='42' fill='%230f172a'/%3E%3Ccircle cx='128' cy='188' r='19' fill='%23f8fafc'/%3E%3Ccircle cx='486' cy='188' r='42' fill='%230f172a'/%3E%3Ccircle cx='486' cy='188' r='19' fill='%23f8fafc'/%3E%3Cpath d='M182 24h174l80 64H132l50-64Z' fill='%23dbeafe' opacity='.92'/%3E%3Cpath d='M235 14h88' stroke='%23f8c14a' stroke-width='17' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E") 50%/cover no-repeat;z-index:-3}.heroGlow{position:absolute;border-radius:999px;filter:blur(4px);opacity:.68;z-index:-1}.heroGlowOne{width:300px;height:300px;right:6%;top:10%;background:rgba(248,193,74,.16)}.heroGlowTwo{width:420px;height:420px;left:-120px;bottom:-180px;background:rgba(37,99,235,.18)}.modernHeroGrid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.88fr);grid-gap:44px;gap:44px;align-items:center}.modernHeroCopy{max-width:660px}.modernHeroCopy h1{margin:18px 0;font-size:clamp(42px,5.6vw,76px);line-height:.95;letter-spacing:-.055em}.modernHeroCopy p{font-size:clamp(17px,2vw,21px);line-height:1.65;color:rgba(255,255,255,.82);max-width:620px}.modernEyebrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);color:#fde68a}.heroPrimary{font-size:16px;padding:15px 24px;border-radius:16px}.btn.glass{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.18);box-shadow:none}.btn.glass:hover{background:rgba(255,255,255,.2)}.modernTrustStrip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:34px;max-width:650px}.modernTrustStrip div{padding:15px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.modernTrustStrip b{display:block;font-size:24px;color:#fff}.modernTrustStrip span{display:block;color:rgba(255,255,255,.75);font-size:13px;font-weight:800;margin-top:4px}.modernBookingPanel{align-self:center}.modernBookingPanel .bookingCard{border:1px solid rgba(255,255,255,.35);box-shadow:0 34px 90px rgba(2,8,23,.3);border-radius:30px}.modernBookingPanel .bookingCard h2{font-size:28px;text-align:center;margin-top:0}.sectionHeaderSplit{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.sectionHeaderSplit .sectionLead{margin:0;max-width:560px}.eyebrow.light{background:#eef6ff;color:#1e3a8a;border-color:#dbeafe}.benefitGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.benefitCard{background:#fff;border:1px solid var(--brand-border);border-radius:24px;padding:24px;box-shadow:var(--shadow-card)}.benefitIcon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eaf1ff;color:var(--brand-blue-dark);font-weight:900;margin-bottom:14px}.benefitCard h3{margin:0 0 10px}.benefitCard p{color:#64748b;line-height:1.65;margin:0}.mobileAppShowcase{padding:72px 0;background:linear-gradient(135deg,#ffffff,#eef6ff)}.appShowcaseGrid{display:grid;grid-template-columns:390px 1fr;grid-gap:58px;gap:58px;align-items:center}.phoneMockup{width:330px;margin:auto;background:#0b1220;border:12px solid #111827;border-radius:46px;padding:18px 14px 16px;color:#0f172a;box-shadow:0 34px 90px rgba(15,23,42,.32);position:relative}.phoneSpeaker{position:absolute;left:50%;top:13px;transform:translateX(-50%);width:92px;height:24px;background:#020617;border-radius:999px}.phoneHeader{height:58px;padding:18px 8px 8px;display:flex;align-items:center;justify-content:space-between;color:#111827;background:#fff;border-radius:28px 28px 0 0;font-weight:900}.miniLogo{display:grid;place-items:center;width:38px;height:28px;border-radius:10px;background:#0b2447;color:#f8c14a;font-weight:1000}.phoneHeroCard{height:150px;background:linear-gradient(135deg,rgba(var(--brand-navy-rgb),.85),rgba(var(--brand-navy-rgb),.28)),linear-gradient(135deg,#64748b,#0f172a);border-radius:0 0 26px 26px;color:white;padding:22px;font-size:25px;line-height:1.04;font-weight:900;display:flex;align-items:flex-end}.phoneFormCard{background:#fff;margin:-18px 12px 14px;border-radius:20px;padding:14px;box-shadow:0 18px 38px rgba(15,23,42,.2);position:relative;z-index:2}.phoneFormCard label{display:block;font-size:11px;font-weight:900;margin:8px 0 5px}.phoneFormCard div{border:1px solid #e5e7eb;border-radius:11px;padding:10px;font-size:12px;background:#fff}.phoneFormCard button{margin-top:12px;width:100%;border:0;border-radius:14px;background:#f8c14a;padding:12px;font-weight:900}.phoneQuickGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:0 10px 12px}.phoneQuickGrid span{background:#fff;border-radius:15px;padding:12px;font-size:12px;font-weight:900;box-shadow:0 10px 18px rgba(15,23,42,.08)}.phoneBottomNav{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px;background:#fff;border-radius:18px;padding:10px 6px;font-size:10px;text-align:center;font-weight:900;color:#334155}.showcaseText h2{font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.045em;margin:16px 0}.showcaseText p{font-size:18px;line-height:1.75;color:#64748b;max-width:680px}.showcaseActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.fleetSection{background:#fff}.fleetGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.fleetCard{background:#fff;border:1px solid var(--brand-border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-card)}.carIllustration{height:160px;background:linear-gradient(135deg,#eaf1ff,#f8fafc);display:grid;place-items:center}.carIllustration span{width:74%;height:58px;border-radius:50px 50px 24px 24px;background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue-dark));position:relative;box-shadow:0 18px 36px rgba(15,23,42,.18)}.carIllustration span:after,.carIllustration span:before{content:"";position:absolute;bottom:-14px;width:34px;height:34px;border-radius:999px;background:#0f172a;border:7px solid #fff}.carIllustration span:before{left:18%}.carIllustration span:after{right:18%}.fleetCard div:last-child{padding:20px}.fleetCard h3{margin:0 0 8px;font-size:22px}.fleetCard p{color:#64748b;line-height:1.6}.fleetCard b{color:var(--brand-blue-dark)}.ctaBand{padding:58px 0;background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue-dark));color:#fff}.ctaGrid{display:flex;align-items:center;justify-content:space-between;gap:24px}.ctaGrid h2{font-size:clamp(32px,4vw,52px);line-height:1.03;margin:12px 0}.ctaGrid p{color:rgba(255,255,255,.76);font-size:18px}.mobileBottomNav{display:none}@media(max-width:1050px){.modernHeroGrid{grid-template-columns:1fr}.modernBookingPanel{max-width:720px}.benefitGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.appShowcaseGrid{grid-template-columns:1fr;gap:32px}.showcaseText{order:-1}.fleetGrid{grid-template-columns:1fr 1fr}.sectionHeaderSplit{display:block}.sectionHeaderSplit .sectionLead{margin-top:12px}.modernHero{min-height:auto}}@media(max-width:760px){body{padding-bottom:76px}.topbar{background:rgba(var(--brand-navy-rgb),.94);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.topbar .nav{flex-direction:row;align-items:center}.topbar .brandLogoName{color:#fff}.topbar .brandLogoTagline{display:none}.topbar .mobileMenuButton{display:inline-flex;background:var(--brand-gold);color:var(--brand-navy);border-color:var(--brand-gold);box-shadow:0 8px 18px rgba(7,24,47,.18)}.navlinks{display:none;position:absolute;left:14px;right:14px;top:72px;background:var(--brand-navy);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:12px;box-shadow:var(--shadow-soft)}.navlinks.open{display:grid;grid-template-columns:1fr 1fr}.modernHero{padding:22px 0 34px;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#0f172a}.modernHero:before{opacity:.12}.modernHeroCopy h1{font-size:40px;letter-spacing:-.04em}.modernHeroCopy p{font-size:16px;color:#475569}.modernEyebrow{background:#fff;border-color:#dbeafe;color:#1e3a8a}.btn.glass{background:#eaf1ff;color:#0f172a;border-color:#dbeafe}.modernTrustStrip{grid-template-columns:1fr 1fr 1fr;gap:8px}.modernTrustStrip div{background:#fff;border-color:#dbeafe;border-radius:16px;padding:10px}.modernTrustStrip b{font-size:18px;color:#0f172a}.modernTrustStrip span{color:#64748b;font-size:11px}.modernBookingPanel .bookingCard{border-radius:24px}.phoneMockup{width:min(330px,100%)}.mobileAppShowcase{padding:46px 0}.benefitGrid,.fleetGrid{grid-template-columns:1fr}.ctaGrid{display:block}.ctaGrid .btn{margin-top:12px}.mobileBottomNav{position:fixed;left:12px;right:12px;bottom:12px;z-index:45;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.96);border:1px solid #e5e7eb;border-radius:24px;padding:9px;box-shadow:0 18px 45px rgba(15,23,42,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobileBottomNav a{display:grid;place-items:center;grid-gap:2px;gap:2px;color:#0f172a;font-weight:900;font-size:18px}.mobileBottomNav span{font-size:11px}.footer{padding-bottom:96px}}.businessAccountList{display:grid;grid-gap:10px;gap:10px}.businessAccountRow{display:grid;grid-template-columns:1.6fr repeat(4,minmax(90px,1fr));grid-gap:12px;gap:12px;align-items:center;border:1px solid var(--brand-border);border-radius:16px;background:#fff;padding:14px;box-shadow:0 8px 18px rgba(15,23,42,.04);transition:border-color .15s ease,box-shadow .15s ease}.businessAccountRow:hover{border-color:rgba(37,99,235,.45);box-shadow:0 14px 30px rgba(15,23,42,.09)}.businessAccountRow span{min-width:0}.businessAccountRow b{display:block;color:#0f172a}.businessAccountRow small{display:block;margin-top:4px;color:#64748b;font-weight:700}.businessMemberList{display:grid;grid-gap:10px;gap:10px}.businessMemberRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid var(--brand-border);border-radius:14px;background:#fff;padding:12px}.businessMemberRow b,.businessMemberRow small{display:block}.businessMemberRow small{color:#64748b;margin-top:3px}@media(max-width:980px){.adminMain .grid>.card{grid-column:1/-1!important}}@media(max-width:780px){.businessAccountRow{grid-template-columns:1fr 1fr}.businessAccountRow span:first-child{grid-column:1/-1}.businessMemberRow{grid-template-columns:1fr}.businessMemberRow .btn{width:100%}}.driverPortal{background:linear-gradient(180deg,#f8fafc,#eef6ff 42%,#f8fafc)}.driverAppHeader{overflow:hidden;border-radius:24px;background:var(--brand-navy);color:#fff;box-shadow:0 22px 55px rgba(7,24,47,.24);margin-bottom:16px}.driverAppTop{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#020617}.driverIconButton{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:9px 11px;font-size:12px;font-weight:900;cursor:pointer}.driverIconButton:hover{background:rgba(255,255,255,.16)}.driverDutyPill{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:118px;border-radius:999px;padding:9px 14px;background:#0f172a;color:#fff;font-size:12px;font-weight:900}.driverDutyPill.status-active,.driverDutyPill.status-available{background:#16a34a}.driverDutyPill.status-busy{background:#f59e0b;color:#111827}.driverDutyPill.status-offline,.driverDutyPill.status-suspended{background:#475569}.driverAppIdentity{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:#fff;color:#0f172a}.driverAppIdentity span{display:block;font-size:12px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.driverAppIdentity b{display:block;margin-top:4px;font-size:18px}.driverRating{color:#f59e0b!important;text-transform:none!important;letter-spacing:0!important}.driverQuickActions{display:grid;grid-template-columns:repeat(4,1fr);background:#f8fafc;border-top:1px solid #e2e8f0}.driverQuickActions button{border:0;border-right:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:13px 8px;font-weight:900;cursor:pointer}.driverQuickActions button:last-child{border-right:0}.driverQuickActions button:hover{background:#eff6ff;color:#1d4ed8}.driverSummaryStrip{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;overflow:hidden;border-radius:22px;background:#1e293b;box-shadow:0 16px 35px rgba(15,23,42,.14);margin-bottom:16px}.driverSummaryStrip div{background:#020617;color:#fff;padding:18px;text-align:center}.driverSummaryStrip span{display:block;color:#cbd5e1;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.driverSummaryStrip b{display:block;margin-top:8px;font-size:clamp(24px,4vw,34px);line-height:1}.driverSummaryStrip small{display:block;margin-top:8px;color:#94a3b8;font-weight:800}.driverDashboardGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.driverPortalTile{min-height:150px;border:1px solid var(--brand-border);border-radius:18px;background:#fff;color:#0f172a;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 32px rgba(15,23,42,.08);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.driverPortalTile:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(15,23,42,.14);border-color:#bfdbfe}.driverPortalTile b{display:block;margin-top:12px;font-size:18px}.driverPortalTile small{display:block;margin-top:7px;color:#64748b;font-weight:800;line-height:1.35}.driverTileIcon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8;font-weight:1000;letter-spacing:.03em}.driverPortalTile.green .driverTileIcon{background:#dcfce7;color:#166534}.driverPortalTile.gold .driverTileIcon{background:#fef3c7;color:#92400e}.driverPortalTile.red .driverTileIcon{background:#fee2e2;color:#991b1b}.driverPortalTile.navy .driverTileIcon{background:#e2e8f0;color:#0f172a}.driverJobCard{border-radius:22px;border-color:#dbeafe}.driverLiveActionRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.driverLiveButton{min-height:58px;font-size:15px;border-radius:16px}.driverJobCard .eventTimeline{border-left:3px solid #bfdbfe;margin-left:4px;padding-left:16px}.driverProfileStrip{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:16px 18px;border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.07)}.driverProfileStrip span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.driverProfileStrip b{display:block;margin-top:4px;color:#0f172a;font-size:22px}.driverProfileActions{display:flex;align-items:center;gap:10px}.driverProfileActions .driverDutyPill{margin-left:0}.driverSectionNav{display:flex;justify-content:flex-start;margin:0 0 14px}.driverSectionNav .btn{box-shadow:none}.driverHistoryCard dl,.driverJobDetails{display:grid;grid-gap:10px;gap:10px;margin:14px 0}.driverHistoryCard dl div,.driverJobDetails div{display:grid;grid-template-columns:112px 1fr;grid-gap:10px;gap:10px;align-items:start}.driverHistoryCard dt,.driverJobDetails dt{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.driverHistoryCard dd,.driverJobDetails dd{margin:0;overflow-wrap:anywhere;line-height:1.45}.driverHistoryCards{display:none}.driverHistoryCard{border:1px solid #dbeafe;border-radius:18px;background:#fff;padding:14px;margin-top:12px}.driverHistoryPanel .driverSectionHeader{margin-bottom:14px}.driverMobileLedger{display:none}.driverMoneyCard{border:1px solid #dbeafe;border-radius:16px;background:#fff;padding:14px;margin-top:10px}.driverMoneyCard>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.driverMoneyCard b{font-size:18px;color:#0f172a}.driverMoneyCard small,.driverMoneyCard span{color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.driverMoneyCard p{margin:10px 0 0;overflow-wrap:anywhere}.driverMoneyCard dl{display:grid;grid-gap:8px;gap:8px;margin:12px 0 0}.driverMoneyCard dl div{display:flex;align-items:center;justify-content:space-between;gap:10px}.driverMoneyCard dt{color:#64748b;font-size:12px;font-weight:900}.driverMoneyCard dd{margin:0;font-weight:900;color:#0f172a}@media(max-width:920px){.driverDashboardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.driverSummaryStrip{grid-template-columns:1fr 1fr 1fr}.driverPortalTile{min-height:138px}}@media(max-width:640px){.driverAppHeader{border-radius:0;margin-left:-10px;margin-right:-10px}.driverAppTop{gap:6px;overflow-x:auto}.driverIconButton{padding:9px 10px}.driverDutyPill{min-width:104px}.driverAppIdentity{align-items:flex-start;flex-direction:column}.driverQuickActions button{padding:12px 4px;font-size:12px}.driverSummaryStrip{grid-template-columns:1fr;margin-bottom:14px}.driverSummaryStrip div{text-align:left}.driverDashboardGrid{grid-template-columns:1fr 1fr;gap:10px}.driverPortalTile{min-height:132px;padding:14px;border-radius:16px}.driverPortalTile b{font-size:15px}.driverTileIcon{width:48px;height:48px;border-radius:16px}.driverLiveActionRow{grid-template-columns:1fr}.driverLiveButton{width:100%;min-height:60px}.driverJobCard p{overflow-wrap:anywhere}.driverJobCard{padding:16px;border-radius:18px}.driverHistoryCard dl div,.driverJobDetails div{grid-template-columns:1fr;gap:4px}.driverHistoryCards{display:block}.driverHistoryTable{display:none}.driverHistoryPanel{padding:16px;border-radius:18px}.driverHistoryCard .documentTop{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.driverHistoryCard .pill{justify-self:start}.driverEarningsGrid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.driverEarningsGrid>.card{grid-column:1/-1!important;padding:16px;border-radius:18px}.driverEarningsHero .heroPrice{font-size:34px}.driverBalanceBreakdown .statsGrid{grid-template-columns:1fr;gap:10px}.driverBalanceBreakdown .statsGrid .card{padding:14px;border-radius:16px;box-shadow:none}.driverBalanceBreakdown .statsGrid .heroPrice{font-size:26px}.driverEarningsPanel h2{font-size:20px;margin-top:0}.driverDesktopTable{display:none}.driverMobileLedger{display:block}.driverMoneyCard>div:first-child{display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px}.driverMoneyCard dl div{align-items:flex-start}.driverMoneyCard dd{text-align:right}.driverProfileStrip{align-items:flex-start;flex-direction:column;padding:14px;border-radius:18px}.driverProfileActions{width:100%;justify-content:space-between}.driverProfileActions .btn{min-height:40px}.driverProfileStrip b{font-size:20px}.driverSectionNav .btn{width:100%}}.compactStopArea{display:grid;grid-gap:10px;gap:10px;margin-top:-4px}.addStopLink{justify-self:start;border:0;background:transparent;color:var(--brand-blue);font-weight:900;cursor:pointer;padding:4px 2px;font-size:14px;text-decoration:none}.addStopLink:hover{text-decoration:underline}.compactStopHint{margin:0;font-size:12px}.compactStopArea .stopRow{align-items:flex-end}.adminHeroImageOverlay{position:absolute;inset:0;z-index:-4;background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:.22;filter:saturate(1.05)}.fleetVehicleVisual{height:170px;background:linear-gradient(135deg,#eaf1ff,#f8fafc);display:grid;place-items:center;position:relative;overflow:hidden;padding:18px 16px}.fleetVehicleVisual:before{content:"";position:absolute;inset:auto -10% -35% -10%;height:82%;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.18),transparent 62%)}.fleetVehicleVisual img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;position:relative;z-index:1}.fleetVehicleShape{width:72%;height:60px;border-radius:52px 52px 24px 24px;background:linear-gradient(135deg,var(--brand-navy),var(--brand-blue-dark));position:relative;box-shadow:0 18px 36px rgba(15,23,42,.18)}.fleetVehicleShape:after,.fleetVehicleShape:before{content:"";position:absolute;bottom:-14px;width:34px;height:34px;border-radius:999px;background:#0f172a;border:7px solid #fff}.fleetVehicleShape:before{left:18%}.fleetVehicleShape:after{right:18%}.fleetVehicleVisual.saloon .fleetVehicleShape{width:66%;height:54px;border-radius:48px 48px 22px 22px}.fleetVehicleVisual.executive{background:linear-gradient(135deg,#fff7ed,#f8fafc)}.fleetVehicleVisual.executive .fleetVehicleShape{width:74%;height:54px;background:linear-gradient(135deg,#111827,#b45309)}.fleetVehicleVisual.executive .fleetVehicleShape:before{left:16%}.fleetVehicleVisual.executive .fleetVehicleShape:after{right:16%}.fleetVehicleVisual.mpv{background:linear-gradient(135deg,#ecfeff,#f8fafc)}.fleetVehicleVisual.mpv .fleetVehicleShape{width:78%;height:70px;border-radius:34px 34px 22px 22px;background:linear-gradient(135deg,#0f172a,#0e7490)}.fleetVehicleVisual.\38-seater{background:linear-gradient(135deg,#f0fdf4,#f8fafc)}.fleetVehicleVisual.\38-seater .fleetVehicleShape{width:82%;height:76px;border-radius:30px 30px 22px 22px;background:linear-gradient(135deg,#052e16,#16a34a)}@media(max-width:760px){.addStopLink{font-size:13px}.fleetVehicleVisual{height:150px;padding:16px 12px}}.dropoffWithPlus{grid-template-columns:minmax(0,1fr) 58px;grid-gap:0;gap:0}.dropoffWithPlus .autocomplete .input{border-top-right-radius:0;border-bottom-right-radius:0}.routePlusButton{height:48px;margin-top:27px;border:1px solid var(--brand-border);border-left:0;background:#fff;color:var(--brand-gold-2);font-size:32px;line-height:1;border-top-right-radius:12px;border-bottom-right-radius:12px;font-weight:300}.routePlusButton:hover{background:#fffbeb;color:#b45309}.routeStopInline{display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-gap:0;gap:0;align-items:flex-end;margin-left:34px}.routeStopInline .autocomplete .input{border-top-right-radius:0;border-bottom-right-radius:0}.routeStopMinus{height:48px;margin-top:27px;border:1px solid var(--brand-border);border-left:0;background:#fff;color:#64748b;font-size:32px;line-height:1;border-top-right-radius:12px;border-bottom-right-radius:12px}.routeStopMinus:hover{background:#fee2e2;color:#b91c1c}.noteBox{min-height:82px;resize:vertical}.flightNotice{display:flex;gap:12px;align-items:flex-start;border:1px solid #e5e7eb;background:#f7f5ea;border-radius:16px;padding:14px;color:#334155}.flightNotice b{display:block;color:#111827}.flightNotice span{line-height:1.5}.flightActions{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.flightResult{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;border:1px solid #dbeafe;background:#f8fbff;border-radius:18px;padding:14px}.flightResult>b{grid-column:1/-1}.flightResult div{border-left:4px solid #fde047;padding-left:10px}.flightResult span{display:block;font-size:12px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.flightResult strong{display:block;color:#0f172a;margin-top:3px}.hpField{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.accountNotice{font-size:15px}.accountNotice b{font-size:18px}@media(max-width:760px){.dropoffWithPlus{grid-template-columns:minmax(0,1fr) 50px}.routePlusButton,.routeStopMinus{height:47px;font-size:28px}.routeStopInline{margin-left:18px;grid-template-columns:minmax(0,1fr) 50px}.flightResult{grid-template-columns:1fr}.flightActions .btn{width:100%}}.fareBreakdown{border:1px solid #e2e8f0;border-radius:18px;display:grid;grid-gap:8px;gap:8px;max-width:100%;overflow:hidden}.fareBreakdown h3{margin:0 0 4px}.fareBreakdown div{gap:16px;align-items:center;border-bottom:1px dashed #dbe3ef;padding:4px 0;min-width:0}.fareBreakdown span{min-width:0;overflow-wrap:anywhere;color:#475569}.fareBreakdown b{white-space:nowrap;color:#0f172a}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#334155;text-transform:capitalize}.badge.success{background:#dcfce7;color:#166534}.badge.warning{background:#fef3c7;color:#92400e}.badge.danger{background:#fee2e2;color:#991b1b}.badge.info{background:#dbeafe;color:#1e40af}.alert{border-radius:14px;padding:12px 14px;margin:12px 0;border:1px solid var(--brand-border);background:#f8fafc}.alert.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.stat{font-size:32px;font-weight:900;margin:8px 0}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}table{width:100%;border-collapse:collapse}td,th{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#475569;background:#f8fafc}@media(max-width:900px){.grid3{grid-template-columns:1fr}.card{padding:18px}table{font-size:13px}}.status-assigned,.status-confirmed{background:#dcfce7;color:#166534}.status-cancelled{background:#fee2e2;color:#991b1b}.status-amendment_requested,.status-cancellation_requested,.status-pending{background:#fef3c7;color:#92400e}.status-completed{background:#dbeafe;color:#1e40af}.status-failed{background:#fee2e2;color:#991b1b}.badge.status-confirmed,.pill.status-confirmed{background:#dcfce7!important;color:#166534!important;border-color:#bbf7d0!important}.badge.status-cancelled,.pill.status-cancelled{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}.badge.status-warning,.pill.status-warning{background:#fef3c7!important;color:#92400e!important;border-color:#fde68a!important}.badge.status-pending,.pill.status-pending{background:#ffedd5!important;color:#9a3412!important;border-color:#fed7aa!important}.badge.status-completed,.pill.status-completed{background:#dbeafe!important;color:#1e40af!important;border-color:#bfdbfe!important}.badge.status-progress,.pill.status-progress{background:#e0f2fe!important;color:#075985!important;border-color:#bae6fd!important}.badge.status-neutral,.pill.status-neutral{background:#f1f5f9!important;color:#334155!important;border-color:#e2e8f0!important}.securityNotice{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid var(--brand-border);color:#475569;font-size:13px}.publicPage{background:#f8fafc;min-height:70vh}.pageHero{background:linear-gradient(135deg,var(--brand-navy),#14345f);color:white;padding:64px min(6vw,72px);border-radius:0 0 30px 30px}.pageHero h1{font-size:clamp(36px,5vw,58px);margin:0 0 10px}.pageHero p{max-width:780px;color:rgba(255,255,255,.82);line-height:1.7}.grid2{display:grid;grid-template-columns:1fr 1.3fr;grid-gap:24px;gap:24px;width:min(1180px,92%);margin:auto}.successBox{border:1px solid #86efac;background:#f0fdf4;color:#14532d;border-radius:14px}.formError,.successBox{padding:12px 14px}.noteBox{min-height:110px}.compactStatus{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-weight:900;font-size:12px}@media(max-width:780px){.grid2{grid-template-columns:1fr}.pageHero{padding:42px 20px}}.publicSoftSection{background:rgba(0,0,0,.02)}.publicFareGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px;margin-top:18px}.publicChargeCard,.publicFareCard{background:#fff;border:1px solid var(--brand-border);border-radius:20px;box-shadow:var(--shadow-card);padding:20px;min-width:0}.publicFareCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.publicChargeCard h3,.publicChargeTitle h3,.publicFareCardHead h3{margin:0;color:#0f172a}.publicChargeCard p,.publicFareCardHead p{margin:6px 0 0;color:#64748b;line-height:1.55}.publicFareRows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.publicFareRows div{border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:12px;min-width:0}.publicFareRows span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.publicFareRows b{display:block;color:#0f172a;margin-top:6px;overflow-wrap:anywhere}.publicFareRows.compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.publicChargeList{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:14px;gap:14px;margin-top:18px}.publicChargeList.twoCol{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.publicChargeTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.publicChargeTitle b{color:var(--brand-blue-dark);white-space:nowrap}.publicChargeBullets{line-height:1.8;padding-left:22px}.publicChargeBullets li{margin-bottom:8px}@media(max-width:640px){body,html{overflow-x:hidden}.publicChargeCard,.publicFareCard,.publicPage,.publicPage .card,.publicPage .container{min-width:0}.pageHero{border-radius:0 0 22px 22px}.pageHero h1{font-size:34px}.pageHero p{font-size:15px;overflow-wrap:anywhere}.publicChargeList,.publicChargeList.twoCol,.publicFareGrid{grid-template-columns:1fr}.publicChargeCard,.publicFareCard{padding:16px;border-radius:18px}.publicChargeTitle,.publicFareCardHead{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.publicFareRows,.publicFareRows.compact{grid-template-columns:1fr}.publicChargeTitle b{white-space:normal}.publicChargeBullets{padding-left:18px}.publicPage .btn{width:100%;min-height:46px}.publicPage h2{font-size:24px;line-height:1.2}.publicPage ul{overflow-wrap:anywhere}}.adminHeader h1,.dashboardHeader h1{font-size:clamp(28px,3vw,38px);line-height:1.1;margin:0;font-weight:800;letter-spacing:-.03em}.dashboardHeader .muted{margin:8px 0 0;font-size:14px}.adminStatsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:16px;gap:16px}.adminStatCard{background:white;border:1px solid var(--brand-border);border-radius:18px;box-shadow:0 8px 22px rgba(15,23,42,.06);padding:18px;min-height:104px;display:flex;flex-direction:column;justify-content:space-between}.adminStatCard span{font-size:13px;color:#64748b;font-weight:700}.adminStatCard b{font-size:clamp(24px,3vw,34px);line-height:1.05;color:#0f172a;font-weight:800;letter-spacing:-.03em}.settingsCard h2{margin-top:0}.toggleSwitch{width:100%;min-height:46px;border:1px solid var(--brand-border);border-radius:14px;background:#f8fafc;color:#334155;display:flex;align-items:center;gap:12px;padding:8px 12px;cursor:pointer;text-align:left;box-shadow:none}.toggleSwitch .toggleKnob{width:42px;height:24px;border-radius:999px;background:#cbd5e1;position:relative;flex:0 0 auto;transition:background .15s ease}.toggleSwitch .toggleKnob:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:white;box-shadow:0 2px 6px rgba(15,23,42,.22);transition:transform .15s ease}.toggleSwitch.on{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a}.toggleSwitch.on .toggleKnob{background:var(--brand-blue)}.toggleSwitch.on .toggleKnob:after{transform:translateX(18px)}.toggleSwitch b{font-size:14px}.adminRoutePreview{margin-top:18px}.adminSuggestions{top:68px}.fareBreakdown{border:1px solid var(--brand-border);border-radius:16px;background:#f8fafc;padding:14px;margin:14px 0}.fareBreakdown h3{margin:0 0 10px}.fareBreakdown div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #e2e8f0}.fareBreakdown div:last-child{border-bottom:0}.formError{margin-top:14px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:14px;padding:12px;font-weight:700}.suggestionGroupLabel{padding:9px 12px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.routeLegs{border-top:1px solid var(--brand-border);padding:12px 16px;display:grid;grid-gap:6px;gap:6px;background:#fff}.routeLegs span{font-size:13px;color:#475569}.routeStopInline{position:relative}.routeStopInline .autocomplete{padding-right:52px}.routeStopMinus{position:absolute;right:0;top:28px;width:40px;height:40px;border:0;border-radius:12px;background:#fee2e2;color:#991b1b;font-size:24px;font-weight:900;cursor:pointer}.dropoffWithPlus{display:grid;grid-template-columns:1fr 46px;grid-gap:10px;gap:10px;align-items:flex-end}.routePlusButton{height:46px;border:0;border-radius:12px;background:#eaf1ff;color:#1e3a8a;font-size:26px;font-weight:900;cursor:pointer}.compactStopHint{margin-top:-4px}@media(max-width:640px){.adminStatsGrid{grid-template-columns:1fr 1fr;gap:10px}.adminStatCard{padding:14px;min-height:92px}.adminStatCard b{font-size:24px}.formGrid,.settingsCard .formGrid{grid-template-columns:1fr}.dashboardHeader{align-items:flex-start;flex-direction:column}.adminMain{padding:14px}.card{padding:18px}}.adminVehicleCard{grid-template-columns:minmax(0,1fr) auto}.vehicleCatalogueList{display:grid;grid-gap:14px;gap:14px}.vehicleCatalogueMake{border:1px solid var(--brand-border);border-radius:18px;background:#fff;padding:16px}.vehicleCatalogueMake h3{margin:0}.vehicleModelChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.vehicleModelChip{display:inline-flex;align-items:center;gap:7px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;padding:7px 9px;font-size:13px;font-weight:900}.vehicleModelChip.inactive{border-color:#e2e8f0;background:#f8fafc;color:#64748b;text-decoration:line-through}.vehicleModelChip button{border:0;background:rgba(255,255,255,.75);color:inherit;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:1000;cursor:pointer}.vehicleModelChip button:hover{background:#fff}.clickableCard{text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.clickableCard:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.12);border-color:rgba(37,99,235,.45)}.clickableCard small{display:block;margin-top:8px;color:var(--muted);font-weight:600;font-size:12px}.documentActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.eventTimeline{margin:10px 0;padding-left:18px;color:var(--muted)}.eventTimeline li{margin-bottom:4px}.fleetVehicleVisual svg{width:78%;max-width:300px;height:auto;color:var(--brand-navy);position:relative;z-index:1;filter:drop-shadow(0 14px 22px rgba(15,23,42,.18))}.fleetVehicleVisual.executive svg{color:#0f172a}.fleetVehicleVisual.mpv svg{color:#0e3a5f}.fleetVehicleVisual.\38-seater svg{color:#052e16}.vehicleIcon svg{color:inherit}.vehicleIcon img,.vehicleIcon svg{display:block;width:100%;height:100%}.vehicleIcon img{object-fit:contain;object-position:center}.notificationBellButton,.notificationBellWrap{position:relative;display:inline-flex;align-items:center}.notificationBellButton{width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;justify-content:center;cursor:pointer;box-shadow:none}.notificationBellButton.open,.notificationBellButton:hover{background:rgba(255,255,255,.18)}.notificationBellButton svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.notificationCount{position:absolute;right:-4px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;border:2px solid var(--brand-navy);font-size:11px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;line-height:1}.notificationDropdown{position:absolute;right:0;top:calc(100% + 12px);width:min(380px,calc(100vw - 28px));background:#fff;color:#0f172a;border:1px solid var(--brand-border);border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.22);z-index:130;overflow:hidden}.notificationDropdownHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--brand-border);background:#f8fafc}.notificationDropdownHeader b{display:block;font-size:18px}.notificationDropdownHeader span{display:block;color:#64748b;font-size:13px;margin-top:2px}.notificationDropdownHeader button{border:0;background:#eaf1ff;color:#1e3a8a;border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px;cursor:pointer;white-space:nowrap}.notificationPreviewList{max-height:360px;overflow:auto;padding:8px;display:grid;grid-gap:8px;gap:8px}.notificationPreview{display:grid;grid-gap:5px;gap:5px;padding:12px;border-radius:14px;border:1px solid transparent;background:#fff}.notificationPreview:hover{background:#f8fafc}.notificationPreview.unread{border-color:#bfdbfe;background:#eff6ff}.notificationPreview b{font-size:14px}.notificationPreview span:not(.notificationType){font-size:13px;color:#475569;line-height:1.35}.notificationPreview small{font-size:12px;color:#64748b;font-weight:800}.notificationViewAll{display:block;padding:13px 16px;border-top:1px solid var(--brand-border);font-weight:900;color:#1d4ed8;background:#fff}.notificationType{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:#e2e8f0;color:#334155}.notificationType.booking{background:#dbeafe;color:#1e40af}.notificationType.payment{background:#dcfce7;color:#166534}.notificationType.cancellation{background:#fee2e2;color:#991b1b}.notificationType.complaint{background:#fef3c7;color:#92400e}.notificationType.account{background:#f1f5f9;color:#334155}.notificationPageHeader{margin-bottom:22px}.notificationSummaryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:22px 0}.notificationSummaryCard{border:1px solid var(--brand-border);border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.06);padding:18px;display:grid;grid-gap:6px;gap:6px}.notificationSummaryCard span{font-size:12px;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.notificationSummaryCard b{font-size:34px;line-height:1;color:#0f172a}.notificationSummaryCard small{color:#64748b;font-weight:800}.notificationSummaryCard.primary{border-color:#bfdbfe;background:#eff6ff}.notificationSummaryCard.warning{border-color:#fde68a;background:#fffbeb}.notificationControlCard{margin-bottom:18px}.notificationSearch{display:grid;grid-gap:12px;gap:12px}.notificationFilterBar{display:flex;gap:8px;flex-wrap:wrap}.notificationFilterBar button{border:1px solid var(--brand-border);background:#fff;color:#334155;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer}.notificationFilterBar button.active{background:var(--brand-navy);border-color:var(--brand-navy);color:#fff}.notificationTimeline{display:grid;grid-gap:12px;gap:12px}.notificationCard{display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:flex-start;border:1px solid var(--brand-border);border-radius:20px;background:#fff;padding:16px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.notificationCard.unread{border-color:#bfdbfe;box-shadow:0 0 0 4px rgba(37,99,235,.06),0 10px 24px rgba(15,23,42,.06)}.notificationCardIcon{width:48px;height:48px;border-radius:16px;background:#eaf1ff;color:#1e3a8a;display:grid;place-items:center;font-weight:900}.notificationCardTop{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.notificationCardTop small{color:#64748b;font-weight:900}.notificationCard h2{margin:10px 0 6px;font-size:19px}.notificationCard p{margin:0;color:#475569;line-height:1.5}.notificationMetaRow{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;font-size:13px;color:#64748b}.notificationMetaRow a{color:#1d4ed8;font-weight:900}.notificationCardAction{display:grid;grid-gap:10px;gap:10px;justify-items:end}.notificationEmpty{display:grid;grid-gap:6px;gap:6px}.notificationEmpty span{color:#64748b}[data-theme=theme2] .notificationBellButton{border-color:var(--t2-border);background:#fff;color:var(--t2-text);box-shadow:var(--t2-shadow-card)}[data-theme=theme2] .notificationBellButton.open,[data-theme=theme2] .notificationBellButton:hover{background:var(--t2-bg-soft)}[data-theme=theme2] .notificationCount{border-color:#fff;background:var(--t2-accent-dark)}@media(max-width:820px){.navlinks .notificationBellWrap{width:100%;display:flex}.navlinks .notificationBellButton{width:100%;border-radius:12px;justify-content:flex-start;padding:9px 12px;height:auto}.navlinks .notificationBellButton:after{content:"Notifications";margin-left:10px;font-weight:900}.navlinks .notificationCount{right:8px;top:4px}.notificationDropdown{left:0;right:auto;top:calc(100% + 8px)}.t2-nav .notificationDropdown{right:0;left:auto}.notificationSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.notificationCard{grid-template-columns:42px minmax(0,1fr);padding:14px}.notificationCardIcon{width:42px;height:42px}.notificationCardAction{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center}.notificationPage .sectionTitle{font-size:34px}}@media(max-width:560px){.notificationSummaryGrid{grid-template-columns:1fr}.notificationFilterBar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.notificationFilterBar button{border-radius:12px}.notificationDropdown{width:calc(100vw - 28px)}.notificationCard{grid-template-columns:1fr}.notificationCardIcon{display:none}.notificationCardAction{align-items:stretch;flex-direction:column}.notificationCardAction .btn{width:100%}}.mobileAppShowcase .eyebrow:not(.light){background:#fff7ed;border-color:#fed7aa;color:#9a3412}.cmsContent>.eyebrow{background:#eef6ff;border-color:#dbeafe;color:#1e3a8a}.whatsappHomeButton{position:fixed;right:18px;bottom:28px;z-index:70;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 18px 0 14px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 18px 42px rgba(22,163,74,.34);border:1px solid rgba(255,255,255,.38);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.whatsappHomeButton:hover{transform:translateY(-2px);background:#1ebe5d;box-shadow:0 22px 52px rgba(22,163,74,.42)}.whatsappHomeButton svg{width:30px;height:30px;display:block;flex:0 0 auto}.whatsappHomeButton span{line-height:1;white-space:nowrap}@media(max-width:760px){.whatsappHomeButton{right:16px;bottom:94px;width:58px;height:58px;min-height:58px;padding:0;justify-content:center}.whatsappHomeButton span{display:none}.whatsappHomeButton svg{width:34px;height:34px}}.paymentDepositChoice{display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:center;grid-gap:12px;gap:12px}.paymentDepositChoice .input{max-width:130px}@media(max-width:640px){.paymentDepositChoice{grid-template-columns:1fr}.paymentDepositChoice .input{max-width:none;width:100%}}.manualPricingPanel{border:1px solid var(--brand-border);border-radius:18px;background:#f8fafc;padding:14px}.manualPricingToggle{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.manualPricingToggle label{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbe3ef;background:#fff;border-radius:14px;padding:13px;cursor:pointer}.manualPricingToggle label.active{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,.1);background:#eff6ff}.manualPricingToggle input{margin-top:3px;accent-color:var(--brand-blue)}.manualPricingToggle b{display:block;color:#0f172a}.manualPricingToggle small{display:block;margin-top:4px;color:#64748b;line-height:1.35}@media(max-width:760px){.manualPricingToggle{grid-template-columns:1fr}.manualPricingToggle label{padding:12px}}.adminSidebarTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.adminMenuButton{display:none;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;border-radius:12px;padding:10px 12px;font-weight:900;cursor:pointer}.adminMobileCurrent{display:none}.adminNavPanel{display:grid;grid-gap:8px;gap:8px}.adminNavGroup{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.04);overflow:hidden}.adminNavGroup summary{list-style:none;cursor:pointer;padding:11px 12px;color:rgba(255,255,255,.68);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.adminNavGroup summary::-webkit-details-marker{display:none}.adminNavGroup a{margin:0;border-radius:0;border-top:1px solid rgba(255,255,255,.07)}.adminNavGroup a.active{background:rgba(248,193,74,.16);color:#fde68a}.driverSectionHeader,.pricingCardHeader,.surgePanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.driverSectionHeader h2,.pricingCardHeader h2{margin:8px 0}.driverDocumentCard .documentTop{align-items:flex-start}.driverDocumentCard .documentTop p{margin:4px 0 0;font-size:13px}.driverFileInput{padding:10px}.selectedFileName{font-size:12px;overflow-wrap:anywhere}.driverUploadButton{margin-top:10px}.surgePricingCard{overflow:hidden}.surgeSettingsGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:18px}.surgePanel{border:1px solid var(--brand-border);border-radius:18px;background:#f8fafc;padding:18px}.surgePanel h3{margin:0 0 4px}.surgePanel .muted{margin:0}.surgeFieldGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.surgeFieldGrid.night{grid-template-columns:repeat(3,minmax(0,1fr))}.surgeFieldGrid label span{display:block;font-size:12px;font-weight:900;color:#475569;margin-bottom:6px}.surgePanel .toggleSwitch{width:auto;min-width:104px;background:white}.surgePanel .toggleSwitch input{position:absolute;opacity:0;pointer-events:none}.surgeDays{margin-top:16px}.surgeDays>b{display:block;font-size:13px;color:#334155;margin-bottom:8px}.surgeDays>div{display:flex;flex-wrap:wrap;gap:8px}.surgeDays label{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:999px;background:white;padding:8px 10px;font-size:13px;font-weight:900;color:#334155}.surgeDays label.selected{border-color:#bfdbfe;background:#eff6ff;color:#1e3a8a}.surgeDays input{accent-color:var(--brand-blue)}.surgeSaveRow{display:flex;justify-content:flex-end;margin-top:18px}@media(max-width:980px){.adminShell{display:block}.adminSidebar{position:-webkit-sticky;position:sticky;top:0;z-index:60;padding:14px 16px}.adminMenuButton{display:inline-flex}.adminMobileCurrent{display:block;margin-top:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.06)}.adminMobileCurrent span{display:block;color:rgba(255,255,255,.58);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.adminMobileCurrent b{display:block;margin-top:2px;color:#fff}.adminNavPanel{display:none;margin-top:12px}.adminSidebar.open .adminNavPanel{display:grid}.adminNavGroup:not([open]) a{display:none}.adminMain{padding:16px}.adminHeader{gap:8px}.surgeSettingsGrid{grid-template-columns:1fr}.surgeFieldGrid,.surgeFieldGrid.night{grid-template-columns:1fr 1fr}.pricingCardHeader{display:block}.surgeSaveRow .btn{width:100%}}@media(max-width:640px){.adminSidebar{padding:12px 14px}.adminNavGroup a,.adminNavGroup summary{padding:12px}.driverPortal .container{width:min(100% - 20px,1180px)}.driverPortal,.driverPortal .section{padding-top:24px}.driverSectionHeader{display:block}.driverSectionHeader .pill{margin-top:8px}.driverPortal .tabBar{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.driverPortal .tabBar button{min-height:44px;text-align:center}.driverJobCard{grid-column:1/-1!important}.driverDocumentCard{padding:14px}.driverDocumentCard .documentTop{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.driverDocumentCard .pill{justify-self:start}.driverFileInput{font-size:14px;min-height:48px}.driverUploadButton{width:100%;min-height:46px}.surgePanel{padding:14px}.surgePanelHeader{display:block}.surgePanel .toggleSwitch{margin-top:12px;width:100%;justify-content:flex-start}.surgeFieldGrid,.surgeFieldGrid.night{grid-template-columns:1fr}.surgeDays>div{display:grid;grid-template-columns:1fr 1fr}.surgeDays label{justify-content:flex-start}}.customerTimeline{display:grid;grid-gap:0;gap:0;margin:12px 0 24px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;overflow:hidden}.customerTimelineItem{display:grid;grid-template-columns:28px 1fr;grid-gap:12px;gap:12px;position:relative;padding:16px 18px;border-bottom:1px solid #dbeafe}.customerTimelineItem:last-child{border-bottom:0}.customerTimelineItem:before{content:"";position:absolute;left:31px;top:34px;bottom:-16px;width:2px;background:#bfdbfe}.customerTimelineItem:last-child:before{display:none}.customerTimelineDot{width:14px;height:14px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px #dbeafe;margin-top:3px;position:relative;z-index:1}.customerTimelineItem b{display:block;color:#0f172a}.customerTimelineItem p{margin:5px 0;color:#334155;line-height:1.5}.customerTimelineItem small{display:block;color:#64748b;font-weight:800}.adminShell{--admin-sidebar-bg:#111827;--admin-sidebar-bg-2:#0f172a;--admin-sidebar-text:#f8fafc;--admin-sidebar-muted:#cbd5e1;--admin-sidebar-active-bg:#2563eb;--admin-sidebar-active-text:#fff;--admin-main-bg:#f8fafc}.adminShell.adminTheme-blue{--admin-sidebar-bg:#0f2a4a;--admin-sidebar-bg-2:#0b1f38;--admin-sidebar-active-bg:#2563eb}.adminShell.adminTheme-green{--admin-sidebar-bg:#12312a;--admin-sidebar-bg-2:#0b201c;--admin-sidebar-active-bg:#16a34a}.adminShell.adminTheme-gold{--admin-sidebar-bg:#2c2414;--admin-sidebar-bg-2:#1f1a10;--admin-sidebar-active-bg:#b7791f}.adminShell .sidebar,.adminSidebar{background:linear-gradient(180deg,var(--admin-sidebar-bg),var(--admin-sidebar-bg-2));color:var(--admin-sidebar-text)}.adminShell .adminMain{background:var(--admin-main-bg)}.adminShell .sidebar a{color:var(--admin-sidebar-text)}.adminSidebarTop .logo{font-size:18px;font-weight:1000}.adminThemeToolbar{display:flex;gap:7px;align-items:center;margin:14px 0 10px;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.05)}.adminThemeToolbar button{width:30px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);display:grid;place-items:center;cursor:pointer}.adminThemeToolbar button.active{box-shadow:0 0 0 2px rgba(255,255,255,.5)}.adminThemeDot{width:16px;height:16px;border-radius:999px;background:#111827}.adminThemeDot.blue{background:#2563eb}.adminThemeDot.green{background:#16a34a}.adminThemeDot.gold{background:#d97706}.adminNavGroup{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.05)}.adminNavGroup summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--admin-sidebar-muted)}.adminNavGroup summary:after{content:"+";font-size:16px;color:#fff;opacity:.7;margin-left:auto}.adminNavGroup[open] summary:after{content:"-"}.adminNavGroup a.active{background:var(--admin-sidebar-active-bg);color:var(--admin-sidebar-active-text)}.adminNavGroup a:hover{background:rgba(255,255,255,.1)}.financeTabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.financeTabs button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.financeTabs button.active{background:#0f172a;color:#fff;border-color:#0f172a}.financePage .statsGrid{gap:14px}.financePage .heroPrice{font-size:clamp(24px,3vw,34px);line-height:1.05}.financePage>.card{border-radius:18px}.financePage .tableWrap,.financePage table.table{max-width:100%;overflow-x:auto}.financePage table.table{display:table}@media(max-width:980px){.adminNavPanel{gap:10px}.adminNavGroup summary{font-size:13px;background:rgba(255,255,255,.04)}.adminNavGroup[open] a{display:block}.adminThemeToolbar{margin-top:10px}.financeTabs{display:grid;grid-template-columns:1fr 1fr}.financeTabs button{border-radius:12px;min-height:44px}.financePage table.table{min-width:860px}.financePage .card{overflow-x:auto}}@media(max-width:640px){.adminSidebarTop{align-items:center}.adminMobileCurrent{display:grid;grid-template-columns:1fr auto;align-items:center}.adminThemeToolbar{justify-content:space-between}.adminThemeToolbar button{width:38px;height:34px}.adminNavPanel{max-height:calc(100vh - 180px);overflow:auto;padding-right:2px}.adminNavGroup{border-radius:12px}.adminNavGroup summary{min-height:46px}.adminNavGroup a{font-size:14px}.customerTimelineItem{grid-template-columns:22px 1fr;padding:14px}.customerTimelineItem:before{left:24px}.financePage .statsGrid,.financeTabs{grid-template-columns:1fr}}.adminShell{--admin-sidebar-bg:#0b1530;--admin-sidebar-bg-2:#111d3a;--admin-sidebar-active-bg:#3658e8;--admin-main-bg:#f6f8fc}.adminTheme-blue{--admin-sidebar-bg:#0b1530;--admin-sidebar-bg-2:#12284b;--admin-sidebar-active-bg:#3b5bdb}.adminTheme-green{--admin-sidebar-bg:#071f1a;--admin-sidebar-bg-2:#12332b;--admin-sidebar-active-bg:#18a05f}.adminTheme-gold{--admin-sidebar-bg:#21180b;--admin-sidebar-bg-2:#342512;--admin-sidebar-active-bg:#c98514}.adminSidebar{box-shadow:16px 0 38px rgba(15,23,42,.1)}.adminSidebarTop .logo{letter-spacing:.03em}.adminNavGroup{border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.055)}.adminNavGroup summary{padding:13px 14px}.adminNavGroup a{padding:12px 14px;color:rgba(255,255,255,.88)}.adminNavGroup a.active{box-shadow:inset 4px 0 0 rgba(255,255,255,.55)}.commandLivePill{background:#eef2ff;color:#1e1b4b}.commandStatsGrid{gap:14px}.commandStatCard{position:relative;overflow:hidden;min-height:114px;border-radius:18px;border:1px solid #dbe4f0;box-shadow:0 14px 34px rgba(15,23,42,.06);padding:16px}.commandStatCard:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--card-accent,#2563eb)}.commandStatCard span{font-size:12.5px;color:#475569;font-weight:950;letter-spacing:.02em}.commandStatCard b{font-size:30px;line-height:1.02;color:#0f172a}.commandStatCard small{color:#0f172a;font-weight:900;font-size:11.5px}.commandStatCard.tone-sky{--card-accent:#0284c7;background:#f0f9ff;border-color:#bae6fd}.commandStatCard.tone-blue{--card-accent:#3b5bdb;background:#f3f6ff;border-color:#cdd8ff}.commandStatCard.tone-amber{--card-accent:#d97706;background:#fffbeb;border-color:#f8dda4}.commandStatCard.tone-gold{--card-accent:#ca8a04;background:#fefce8;border-color:#fde68a}.commandStatCard.tone-orange{--card-accent:#ea580c;background:#fff7ed;border-color:#fed7aa}.commandStatCard.tone-green{--card-accent:#16a34a;background:#eefbf3;border-color:#bcebd0}.commandStatCard.tone-purple{--card-accent:#7c3aed;background:#f5f1ff;border-color:#ddd0ff}.commandStatCard.tone-rose{--card-accent:#be123c;background:#fff1f2;border-color:#fecdd3}.commandStatCard.tone-red{--card-accent:#dc2626;background:#fef2f2;border-color:#fecaca}.commandStatCard.tone-crimson{--card-accent:#9f1239;background:#fff1f4;border-color:#fda4af}.commandStatCard.tone-indigo{--card-accent:#4f46e5;background:#eef2ff;border-color:#c7d2fe}.commandStatCard.tone-slate{--card-accent:#0f172a;background:#f8fafc;border-color:#dbe4f0}.commandGrid{display:grid;grid-template-columns:minmax(420px,.92fr) minmax(520px,1.18fr);grid-gap:22px;gap:22px;align-items:stretch}.commandPanel{border-radius:24px;border-color:#dbe4f0;box-shadow:0 18px 44px rgba(15,23,42,.07)}.commandPanel h2{margin:0 0 10px;font-size:25px;letter-spacing:-.03em}.commandPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.commandPanelHeader p{margin:0;line-height:1.45}.actionCountBadge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:30px;border-radius:999px;background:#be123c;color:#fff;font-weight:1000;font-size:13px}.actionRequiredList{display:grid;grid-gap:12px;gap:12px}.actionRequiredItem{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:14px;gap:14px;padding:15px 17px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.actionRequiredItem:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.08)}.actionRequiredItem b{display:block;font-size:14px;line-height:1.25;color:#111827}.actionRequiredItem span:not(.countBadge){display:block;margin-top:5px;font-size:12px;color:#64748b;font-weight:800;text-transform:capitalize}.actionRequiredItem small{white-space:nowrap;color:#0f172a;font-weight:950;font-size:12px}.actionRequiredItem.danger{background:#fff1f2;border-color:#fecdd3}.actionRequiredItem.warning{background:#fffbeb;border-color:#f8dda4}.actionRequiredItem.success{background:#f0fdf4;border-color:#bbf7d0}.actionRequiredItem.info{background:#f8fafc;border-color:#dbe4f0}.countBadge{min-width:34px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:13px;font-weight:1000}.countBadge.danger{background:#be123c;color:#fff}.countBadge.warning{background:#f59e0b;color:#431407}.countBadge.success{background:#16a34a;color:#fff}.countBadge.info{background:#e0e7ff;color:#1e1b4b}.emptyActionState{border:1px dashed #cbd5e1;border-radius:18px;padding:18px;background:#f8fafc}.emptyActionState b{display:block;color:#0f172a}.emptyActionState span{display:block;margin-top:6px;color:#64748b}.quickActionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.quickActionCard{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:16px;min-height:100px;display:flex;flex-direction:column;gap:7px;justify-content:space-between;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.quickActionCard:hover{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 14px 28px rgba(15,23,42,.08)}.quickActionCard b{font-size:16px;color:#0f172a}.quickActionCard span{color:#64748b;font-size:12.5px;font-weight:700;line-height:1.35}.quickActionCard small{font-weight:950;color:#1d4ed8;font-size:12px}.adminMain .table{border:1px solid #eef2f7}.adminMain .pill{font-weight:950}@media(max-width:1180px){.commandGrid{grid-template-columns:1fr}.quickActionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.commandStatsGrid{grid-template-columns:1fr}.commandStatCard{min-height:104px}.commandPanel{border-radius:20px}.commandPanel h2{font-size:23px}.actionRequiredItem{grid-template-columns:1fr auto;padding:14px}.actionRequiredItem small{grid-column:1/-1}.quickActionGrid{grid-template-columns:1fr}}.actionOpsMiniGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.actionOpsMiniCard{position:relative;border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:14px;min-height:104px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.actionOpsMiniCard:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--card-accent,#2563eb)}.actionOpsMiniCard span{font-size:12px;color:#64748b;font-weight:950}.actionOpsMiniCard b{font-size:28px;line-height:1;color:#0f172a}.actionOpsMiniCard small{font-size:12px;color:#334155;font-weight:850}.actionOpsMiniCard.tone-blue{--card-accent:#3b5bdb;background:#f3f6ff}.actionOpsMiniCard.tone-amber{--card-accent:#d97706;background:#fffbeb}.actionOpsMiniCard.tone-rose{--card-accent:#be123c;background:#fff1f2}.actionOpsMiniCard.tone-purple{--card-accent:#7c3aed;background:#f5f1ff}.quickActionsPanel .quickActionGrid{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:0}.quickActionsPanel .quickActionCard{min-height:98px}.contactEnquiryToolbar{display:grid;grid-gap:16px;gap:16px;margin-bottom:18px}.contactStatusTabs{display:flex;gap:8px;flex-wrap:wrap}.contactStatusTabs button{border:1px solid #dbe4f0;background:#fff;color:#334155;padding:9px 12px;font-weight:950;cursor:pointer;gap:8px}.contactStatusTabs button,.contactStatusTabs button b{border-radius:999px;display:inline-flex;align-items:center}.contactStatusTabs button b{min-width:24px;height:22px;background:#e2e8f0;color:#0f172a;justify-content:center;font-size:12px}.contactStatusTabs button.active{background:#0f172a;color:#fff;border-color:#0f172a}.contactStatusTabs button.active b{background:rgba(255,255,255,.18);color:#fff}.contactSearch{max-width:680px}.contactEnquiryGrid{display:grid;grid-gap:16px;gap:16px}.contactEnquiryCard{background:#fff;border:1px solid #dbe4f0;border-left:5px solid #cbd5e1;border-radius:22px;box-shadow:0 14px 34px rgba(15,23,42,.06);padding:20px}.contactEnquiryCard.status-new{border-left-color:#be123c}.contactEnquiryCard.status-open{border-left-color:#2563eb}.contactEnquiryCard.status-pending{border-left-color:#d97706}.contactEnquiryCard.status-replied{border-left-color:#16a34a}.contactEnquiryCard.status-closed{border-left-color:#64748b}.contactEnquiryTop{display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-gap:16px;gap:16px;align-items:start}.contactEnquiryTop h2{font-size:22px;line-height:1.2;margin:10px 0 6px;color:#0f172a}.contactCustomerBlock{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:16px 0}.contactCustomerBlock div,.contactMessageBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:12px;min-width:0}.contactCustomerBlock span,.contactMessageBox span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:950;margin-bottom:5px}.contactCustomerBlock a,.contactCustomerBlock b{font-weight:900;color:#0f172a;overflow-wrap:anywhere}.contactMessageBox p{margin:0;line-height:1.6;color:#334155;white-space:pre-wrap}.contactNotes{display:block;margin-top:14px}.contactNotes textarea{resize:vertical}.contactActions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.contactActions .btn{min-height:38px}@media(max-width:900px){.actionOpsMiniGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.contactCustomerBlock,.contactEnquiryTop{grid-template-columns:1fr}.contactEnquiryTop .select{max-width:none}.contactEnquiryCard{padding:16px;border-radius:18px}}@media(max-width:640px){.actionOpsMiniGrid{grid-template-columns:1fr}.contactStatusTabs{display:grid;grid-template-columns:1fr 1fr}.contactStatusTabs button{justify-content:space-between;border-radius:12px}.contactActions .btn{width:100%}}.mapsAdminCard h2{margin-top:0}.mapsFavouriteList{display:grid;grid-gap:12px;gap:12px}.mapsFavouriteRow{display:grid;grid-template-columns:1fr 1.5fr 1fr 90px 110px auto;grid-gap:10px;gap:10px;align-items:flex-end;border:1px solid var(--brand-border);border-radius:16px;background:#fff;padding:12px}.mapsSuggestionPreview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:14px}.mapsSuggestionPreview div{border:1px solid #dbeafe;border-radius:14px;background:#f8fafc;padding:12px}.mapsSuggestionPreview b,.mapsSuggestionPreview span{display:block}.mapsSuggestionPreview span{margin-top:4px;color:#64748b;font-size:12px;overflow-wrap:anywhere}@media(max-width:1100px){.mapsFavouriteRow{grid-template-columns:1fr 1fr}.mapsFavouriteRow .btn{width:100%}}@media(max-width:640px){.mapsFavouriteRow,.mapsSuggestionPreview{grid-template-columns:1fr}.mapsAdminCard{padding:16px;border-radius:18px}}.phoneCodeRow{display:grid;grid-template-columns:150px 1fr;grid-gap:10px;gap:10px}.phoneNumberField{grid-column:auto}.countryCodePicker{position:relative;min-width:0}.countryCodeButton{display:flex!important;align-items:center;justify-content:center;gap:7px;white-space:nowrap;padding-left:10px!important;padding-right:10px!important}.countryCodeButton b{font-size:14px}.countryCodeMenu{position:absolute;z-index:70;top:calc(100% + 6px);left:0;width:min(360px,calc(100vw - 34px));background:#fff;border:1px solid #facc15;box-shadow:0 22px 48px rgba(15,23,42,.2);border-radius:12px;overflow:hidden}.countryCodeSearch{border:0!important;border-bottom:1px solid var(--brand-border)!important;border-radius:0!important;box-shadow:none!important}.countryCodeOptions{max-height:320px;overflow:auto;padding:6px}.countryCodeOptions button{width:100%;display:grid;grid-template-columns:34px 58px 1fr;grid-gap:8px;gap:8px;align-items:center;border:0;background:#fff;color:#0f172a;text-align:left;padding:10px;border-radius:8px;cursor:pointer}.countryCodeOptions button.active,.countryCodeOptions button:hover{background:#fef3c7}.countryCodeOptions b{font-size:14px}.countryCodeOptions small{font-size:14px;color:#334155}.customerAdminLayout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-gap:18px;gap:18px;margin-top:22px;align-items:start}.customerListHeader{display:grid;grid-template-columns:1fr minmax(220px,320px);grid-gap:14px;gap:14px;align-items:flex-end;margin-bottom:14px}.customerListHeader h2{margin:0 0 4px}.customerRows{display:grid;grid-gap:10px;gap:10px}.customerRow{width:100%;border:1px solid var(--brand-border);border-radius:16px;background:#fff;color:#0f172a;padding:14px;display:grid;grid-template-columns:1.2fr 1fr .9fr auto;grid-gap:12px;gap:12px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.04);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.customerRow.active,.customerRow:hover{border-color:#93c5fd;box-shadow:0 14px 30px rgba(15,23,42,.09);transform:translateY(-1px)}.customerRow span{min-width:0}.customerRow b,.customerRow small{display:block}.customerRow b{overflow-wrap:anywhere}.customerRow small{margin-top:4px;color:#64748b;font-size:12px;font-weight:800}.customerRow em{display:inline-flex;margin:0 4px 4px 0;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:11px;font-style:normal;font-weight:900}.customerRow em.dangerText{background:#fee2e2;color:#991b1b}.customerRowAction{justify-self:flex-end;border-radius:999px;background:#0f172a!important;color:#fff!important;padding:8px 12px;font-weight:900;font-size:12px}.customerDetailPanel h2,.customerDetailPanel h3{margin-top:0}.customerDetailPanel.empty{position:-webkit-sticky;position:sticky;top:90px}.customerProfileHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.customerProfileHeader h2{margin:0 0 5px}.customerInfoGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:16px}.customerInfoGrid div{border:1px solid #dbeafe;border-radius:16px;background:#f8fafc;padding:14px}.customerInfoGrid span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.customerInfoGrid b{display:block;margin-top:5px;overflow-wrap:anywhere;color:#0f172a}.customerNoteBox{border:1px solid #fbbf24;border-radius:16px;background:#fffbeb;padding:14px;margin:0 0 18px}.customerNoteBox p{margin:6px 0 0;white-space:pre-wrap}.customerMiniList{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.customerMiniList div{border:1px solid var(--brand-border);border-radius:14px;background:#fff;padding:12px}.customerMiniList b,.customerMiniList span{display:block}.customerMiniList span{margin-top:4px;color:#64748b;overflow-wrap:anywhere}.customerBookingHistory{display:grid;grid-gap:12px;gap:12px}.customerBookingCard{border:1px solid #dbeafe;border-radius:18px;background:#fff;padding:14px}.customerBookingCard>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.customerBookingCard p{margin:8px 0;overflow-wrap:anywhere;line-height:1.45}.customerBookingCard .btn{margin-top:6px}.phoneCodeRow.combinedPhoneField{display:flex;grid-template-columns:none;gap:0;align-items:stretch;width:100%;min-height:50px;border:1px solid var(--brand-border);border-radius:12px;background:#fff;position:relative;transition:border-color .15s ease,box-shadow .15s ease}.phoneCodeRow.combinedPhoneField:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.combinedPhoneField .countryCodePicker{flex:0 0 auto;display:flex}.combinedPhoneField .countryCodeButton{height:auto;min-height:48px;border:0!important;border-right:1px solid var(--brand-border)!important;border-radius:12px 0 0 12px!important;background:transparent!important;box-shadow:none!important;color:var(--brand-text)!important;padding:0 11px!important;min-width:112px}.combinedPhoneField .countryCodeButton:focus{outline:none;box-shadow:none!important}.combinedPhoneField .countryCodeCaret{font-size:11px;color:#64748b;font-weight:900;line-height:1}.combinedPhoneField>input{flex:1 1 auto;min-width:0;border:0!important;border-radius:0 12px 12px 0!important;background:transparent!important;box-shadow:none!important;padding-left:12px!important}.combinedPhoneField>input:focus{box-shadow:none!important}.combinedPhoneField .countryCodeMenu{top:calc(100% + 6px);left:0;width:min(390px,calc(100vw - 34px))}@media(max-width:980px){.customerAdminLayout,.customerListHeader{grid-template-columns:1fr}.customerRow{grid-template-columns:1fr 1fr}.customerRowAction{justify-self:start}}@media(max-width:640px){.phoneCodeRow{grid-template-columns:118px 1fr}.phoneCodeRow.combinedPhoneField{display:flex}.combinedPhoneField .countryCodeButton{min-width:96px;padding:0 8px!important}.countryCodeButton b{font-size:13px}.countryCodeOptions{max-height:300px}.customerAdminLayout{gap:14px}.customerDetailPanel,.customerListPanel{padding:16px;border-radius:18px}.customerRow{grid-template-columns:1fr;gap:8px}.customerRowAction{width:100%;text-align:center}.customerProfileHeader{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.customerProfileHeader .pill{justify-self:start}.customerInfoGrid{grid-template-columns:1fr}.customerBookingCard>div:first-child{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.customerBookingCard .pill{justify-self:start}.customerBookingCard .btn{width:100%}}