@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.employeeApp{--ride-ink: #1a1a1a;--ride-muted: #5c5c5c;--ride-faint: #6b6b6b;--ride-line: #e8e8e8;--ride-sheet: #ffffff;--ride-map: #e4e9e4;--ride-primary: #c9151b;--ride-primary-ink: #ffffff;--ride-primary-deep: #9f1015;--ride-ok: #0e7a3d;--ride-warn: #8a5100;--ride-danger: #b42318;--ride-panel: 400px;--z-sheet: 20;--z-map-ui: 25;--z-nav: 30;min-height:100dvh;background:var(--ride-sheet);color:var(--ride-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.employeeApp .skipLink{position:fixed;top:-60px;left:16px;z-index:40;padding:10px 16px;background:var(--ride-ink);color:#fff;border-radius:8px}.employeeApp .skipLink:focus{top:12px}.employeeApp .srOnly{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.employeeApp a{color:inherit;text-decoration:none}.employeeApp .rideSearch input:focus-visible,.employeeApp .ridePaste input:focus-visible,.employeeApp .ridePaste button:focus-visible,.employeeApp .rideChips button:focus-visible{outline:none}.employeeApp h1,.employeeApp h2,.employeeApp h3{margin:0;color:var(--ride-ink);font-weight:700;letter-spacing:-.02em;text-wrap:balance}.employeeApp p{margin:0;color:var(--ride-muted);text-wrap:pretty}.rideStage{position:relative;min-height:100dvh;background:var(--ride-map)}.rideMapFill{position:absolute;inset:0;z-index:0}.rideMapFill .mapFrame,.rideMapFill .transportMap{position:absolute;inset:0;min-height:100%;border-radius:0}.rideMapFill .maplibregl-ctrl-top-right{top:16px;right:16px}.rideMapFill .mapEditHint{display:none}.rideMapBack{position:absolute;top:max(16px,env(safe-area-inset-top));left:16px;z-index:var(--z-map-ui);display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--ride-ink);box-shadow:0 2px 10px #0000001f;font-size:18px;cursor:pointer}.rideMapBack:hover{background:#f6f6f6}.rideMapBack:active{transform:scale(.98)}.rideMapBack{animation:rideFadeIn .2s ease;transition:background .16s ease,transform .16s ease}.rideSheet{position:absolute;left:0;right:0;bottom:0;z-index:var(--z-sheet);display:flex;flex-direction:column;height:62dvh;max-height:92dvh;overflow:hidden;padding:0 0 calc(8px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -8px 28px #00000014;isolation:isolate;transform:translateZ(0);animation:rideSheetIn .24s ease;transition:height .18s ease}.rideSheet.isDragging{transition:none;animation:none}.rideSheetHandle{flex:none;width:100%;height:28px;margin:0;padding:0;border:0;background:transparent;cursor:ns-resize;touch-action:none}.rideSheetHandle:focus-visible{outline:2px solid var(--ride-ink);outline-offset:-4px}.rideSheetHandle:after{content:"";display:block;width:36px;height:4px;margin:12px auto 0;border-radius:999px;background:#c8c8c8}.rideSheetBody{display:flex;flex:1;flex-direction:column;gap:12px;min-width:0;min-height:0;overflow:auto;padding:0 20px 12px;background:#fff;overscroll-behavior:contain;scroll-padding:12px}.rideSheetFooter{flex:none;display:grid;gap:12px;padding:12px 20px;border-top:1px solid var(--ride-line);background:var(--ride-sheet)}.ridePlaceSearch{display:grid;gap:12px;min-width:0}.rideSearchHeader{position:sticky;top:0;z-index:1;display:grid;gap:12px;padding:8px 0;background:var(--ride-sheet)}.rideSearchResults{min-width:0}.rideSearchResults .rideRow{width:100%;text-align:left}.rideSearchResults .rideRow>span:first-child{min-width:0;overflow-wrap:anywhere}.rideLocationAlternative summary{padding:12px 0;min-height:44px;box-sizing:border-box;font-size:14px;cursor:pointer}.ridePlaceSearch .ridePickupAddress,.ridePlaceSearch .ridePlaceReference{margin:0}.ridePlaceReference strong{font-size:17px;line-height:1.4;overflow-wrap:anywhere}.rideSearchHeader .rideTitle:focus{outline:none}.rideSearchHeader input{font-size:16px}.rideRouteSummary{display:flex;justify-content:space-between;gap:12px;align-items:center}.rideRouteSummary p{font-size:13px}@media(max-width:859px){.rideSheet{position:fixed;bottom:var(--ride-keyboard-bottom, 0px);max-height:calc(var(--ride-visible-height, 100dvh) - 8px);box-sizing:border-box}.rideSheet.isKeyboardOpen{animation:none;transition:none;padding-bottom:0}.rideSheet.isKeyboardOpen .rideSheetHandle,.rideSheet.isKeyboardOpen .rideSearchContext{display:none}.rideSheet.isKeyboardOpen .rideSheetFooter{gap:6px;padding-top:8px;padding-bottom:8px}}.rideTitle{font-size:26px;letter-spacing:-.03em;line-height:1.15}.rideKicker{display:flex;align-items:center;gap:8px;color:var(--ride-ink);font-size:13px;font-weight:600}.rideTick{width:8px;height:8px;border-radius:2px;background:var(--ride-primary)}.rideMuted{color:var(--ride-muted);font-weight:400;font-size:14px;line-height:1.45}.rideNote{color:var(--ride-ink);font-size:13px;font-weight:500;line-height:1.4}.ridePickupAddress{margin:12px 0}.ridePlaceReference{display:grid;gap:4px;margin:12px 0}.rideLate{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--ride-ink)}.rideLate input{margin-top:3px}.rideError{color:var(--ride-danger);font-size:14px}.rideWarn{color:var(--ride-warn);font-size:14px}.rideBtn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 20px;border:0;border-radius:999px;background:var(--ride-primary);color:var(--ride-primary-ink);font:inherit;font-weight:600;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}.rideBtn:hover{background:var(--ride-primary-deep)}.rideBtn:active{transform:scale(.98)}.rideBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.rideBtnGhost{background:#fff;color:var(--ride-ink);border:1px solid var(--ride-line)}.rideBtnGhost:hover{background:#f7f7f7}.rideBtnRow{display:flex;gap:10px}.rideBtnRow .rideBtn{flex:1;width:auto}.rideNext{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:4px 12px}.rideNext .rideTitle{grid-column:1;margin:0;font-size:24px}.rideNext .rideMuted,.rideNext .rideNote{grid-column:1}.rideTrack{grid-column:2;grid-row:1 / span 2;align-self:start;width:auto;min-height:32px;padding:0 12px;font-size:13px}.rideActions{display:grid;gap:0}.rideAction{display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;padding:14px 0;border:0;border-bottom:1px solid var(--ride-line);background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .16s ease}.rideAction:last-child{border-bottom:0}.rideAction:active{transform:scale(.99)}.rideActionIcon{display:grid;width:44px;height:44px;place-items:center;border-radius:10px;background:#f4f4f4;color:var(--ride-ink);font-size:13px;font-weight:700}.rideAction b,.rideAction small,.rideProduct b,.rideProduct small{display:block}.rideAction b,.rideProduct b{font-size:16px;font-weight:600}.rideAction small,.rideProduct small{margin-top:2px;color:var(--ride-muted);font-size:13px;font-weight:400;line-height:1.35}.ridePerson{display:flex;align-items:center;justify-content:space-between;gap:12px}.ridePersonName{margin:0;color:var(--ride-ink);font-size:22px;font-weight:700;letter-spacing:-.03em}.employeeApp .rideAvatar{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--ride-ink);color:#fff;font-size:15px;font-weight:700}.rideRow,.rideChoice{display:flex;align-items:center;gap:12px;width:100%;padding:14px 0;border:0;border-bottom:1px solid var(--ride-line);background:none;text-align:left;color:inherit;font:inherit;cursor:pointer}.rideRow:last-child,.rideChoice:last-child{border-bottom:0}.rideRow,.rideChoice,.rideProduct{transition:background .16s ease,transform .16s ease}.rideRow:hover,.rideChoice:hover,.rideProduct:hover,.rideAction:hover{background:#fafafa}.rideRow:active,.rideChoice:active,.rideProduct:active{transform:scale(.99)}.rideChoice.isOn{background:#f3fbf6}.rideChoice.isOn b{color:var(--ride-ok)}.rideRow b,.rideChoice b{display:block;font-size:16px;color:var(--ride-ink);font-weight:600}.rideRow .rideMuted,.rideChoice small{display:block;margin-top:2px;font-size:13px;color:var(--ride-muted);font-weight:400}.rideChoice small .rideNeed,.rideChoice small .rideSkip{margin-left:6px}.rideChev{margin-left:auto;color:#b3b3b3;font-size:22px;line-height:1}.rideMetaChip{display:grid;gap:2px;margin-left:auto;text-align:right;color:var(--ride-muted);font-size:11px;font-weight:600;white-space:nowrap}.rideMetaChip em{color:var(--ride-ok);font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.ridePill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#f3f3f3;color:var(--ride-ink);font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.ridePill.ok{background:#14833b;color:#fff}.ridePill.warn{background:#e6a100;color:#1a1a1a}.ridePill.bad{background:#d92d20;color:#fff}.rideLoc{position:relative;display:grid;gap:0;padding:2px 0 2px 4px}.rideLocLine{position:absolute;left:8px;top:32px;bottom:32px;width:2px;background:#d6d6d6}.rideLocRow{display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px;align-items:center;width:100%;padding:11px 0;border:0;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.rideLocRow:disabled{cursor:default}.rideLocRow small{display:block;color:var(--ride-muted);font-size:12px;font-weight:500}.rideLocRow b{font-size:16px;font-weight:600}.rideLocRow b.placeholder{color:var(--ride-faint);font-weight:500}.rideMark{width:10px;height:10px;justify-self:center;background:var(--ride-ink)}.rideMark.dot{border-radius:50%}.rideMark.sq{border-radius:1px;background:var(--ride-primary)}.rideProduct{display:flex;align-items:center;gap:12px;width:100%;padding:14px 0;border:0;border-bottom:1px solid var(--ride-line);background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}.rideProduct.selected{margin:0 -20px;padding:14px 20px;background:#fff4f4}.rideProductIcon{display:grid;width:44px;height:44px;place-items:center;border-radius:10px;background:#f1f1f1;color:var(--ride-ink);font-size:18px}.rideProduct.selected .rideProductIcon{background:#f8d4d5;color:var(--ride-primary)}.rideSearch{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid #c5c5c5;border-radius:8px;background:#fff}.rideSearch input{flex:1;min-width:0;min-height:48px;border:0;background:transparent;color:var(--ride-ink);font:inherit}.rideSearch input,.rideSearch input:focus,.rideSearch input:focus-visible,.ridePaste input,.ridePaste input:focus,.ridePaste input:focus-visible{outline:none;box-shadow:none}.rideSearch:focus-within{border-color:var(--ride-ink);box-shadow:none}.rideSearch input::placeholder{color:var(--ride-faint)}.ridePaste{display:flex;gap:10px;align-items:center;margin-top:4px}.ridePaste input{flex:1;min-width:0;min-height:44px;padding:0 12px;border:1px solid #c5c5c5;border-radius:8px;background:#fff;color:var(--ride-ink);font:inherit;font-size:14px}.ridePaste button{min-height:36px;padding:0 12px;border:0;border-radius:999px;background:#f3f3f3;color:var(--ride-ink);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.rideField{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:500;color:var(--ride-ink)}.rideFieldLabel{display:flex;align-items:baseline;justify-content:space-between;gap:8px;color:var(--ride-ink);font-size:13px;font-weight:600}.rideFieldLabel em,.rideField.isRequired .rideFieldLabel em,.rideNeed{color:var(--ride-primary);font-size:11px;font-style:normal;font-weight:700}.rideFieldLabel span,.rideSkip{color:var(--ride-muted);font-size:11px;font-weight:600}.rideFieldHint{color:var(--ride-muted);font-size:12px;font-weight:400;line-height:1.4}.rideInput,.rideField input,.rideField textarea{width:100%;min-height:48px;padding:0 12px;border:1px solid #c5c5c5;border-radius:8px;background:#fff;color:var(--ride-ink);font:inherit;font-weight:400}.rideInput:focus,.rideField input:focus,.rideField textarea:focus{outline:2px solid var(--ride-ink);outline-offset:1px;border-color:var(--ride-ink)}.rideField textarea{min-height:88px;padding:12px;resize:vertical}.rideInput::placeholder,.rideField input::placeholder,.rideField textarea::placeholder{color:#5c5c5c}.rideInput[type=date],.rideInput[type=datetime-local]{color-scheme:light}.rideSuggest{display:grid;gap:0;padding:4px 0 8px}.rideSheetBack{width:32px;height:32px;border:0;border-radius:50%;background:#eee;color:var(--ride-ink);font-size:16px;cursor:pointer}.rideSheetBack:hover{background:#e4e4e4}.rideFilters{display:flex;flex-wrap:wrap;gap:8px}.rideFilters button{min-height:32px;padding:6px 12px;border:1px solid var(--ride-line);border-radius:999px;background:#fff;color:var(--ride-ink);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.rideFilters button[aria-selected=true]{background:var(--ride-primary);color:#fff;border-color:var(--ride-primary)}.rideGroupTitle{margin:16px 0 4px;font-size:13px;color:var(--ride-muted);font-weight:600}.rideFeed{display:flex;flex-direction:column;width:100%;min-width:0}.rideFeedItem{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;align-items:start;width:100%;min-width:0;padding:12px 0;color:inherit;text-decoration:none}.rideFeedDot{position:relative;width:10px;height:10px;margin-top:5px;border-radius:50%;background:var(--ride-ink)}.rideFeedItem:not(:last-child) .rideFeedDot:after{content:"";position:absolute;left:4px;top:14px;bottom:-22px;width:2px;background:var(--ride-line)}.rideFeedCopy{min-width:0}.rideFeedItem b{display:block;font-size:14px;color:var(--ride-ink)}.rideFeedBody{display:block;margin-top:4px;color:var(--ride-muted);font-size:13px;line-height:1.45}.rideMeta{display:grid;gap:14px;padding:4px 0}.rideMeta>div{display:grid;gap:3px}.rideMeta span{color:var(--ride-muted);font-size:12px;font-weight:500}.rideMeta strong{font-size:15px;color:var(--ride-ink);font-weight:600}.rideStops{margin:0;padding:0;list-style:none;display:grid;gap:10px}.rideStops li{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:start}.rideStops b,.rideStops span{display:block}.rideStops .rideMuted{margin-top:2px}.rideStops i{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--ride-ink);color:#fff;font-size:11px;font-style:normal;font-weight:700}.rideStops li.yours i{background:var(--ride-primary)}.rideItinerary{margin:0;padding:0;list-style:none}.rideItinerary li{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid var(--ride-line)}.rideLocPick{display:grid;gap:2px;padding:12px 0;border:0;background:none;text-align:left;font:inherit;cursor:pointer}.rideStopActions{display:flex;gap:2px}.rideStopActions button{width:32px;height:32px;border:0;border-radius:50%;background:#f2f2f2;color:var(--ride-ink);cursor:pointer}.rideStopActions button:disabled{opacity:.35}.rideChips{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 8px}.rideChips button{flex:1 1 calc(50% - 10px);min-height:40px;padding:0 16px;border:1px solid var(--ride-line);border-radius:999px;background:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.rideChips button:focus,.rideChips button:focus-visible{outline:none;box-shadow:none;border-color:var(--ride-ink)}.rideTabbar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-nav);display:grid;grid-template-columns:repeat(4,1fr);height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--ride-line)}.rideTabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--ride-muted);font-size:11px;font-weight:600}.rideTabbar a.on{color:var(--ride-primary)}.employeeApp.hasTabs .rideSheetBody{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.employeeApp .loadingRows{padding:8px 0}.employeeApp .stateSurface,.employeeApp .emptySurface{min-height:140px;padding:8px 0;border:0;background:transparent;text-align:left;justify-items:start}@media(min-width:860px){.rideStage{display:grid;grid-template-columns:var(--ride-panel) minmax(0,1fr)}.rideMapFill{position:relative;grid-column:2;min-height:100dvh}.rideSheet{position:relative;grid-column:1;grid-row:1;height:100dvh!important;max-height:none;border-radius:0;box-shadow:none;border-right:1px solid var(--ride-line);padding:0}.rideSheetHandle{display:none}.rideSheetBody{padding:24px 22px}.rideMapBack{left:calc(var(--ride-panel) + 16px)}.rideTabbar{left:0;right:auto;width:var(--ride-panel);border-right:1px solid var(--ride-line)}.employeeApp.hasTabs .rideSheetBody{padding-bottom:88px}.rideSheet{animation-name:ridePanelIn}}@keyframes rideSheetIn{0%{transform:translateY(16px);opacity:0}to{transform:none;opacity:1}}@keyframes rideFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes ridePanelIn{0%{transform:translate(-12px);opacity:0}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.rideBtn,.rideMapBack,.rideRow,.rideChoice,.rideProduct,.rideAction,.rideSheet{transition:none}.rideSheet,.rideMapBack{animation:none}}.rideContentPage{min-height:100dvh;background:#f5f6f8;padding:36px 24px calc(96px + env(safe-area-inset-bottom));box-sizing:border-box}.rideContentInner{max-width:760px;margin:0 auto;background:#fff;padding:32px;border-radius:12px}.rideContentInner>.rideTitle{margin-bottom:16px}.employeeApp :is(a,button,input,select,textarea,summary):focus-visible{outline:2px solid #172033;outline-offset:3px}.employeeApp :is(.rideSearch input,.ridePaste input,.ridePaste button,.rideChips button):focus-visible{outline:2px solid #172033;outline-offset:2px}.employeeApp button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:600px){.rideContentPage{padding:24px 16px calc(90px + env(safe-area-inset-bottom));background:#fff}.rideContentInner{padding:0}}.employeeDesktopbar{display:none}.rideContentInner{display:flex;flex-direction:column;gap:20px}@media(min-width:860px){.employeeApp{--ride-panel: clamp(380px, 34vw, 480px)}.employeeDesktopbar{height:72px;padding:0 28px;box-sizing:border-box;display:flex;align-items:center;gap:32px;border-bottom:1px solid var(--ride-line);background:#fff}.employeeDesktopBrand{display:flex;gap:12px;align-items:center;font-weight:600}.employeeDesktopBrand img{width:74px;height:auto}.employeeDesktopbar nav{display:flex;align-self:stretch;align-items:stretch;gap:28px;margin-left:auto}.employeeDesktopbar nav a{display:flex;align-items:center;font-size:14px;border-bottom:2px solid transparent}.employeeDesktopbar nav a.active{color:var(--ride-primary);border-bottom-color:var(--ride-primary)}.employeeDesktopAccount{color:var(--ride-muted);font-size:13px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rideStage{height:calc(100dvh - 72px);min-height:0;grid-template-rows:minmax(0,1fr);overflow:hidden}.rideMapFill{grid-row:1;min-height:0;height:100%;min-width:0}.rideSheet{grid-row:1;height:calc(100dvh - 72px)!important;min-height:0}.rideSheetBody{padding:28px;gap:18px}.employeeApp.hasTabs .rideSheetBody{padding-bottom:28px}.rideTabbar{display:none}.rideContentPage{min-height:calc(100dvh - 72px);padding:36px 32px}.rideContentInner{max-width:900px;padding:32px 40px}}@media(min-width:860px){.rideSheetBody>.ridePerson{display:none}}.ops-app{min-height:100%;color:#202124;background:#fff}.ops-app *,.ops-app *:before,.ops-app *:after{box-sizing:border-box}.ops-app button,.ops-app input,.ops-app select,.ops-app textarea{font:inherit}.ops-page,.ops-launcher{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:36px 0 64px}.ops-page{display:grid;gap:24px}.ops-launcher{display:grid;gap:20px}.ops-switch-workspace{position:fixed;right:22px;bottom:22px;z-index:3;padding:10px 14px;color:#fff;background:#b20b16;border-radius:6px;font-weight:700;text-decoration:none}.ops-eyebrow{margin:0 0 8px;color:#6f7175;font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.ops-launcher-hero{position:relative;display:flex;justify-content:space-between;gap:28px;padding:38px 34px;color:#fff;background:radial-gradient(circle at 92% 5%,#d42b35 0,#8f121a 24%,#3a0c11 55%,#1f2023);border:1px solid #421217;border-radius:12px;overflow:hidden}.ops-launcher-hero h1{margin:0;font-size:clamp(2rem,4vw,3.15rem);letter-spacing:-.035em;line-height:1.08;text-wrap:balance}.ops-page-header h1{margin:0;letter-spacing:-.035em;text-wrap:balance}.ops-launcher-hero h1{color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / .28)}.ops-launcher-hero p:not(.ops-eyebrow){max-width:600px;margin:16px 0 0;color:#fff;font-size:1.06rem;font-weight:500;line-height:1.55}.ops-launcher-hero .ops-eyebrow{color:#fff;text-decoration:underline;text-decoration-color:#ff9aa1;text-underline-offset:4px}.ops-date-mark{display:grid;align-content:space-between;min-width:210px;padding:14px;border:1px solid rgb(255 255 255 / .28);border-radius:8px;background:#00000029}.ops-date-mark span{color:#f1c6c9;font-size:.9rem}.ops-date-mark strong{font-size:1.05rem}.ops-scope{display:flex;gap:16px;padding:16px 20px;background:#fff;border:1px solid #d9dadd;border-radius:12px}.ops-scope .fui-Field{width:min(100%,280px)}.ops-scope .fui-Field__label{color:#637288;font-weight:700}.ops-app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(285px,1fr));gap:14px}.ops-launch-card{display:grid;grid-template-columns:44px 1fr;gap:14px;min-height:190px;padding:20px;color:#202124;background:#fff;border:1px solid #d9dadd;border-radius:12px;text-decoration:none;transition:border-color .16s ease,background .16s ease}.ops-launch-card:hover,.ops-launch-card:focus-visible{border-color:#b20b16;background:snow;outline:2px solid transparent}.ops-app-icon{display:grid;place-items:center;width:44px;height:44px;color:#b20b16;background:#f8eeee;border-radius:8px}.ops-app-icon svg{width:23px;height:23px}.ops-launch-card h2{margin:2px 0 8px;font-size:1.08rem;letter-spacing:-.025em}.ops-launch-card p{margin:0;color:#66758a;font-size:.9rem;line-height:1.48}.ops-launch-card footer{display:flex;grid-column:1 / -1;align-items:center;justify-content:space-between;align-self:end;padding-top:14px;border-top:1px solid #ededed;color:#4e5156}.ops-launch-card footer svg{width:20px}.ops-count{color:#b20b16;font-size:.83rem}.ops-count strong{font-size:1.05rem}.ops-ready{color:#4e5156;font-size:.84rem;font-weight:700}.ops-crumb{margin:0}.ops-back{display:inline-flex;align-items:center;gap:6px;color:#575a5f;font-size:.88rem;font-weight:700;text-decoration:none}.ops-back:hover{color:#b20b16}.ops-back svg{width:18px}.ops-page-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:34px}.ops-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid #dfe6ee}.ops-page-header h1{font-size:clamp(1.85rem,3.2vw,2.65rem);line-height:1.15;overflow:visible}.ops-page-header p:not(.ops-eyebrow){max-width:760px;margin:10px 0 0;color:#617087;line-height:1.55}.ops-header-action{flex:none}.guardNote{margin:0 20px 12px;color:#6a4a22;font-size:.86rem}.ops-section,.ops-create-trip,.ops-split-card,.ops-planning-setup,.ops-gate-action{padding:22px;background:#fff;border:1px solid #d9dadd;border-radius:12px}.ops-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.ops-section-heading h2,.ops-gate-action h2{margin:0;font-size:1.16rem;letter-spacing:-.025em}.ops-section-heading p,.ops-gate-action p{margin:5px 0 0;color:#6b798c;font-size:.9rem;line-height:1.48}.ops-link-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:none;min-height:34px;padding:7px 11px;color:#b20b16;background:#fff;border:1px solid #c8c9cc;border-radius:6px;font-size:.85rem;font-weight:700;text-decoration:none}.ops-link-button:hover{border-color:#b20b16;background:snow}.ops-link-button svg{width:17px}.ops-gate-action{display:flex;align-items:center;justify-content:space-between;gap:24px;border-color:#d9dadd;background:#fff}.ops-gate-action>div{max-width:700px}.ops-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:16px}.ops-form-grid .fui-Field__label,.ops-form-stack .fui-Field__label{color:#4d5e73;font-size:.82rem;font-weight:750}.ops-inline-action{display:flex;min-height:49px;align-items:end}.ops-inline-action .fui-Button{width:100%}.ops-span-all{grid-column:1 / -1}.ops-confirm-panel{display:grid;grid-template-columns:1fr minmax(160px,.3fr) minmax(150px,.28fr) auto;align-items:end;gap:14px;margin-top:18px;padding:16px;background:#f4f9fb;border-radius:12px}.ops-confirm-panel div{display:grid;gap:2px}.ops-confirm-panel span,.ops-confirm-panel small{color:#637288}.ops-confirm-panel .ops-span-all{grid-column:1 / -1}.ops-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;border:1px solid #e4eaf0;border-radius:12px}.ops-table-wrap:focus-visible{outline:3px solid #1457a6;outline-offset:2px}.ops-table{width:100%;border-collapse:collapse;font-size:.875rem}.ops-table th{padding:11px 14px;color:#637288;background:#f8fafc;font-size:.71rem;font-weight:800;letter-spacing:.065em;text-align:left;text-transform:uppercase;white-space:nowrap}.ops-table td{padding:13px 14px;border-top:1px solid #e8edf2;vertical-align:top;color:#304256}.ops-table td strong{color:#172a3d}.ops-table small{display:block;margin-top:3px;color:#718095;font-size:.78rem}.ops-table tbody tr.isSelected{background:#fff5f5}.memberEditor{padding:16px;background:#fafafa;border:1px solid #dedede;border-radius:8px}.ops-stop-picker .addressPinPicker{gap:10px}.ops-stop-picker .addressConfirmMap{min-height:220px}.ops-category-alert{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;color:#5f3900;background:#fff6e5;border:1px solid #e7c57f;border-radius:8px}.ops-category-alert>div{display:grid;gap:3px}.ops-category-alert span,.ops-table-note{color:#665a49;font-size:.86rem;line-height:1.45}.ops-modal-copy{margin:0;color:#5c6675;line-height:1.45}.manualOutDialog{width:min(700px,calc(100vw - 32px))}.manualOutDialog .fui-DialogBody{min-width:0}.manualOutDialog .ops-form-stack{gap:0}.manualOutContent{display:grid;gap:20px;padding:4px 0 0}.manualOutFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.manualOutReason textarea{min-height:96px}.manualOutDialog .fui-DialogActions{padding:20px 0 0}.ops-table-note{margin:12px 0 0}.fleetQrDialog{width:min(520px,calc(100vw - 32px))}.fleetQrContent{display:grid;justify-items:center;gap:16px;text-align:center}.fleetQrContent img{width:min(320px,70vw);height:auto;image-rendering:pixelated}.fleetQrContent strong{display:block;color:#172033;font-size:1.1rem}.fleetQrContent p{margin:6px 0 0;color:#5c6675;line-height:1.45}.fleetQrDialog .fui-DialogActions{justify-content:flex-end}.ops-status{display:inline-flex;align-items:center;gap:6px;min-height:23px;padding:3px 8px;border-radius:999px;background:#eef2f6;color:#526274;font-size:.72rem;font-weight:800;text-transform:capitalize;white-space:nowrap}.ops-status-indicator{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor}.ops-status.positive{color:#176341;background:#e7f6ed}.ops-status.warning{color:#9a5619;background:#fff1dc}.ops-status.danger{color:#a53d3d;background:#fce8e7}.ops-state{display:grid;place-items:center;align-content:center;min-height:210px;padding:30px;color:#637288;text-align:center}.ops-state svg{width:29px;height:29px;margin-bottom:9px;color:#5e93ac}.ops-state strong{color:#31465d}.ops-state p{max-width:420px;margin:6px 0 0;line-height:1.45}.ops-directory-tools{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.ops-directory-search{width:min(100%,380px)}.ops-directory-count{margin:0;color:#4e5156;font-size:.9rem;font-weight:700}.ops-directory-count span{color:#6b798c;font-weight:650}.ops-pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.ops-pager>span{color:#5e6065;font-size:.84rem;font-weight:650}.ops-pager div{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.ops-pager button{min-width:34px;padding:7px 10px;color:#5e6065;background:#fff;border:1px solid #dadada;border-radius:6px;font-size:.82rem;font-weight:750;cursor:pointer}.ops-pager button.active{color:#b20b16;background:#fff5f5;border-color:#f0c9cb}.ops-pager button:disabled{opacity:.45;cursor:default}.ops-pager .ops-pager-gap{min-width:0;padding:0 2px;color:#8a8d93;background:transparent;border:0}.ops-tabs{display:flex;gap:4px;width:max-content;max-width:100%;padding:4px;overflow-x:auto;background:#efefef;border:1px solid #dadada;border-radius:8px}.ops-tabs button{padding:8px 12px;color:#5e6065;background:transparent;border:0;border-radius:5px;font-size:.84rem;font-weight:750;white-space:nowrap;cursor:pointer}.ops-tabs button.active{color:#b20b16;background:#fff}.ops-master-detail{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(400px,1.18fr);min-height:490px;background:#fff;border:1px solid #d9dadd;border-radius:12px;overflow:hidden}.ops-request-list{padding:8px;border-right:1px solid #e4e4e4}.ops-request-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:14px;padding:15px;color:#303236;text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer}.ops-request-row:hover{background:#fafafa}.ops-request-row.selected{background:#fff3f3}.ops-request-row span{display:grid;gap:4px}.ops-request-row small{color:#6a6c71;line-height:1.35}.ops-detail-panel{min-width:0;padding:25px;background:#fcfcfc}.ops-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:19px;border-bottom:1px solid #e4e4e4}.ops-detail-head h2{margin:0;color:#25272b;font-size:1.35rem;letter-spacing:-.035em}.ops-kv{display:grid;gap:12px;margin:22px 0}.ops-kv div{display:grid;grid-template-columns:110px 1fr;gap:15px}.ops-kv dt{color:#74767b;font-size:.78rem;font-weight:750}.ops-kv dd{margin:0;color:#33363a;line-height:1.42}.ops-panel-actions,.ops-inline-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.ops-panel-actions{margin-top:20px}.ops-request-list--scroll{max-height:min(70vh,720px);overflow:auto}.ops-table-link{color:#b20b16;font-size:.82rem;font-weight:750;text-decoration:none}.ops-table-link:hover{text-decoration:underline}.ops-diff-table{width:100%;margin:8px 0 4px;border-collapse:collapse;font-size:.84rem}.ops-diff-table th,.ops-diff-table td{padding:8px 10px 8px 0;border-top:1px solid #e4e4e4;text-align:left;vertical-align:top}.ops-diff-table th{color:#74767b;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ops-create-trip{display:grid;gap:22px}.ops-form-stack{display:grid;gap:20px}.ops-itinerary{display:grid;gap:10px;padding:16px;background:#fafafa;border:1px solid #dedede;border-radius:8px}.ops-stop{display:grid;grid-template-columns:106px minmax(160px,1fr) 115px 115px auto auto;align-items:end;gap:10px;padding:12px;background:#fff;border:1px solid #dedede;border-radius:6px}.ops-stop>span{align-self:center;color:#4f5257;font-size:.78rem;font-weight:800}.ops-stop .fui-Field__label{font-size:.7rem}.ops-stop-picker{display:grid;gap:10px;padding:14px;background:#fff;border:1px solid #dedede;border-radius:6px}.ops-stop-top,.ops-stop-search,.ops-confirm-place{display:flex;align-items:center;gap:10px}.ops-stop-top{justify-content:space-between;color:#414348;font-size:.86rem}.ops-stop-search>:first-child{flex:1}.ops-place-results{display:grid;border:1px solid #d9dadd;border-radius:6px;overflow:hidden}.ops-place-results button{display:grid;gap:2px;padding:10px 12px;color:#303236;text-align:left;background:#fff;border:0;border-bottom:1px solid #e6e6e6;cursor:pointer}.ops-place-results button:last-child{border-bottom:0}.ops-place-results button:hover{background:#fff5f5}.ops-place-results small{color:#686a6f}.ops-confirm-place{justify-content:space-between;padding-top:4px;color:#55585d;font-size:.84rem}.ops-confirm-place strong{color:#27292d}.ops-office-stops{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:#696b70;font-size:.76rem;font-weight:700}.ops-office-stops .fui-Button{min-height:25px;color:#b20b16;border:1px solid #e2b9bc;border-radius:5px}.ops-route-preview{display:grid;grid-template-columns:minmax(180px,.28fr) 1fr;min-height:210px;overflow:hidden;background:#202124;border:1px solid #33363a;border-radius:10px}.ops-route-preview>div:first-child{display:grid;align-content:center;gap:7px;padding:22px;color:#fff}.ops-route-preview .ops-eyebrow{color:#ffadb2}.ops-route-preview span{color:#e5e5e5;font-size:.84rem}.ops-route-map{min-height:210px}.ops-planning-setup{display:flex;gap:14px;align-items:end}.ops-planning-setup .fui-Field{flex:1;max-width:480px}.ops-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.ops-metric{display:grid;gap:5px;padding:14px;background:#fff;border:1px solid #d9dadd;border-radius:8px}.ops-metric span{color:#686a6f;font-size:.74rem;font-weight:700}.ops-metric strong{color:#25272b;font-size:1.1rem;letter-spacing:-.025em}.ops-metric.warning{border-color:#ddb6b9;background:#fff8f8}.ops-metric.warning strong{color:#b20b16}.ops-metric.positive{border-color:#bdd2c4;background:#f7fbf8}.ops-metric.positive strong{color:#3e654d}.ops-active-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.ops-trip-card{display:grid;gap:16px;padding:18px;background:#fff;border:1px solid #d9dadd;border-radius:10px}.ops-trip-card h2{margin:11px 0 3px;color:#25272b;font-size:1.15rem}.ops-trip-card p{margin:0;color:#67696e}.ops-trip-card dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 0;margin:0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.ops-trip-card dt{color:#76787d;font-size:.72rem;font-weight:700}.ops-trip-card dd{margin:3px 0 0;color:#383b3f;font-size:.86rem}.ops-trip-card.isOverdue{border-color:#c23b32;background:#fff7f6}.ops-trip-legs{display:grid;gap:12px;margin:0;padding:0;list-style:none}.ops-trip-legs li{display:grid;gap:10px;padding:12px;border:1px solid #e5e5e5;border-radius:8px}.ops-trip-legs li.isLate{border-color:#c23b32;background:#fff7f6}.ops-trip-legs strong,.ops-trip-legs small{display:block}.ops-trip-legs small{margin-top:3px;color:#67696e}.ops-trip-legs dl{padding:10px 0}.guardFields{display:grid;gap:10px;margin:12px 0;padding:12px;background:#fff8f2;border:1px solid #ead3b8;border-radius:8px}.guardFields p{margin:0;color:#6a4a22;font-size:.86rem}.ops-stack{display:grid;gap:18px}.ops-active-table-wrap{border-color:#d9dadd}.ops-active-table-wrap .ops-table{min-width:1100px}.ops-active-table-wrap .ops-table td{min-width:118px}.ops-active-table-wrap .ops-table td:first-child{min-width:168px}.ops-active-table-wrap .ops-table td:nth-child(2){min-width:180px}.ops-active-table-wrap .ops-table td:nth-child(3){min-width:230px}.ops-active-table-wrap .ops-table td:nth-child(7){min-width:165px}.ops-active-table-wrap .ops-table tbody tr.isLate{background:#fff7f6}.ops-active-table-wrap .ops-table tbody tr.isLate td{border-top-color:#efcfcb}.ops-active-table-wrap .ops-table td small+small{margin-top:6px}.ops-assignment-form{display:grid;gap:14px;max-width:560px;margin-top:20px;padding-top:18px;border-top:1px solid #e4e7eb}.ops-field-note{color:#6b798c;line-height:1.4}.settlement-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:20px;align-items:start}.settlement-editor{display:grid;gap:14px;padding:18px;border:1px solid #d9dadd;border-radius:8px;background:#fafbfc}.settlement-editor h3,.settlement-editor h4{margin:0;color:#172033}.settlement-lines{display:grid;gap:8px;padding-top:14px;border-top:1px solid #e1e6ec}.settlement-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;background:#fff;border:1px solid #e1e6ec;border-radius:6px}.settlement-line small{display:block;margin-top:3px;color:#637288}.ops-page>*,.billing-register{min-width:0}.billing-register{width:100%;box-sizing:border-box;padding-bottom:16px}.billing-register .ops-section-heading{min-width:0}.billing-register .ops-section-heading>div:first-child{min-width:0}.billing-register .ops-heading-actions{flex:none}.billing-filterbar{display:flex;flex-wrap:wrap;align-items:end;gap:14px 16px;padding:0 0 18px;border-bottom:1px solid #e1e6ec}.billing-filterbar .fui-Field{width:min(240px,100%)}.billing-filterbar p{max-width:500px;margin:0 0 7px;color:#5c6675;font-size:.84rem;line-height:1.4}.billing-table-wrap>.ops-table{min-width:1160px;font-size:.81rem;font-variant-numeric:tabular-nums}.billing-table-wrap>.ops-table th,.billing-table-wrap>.ops-table td{padding:8px}.billing-table-wrap>.ops-table td:nth-child(2),.billing-table-wrap>.ops-table td:nth-child(4){white-space:nowrap}.billing-table-wrap>.ops-table th:first-child,.billing-table-wrap>.ops-table td:first-child{position:sticky;left:0;z-index:2;background:inherit}.billing-table-wrap>.ops-table thead th:first-child{z-index:4;background:#f8fafc}.billing-table-wrap>.ops-table th:nth-last-child(2),.billing-table-wrap>.ops-table td:nth-last-child(2){position:sticky;right:78px;z-index:2;background:inherit;box-shadow:-8px 0 10px -10px #61748b}.billing-table-wrap>.ops-table th:last-child,.billing-table-wrap>.ops-table td:last-child{position:sticky;right:0;z-index:3;background:inherit;min-width:78px}.billing-table-wrap>.ops-table thead th:nth-last-child(2),.billing-table-wrap>.ops-table thead th:last-child{z-index:4;background:#f8fafc}.billing-parent{background:#fff}.billing-parent:hover{background:#fafbfd}.billing-child-row>td{padding:0!important;background:#f8fafc;border-top:0!important}.billing-child-content{display:grid;gap:14px;padding:16px 18px 18px;border-top:1px solid #dbe3ec;border-bottom:1px solid #dbe3ec}.billing-detail-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.billing-detail-head h3{margin:0;color:#172033;font-size:.95rem}.billing-detail-head span{color:#5c6675;font-size:.8rem}.billing-child-table{border:1px solid #dbe3ec;border-radius:8px;overflow:hidden}.billing-child-table .ops-table{min-width:860px;background:#fff}.billing-extra-form{display:grid;grid-template-columns:repeat(6,minmax(105px,1fr)) auto;align-items:end;gap:10px;padding-top:2px}.billing-extra-form .fui-Button{min-height:32px}.billing-unsaved{align-self:center;color:#9a5a00;font-size:.78rem;font-weight:700}.ops-table-actions{display:grid;gap:8px;justify-items:start}.ops-table-actions .fui-MessageBar{max-width:240px}.ops-active-table-wrap .ops-status{margin-bottom:4px}@media(max-width:900px){.ops-page,.ops-launcher{width:min(100% - 28px,760px);padding-top:22px}.ops-launcher-hero{padding:28px}.ops-master-detail{grid-template-columns:1fr}.ops-request-list{max-height:340px;overflow:auto;border-right:0;border-bottom:1px solid #e3e9ef}.ops-stop{grid-template-columns:92px 1fr 1fr}.ops-stop>span{grid-column:1 / -1}.ops-stop .fui-Button{grid-column:span 1}.ops-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-metric-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.settlement-workspace{grid-template-columns:1fr}}@media(max-width:700px){.billing-filterbar{display:grid;align-items:stretch}.billing-filterbar .fui-Field{width:100%}.billing-extra-form{grid-template-columns:1fr}.billing-extra-form .fui-Button{width:100%}.billing-detail-head{align-items:start;flex-direction:column;gap:4px}}@media(max-width:600px){.ops-page,.ops-launcher{width:min(100% - 22px,540px);padding-bottom:42px}.ops-launcher-hero,.ops-page-header,.ops-gate-action,.ops-route-preview{display:grid}.ops-launcher-hero{padding:24px}.ops-date-mark{min-width:0}.ops-scope,.ops-planning-setup,.ops-confirm-panel{display:grid}.ops-scope .fui-Field{width:100%}.ops-form-grid,.ops-stop{grid-template-columns:1fr}.ops-stop>span{grid-column:auto}.ops-metric-grid{grid-template-columns:1fr 1fr}.ops-section,.ops-create-trip,.ops-split-card,.ops-planning-setup,.ops-gate-action{padding:17px}.ops-page-tools{align-items:flex-start}.ops-page-tools>div:last-child,.ops-page-tools>div:last-child .fui-Button{width:100%}.ops-table-wrap{position:relative}.ops-table-wrap:after{content:"Scroll horizontally to view more";display:block;padding:7px 12px;color:#637288;background:#f8fafc;border-top:1px solid #e4eaf0;font-size:.72rem;font-weight:700}.ops-table{min-width:670px}.ops-page-header{align-items:start}.ops-header-action,.ops-header-action .fui-Button{width:100%}.ops-kv div{grid-template-columns:1fr;gap:3px}}.ops-page,.ops-launcher{width:min(1560px,calc(100% - 64px))}.ops-heading-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ops-export-menu{position:relative;z-index:5}.ops-export-menu summary{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:7px 11px;border:1px solid #cfd7e2;border-radius:6px;background:#fff;color:#172033;cursor:pointer;font-size:.82rem;font-weight:700;list-style:none}.ops-export-menu summary::-webkit-details-marker{display:none}.ops-export-menu[open] summary,.ops-export-menu summary:hover{border-color:#b20b16;color:#9f1015}.ops-export-menu-items{position:absolute;right:0;display:grid;min-width:190px;margin-top:5px;padding:5px;background:#fff;border:1px solid #d8dee8;border-radius:7px;box-shadow:0 10px 26px #17203324}.ops-export-menu-items a{padding:9px 10px;border-radius:4px;color:#172033;font-size:.8rem;text-decoration:none;white-space:nowrap}.ops-export-menu-items a:hover,.ops-export-menu-items a:focus-visible{background:#fff4f3;color:#9f1015;outline:none}.ops-launcher-hero{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.7fr);gap:30px;align-items:stretch;padding:28px 30px;color:#172033;background:#fff;border:1px solid #d9dadd;border-radius:12px;overflow:visible}.ops-launcher-heading{display:grid;align-content:center;justify-items:start;padding-right:24px;border-right:1px solid #e2e7ee}.ops-launcher-heading .ops-eyebrow{margin-bottom:10px;color:#9f1015;text-decoration:none}.ops-launcher-hero h1{color:#172033;font-size:clamp(2rem,3vw,2.75rem);line-height:1.05;text-shadow:none}.ops-hero-date{margin-top:11px;color:#5c6675;font-size:.9rem;font-weight:600}.ops-slot-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(136px,1fr));gap:10px;align-items:stretch}.ops-slot-stat{display:grid;align-content:space-between;min-height:116px;gap:8px;padding:14px;background:#f8f9fb;border:1px solid #e0e5eb;border-radius:8px}.ops-slot-stat>span{color:#4f5e72;font-size:.76rem;font-weight:750;line-height:1.3}.ops-slot-stat strong{color:#172033;font-size:1.7rem;font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1}.ops-slot-stat small{color:#5c6675;font-size:.75rem;font-weight:600;line-height:1.25}.ops-slot-stat-skeleton{min-height:116px;background:linear-gradient(90deg,#f1f3f6,#fafbfc,#f1f3f6);background-size:200% 100%;border:0;animation:ops-loading-sweep 1.4s ease-in-out infinite}.ops-slot-stats-empty{align-self:center;margin:0;color:#5c6675;font-size:.9rem}.ops-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ops-launch-card{min-height:174px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.ops-launch-card:hover{transform:translateY(-1px);border-color:#b20b16;background:snow}.ops-launch-card:focus-visible{border-color:#b20b16;background:snow;outline:3px solid #1457a6;outline-offset:2px}@keyframes ops-loading-sweep{to{background-position:-200% 0}}@media(max-width:1100px){.ops-launcher-hero{grid-template-columns:1fr}.ops-launcher-heading{padding:0 0 20px;border-right:0;border-bottom:1px solid #e2e7ee}.ops-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.ops-page,.ops-launcher{width:min(100% - 28px,760px)}.ops-launcher-hero{padding:28px}}@media(max-width:600px){.ops-page,.ops-launcher{width:min(100% - 22px,540px)}.ops-launcher-hero{padding:22px}.ops-launcher-heading{padding-bottom:18px}.ops-slot-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-slot-stat{min-height:104px}.ops-app-grid{grid-template-columns:1fr}}@media(max-width:600px){.manualOutDialog{width:min(700px,calc(100vw - 24px))}.manualOutFields{grid-template-columns:1fr}}.fleetWorkspace{color:#172033;max-width:1440px;margin:0 auto;padding-bottom:32px}.fleetHeader{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:24px 0}.fleetHeader h1{font-size:28px;line-height:1.25;margin:0 0 8px;letter-spacing:-.025em}.fleetHeader p,.fleetCreate header p,.documentEditor header p{color:#5c6675;max-width:70ch;margin:8px 0 0}.fleetTabs{display:flex;gap:24px;border-bottom:1px solid #d8dde5;margin-bottom:24px;overflow-x:auto}.fleetTabs button{display:flex;align-items:center;gap:10px;padding:12px 2px;border:0;border-bottom:2px solid transparent;background:none;color:#5c6675;cursor:pointer;font:inherit;font-weight:600;white-space:nowrap}.fleetTabs button[aria-current]{color:#9f1015;border-bottom-color:#c9151b}.fleetTabs button span{background:#edf0f4;color:#465164;border-radius:5px;padding:1px 7px;font-size:12px}.fleetToolbar{display:flex;flex-wrap:wrap;gap:20px;align-items:center;justify-content:space-between;margin:20px 0}.fleetSearch{display:flex;align-items:center;gap:10px;border:1px solid #b6bfcb;border-radius:6px;padding:0 12px;min-width:min(100%,340px);background:#fff}.fleetSearch input{flex:1;border:0;background:transparent;padding:12px 0;min-width:0;font:inherit;color:inherit}.fleetSearch:focus-within{outline:2px solid #172033;outline-offset:2px}.fleetSearch input:focus{outline:none}.fleetFilter{display:flex;gap:8px;align-items:center;min-height:44px}.fleetFilter input{accent-color:#c9151b;width:18px;height:18px}.fleetActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.fleetQuietLink{color:#37475f;font-size:13px;text-decoration:underline}.fleetSelect,.fleetField input,.fleetField select{min-height:44px;border:1px solid #b6bfcb;border-radius:6px;background:#fff;padding:9px 12px;font:inherit;color:#172033;width:100%;box-sizing:border-box}.fleetSelect{min-width:130px}.fleetField input::placeholder,.fleetSearch input::placeholder{color:#657080}.fleetWorkspace :is(button,a,input,select,summary):focus-visible{outline:2px solid #172033;outline-offset:3px}.fleetField{display:flex;flex-direction:column;gap:8px;min-width:0}.fleetField>span{font-weight:600}.fleetField small{font-weight:400;color:#5c6675;font-size:12px}.fleetField span small{margin-left:6px}.fleetStep{color:#5c6675;font-size:13px;margin:0 0 8px}.fleetSectionTitle{margin:32px 0 16px;font-size:20px}.fleetCreate{background:#fff;padding:24px;border:1px solid #d8dde5;border-radius:12px;max-width:900px}.fleetCreate>header{display:flex;gap:20px;justify-content:space-between;align-items:start;margin-bottom:24px}.fleetCreate h2{margin:0;font-size:22px}.fleetFormGrid{border:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.documentWorkspace{display:grid;grid-template-columns:minmax(250px,320px) minmax(0,1fr);gap:32px;align-items:start}.documentChecklist{position:sticky;top:90px}.documentChecklist h2{font-size:16px;margin:0 0 16px}.documentChecklist>button{display:flex;gap:12px;align-items:start;padding:16px 12px;background:transparent;border:1px solid transparent;border-radius:8px;width:100%;text-align:left;color:#172033;font:inherit;cursor:pointer;margin-bottom:4px}.documentChecklist>button:hover{background:#edf0f4}.documentChecklist>button.isSelected{background:#fff;border-color:#9aa6b6}.documentChecklist strong{font-size:14px;display:block;line-height:1.4}.documentChecklist small{color:#5c6675;display:block;margin:6px 0;font-size:12px;line-height:1.5}.documentChecklist em{display:block;color:#9f1015;font-style:normal;font-size:12px;margin-top:3px}.documentChecklistIcon{padding-top:2px}.documentChecklist>p,.fleetHint{color:#5c6675;line-height:1.6;font-size:13px;margin:16px 0 0}.documentTags{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.verificationTag{font-size:12px;color:#5c6675}.documentEditor{background:#fff;border:1px solid #d8dde5;border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:20px}.fleetCreate .documentEditor{padding:20px 0 0;border:0;border-radius:0}.documentEditor h2{font-size:22px;margin:0}.documentEditor p{line-height:1.6}.documentEditor .fleetField{max-width:450px}.documentDrop{border:1px dashed #9aa6b6;border-radius:8px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:#f8f9fb}.documentDrop strong{overflow-wrap:anywhere;font-size:15px}.documentDrop span,.documentDrop small{color:#5c6675}.documentDrop.isDragging{background:#fff0f0;border-color:#c9151b}.documentPreview{border-block:1px solid #d8dde5;padding:12px 0}.documentPreview summary{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 0}.documentPreview img{max-width:100%;max-height:400px;object-fit:contain;display:block;margin:12px auto 0}.documentPreview object{width:100%;height:400px;margin-top:12px}.documentIdentity{display:flex;gap:10px;color:#5c6675;font-size:13px;line-height:1.6}.documentIdentity svg{flex-shrink:0;margin-top:2px}.documentResult{border-block:1px solid #d8dde5;padding:16px 0}.documentResult h3{margin:0 0 12px;font-size:16px}.documentResult dl{margin:0}.documentResult dl>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;padding:7px 0}.documentResult dt{color:#5c6675}.documentResult dd{margin:0;font-weight:600;overflow-wrap:anywhere}.documentResult p{margin-bottom:0;font-size:13px;color:#5c6675}.documentFooter{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding-top:20px;border-top:1px solid #d8dde5;margin-top:4px}.fleetCreate form .documentFooter{margin-top:24px}.documentExisting{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-size:14px}.documentExisting span,.documentExisting a{display:flex;gap:8px;align-items:center}.documentExisting a{color:#9f1015}.fleetError{color:#a9352b}.fleetVisuallyHidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(max-width:760px){.fleetHeader{align-items:start;flex-direction:column;gap:16px}.fleetHeader h1{font-size:24px}.fleetTabs{gap:20px}.fleetSearch{width:100%;box-sizing:border-box}.documentWorkspace{grid-template-columns:1fr;gap:20px}.documentChecklist{position:static;display:flex;overflow-x:auto;gap:8px;padding-bottom:8px}.documentChecklist h2,.documentChecklist>p,.documentChecklist small{display:none}.documentChecklist>button{min-width:225px;padding:12px}.documentChecklist .documentTags{margin-top:8px}.documentEditor,.fleetCreate{padding:20px}.fleetFormGrid{grid-template-columns:1fr;gap:20px}.documentResult dl>div{grid-template-columns:120px minmax(0,1fr)}}.fleetQrPreview{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;background:#fff;padding:24px;margin-bottom:24px;border:1px solid #d8dde5;border-radius:12px}.fleetQrPreview img{width:220px;max-width:100%}.fleetQrImage{width:100%;max-width:360px;display:block;margin:16px auto}.loadingFeedback{width:100%;padding:20px 0}.rateWorkspace{margin-top:40px;border-top:1px solid #d8dde5;padding-top:12px}.rateWorkspace .fleetFormGrid{margin-top:24px}.bundleEditor{max-width:1100px}.bundlePageInput{width:110px;min-height:40px;padding:8px;border:1px solid #b6bfcb;border-radius:6px;font:inherit}.bundleEditor input[type=checkbox]{width:18px;height:18px;accent-color:#c9151b}.scanManualDisclosure{flex-shrink:0;border-top:1px solid var(--border);padding-top:10px}.scanManualDisclosure summary{width:fit-content;min-height:36px;color:var(--muted);cursor:pointer;font-size:.875rem;font-weight:600}.scanManualDisclosure summary:hover{color:var(--brand)}.scanManualDisclosure .scanManualRow{margin-top:4px}.scanResultDialog{width:min(480px,calc(100vw - 32px))}.scanResultContent{display:grid;gap:16px}.scanVehicleMeta{margin:-4px 0 0;color:var(--muted)}.driverOverrideDisclosure{margin-top:2px}.scanDriverFields{margin-top:10px}.scanActionBtn{min-width:136px}.billingPage{gap:16px}.billingCommandBar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.billingCommandBar div{display:grid;gap:3px}.billingCommandBar span,.billingSummaryTable td>span{color:var(--muted);font-size:.8rem}.billingSummaryTable table{min-width:760px}.billingSummaryTable td>strong,.billingSummaryTable td>span{display:block}.billingSummaryTable td:last-child{width:1%;white-space:nowrap}.billingRecorded{color:var(--muted);font-size:.8rem;font-weight:600}.billingTaskDrawer .taskDrawer__body{display:grid;gap:16px}.billingRecordSummary{display:grid;gap:3px}.billingRecordSummary span{color:var(--muted)}.billingDetailList{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0}.billingDetailList div{display:grid;gap:2px}.billingDetailList dt{color:var(--muted);font-size:.78rem}.billingDetailList dd{margin:0;font-weight:600}.billingDetailActions{align-items:stretch}.billingHistoryList{display:grid;gap:0;border-top:1px solid var(--border)}.billingHistoryList article{display:grid;gap:4px;padding:14px 0;border-bottom:1px solid var(--border)}.billingHistoryList article>span,.billingHistoryList article p{margin:0;color:var(--muted);font-size:.85rem}.billingHistoryList dl{display:grid;gap:6px;margin:6px 0 0}.billingHistoryList dl div{display:grid;grid-template-columns:minmax(100px,.8fr) 1.2fr;gap:8px}.billingHistoryList dt{color:var(--muted);text-transform:capitalize}.billingHistoryList dd{margin:0}@media(max-width:640px){.billingCommandBar{align-items:flex-start;flex-direction:column}.billingCommandBar>button{width:100%}.billingDetailList{grid-template-columns:1fr}.billingDetailActions>*{width:100%}}:root{color-scheme:light;font-family:Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--canvas: #f5f6f8;--surface: #ffffff;--surface-subtle: #f8f9fb;--sidebar: #eceff3;--border: #d8dde5;--border-strong: #b9c1ce;--ink: #172033;--muted: #5c6675;--faint: #7d8796;--brand: #c9151b;--brand-deep: #9f1015;--brand-soft: #fff0f1;--success: #136c3a;--warning: #8a5100;--danger: #a9352b;--radius-control: 6px;--radius-surface: 12px;--z-scrim: 20;--z-sidebar: 30;color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizeLegibility}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100dvh;background:var(--canvas);color:var(--ink)}a{color:inherit}:focus-visible{outline:3px solid #2b71d2;outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);text-wrap:balance}h1{margin-bottom:8px;font-size:1.65rem;line-height:1.25;letter-spacing:-.02em}h2{margin-bottom:6px;font-size:1.05rem;line-height:1.3}p{color:var(--muted);line-height:1.5;text-wrap:pretty}button:active{transform:translateY(1px)}.srOnly{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skipLink{position:fixed;top:-60px;left:16px;z-index:100;padding:10px 16px;background:var(--ink);color:#fff;border-radius:var(--radius-control)}.skipLink:focus{top:12px}.loginPage{display:grid;grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);min-height:100dvh;background:var(--surface)}.loginBrand{display:flex;flex-direction:column;justify-content:space-between;min-height:100dvh;padding:clamp(40px,7vw,96px);border-right:1px solid var(--border);background:var(--surface)}.loginBrand>img{width:188px;height:auto}.loginBrand>div:not(.trustLine){max-width:650px}.productName{margin-bottom:16px;color:var(--brand);font-size:1.05rem;font-weight:700}.loginBrand h1{max-width:620px;margin-bottom:20px;font-size:clamp(2.7rem,5vw,5.25rem);line-height:.98;letter-spacing:-.04em}.loginBrand h1+p{max-width:46ch;margin-bottom:0;color:#455064;font-size:1.15rem}.trustLine{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.875rem}.loginPanel{display:grid;place-items:center;min-height:100dvh;padding:40px;background:var(--canvas)}.loginPanelInner{display:grid;gap:20px;width:min(100%,420px)}.loginPanelInner>button{width:100%}.orDivider{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:.8rem}.orDivider:before,.orDivider:after{content:"";height:1px;flex:1;background:var(--border)}.formStack>button{width:100%}.supportCopy,.helper{margin:0;color:var(--muted);font-size:.82rem;line-height:1.5}.microsoftMark{display:grid;grid-template-columns:repeat(2,6px);gap:1px}.microsoftMark i:nth-child(1){background:#f35325}.microsoftMark i:nth-child(2){background:#81bc06}.microsoftMark i:nth-child(3){background:#05a6f0}.microsoftMark i:nth-child(4){background:#ffba08}.microsoftMark i{width:6px;height:6px}.centeredPage,.fullPageState{display:grid;min-height:100dvh;place-items:center;padding:24px}.authCard{width:min(100%,460px);padding:32px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.authCard>img{width:128px;margin-bottom:36px}.appShell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100dvh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100dvh;padding:20px 12px 12px;border-right:1px solid var(--border);background:var(--sidebar)}.brandLockup{display:grid;gap:10px;padding:4px 10px 28px}.brandLockup img{width:118px}.brandLockup span{color:var(--muted);font-size:.75rem;font-weight:600}.sidebar nav{display:grid;gap:4px;min-height:0;overflow-y:auto}.sidebar nav a{display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;border-radius:var(--radius-control);color:#354052;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .16s ease,background .16s ease}.sidebar nav a:hover{background:#ffffff9e;color:var(--ink)}.sidebar nav a.active{background:var(--surface);color:var(--brand)}.identity{display:grid;grid-template-columns:34px minmax(0,1fr) 32px;gap:9px;align-items:center;margin-top:auto;padding:12px 6px 4px;border-top:1px solid var(--border)}.avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:.72rem;font-weight:700}.identity strong,.identity span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.identity strong{font-size:.82rem}.identity span{margin-top:2px;color:var(--muted);font-size:.7rem;text-transform:capitalize}.workspace{min-width:0}.workspace>main{width:min(100%,1480px);margin:0 auto;padding:32px clamp(20px,4vw,56px) 64px}.mobileTopbar{display:none}.mobileTopbarActions{display:flex;align-items:center;gap:4px;margin-left:auto}.contentStack{display:grid;gap:24px}.contentStack.narrow{max-width:860px}.pageIntro{max-width:760px;padding-bottom:4px}.pageIntro p{max-width:68ch;margin:0}.pageIntro.compact h1,.pageIntro.compact h2{font-size:1.5rem}.pageIntro.withAction{display:flex;justify-content:space-between;align-items:end;gap:24px;max-width:none}.pageIntro.withAction>div:first-child{max-width:760px}.sectionBlock{padding:22px 24px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.sectionHeading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.sectionHeading p{margin:0;font-size:.88rem}.muted{color:var(--muted)}.nextTrip{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:230px;overflow:hidden;border-radius:var(--radius-surface);background:var(--ink);color:#fff}.nextTripDate{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--brand);text-align:center}.nextTripDate span,.nextTripDate small{font-size:.8rem;font-weight:700;text-transform:uppercase}.nextTripDate strong{font-size:3rem;line-height:1}.nextTripMain{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:32px;align-items:center;padding:30px 34px}.nextTripMain h2{margin-top:14px;color:#fff;font-size:1.55rem}.nextTripMain p{margin:0;color:#c9cfda}.assignmentGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:0}.assignmentGrid dt{margin-bottom:4px;color:#aeb7c7;font-size:.75rem}.assignmentGrid dd{margin:0;font-weight:650}.pendingNote{display:flex;gap:12px;align-items:flex-start;color:#c9cfda;line-height:1.5}.transportKind{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.nextEventTrip .nextTripDate{background:#1f5f8b}.lightLink{color:#fff}.transportRows{display:grid}.transportRows article{display:grid;grid-template-columns:40px minmax(220px,1.5fr) minmax(170px,.8fr) minmax(150px,.7fr) auto;gap:14px;align-items:center;min-height:78px;padding:12px 0;border-bottom:1px solid var(--border)}.transportRows article:first-child{padding-top:0}.transportRows article:last-child{padding-bottom:0;border-bottom:0}.transportGlyph{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:var(--surface-subtle);color:var(--muted)}.transportGlyph.event{background:#eaf3f8;color:#1f5f8b}.transportGlyph svg{width:19px;height:19px}.transportSummary,.transportSchedule,.transportAssignment{display:grid;gap:4px;min-width:0}.transportSummary>strong,.transportSchedule>strong,.transportAssignment>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transportSummary>span,.transportAssignment>span{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.transportSchedule>strong{font-size:.82rem}.bookingComposer{display:grid;gap:24px;padding:28px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.employeeBookingPage{max-width:1180px}.rideComposer,.eventBookingComposer{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);min-height:590px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.rideComposerControls,.eventBookingControls{display:flex;flex-direction:column;gap:20px;padding:26px;border-right:1px solid var(--border)}.rideComposerPreview,.eventMapPanel{min-width:0;padding:22px;background:var(--surface-subtle)}.rideComposerPreview .bookingPreview{height:100%;padding:0;border-top:0}.rideComposerPreview .bookingPreviewMap{min-height:320px;margin-top:0}.rideEndpoints{position:relative;display:grid;gap:0;padding:4px 0 6px}.rideEndpoints:before{content:"";position:absolute;top:25px;bottom:25px;left:6px;width:1px;background:var(--border-strong)}.rideEndpoints>div{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);gap:12px;align-items:start;min-height:58px}.rideEndpoints i{position:relative;z-index:1;display:block;width:13px;height:13px;margin-top:4px;border:3px solid var(--surface);background:var(--ink);box-shadow:0 0 0 1px var(--ink)}.rideEndpoints .originDot{border-radius:50%}.rideEndpoints .destinationDot{background:var(--brand);box-shadow:0 0 0 1px var(--brand)}.rideEndpoints small,.rideEndpoints strong{display:block}.rideEndpoints small{margin-bottom:3px;color:var(--muted);font-size:.72rem;font-weight:600}.rideEndpoints strong{overflow:hidden;font-size:.9rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.compactBookingFields{display:grid;gap:14px}.bookRideButton{width:100%;min-height:48px;margin-top:auto}.rideTrustNote{margin:-10px 0 0;color:var(--muted);font-size:.76rem;text-align:center}.eventBookingComposer{grid-template-columns:minmax(390px,470px) minmax(0,1fr)}.eventEndpoints{padding-bottom:0}.eventQuickFields,.eventContactGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.eventContactDetails{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.eventContactDetails summary{display:flex;align-items:center;min-height:58px;cursor:pointer}.eventContactDetails summary strong,.eventContactDetails summary small{display:block}.eventContactDetails summary small{margin-top:3px;color:var(--muted);font-size:.74rem;font-weight:400}.eventContactGrid{padding:2px 0 18px}.eventContactGrid .wide{grid-column:1 / -1}.eventMapPanel .eventRoutePreview{height:100%;margin:0}.eventMapPanel .bookingPreviewMap{min-height:470px}.eventMapPanel>.mapFallback{display:grid;min-height:100%;place-content:center;justify-items:center;gap:8px;margin:0;text-align:center}.eventMapPanel>.mapFallback svg{color:var(--brand)}.bookingInputs{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:20px}.segmented{display:grid;grid-template-columns:repeat(2,1fr);padding:3px;border:1px solid var(--border-strong);border-radius:8px;background:var(--surface-subtle)}.segmented button{min-height:34px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer}.segmented button.selected{background:var(--surface);color:var(--brand);box-shadow:0 1px 4px #1720331a;font-weight:700}.bookingPreview{display:grid;gap:18px;padding-top:24px;border-top:1px solid var(--border)}.previewHeader,.previewHeader>div{display:flex;align-items:center;justify-content:space-between;gap:9px}.previewHeader h2{margin:0}.detailList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;margin:0}.detailList .wide{grid-column:1 / -1}.detailList dt{margin-bottom:5px;color:var(--muted);font-size:.76rem;font-weight:600}.detailList dd{margin:0;font-weight:650}.formActions{display:flex;justify-content:flex-end;gap:10px}.previewSkeleton{display:flex;gap:10px;align-items:center;padding:20px 0;color:var(--muted)}.bookingRows{display:grid}.bookingRows article{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:72px;border-bottom:1px solid var(--border)}.bookingRows article:last-child{border-bottom:0}.bookingGlyph{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--surface-subtle);color:var(--brand)}.bookingGlyph .flip{transform:rotate(180deg)}.bookingRowMain{display:flex;justify-content:space-between;align-items:center;gap:14px}.bookingRowMain strong,.bookingRowMain span{display:block}.bookingRowMain span{margin-top:3px;color:var(--muted);font-size:.82rem}.metricStrip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.metric{min-width:0;padding:18px 20px;border-right:1px solid var(--border)}.metric:last-child{border-right:0}.metric span,.metric strong{display:block}.metric span{color:var(--muted);font-size:.78rem}.metric strong{margin-top:6px;font-size:1.45rem;font-variant-numeric:tabular-nums}.metric.warning strong{color:var(--warning)}.readinessList{display:grid}.readinessList a{display:grid;grid-template-columns:1fr auto 24px;gap:16px;align-items:center;min-height:52px;border-bottom:1px solid var(--border);text-decoration:none}.readinessList a:last-child{border-bottom:0}.readinessList a:hover{color:var(--brand)}.readinessList strong{font-variant-numeric:tabular-nums}.filterRow{display:flex;gap:8px}.contextTabs{display:flex;gap:2px;width:fit-content;max-width:100%;overflow-x:auto;padding:3px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.contextTabs a{min-height:38px;padding:9px 14px;border-radius:5px;color:var(--muted);font-size:.85rem;font-weight:600;text-decoration:none;white-space:nowrap}.contextTabs a:hover{color:var(--ink);background:var(--surface-subtle)}.contextTabs a.active{color:var(--brand);background:var(--brand-soft)}.operationsTabs{margin-top:-12px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;color:var(--muted);font-size:.82rem}.pagination>div{display:flex;gap:8px}.notificationList{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.notificationRow{border-bottom:1px solid var(--border)}.notificationRow:last-child{border-bottom:0}.notificationRow.unread{background:snow}.notificationRow summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:14px 18px;cursor:pointer}.notificationRow summary>span strong,.notificationRow summary>span small{display:block}.notificationRow summary>span small{margin-top:4px;color:var(--muted);font-size:.76rem;font-weight:400}.notificationRow>p{max-width:70ch;margin:0;padding:0 18px 18px}.destructiveButton{background:var(--danger)!important}.tableWrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.sectionBlock>.tableWrap{margin:0 -1px -1px}table{width:100%;min-width:760px;border-collapse:collapse;background:var(--surface);font-size:.86rem}th,td{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{background:var(--surface-subtle);color:#475164;font-size:.75rem;font-weight:700;white-space:nowrap}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfcfd}td>strong,td>span{display:block}td>span{margin-top:3px;color:var(--muted);font-size:.78rem;line-height:1.45}.rowActions{display:flex;gap:6px}.compactList{margin:0;padding-left:17px;color:var(--muted);font-size:.8rem;line-height:1.45}.warningText{color:var(--warning)}.planningToolbar{display:grid;grid-template-columns:220px minmax(240px,1fr) auto;gap:16px;align-items:end;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.planHeader{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.planHeader p{margin:0}.titleWithStatus{display:flex;align-items:center;gap:10px}.titleWithStatus h2{margin:0}.manualEditBar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(260px,.8fr) auto;gap:20px;align-items:end;padding:20px 24px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.manualEditBar h3{margin:0 0 4px;font-size:1rem}.manualEditBar p{max-width:52ch;margin:0;font-size:.82rem}.addRouteControls{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:10px;align-items:end}.unassignedStrip{display:flex;gap:16px;align-items:baseline;padding:12px 16px;border:1px solid #e6c992;border-radius:8px;background:#fff9ed;color:var(--warning);font-size:.8rem}.unassignedStrip span{overflow:hidden;color:#674714;text-overflow:ellipsis;white-space:nowrap}.routeGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;align-items:start}.routePanel{border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.routeHeader{display:flex;justify-content:space-between;gap:12px;padding:18px 20px}.routeHeader strong,.routeHeader span{display:block}.routeHeader span{margin-top:3px;color:var(--muted);font-size:.78rem}.routeHeaderActions{display:flex;gap:8px;align-items:center}.seatCount{color:var(--muted);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.seatCount.isOver{color:var(--danger)}.routeMeta{display:flex;gap:20px;padding:10px 20px;background:var(--surface-subtle);color:var(--muted);font-size:.78rem;font-variant-numeric:tabular-nums}.routePanel>.compactList{margin:14px 20px}.stopList{margin:0;padding:0;list-style:none}.stopList li{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;padding:13px 20px;border-top:1px solid var(--border)}.stopList li>span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:.7rem}.stopList strong,.stopList small{display:block}.stopList small{margin-top:3px;color:var(--muted)}.stopList time{color:var(--muted);font-size:.78rem}.stopList.editableStops li{grid-template-columns:28px minmax(0,1fr) auto}.stopActions{display:flex;flex-wrap:wrap;gap:4px;align-items:center;justify-content:end;grid-column:2 / -1}.stopActions select{width:110px}.routeEditForm{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:14px;padding:18px 20px;border-top:1px solid var(--border);background:var(--surface-subtle)}.routeWarningsField{grid-column:1 / -1}.routeEditActions{display:flex;grid-column:1 / -1;gap:8px;align-items:center}.routeEditActions button:last-child{margin-left:auto;color:var(--danger)}.routeError{padding:12px 20px 0}.addPassenger{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:end;padding:14px 20px 18px;border-top:1px solid var(--border);background:var(--surface-subtle)}.fileButton{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:var(--radius-control);background:var(--brand);color:#fff;font-size:.875rem;font-weight:650;cursor:pointer}.fileButton:hover{background:var(--brand-deep)}.fileButton input{display:none}.fileButtonSecondary{border:1px solid var(--border-strong);background:var(--surface);color:var(--ink)}.fileButtonSecondary:hover{background:var(--surface-subtle)}.inlineForm{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr)) auto;gap:14px;align-items:end}.operationsForm{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;margin-bottom:20px}.operationsForm .wide{grid-column:span 2}.checkRow{display:flex;gap:9px;align-items:center;min-height:40px;color:var(--ink);font-size:.875rem;font-weight:600}.officeVerificationList{display:grid;gap:12px}.officeVerificationRow{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(240px,1.6fr) minmax(120px,.7fr) minmax(120px,.7fr) auto;gap:12px;align-items:end;padding-bottom:12px;border-bottom:1px solid var(--border)}.officeVerificationRow:last-child{padding-bottom:0;border-bottom:0}.officeVerificationRow>div:first-child{align-self:center}.officeVerificationRow strong,.officeVerificationRow span{display:block}.officeVerificationRow span{margin-top:3px;color:var(--muted);font-size:.75rem}.healthGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--border)}.healthItem{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:13px 15px;background:var(--surface)}.healthItem strong,.healthItem span{display:block}.healthItem strong{text-transform:capitalize}.healthItem span{max-width:34ch;margin-top:3px;overflow:hidden;color:var(--muted);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.auditList{display:grid}.auditList>div{display:flex;justify-content:space-between;gap:20px;min-height:48px;align-items:center;border-bottom:1px solid var(--border)}.auditList>div:last-child{border-bottom:0}.auditList span{color:var(--muted);font-size:.78rem}.auditSnapshot{max-width:420px;max-height:220px;overflow:auto;padding:10px;border-radius:var(--radius-control);background:var(--surface-subtle);color:var(--ink);font-size:.72rem;white-space:pre-wrap}.emptyState{display:grid;justify-items:center;min-height:260px;place-content:center;padding:36px;border:1px dashed var(--border-strong);border-radius:var(--radius-surface);background:var(--surface);text-align:center}.emptyState h2{margin:14px 0 6px}.emptyState p{max-width:52ch;margin-bottom:18px}.emptyIcon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand)}.skeletonStack{display:grid;gap:12px}.skeletonStack div{height:76px;border-radius:8px;background:#e8ebf0;animation:pulse 1.5s ease-in-out infinite}.skeletonStack div:nth-child(2){width:92%}.skeletonStack div:nth-child(3){width:84%}.operationsWorkspace{display:grid;gap:24px}.workspaceBack{display:flex;align-items:center;gap:9px;min-height:32px;color:var(--muted);font-size:.82rem}.workspaceBack .fui-Button{margin-left:-10px;color:var(--brand)}.backArrow{transform:rotate(180deg)}.workspaceContext{max-width:760px;margin-top:-10px}.workspaceContext p{margin:0}.launcherHero{display:flex;justify-content:space-between;align-items:start;gap:24px;padding:12px 2px 6px}.eyebrow{margin-bottom:9px;color:var(--brand);font-size:.76rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.launcherHero h1{margin-bottom:10px;font-size:clamp(2rem,4vw,3rem);letter-spacing:-.04em}.launcherHero p:not(.eyebrow){max-width:56ch;margin:0;font-size:.96rem}.appLauncherGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:14px}.launcherCard{display:grid;grid-template-columns:44px minmax(0,1fr) 22px;gap:14px;align-items:start;min-height:146px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);color:var(--ink);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.launcherCard:hover{transform:translateY(-2px);border-color:#aeb8c7;box-shadow:0 8px 20px #17203314}.launcherCard:focus-visible{outline:3px solid #2b71d2;outline-offset:3px}:root{--brand: #c9151b;--brand-deep: #9f1015;--canvas: #f4f6f9;--surface: #fff;--surface-subtle: #f8f9fb;--border: #d8dde5;--border-strong: #b5becb;--ink: #172033;--muted: #5c6675;--success: #136c3a;--warning: #865000;--danger: #a9352b;--focus: #1457a6;--radius-control: 6px;--radius-surface: 12px}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}button,input,select,textarea{font:inherit}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.bootState{display:grid;min-height:100dvh;place-items:center;padding:24px}.productApp{min-height:100dvh}.appTopbar{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;min-height:68px;padding:0 32px;border-bottom:1px solid var(--border);background:#fffffffa}.brandMark{display:inline-flex;width:fit-content;align-items:center;gap:10px;border:0;background:transparent;color:var(--ink);font-size:15px;font-weight:700;cursor:pointer}.brandMark img{width:54px;height:auto;object-fit:contain;border-radius:6px}.workspaceNav{display:flex;min-height:68px;align-items:stretch;justify-content:center;gap:2px}.workspaceNavLink{position:relative;display:inline-flex;min-height:68px;align-items:center;gap:8px;padding:0 14px;color:var(--muted);font-size:14px;font-weight:600;text-decoration:none}.workspaceNavLink svg{width:19px;height:19px}.workspaceNavLink:hover{color:var(--ink);background:var(--surface-subtle)}.workspaceNavLink.isActive{color:var(--brand)}.workspaceNavLink.isActive:after{position:absolute;right:14px;bottom:0;left:14px;height:3px;background:var(--brand);content:""}.topbarActions{display:flex;align-items:center;justify-content:end;gap:8px}.profileMenu{position:relative}.profileMenu summary{display:flex;align-items:center;gap:8px;list-style:none;cursor:pointer}.profileMenu summary::-webkit-details-marker{display:none}.profileInitial{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#e8ebf0;color:#293446;font-size:13px;font-weight:700}.profileName{max-width:160px;overflow:hidden;font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.profileMenuPanel{position:absolute;z-index:30;top:calc(100% + 10px);right:0;display:grid;width:228px;gap:5px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 4px 8px #1720331f}.profileMenuPanel span{color:var(--muted);font-size:12px}.profileMenuPanel .fui-Button{justify-content:start;margin-top:8px}.appContent{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:36px 0 64px}.employeeFlow{display:grid;gap:24px}.narrowFlow{max-width:850px}.pageHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.pageHeader h1{margin:0;font-size:28px;line-height:1.25;letter-spacing:-.02em}.pageHeader p{max-width:66ch;margin:7px 0 0;color:var(--muted);font-size:15px;line-height:1.5}.pageHeaderAction{flex:none;padding-top:2px}.sectionLabel,.nextTripMeta>span{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em}.heroEmpty{display:flex;min-height:224px;align-items:center;justify-content:space-between;padding:32px;border:1px solid #cbd2dc;border-radius:var(--radius-surface);background:var(--surface)}.heroEmpty h2{margin:8px 0 5px;font-size:24px}.heroEmpty p{max-width:48ch;margin:0 0 20px;color:var(--muted)}.heroEmpty>svg{width:88px;height:88px;color:#d4d9e1}.nextTripSurface{position:relative;display:grid;gap:12px;padding:28px 32px;border:1px solid #c8d0dc;border-radius:var(--radius-surface);background:var(--surface)}.nextTripMeta{display:flex;align-items:center;justify-content:space-between;gap:12px}.nextTripSurface h2{margin:0;font-size:24px}.tripDate{margin:-3px 0 0;color:var(--muted);font-weight:600}.tripPlace,.tripDriver{display:flex;align-items:flex-start;gap:8px;max-width:72ch;margin:0;color:#293446;line-height:1.45}.tripPlace svg,.tripDriver svg{flex:none;width:19px;height:19px;color:var(--brand)}.nextTripSurface .fui-Button{width:fit-content;margin-top:4px}.homeActions,.requestChoice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.homeActions a,.requestChoice a{display:grid;grid-template-columns:40px minmax(0,1fr) 24px;align-items:center;gap:16px;min-height:112px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);color:var(--ink);text-decoration:none;transition:border-color .16s ease,transform .16s ease}.homeActions a:hover,.requestChoice a:hover{border-color:#9da8b8;transform:translateY(-1px)}.homeActions h2,.requestChoice h2{margin:0;font-size:16px}.homeActions p,.requestChoice p{margin:4px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.homeActions>a>svg:last-child,.requestChoice>a>svg:last-child{color:var(--muted)}.actionIcon{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:#f0f2f5;color:#263146}.actionIcon svg{width:21px;height:21px}.sectionSurface,.formSurface,.detailSurface{border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.sectionSurface{padding:24px}.sectionTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--border)}.sectionTitle h2,.itineraryHeading h2,.contactFields h2,.routeAside h2{margin:0;font-size:17px}.sectionTitle p,.itineraryHeading p,.routeAside p{margin:4px 0 0;color:var(--muted);font-size:14px}.tripList{display:grid;margin:0;padding:0;list-style:none}.tripList li{border-bottom:1px solid var(--border)}.tripList li:last-child{border-bottom:0}.tripList a{display:grid;grid-template-columns:38px minmax(0,1fr) auto 20px;align-items:center;gap:13px;min-height:76px;color:var(--ink);text-decoration:none}.tripList a:hover{background:var(--surface-subtle)}.tripTypeIcon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#f1f3f6;color:#3f4b5e}.tripTypeIcon svg{width:19px}.tripRowContent{min-width:0}.tripRowContent strong,.tripRowContent small{display:block}.tripRowContent strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.tripRowContent small{overflow:hidden;margin-top:3px;color:var(--muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.tripList>li:first-child a{margin-top:4px}.quietCopy{color:var(--muted);font-size:14px}.statusPill{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;white-space:nowrap}.status-success{background:#e5f3eb;color:#0b522a}.status-warning{background:#fff2d8;color:#6c4000}.status-danger{background:#fae9e8;color:#7b1d1a}.status-neutral{background:#edf0f4;color:#3e495b}.formSurface{display:grid;gap:24px;padding:28px}.formGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.formFooter{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--border)}.formFooter p{max-width:56ch;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.ridePreview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:20px;background:var(--surface-subtle)}.ridePreview>div{display:grid;gap:5px}.ridePreview span,.detailGrid span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.03em}.ridePreview strong{font-size:14px;line-height:1.4}.shootLayout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.shootForm{min-width:0}.itineraryHeading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-top:4px}.itineraryEmpty{display:grid;min-height:104px;place-items:center;align-content:center;gap:12px;border:1px dashed var(--border-strong);background:var(--surface-subtle);text-align:center}.itineraryEmpty p{margin:0;color:var(--muted);font-size:14px}.itineraryList{display:grid;gap:0;margin:0;padding:0;list-style:none}.itineraryList li{display:grid;grid-template-columns:30px minmax(0,1fr) 34px;align-items:center;gap:12px;min-height:62px;border-bottom:1px solid var(--border)}.itineraryList li:first-child{border-top:1px solid var(--border)}.stopNumber{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;background:#263146;color:#fff;font-size:12px;font-weight:700}.itineraryStop{display:grid;min-width:0;gap:2px;padding:10px 0;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.itineraryStop:hover strong{color:var(--brand)}.itineraryStop small{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.07em}.itineraryStop strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.locationPicker{display:grid;gap:10px;padding:16px;background:var(--surface-subtle)}.contactFields{display:grid;gap:16px;padding-top:4px}.contactFields .fui-Field{min-width:0}.routeAside{position:sticky;top:92px;display:grid;gap:16px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.routeStats{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.routeStats span{padding:12px 0;color:var(--muted);font-size:13px}.routeStats span+span{padding-left:16px;border-left:1px solid var(--border)}.routeStats strong{color:var(--ink);font-size:20px}.employeeMap,.mapLoading{width:100%;min-height:280px}.mapLoading{display:grid;place-items:center;background:var(--surface-subtle);color:var(--muted);font-size:13px}.detailSurface{display:grid;gap:0;overflow:hidden}.detailSection{display:grid;gap:12px;padding:28px}.detailSection h2{margin:0;font-size:20px}.placeLine{display:flex;align-items:flex-start;gap:8px;margin:0;color:var(--muted)}.placeLine svg{color:var(--brand)}.detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--border)}.detailGrid>div{display:grid;gap:6px;min-height:82px;padding:18px 28px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.detailGrid>div:nth-child(2n){border-right:0}.detailGrid strong{font-size:14px;line-height:1.4;text-transform:capitalize}.detailGrid strong.addressValue{text-transform:none}.detailStops{display:grid;gap:10px;margin:0;padding:0;list-style:none}.detailStops li{display:flex;align-items:center;gap:10px}.detailStops span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#263146;color:#fff;font-size:11px}.detailActions{display:flex;justify-content:flex-end;padding:20px 28px}.tabRow{display:flex;width:fit-content;max-width:100%;overflow-x:auto;gap:2px;padding:3px;border:1px solid var(--border);background:var(--surface)}.tabRow button{min-height:36px;padding:0 12px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.tabRow button[aria-selected=true]{background:#eef0f4;color:var(--ink)}.authLayout{display:grid;min-height:100dvh;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)}.authBrand{display:grid;align-content:space-between;min-height:100%;padding:52px clamp(40px,9vw,144px);background:#172033;color:#fff}.authBrand img{width:96px;height:auto}.authBrand>div{max-width:560px}.authBrand span{color:#cbd2dc;font-size:12px;font-weight:700;letter-spacing:.1em}.authBrand h1{max-width:10ch;margin:14px 0;font-size:48px;line-height:1.08;letter-spacing:-.03em}.authBrand p{max-width:42ch;margin:0;color:#dfe4ec;font-size:17px;line-height:1.5}.authTrust{display:flex;align-items:center;gap:8px;color:#cbd2dc!important;font-size:13px!important}.authPanel{display:grid;place-items:center;padding:32px;background:var(--surface)}.authPanelInner{display:grid;width:min(100%,384px);gap:18px}.authPanelInner h2{margin:0;font-size:26px}.authPanelInner>p{margin:-10px 0 8px;color:var(--muted);line-height:1.5}.textAction{width:fit-content;padding:4px 0;border:0;background:transparent;color:#33445d;font-size:14px;font-weight:700;text-decoration:underline;cursor:pointer}.authSupport{margin:0!important;font-size:13px}.authLocalForm{padding-top:4px;border-top:1px solid var(--border)}.authStepPage{display:grid;min-height:100dvh;place-items:center;padding:24px}.authStep{display:grid;width:min(100%,500px);gap:24px;padding:32px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.authStep>img{width:76px;border-radius:8px}.authStep h1{margin:0;font-size:27px;letter-spacing:-.02em}.authStep p{margin:8px 0 0;color:var(--muted);line-height:1.5}.formStack{display:grid;gap:16px}.addressResults{display:grid;margin:0;padding:0;border:1px solid var(--border);list-style:none}.addressResults li+li{border-top:1px solid var(--border)}.addressResults button{display:grid;width:100%;grid-template-columns:22px minmax(0,1fr) auto;gap:9px;padding:12px;border:0;background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.addressResults button:hover,.addressResults button.isSelected{background:#f2f5f8}.addressResults svg{color:var(--brand)}.addressResults strong,.addressResults small{display:block}.addressResults strong{font-size:14px}.addressResults small{overflow:hidden;margin-top:3px;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.confirmedPlace{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;padding:12px;background:#eef6f1;color:#1b542f}.confirmedPlace svg{margin-top:2px}.confirmedPlace strong,.confirmedPlace span{display:block}.confirmedPlace span{margin-top:3px;font-size:12px}.checkboxLine{display:flex;align-items:flex-start;gap:9px;color:var(--ink);font-size:14px;line-height:1.45}.checkboxLine input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--brand)}.fieldHint{margin:-8px 0 0;color:var(--muted);font-size:13px}.fieldError{margin:-8px 0 0;color:#8b2620;font-size:13px}.stateSurface,.emptySurface{display:grid;justify-items:center;place-content:center;gap:8px;min-height:240px;padding:32px;border:1px dashed var(--border-strong);background:var(--surface);text-align:center}.stateSurface h2,.emptySurface h2{margin:0;font-size:19px}.stateSurface p,.emptySurface p{max-width:48ch;margin:0 0 8px;color:var(--muted)}.loadingRows{display:grid;gap:10px}.loadingRows span{display:block;height:72px;border-radius:8px;background:linear-gradient(90deg,#e9edf2,#f5f7f9,#e9edf2);background-size:200% 100%;animation:loadingSweep 1.4s ease-in-out infinite}.loadingRows span:nth-child(2){width:92%}.loadingRows span:nth-child(3){width:80%}@keyframes loadingSweep{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:820px){.appTopbar{grid-template-columns:1fr auto;min-height:62px;padding:0 18px}.workspaceNav{position:fixed;z-index:20;right:0;bottom:0;left:0;justify-content:space-around;min-height:62px;border-top:1px solid var(--border);background:#fff}.workspaceNavLink{min-width:0;min-height:62px;flex-direction:column;justify-content:center;gap:2px;padding:4px 12px;font-size:11px}.workspaceNavLink.isActive:after{right:8px;left:8px}.topbarActions .fui-Button{display:inline-flex;min-width:42px;padding:0 8px}.profileName{display:none}.appContent{width:min(100% - 32px,1180px);padding:24px 0 94px}.pageHeader{display:grid;gap:14px}.pageHeaderAction{padding:0}.homeActions,.requestChoice,.shootLayout{grid-template-columns:1fr}.routeAside{position:static}.formGrid,.ridePreview,.authLayout{grid-template-columns:1fr}.authBrand{min-height:280px;padding:32px}.authBrand h1{font-size:36px}.authBrand>div{align-self:center}.authTrust{display:none}.authPanel{min-height:440px}.profileMenuPanel{position:fixed;top:62px;right:12px}.detailGrid{grid-template-columns:1fr}.detailGrid>div,.detailGrid>div:nth-child(2n){border-right:0}.tripList a{grid-template-columns:36px minmax(0,1fr) auto}.tripList a>svg:last-child{display:none}}@media(max-width:520px){.brandMark img{width:56px}.brandMark>span{display:none}.heroEmpty{min-height:200px;padding:24px}.heroEmpty>svg{display:none}.nextTripSurface,.formSurface,.sectionSurface,.detailSection{padding:20px}.detailGrid>div{padding:16px 20px}.detailActions{padding:16px 20px}.formFooter{align-items:stretch;flex-direction:column}.formFooter .fui-Button{width:100%}.itineraryHeading{align-items:stretch;flex-direction:column}.itineraryHeading .fui-Button{width:fit-content}.pageHeader h1{font-size:25px}}.addressPinConfirm{display:grid;gap:8px}.addressPinConfirm>p{margin:0;color:var(--muted);font-size:13px}.addressConfirmMap{min-height:260px}.addressMapFirst{display:grid;gap:10px}.addressMapFirst>div:first-child{display:grid;gap:4px}.addressMapFirst strong{font-size:.95rem}.addressMapFirst p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.addressFirstMap{min-height:360px;border:1px solid var(--border)}.addressSearchFallback{border:1px solid var(--border);background:var(--surface-subtle)}.addressSearchFallback summary{min-height:46px;padding:13px 14px;color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer}.addressSearchFallback[open] summary{border-bottom:1px solid var(--border)}.addressSearchFallbackBody{display:grid;gap:12px;padding:14px}.savedAddressFirst,.addressSearchPrimary{display:grid;gap:12px;padding:16px;border:1px solid var(--border);background:var(--surface-subtle)}.savedAddressFirst>div:first-child,.addressSearchPrimary>div:first-child{display:grid;gap:4px}.savedAddressFirst strong,.addressSearchPrimary strong{font-size:.95rem}.savedAddressFirst p,.savedAddressFirst span,.addressSearchPrimary p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.savedAddressActions{display:flex;flex-wrap:wrap;gap:8px}.confirmedAddressLock{display:grid;gap:6px;padding:16px;border:1px solid var(--border);background:var(--surface-subtle)}.confirmedAddressLock strong{font-size:.95rem}.confirmedAddressLock p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.confirmedAddressLock .textAction{margin-top:4px}.addressMapSecondary{border:1px solid var(--border);background:var(--surface-subtle)}.addressMapSecondary summary{min-height:46px;padding:13px 14px;color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer}.addressMapSecondary[open] summary{border-bottom:1px solid var(--border)}.addressMapSecondary .addressMapFirst{padding:14px}.addressPinPicker{position:relative}.addressMapSecondary{order:-1;position:relative;padding-top:148px}.addressPinPicker .addressSearchPrimary{position:absolute;z-index:2;top:12px;right:12px;left:12px;margin:0;box-shadow:0 10px 28px #17203329}.itineraryStopActions{display:flex;gap:2px}.itineraryStopActions .fui-Button{min-width:32px;padding:0 4px}.addressConfidence{align-self:center;color:var(--muted);font-size:11px;font-style:normal;font-weight:700;white-space:nowrap}.mapLinkResolve{display:grid;gap:8px}.mapLinkResolveRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.onboardingCombined{gap:22px}.onboardingSection{display:grid;gap:14px;padding-top:8px;border-top:1px solid var(--border)}.onboardingSection:first-child{padding-top:0;border-top:0}.onboardingSection h2{margin:0;font-size:16px}.authStepWide{width:min(100%,720px)}.tripMemberGroup{display:grid;gap:4px}.tripMemberGroup+.tripMemberGroup{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.tripMemberGroup h3{margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.memberFilterRow{margin-top:-8px}.officeStopChips{display:flex;flex-wrap:wrap;gap:6px}.addressPinPicker{gap:12px}.addressSearchFallback{order:-1}.addressResultsHeading{margin:-4px 0 0;color:var(--ink);font-size:13px;font-weight:700;line-height:1.45}.addressResults button:focus-visible,.itineraryStop:focus-visible{outline:3px solid rgb(201 21 27 / .35);outline-offset:-3px}.flowSteps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:-4px 0 4px;padding:0 0 18px;border-bottom:1px solid var(--border);list-style:none}.flowSteps li{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:7px;min-width:0;color:var(--muted);font-size:12px;line-height:1.25}.flowSteps li>span{display:grid;width:25px;height:25px;place-items:center;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface-subtle);font-size:11px;font-weight:700}.flowSteps li strong{overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.flowSteps li.isCurrent{color:var(--ink)}.flowSteps li.isCurrent>span{border-color:var(--brand);background:var(--brand);color:#fff}.flowSteps li.isComplete>span{border-color:#85b796;background:#e5f3eb;color:#0b522a}.bookingStep{display:grid;gap:18px}.stepHeading h2{margin:0;font-size:18px}.stepHeading p{max-width:62ch;margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.stepActions{display:flex;gap:8px;flex-wrap:wrap}.bookingReview{gap:20px}.reviewList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;border-top:1px solid var(--border);border-left:1px solid var(--border)}.reviewList>div{display:grid;gap:5px;min-width:0;padding:13px 14px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.reviewList dt{color:var(--muted);font-size:12px;font-weight:700}.reviewList dd{margin:0;color:var(--ink);font-size:14px;overflow-wrap:anywhere}.reviewStops{display:grid;gap:10px}.reviewStops h3{margin:0;font-size:14px}@media(max-width:520px){.flowSteps{grid-template-columns:1fr;gap:6px}.flowSteps li{grid-template-columns:26px minmax(0,1fr)}.reviewList{grid-template-columns:1fr}.addressFirstMap{min-height:300px}}.updatesList{display:grid;margin:0;padding:0;list-style:none}.updatesList li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;padding:15px 0;border-bottom:1px solid var(--border)}.updatesList li:last-child{border-bottom:0}.updatesList strong{font-size:14px}.updatesList span{color:var(--muted);font-size:13px;line-height:1.4}.updatesList time{grid-column:2;grid-row:1 / span 2;color:var(--muted);font-size:12px;white-space:nowrap}.yourStopCallout{margin:8px 0 0;color:var(--brand);font-size:.88rem;font-weight:700}.tripRouteStops{padding:0}.tripMapPanel{display:grid;gap:12px;padding:20px 28px;border-top:1px solid var(--border);background:var(--surface-subtle)}.tripDetailMap{min-height:330px}.tripMapPanel>div:last-child{display:flex;gap:16px;color:var(--muted);font-size:13px}.tripMapPanel>div:last-child strong{color:var(--ink)}.pickDropPreview{display:grid;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.pickDropPreview .ridePreview{border:0;border-top:1px solid var(--border);border-radius:0}.pickDropMap{min-height:300px}.appContent--operations{width:100%;max-width:none;padding-inline:0;background:#fff}.authLayout{grid-template-columns:minmax(520px,1.1fr) minmax(460px,.9fr);background:#f4f6f9}.authBrand{position:relative;display:grid;grid-template-rows:auto 1fr auto;min-height:100%;padding:44px clamp(44px,7vw,128px);overflow:hidden;background:#172033;color:#fff}.authBrand:before{position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 47%,rgb(255 255 255 / .035) 47% 47.25%,transparent 47.25% 100%);content:"";pointer-events:none}.authBrandTop,.authBrandContent,.authTrust{position:relative;z-index:1}.authBrandTop{display:flex;align-items:center;gap:13px;color:#dce2ea;font-size:11px;font-weight:800;letter-spacing:.12em}.authLogoSurface{display:grid;place-items:center}.authLogoSurface img{width:88px;height:auto;border-radius:8px}.authBrandContent{align-self:center;max-width:600px;padding:64px 0}.authKicker{margin:0;color:#f27a7f;font-size:13px;font-weight:700}.authBrand h1{max-width:12ch;margin:14px 0 16px;color:#fff;font-size:clamp(2.5rem,4vw,4.25rem);line-height:1.03;letter-spacing:-.035em;text-wrap:balance}.authBrandContent>p:not(.authKicker){max-width:48ch;margin:0;color:#dbe1ea;font-size:17px;line-height:1.55}.authBrandDetails{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.authBrandDetails span{padding:7px 10px;border:1px solid rgb(255 255 255 / .18);border-radius:999px;color:#e5e9f0;font-size:12px;font-weight:600}.authTrust{display:flex;align-items:center;gap:8px;margin:0;color:#cbd2dc!important;font-size:13px!important}.authTrust svg{width:18px}.authPanel{padding:48px;background:#fff}.authPanelInner{width:min(100%,410px);gap:22px}.authPanelHeading>span{color:#9f1015;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.authPanelInner h2{margin:9px 0 0;color:var(--ink);font-size:32px;line-height:1.15;letter-spacing:-.03em}.authPanelHeading p{margin:9px 0 0;color:var(--muted);line-height:1.5}.authMicrosoftButton{width:100%;min-height:44px}.authLocalEntry{padding-top:18px;border-top:1px solid var(--border)}.textAction{padding:2px 0;color:#293d59;line-height:1.45;text-align:left;text-decoration-color:#a4afbc;text-underline-offset:3px}.textAction:hover{color:var(--brand-deep);text-decoration-color:currentColor}.authSupport{color:var(--muted);line-height:1.45}.authLocalForm{gap:17px;padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--surface-subtle)}.authLocalHeading h3{margin:0;color:var(--ink);font-size:16px}.authLocalHeading p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}@media(max-width:820px){.appContent--operations{width:100%;padding-inline:0}.authLayout{grid-template-columns:1fr}.authBrand{min-height:360px;padding:28px 32px}.authBrandContent{padding:34px 0}.authBrand h1{font-size:36px}.authBrandDetails,.authTrust{display:none}.authPanel{min-height:460px;padding:36px 28px}}.operationsLauncher{max-width:1120px}.operationsLauncher .launcherHero{padding:2px 0 0;border-bottom:1px solid var(--border)}.operationsLauncher .launcherHero h1{font-size:1.8rem}.launcherScope{display:grid;grid-template-columns:minmax(180px,240px) minmax(240px,1fr);gap:16px;align-items:end;padding:16px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface-subtle)}.dailySequence{display:grid;border:1px solid var(--border);border-radius:var(--radius-surface);overflow:hidden;background:var(--surface)}.dailyStep{display:grid;grid-template-columns:40px minmax(0,1fr) minmax(180px,auto);gap:16px;align-items:center;min-height:104px;padding:18px 20px;border-bottom:1px solid var(--border)}.dailyStep:last-child{border-bottom:0}.dailyStep:hover{background:var(--surface-subtle)}.dailyStepNumber{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--border-strong);border-radius:50%;color:var(--muted);font-size:.8rem;font-weight:700;font-variant-numeric:tabular-nums}.dailyStep.complete .dailyStepNumber{border-color:var(--success);background:var(--surface-subtle);color:var(--success)}.dailyStep.blocked .dailyStepNumber{border-color:var(--warning);background:var(--surface-subtle);color:var(--warning)}.dailyStepCopy h2{margin-bottom:3px;font-size:1rem}.dailyStepCopy p{margin:0;font-size:.85rem}.stepBlocker{display:flex;align-items:center;gap:6px;margin-top:7px!important;color:var(--warning)!important;font-weight:600}.stepBlocker svg{flex:0 0 auto;width:18px}.dailyStepAction{display:grid;justify-items:end;gap:8px}.dailyStepAction .fui-Button{min-width:168px}.manageArea{display:grid;grid-template-columns:minmax(190px,.55fr) minmax(0,1.45fr);gap:24px;padding-top:8px}.manageArea h2{margin-bottom:4px}.manageArea p{margin:0;font-size:.84rem}.manageArea nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--border);border-radius:var(--radius-surface);overflow:hidden}.manageLink{display:grid;grid-template-columns:24px minmax(0,1fr) 20px;gap:9px;align-items:center;min-height:56px;padding:12px 14px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--ink);font-size:.84rem;font-weight:650;text-decoration:none}.manageLink:nth-child(2n){border-right:0}.manageLink:nth-last-child(-n+2){border-bottom:0}.manageLink svg{color:var(--muted)}.manageLink:hover{background:var(--surface-subtle);color:var(--brand)}.manageLink:hover svg{color:var(--brand)}.planningReadiness{display:grid;grid-template-columns:minmax(230px,1fr) minmax(0,1.2fr);gap:16px;align-items:center;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.planningReadiness>div strong,.planningReadiness>div span{display:block}.planningReadiness>div span{margin-top:3px;color:var(--muted);font-size:.8rem}.planningReadiness ul{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding-left:18px;color:var(--muted);font-size:.8rem}.planningReadiness.stale{border-color:var(--warning);background:var(--surface-subtle)}.localRosterWorkspace{display:grid;gap:18px}.rosterUploadControls{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:14px;align-items:end}.rosterPreview{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px;background:var(--surface-subtle);border:1px solid var(--border);border-radius:var(--radius-control)}.rosterPreview strong,.rosterPreview span{display:block}.rosterPreview span{margin-top:3px;color:var(--muted);font-size:.8rem}.nativeFileInput{width:100%;min-height:34px;padding:5px;border:1px solid var(--border-strong);border-radius:var(--radius-control);background:var(--surface);color:var(--ink)}@media(max-width:760px){.workspace-my_rides{display:block;padding-bottom:76px}.workspace-my_rides .sidebar{position:fixed;z-index:var(--z-sidebar);inset:auto 0 0;display:block;height:auto;padding:5px 8px max(5px,env(safe-area-inset-bottom));border-top:1px solid var(--border);border-right:0;background:var(--surface)}.workspace-my_rides .brandLockup,.workspace-my_rides .identity{display:none}.workspace-my_rides .sidebar nav{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;gap:2px}.workspace-my_rides .sidebar nav a{display:grid;min-height:54px;place-items:center;gap:1px;padding:5px;font-size:.7rem}.workspace-my_rides .sidebar nav a svg{width:20px;height:20px}.workspace-my_rides .workspace>main{padding-bottom:28px}.launcherScope,.dailyStep,.manageArea,.planningReadiness{grid-template-columns:1fr}.dailyStep{gap:12px}.dailyStepAction{justify-items:start;grid-column:2}.dailyStepAction .fui-Button{min-width:0}.manageArea nav{grid-template-columns:1fr}.manageLink,.manageLink:nth-child(2n){border-right:0}.manageLink:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.manageLink:last-child{border-bottom:0}.rosterUploadControls{grid-template-columns:1fr}.rosterPreview{display:grid}}@media(prefers-reduced-motion:reduce){.launcherCard,.dailyStep,.manageLink{transition:none}}.launcherCard>span:nth-child(2){display:grid;gap:6px}.launcherCard strong{font-size:1rem}.launcherCard small{color:var(--muted);font-size:.81rem;line-height:1.45}.launcherIcon{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:var(--brand-soft);color:var(--brand)}.launcherIcon svg{width:22px;height:22px}.launcherArrow{align-self:center;color:var(--faint)}.launcherCard:hover .launcherArrow{color:var(--brand)}.launcherCard.requests .launcherIcon{background:#edf5fc;color:#1f5f8b}.launcherCard.chart .launcherIcon{background:#eef5ed;color:#136c3a}.launcherCard.registration .launcherIcon{background:#f5effa;color:#684098}.launcherCard.billing .launcherIcon{background:#fff5e8;color:#9b5b00}.launcherCard.people .launcherIcon,.launcherCard.accounts .launcherIcon{background:#f0f1fa;color:#4a5398}.launcherCard.settings .launcherIcon{background:#f0f2f4;color:#526071}.workspaceScope{display:flex;align-items:end;gap:16px;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.workspaceScope p{max-width:52ch;margin:0 0 7px;font-size:.84rem}.attendanceHero{display:flex;align-items:center;justify-content:space-between;gap:24px}.attendanceHero h2{margin-bottom:5px}.attendanceHero p{max-width:66ch;margin:0}.attendanceMetrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.localAccountForm{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.localAccountForm .wide{grid-column:1 / -1}.localAccountForm .formActions{justify-content:flex-start}.addressCell{min-width:240px;max-width:380px;color:var(--muted);line-height:1.45}.scrim{display:none}@keyframes pulse{50%{opacity:.5}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1100px){.metricStrip{grid-template-columns:repeat(3,1fr)}.metric:nth-child(3){border-right:0}.metric:nth-child(-n+3){border-bottom:1px solid var(--border)}.inlineForm{grid-template-columns:repeat(2,1fr)}.inlineForm button{align-self:end}.manualEditBar{grid-template-columns:1fr 1fr}.manualEditBar>:last-child{grid-column:1 / -1}.stopList.editableStops li{grid-template-columns:28px minmax(140px,1fr) auto}.stopActions{grid-column:2 / -1;justify-self:end}.localAccountForm{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.loginPage{grid-template-columns:1fr}.loginBrand{min-height:auto;padding:36px 24px 44px;gap:56px;border-right:0;border-bottom:1px solid var(--border)}.loginBrand h1{font-size:clamp(2.4rem,12vw,4rem)}.loginPanel{min-height:auto;padding:40px 24px 60px}.appShell{display:block}.sidebar{position:fixed;z-index:var(--z-sidebar);left:0;width:280px;transform:translate(-100%);transition:transform .18s cubic-bezier(.22,1,.36,1)}.sidebar.open{transform:translate(0)}.scrim{position:fixed;z-index:var(--z-scrim);inset:0;display:block;border:0;background:#17203366}.mobileTopbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:10px;height:56px;padding:0 14px;border-bottom:1px solid var(--border);background:#fffffff5}.mobileTopbar img{width:84px}.workspace>main{padding:24px 16px 48px}.rideComposer,.eventBookingComposer{grid-template-columns:1fr}.rideComposerControls,.eventBookingControls{border-right:0;border-bottom:1px solid var(--border)}.rideComposerPreview,.eventMapPanel{min-height:420px;padding:16px}.eventMapPanel .bookingPreviewMap{min-height:360px}.pageIntro.withAction,.sectionHeading,.planHeader{align-items:stretch;flex-direction:column}.filterRow{flex-wrap:wrap}.nextTrip{grid-template-columns:76px minmax(0,1fr)}.nextTripMain{grid-template-columns:1fr;padding:24px}.assignmentGrid{grid-template-columns:repeat(2,1fr)}.transportRows article{grid-template-columns:40px minmax(180px,1fr) minmax(145px,.7fr) auto}.transportAssignment{display:none}.bookingInputs,.planningToolbar,.manualEditBar{grid-template-columns:1fr}.manualEditBar>:last-child{grid-column:auto}.addRouteControls{grid-template-columns:1fr}.bookingComposer{padding:20px}.detailList{grid-template-columns:1fr}.detailList .wide{grid-column:auto}.metricStrip{grid-template-columns:repeat(2,1fr)}.metric:nth-child(n){border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.metric:nth-child(2n){border-right:0}.metric:nth-last-child(-n+2){border-bottom:0}.inlineForm,.routeEditForm,.operationsForm{grid-template-columns:1fr}.operationsForm .wide,.routeWarningsField,.routeEditActions{grid-column:auto}.auditList>div{align-items:flex-start;flex-direction:column;gap:4px;padding:10px 0}.officeVerificationRow{grid-template-columns:1fr 1fr}.officeVerificationRow>div:first-child,.officeVerificationRow>:last-child{grid-column:1 / -1}}@media(max-width:520px){h1{font-size:1.45rem}.segmented,.nextTrip{grid-template-columns:1fr}.nextTripDate{min-height:72px;flex-direction:row;gap:8px}.nextTripDate strong{font-size:1.5rem}.assignmentGrid{grid-template-columns:1fr}.bookingRows article{grid-template-columns:40px minmax(0,1fr);padding:12px 0}.bookingRows article>button{grid-column:2;justify-self:start}.bookingRowMain{align-items:flex-start;flex-direction:column;gap:7px}.metricStrip{grid-template-columns:1fr}.metric:nth-child(n){border-right:0;border-bottom:1px solid var(--border)}.metric:last-child{border-bottom:0}.routeGrid{grid-template-columns:1fr}.formActions{flex-direction:column-reverse}.formActions button{width:100%}.stopList.editableStops li{grid-template-columns:28px minmax(0,1fr)}.stopList.editableStops time{grid-column:2}.stopActions{grid-column:1 / -1;justify-self:stretch;flex-wrap:wrap}.stopActions select{flex:1}.addPassenger{grid-template-columns:1fr}.routeEditActions{align-items:stretch;flex-direction:column}.routeEditActions button:last-child{margin-left:0}.unassignedStrip{align-items:flex-start;flex-direction:column;gap:5px}.unassignedStrip span{white-space:normal}.transportRows article{grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:start}.transportSchedule{grid-column:2}.transportRows article>a,.transportRows article>button{grid-column:3;grid-row:1 / span 2}.scanHeader{align-items:flex-start;padding:8px 12px;gap:8px}.scanHeaderActions{gap:8px}.scanCameraBlock{padding:0 12px 12px;gap:8px}.scanManualRow{grid-template-columns:1fr}.scanManualRow>button{width:100%}.rideComposerControls,.eventBookingControls{padding:20px 16px}.rideComposerPreview,.eventMapPanel{min-height:340px;padding:10px}.eventQuickFields,.eventContactGrid{grid-template-columns:1fr}.eventContactGrid .wide{grid-column:auto}}.modalScrim{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:20px;background:#17203373}.modalCard{display:grid;gap:14px;width:min(100%,480px);max-height:min(90dvh,720px);overflow:auto;padding:24px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface);box-shadow:0 18px 48px #1720332e}.modalCard h2{margin:0}.modalCard>p{margin:0}.historyModal{width:min(100%,960px);max-height:min(92dvh,820px);padding:0;gap:0;overflow:hidden;grid-template-rows:auto minmax(0,1fr) auto}.historyModalHeader,.historyModalFooter{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:var(--surface)}.historyModalHeader{border-bottom:1px solid var(--border)}.historyModalHeader h2{margin:0 0 4px}.historyModalHeader p{margin:0;color:var(--muted);font-size:.86rem}.historyModalFooter{border-top:1px solid var(--border)}.historyModalBody{min-height:0;overflow:auto;padding:16px 22px 20px;background:var(--surface-subtle, #f7f8fa)}.historyTableWrap{max-width:100%;background:var(--surface)}.historyTable{min-width:840px;margin:0}.historyTable th{position:sticky;top:0;z-index:1}.historyTable td strong,.historyTable td span,.historyDecision strong,.historyDecision span{display:block}.historyNote{margin-top:4px;color:var(--muted);font-size:.75rem;line-height:1.35;font-weight:500;max-width:22rem}.historyKind{display:inline-flex;padding:2px 8px;border-radius:999px;background:var(--brand-soft, #e8eefc);color:var(--brand, #1f4bd8);font-size:.72rem;font-weight:700;text-transform:capitalize}.statusPill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:capitalize;white-space:nowrap}.statusPill-indicator{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:currentColor}.status-confirmed{background:#e7f6ed;color:#0f7a3c}.status-cancelled{background:#fdeceb;color:#b42318}.status-pending_review{background:#fff4e5;color:#b54708}.historyChanges{display:grid;gap:8px;min-width:220px}.historyChangeRow{display:grid;gap:2px}.historyField{color:#475164;font-size:.72rem;font-weight:700;text-transform:capitalize}.historyDiff{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:.8rem;line-height:1.35}.historyArrow{color:var(--muted);font-weight:700}.historyDiffTable{width:max-content;min-width:280px;max-width:100%;border-collapse:collapse;background:transparent;font-size:.78rem}.historyDiffTable th,.historyDiffTable td{padding:4px 10px 4px 0;border:0;border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap}.historyDiffTable th{background:transparent;color:#475164;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.historyDiffTable tr:last-child td{border-bottom:0}.historyDiffTable td:first-child{text-transform:capitalize;font-weight:600;color:#475164;padding-right:14px}.historyDiffTable td:nth-child(2),.historyDiffTable td:nth-child(3){color:inherit;font-weight:500}.historyDecision{display:grid;gap:2px;min-width:140px}.historyDecision span{color:var(--muted);font-size:.75rem}@media(max-width:720px){.historyModal{width:min(100%,100%)}.historyModalHeader,.historyModalFooter{padding:14px 16px}.historyModalBody{padding:12px 16px 16px}.pagination{align-items:flex-start;flex-direction:column}.contextTabs{width:100%}.contextTabs a{flex:1;text-align:center}.operationsTabs a{flex:none}}.qrCard{justify-items:center;text-align:center}.qrImage{width:280px;height:280px;border:1px solid var(--border);border-radius:8px;background:#fff}.textLink{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.85rem;font-weight:600;text-decoration:none}.textLink:hover{color:var(--brand)}.scanPage{display:flex;flex-direction:column;gap:12px;min-height:100dvh;height:100dvh;padding:0;background:var(--canvas);overflow:hidden}.scanHeader{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-shrink:0;padding:10px 14px;border-bottom:1px solid var(--border);background:#fffffff5}.scanHeader .productName{margin:0 0 2px;font-size:.8rem}.scanHeader strong{display:block;font-size:.95rem;line-height:1.2}.scanHeaderActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;flex-shrink:0}.scanHeaderActions .textLink{font-size:.8rem;white-space:nowrap}.scanCameraBlock{display:flex;flex-direction:column;flex:1;min-height:0;gap:10px;padding:0 14px 14px}.scanCamera{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:0;overflow:hidden;width:100%;line-height:0;border:1px solid var(--border);border-radius:var(--radius-surface);background:#111}.scanCamera video{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;margin:auto}.scanCamera img{display:none}.scanManualRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;flex-shrink:0}.scanModalCard h2{margin:0;font-size:1.4rem}.scanModalCard>div>p{margin:6px 0 0}.scanActions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.scanActions.single{grid-template-columns:1fr}.scanActionBtn{min-height:52px;font-size:1.1rem;font-weight:700}.scanActionBtn.out{background:var(--ink)}.billingTable table{min-width:1100px}.billingTable tr.needsReview td{background:#fff9ed}.warningChip{display:inline-flex;align-items:center;gap:4px;margin-top:6px;color:var(--warning);font-size:.75rem;font-weight:700}.warningChipButton{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.warningChipButton:hover{text-decoration:underline}.reviewReason{display:block;margin-top:4px;color:var(--muted, #666);font-size:.75rem;line-height:1.35;max-width:16rem}button.linkish{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;color:inherit;display:flex;flex-direction:column;gap:2px}button.linkish:hover strong{text-decoration:underline}.inlineEdit{display:grid;grid-template-columns:minmax(90px,1fr) auto;gap:6px;align-items:center}.pageSkeleton{display:flex;gap:10px;align-items:center;color:var(--muted)}.workspaceSwitcher{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin-top:4px;padding:3px;border:1px solid var(--border);border-radius:9px;background:#ffffff80}.workspaceSwitcher a{padding:7px 8px;border-radius:6px;color:var(--muted);font-size:.72rem;font-weight:700;text-align:center;text-decoration:none;white-space:nowrap}.workspaceSwitcher a.active{background:var(--ink);color:#fff}.mapFrame{position:relative;min-height:320px;overflow:hidden;contain:layout paint;isolation:isolate;border-radius:var(--radius-surface);background:#dfe5e7}.transportMap{position:absolute!important;inset:0;width:100%;height:100%;min-height:0;border-radius:inherit}.mapFallback{display:grid;min-height:240px;place-content:center;gap:5px;padding:28px;border:1px dashed var(--border-strong);border-radius:var(--radius-surface);background:var(--surface-subtle);text-align:center}.mapFallback strong,.mapFallback span{display:block}.mapFallback span{color:var(--muted);font-size:.84rem}.mapUnavailableOverlay{position:absolute;z-index:2;inset:0;min-height:0;border:0;border-radius:inherit}.mapPin,.mapOfficePin{display:grid;width:28px;height:28px;place-items:center;border:3px solid #fff;border-radius:50%;background:var(--ink);color:#fff;box-shadow:0 3px 10px #1720333d;font-size:.7rem;font-weight:800}.mapPinYours{width:34px;height:34px;background:var(--brand)}.mapPinDraggable{cursor:grab}.mapPinDraggable:active{cursor:grabbing}.mapPinEditable{cursor:crosshair}.mapOfficePin{border-radius:8px;background:var(--brand)}.mapEditHint{position:absolute;z-index:1;left:12px;bottom:12px;max-width:calc(100% - 72px);padding:7px 10px;border-radius:6px;background:#172033e0;color:#fff;font-size:.72rem;font-weight:600;line-height:1.3;pointer-events:none}.employeeAddressPage{align-items:start;padding-top:48px}.employeeAddressCard{width:min(100%,720px)}.addressSearchFlow{display:grid;gap:14px}.addressSearchStatus{align-self:center;color:var(--muted);font-size:.75rem;white-space:nowrap}.employeeAddressMap{min-height:360px;margin:0}.mapConfirmationHint{margin:-6px 0 0;font-size:.8rem}.addressConfirmCheck{display:flex;gap:10px;align-items:flex-start;color:var(--ink);font-size:.88rem;line-height:1.45;cursor:pointer}.addressConfirmCheck input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--brand)}.addressEmptyHint{display:flex;align-items:center;gap:10px;min-height:160px;justify-content:center;border:1px dashed var(--border-strong);color:var(--muted)}.bookingPreviewMap{min-height:260px;margin:16px 0 20px}.locationSearchRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.geocodeWarning{display:block;margin-top:6px;color:var(--warning-text, #8a4b08);font-weight:650}.locationDialog{width:min(920px,calc(100vw - 32px));max-width:920px}.locationResolver{display:grid;gap:14px}.locationResolverSearch{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.locationCandidateList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:170px;overflow:auto}.locationCandidate{display:grid;gap:3px;min-height:58px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:inherit;text-align:left;cursor:pointer}.locationCandidate:hover,.locationCandidate.selected{border-color:var(--brand);background:var(--brand-soft)}.locationCandidate span{overflow:hidden;color:var(--text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.locationResolverMap{min-height:300px;margin:0}.bookingLocationConfirm{display:grid;gap:14px}.bookingLocationConfirm h2{margin:0 0 4px;font-size:1.05rem}.bookingLocationConfirm p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.5}.bookingLocationConfirm .bookingPreviewMap{margin:0}.locationCandidates{display:grid;margin:-6px 0 18px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-control)}.locationCandidates button{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:58px;padding:9px 13px;border:0;border-bottom:1px solid var(--border);background:var(--surface);color:var(--ink);text-align:left;cursor:pointer}.locationCandidates button:last-child{border-bottom:0}.locationCandidates button:hover,.locationCandidates button:focus-visible{background:var(--surface-subtle)}.locationCandidates button span{min-width:0}.locationCandidates button strong,.locationCandidates button small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locationCandidates button strong{font-size:.84rem}.locationCandidates button small{margin-top:2px;color:var(--muted);font-size:.72rem}.locationCandidates button em{padding:3px 6px;border-radius:999px;background:var(--surface-subtle);color:var(--muted);font-size:.65rem;font-style:normal;text-transform:capitalize}.locationNoResults{padding:14px}.locationNoResults strong,.locationNoResults span{display:block}.locationNoResults span{margin-top:3px;color:var(--muted);font-size:.78rem}.eventRoutePreview{margin-bottom:18px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.eventRoutePreview .bookingPreviewMap{margin:0;border-radius:0}.eventRouteMeta{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px}.eventRouteMeta strong,.eventRouteMeta span{display:block}.eventRouteMeta span{margin-top:3px;color:var(--muted);font-size:.76rem}.employeeRequestChoice{width:min(720px,100%);margin:0 auto}.requestTypeBack{min-height:36px}.requestTypeBack .fui-Button{margin-left:-10px}.guidedBookingSurface{width:min(860px,100%);padding:24px;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.guidedBookingSurface .compactBookingFields{grid-template-columns:repeat(3,minmax(0,1fr))}.savedLocationSummary,.addressConfirmSummary>div:first-child{display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:8px;background:var(--surface-subtle)}.savedLocationSummary svg{flex:none;color:var(--brand)}.savedLocationSummary span,.savedLocationSummary strong,.addressConfirmSummary span,.addressConfirmSummary strong{display:block}.savedLocationSummary span,.addressConfirmSummary span{margin-bottom:4px;color:var(--muted);font-size:.78rem}.addressConfirmSummary{display:grid;gap:16px}.guidedBookingSurface .bookingPreview{padding-top:0;border-top:0}.mapFilters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.mapWorkspace{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:620px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-surface);background:var(--surface)}.routeMapList{min-height:0;overflow-y:auto;border-right:1px solid var(--border);background:var(--surface-subtle)}.routeMapRow{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:10px;width:100%;padding:16px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.routeMapRow:hover,.routeMapRow.selected{background:var(--surface)}.routeMapRow.selected{box-shadow:inset 3px 0 var(--brand)}.routeMapRow span:nth-child(2){min-width:0}.routeMapRow strong,.routeMapRow small{display:block}.routeMapRow small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:.74rem;text-overflow:ellipsis;white-space:nowrap}.routeSwatch{width:8px;height:8px;margin-top:6px;border-radius:50%;background:var(--brand)}.routeMapWarning{grid-column:2 / -1;color:var(--warning)!important}.mapCanvasPanel{position:relative;min-width:0}.operationsMap{width:100%;height:100%;min-height:620px;border-radius:0}.mapRouteSummary{position:absolute;left:18px;bottom:18px;display:grid;gap:3px;padding:12px 14px;border:1px solid rgba(255,255,255,.7);border-radius:10px;background:#ffffffeb;box-shadow:0 8px 28px #17203324;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mapRouteSummary span{color:var(--muted);font-size:.76rem}.tripDetail{display:grid;gap:20px;max-width:1080px;margin:0 auto}.tripDetailHeader{display:flex;align-items:center;justify-content:space-between;gap:16px}.tripMapHero{position:relative;min-height:480px;overflow:hidden;border-radius:18px;background:var(--surface);box-shadow:0 18px 50px #1720331c}.riderTripMap{width:100%;min-height:480px;border-radius:18px}.tripMapOverlay{position:absolute;left:20px;bottom:20px;width:min(420px,calc(100% - 40px));padding:20px;border:1px solid rgba(255,255,255,.78);border-radius:14px;background:#fffffff0;box-shadow:0 12px 32px #17203326;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.tripMapOverlay>span{color:var(--brand);font-size:.76rem;font-weight:800}.tripMapOverlay h1{margin:5px 0 18px;font-size:1.7rem}.endpointPair{display:grid;grid-template-columns:14px minmax(0,1fr);gap:0 10px}.endpointPair i{position:relative;width:10px;height:10px;margin-top:4px;border:2px solid var(--brand);border-radius:50%}.endpointPair i:first-child:after{content:"";position:absolute;top:10px;left:3px;width:2px;height:34px;background:var(--border-strong)}.endpointPair div{padding-bottom:14px}.endpointPair div:last-child{padding-bottom:0}.endpointPair strong,.endpointPair span{display:block}.endpointPair strong{overflow:hidden;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.endpointPair span{margin-top:2px;color:var(--muted);font-size:.72rem}.tripDetailGrid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.tripPrimary,.driverCard{border:1px solid var(--border);border-radius:14px;background:var(--surface)}.tripPrimary{overflow:hidden}.driverCard{display:grid;align-content:start;gap:14px;padding:22px}.driverCard h2{margin:-5px 0 4px;font-size:1.5rem}.vehicleType{color:var(--muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.driverCard dl{display:grid;gap:10px;margin:0}.driverCard dl div{display:flex;justify-content:space-between;gap:14px}.driverCard dt{color:var(--muted)}.driverCard dd{margin:0;font-weight:700;text-align:right}.rideTimeline{display:grid;grid-template-columns:repeat(6,1fr);padding:22px;border-bottom:1px solid var(--border)}.rideTimeline div{position:relative;display:grid;justify-items:center;gap:7px;color:var(--faint);font-size:.66rem;text-align:center;text-transform:capitalize}.rideTimeline div:before{content:"";position:absolute;top:5px;right:50%;width:100%;height:2px;background:var(--border)}.rideTimeline div:first-child:before{display:none}.rideTimeline i{position:relative;z-index:1;width:12px;height:12px;border:2px solid var(--border-strong);border-radius:50%;background:var(--surface)}.rideTimeline .complete{color:var(--ink);font-weight:700}.rideTimeline .complete:before,.rideTimeline .complete i{border-color:var(--brand);background:var(--brand)}.pooledStops{padding:22px}.pooledStops>p{margin-bottom:16px;font-size:.82rem}.pooledStops ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.pooledStops li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;align-items:center;padding:11px 0;border-top:1px solid var(--border)}.pooledStops li>span{display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--surface-subtle);font-size:.72rem;font-weight:800}.pooledStops li.yours>span{background:var(--brand);color:#fff}.pooledStops li strong,.pooledStops li small{display:block}.pooledStops li small{margin-top:2px;color:var(--muted)}@media(max-width:900px){.mapWorkspace{grid-template-columns:1fr}.routeMapList{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--border)}.routeMapRow{min-width:270px;border-right:1px solid var(--border);border-bottom:0}.operationsMap{min-height:480px}.tripDetailGrid{grid-template-columns:1fr}.driverCard{grid-row:1}}@media(max-width:820px){.launcherHero,.attendanceHero{align-items:stretch;flex-direction:column}.appLauncherGrid{grid-template-columns:1fr}.launcherCard{min-height:118px}.localAccountForm{grid-template-columns:1fr}.workspace-my_rides .sidebar{top:auto;right:0;bottom:0;z-index:var(--z-sidebar);display:block;width:100%;height:68px;padding:0;border-top:1px solid var(--border);border-right:0;background:#fffffff7;transform:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.workspace-my_rides .sidebar .brandLockup,.workspace-my_rides .identity{display:none}.workspace-my_rides .sidebar nav{display:grid;grid-template-columns:repeat(3,1fr);height:100%;overflow:visible}.workspace-my_rides .sidebar nav a{display:grid;align-content:center;justify-items:center;gap:3px;min-height:0;padding:6px 2px;border-radius:0;font-size:.67rem}.workspace-my_rides .sidebar nav a svg{width:21px;height:21px}.workspace-my_rides .sidebar nav a.active{background:transparent;color:var(--brand);box-shadow:inset 0 2px var(--brand)}.workspace-my_rides .workspace>main{padding-bottom:96px}.tripMapHero,.riderTripMap{min-height:430px}.tripMapOverlay{left:12px;bottom:12px;width:calc(100% - 24px)}}@media(max-width:560px){.guidedBookingSurface{padding:18px}.guidedBookingSurface .compactBookingFields{grid-template-columns:1fr}.tripDetail{gap:12px}.tripMapHero,.riderTripMap{min-height:390px;border-radius:12px}.tripMapOverlay{padding:16px}.tripMapOverlay h1{font-size:1.35rem}.rideTimeline{grid-template-columns:repeat(3,1fr);gap:16px 0}.rideTimeline div:nth-child(4):before{display:none}.mapFilters{width:100%}.mapFilters>*{flex:1;min-width:130px}.locationSearchRow,.locationResolverSearch,.locationCandidateList{grid-template-columns:1fr}.eventRouteMeta{align-items:stretch;flex-direction:column}}.addressGuidance{display:grid;gap:6px;padding:14px;background:#f4f7fb;border:1px solid var(--border)}.addressGuidance strong{font-size:13px}.addressGuidance p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.genderChoices{display:grid;gap:10px;margin:0;padding:0;border:0}.genderChoices legend{margin-bottom:4px;font-size:13px;font-weight:700}.ndtvTourPopover{font-family:inherit}.ndtvTourPopover .driver-popover-title{font-size:16px}.ndtvTourPopover .driver-popover-description{color:#445064;line-height:1.45}.workspaceSwitcher{display:flex;min-width:0;max-width:240px}.workspaceSwitcher select{width:100%;min-height:40px;border:1px solid #d8dde5;border-radius:6px;padding:8px 28px 8px 12px;color:#172033;background:#fff;font:inherit}.workspaceSwitcher select:focus-visible{outline:2px solid #172033;outline-offset:2px}.appTopbar:has(.workspaceSwitcher) .workspaceNav{display:none}@media(max-width:640px){.workspaceSwitcher{flex:1;max-width:190px}.appTopbar:has(.workspaceSwitcher){flex-wrap:wrap;gap:10px}.workspaceSwitcher select{font-size:13px}}@media(prefers-reduced-motion:reduce){.loadingRows span{animation:none}}
