@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.login-form{text-align:left;gap:10px;display:grid}.login-form>label{color:#43504b;margin-top:5px;font-size:13px;font-weight:600}.field-wrap{background:#fff;border:1px solid #e4e9e5;border-radius:10px;align-items:center;gap:5px;height:46px;padding:0 14px;transition:border .2s,box-shadow .2s;display:flex}.field-wrap:focus-within{border-color:#1baa8e;box-shadow:0 0 0 3px #e5f1ea}.field-wrap>svg{color:#9aa59f;flex:none;font-size:18px}.field-wrap input{color:#17211e;border:0;outline:0;width:100%;font-size:14px}.field-wrap input::placeholder{color:#aeb7b2}.field-error{color:#c64d42;margin:-8px 0 0;font-size:11px}.forgot-success{gap:36px;max-width:420px;margin-top:28px;display:grid}.success-message{color:#1baa8e;background:#e0f3d9;border:1px solid #9dcc94;justify-content:space-between;align-items:flex-start;gap:18px;margin:0;padding:28px 30px;font-size:17px;line-height:1.45;display:flex}.success-message button{color:#9abb92;cursor:pointer;background:0 0;border:0;flex:none;padding:0;font-size:30px;font-weight:300;line-height:.8}.form-options{justify-content:space-between;align-items:center;margin:-4px 0 4px;font-size:12.5px;display:flex}.form-options--right{justify-content:flex-end}.text-button{color:#1baa8e;font-size:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.remember{color:#75817c;align-items:center;gap:7px;display:flex}.remember input{accent-color:#1baa8e}.primary-button{justify-content:center;width:100%;border-radius:10px!important;padding:13px 22px!important;font-size:15px!important;font-weight:700!important}.toast-viewport{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;width:min(340px,100vw - 32px);display:flex;position:fixed;top:20px;right:20px}.toast-item{--toast-accent:#1baa8e;--toast-glow:#1baa8e59;--toast-icon-bg:#1baa8e24;pointer-events:auto;cursor:default;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#fffffff5 0%,#f0fdf9eb 100%);border:1px solid #fffc;border-radius:10px;align-items:center;gap:10px;padding:10px 12px 11px;animation:.42s cubic-bezier(.22,1,.36,1) toast-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #1baa8e1f,0 4px 14px #0f172a14,inset 0 1px #ffffffe6}.toast-item:before{content:"";background:linear-gradient(180deg, var(--toast-accent) 0%, transparent 180%);width:4px;box-shadow:0 0 18px var(--toast-glow);position:absolute;inset:0 auto 0 0}.toast-item:after{content:"";background:radial-gradient(circle, var(--toast-glow) 0%, transparent 70%);opacity:.55;pointer-events:none;border-radius:50%;width:140px;height:140px;position:absolute;top:-40%;right:-20%}.toast-item--success{--toast-accent:#22c55e;--toast-glow:#22c55e47;--toast-icon-bg:#22c55e24}.toast-item--error{--toast-accent:#ef4444;--toast-glow:#ef444447;--toast-icon-bg:#ef444424}.toast-item--warning{--toast-accent:#f59e0b;--toast-glow:#f59e0b47;--toast-icon-bg:#f59e0b24}.toast-item--info{--toast-accent:#3b82f6;--toast-glow:#3b82f647;--toast-icon-bg:#3b82f624}.toast-item--exit{animation:.3s forwards toast-exit}.toast-icon-wrap{z-index:1;background:var(--toast-icon-bg);width:24px;height:24px;color:var(--toast-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 0 0 1px #ffffffa6}.toast-icon-wrap:before{content:"";border:1px solid var(--toast-glow);border-radius:10px;animation:2.4s ease-in-out infinite toast-pulse;position:absolute;inset:-2px}.toast-icon-wrap svg{font-size:14px}.toast-content{z-index:1;flex:1;min-width:0;position:relative}.toast-title{letter-spacing:-.01em;color:#111827;margin:0 0 1px;font-size:13px;font-weight:600;line-height:1.25}.toast-message{color:#6b7280;margin:0;font-size:12px;line-height:1.35}.toast-close{z-index:1;color:#6b7280;cursor:pointer;background:#1118270a;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .15s,color .15s,transform .15s;display:flex;position:relative}.toast-close:hover{color:#111827;background:#11182714;transform:rotate(90deg)}.toast-progress{transform-origin:0;background:linear-gradient(90deg, var(--toast-accent), transparent);height:2px;animation:toast-progress var(--toast-duration,4s) linear forwards;position:absolute;bottom:0;left:0;right:0}@keyframes toast-enter{0%{opacity:0;transform:translate(24px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-exit{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(24px)scale(.96)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes toast-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.04)}}@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.auth-page{box-sizing:border-box;background-image:linear-gradient(#141e1c26,#141e1c59);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.auth-card{box-sizing:border-box;text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:40px 32px 32px;box-shadow:0 20px 50px #10182840}.auth-logo{margin:0 auto 18px}.auth-logo img{width:auto;height:32px;margin:0 auto;display:block}.auth-illustration{background:#1baa8e1f;border-radius:50%;width:140px;height:140px;margin:0 auto 20px;position:relative;overflow:hidden}.auth-illustration img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.auth-illustration-city{color:#1baa8e59;width:100%;height:100%;position:absolute;inset:0}.auth-illustration-car{z-index:1;color:#1baa8e;width:64px;height:64px;position:relative}.auth-title{color:#17211e;letter-spacing:-.3px;margin:0 0 6px;font-size:22px;font-weight:800}.auth-subtitle{color:#75817c;margin:0 0 24px;font-size:13.5px}.login-footer{color:#75817c;text-align:center;margin-top:20px;font-size:13px}.login-footer a,.login-footer .text-button{color:#1baa8e;cursor:pointer;background:0 0;border:0;font-weight:700;text-decoration:none}.login-footer.login-footer--compact{margin-top:15px}@media (width<=480px){.auth-card{padding:32px 22px 26px}.auth-logo img{height:28px}.auth-illustration{width:110px;height:110px}.auth-illustration-car{width:50px;height:50px}}@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.customer-portal-shell{color:#12181f;background:#fff;flex-direction:column;height:100dvh;min-height:100vh;display:flex;overflow:hidden}.customer-topbar{box-sizing:border-box;z-index:1300;background:#fff;flex:0 0 56px;justify-content:flex-start;align-items:center;min-height:56px;padding:0 clamp(12px,2vw,24px);display:flex;position:relative;box-shadow:0 -4px 16px #14281e0f,0 6px 20px #14281e26}.topbar-brand{color:#12181f;align-items:center;gap:9px;margin-left:8px;margin-right:auto;font-size:19px;font-weight:800;text-decoration:none;display:flex}.topbar-brand img{width:132px;height:auto;display:block}.topbar-brand span{line-height:1}.brand-dot{background:#1baa8e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #1baa8e1a}.topbar-links{align-items:center;gap:6px;margin-left:auto;display:flex}.topbar-links a{color:#75817c;border-radius:20px;padding:8px 14px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .16s,background .16s,transform .16s}.topbar-links a:hover,.topbar-links a.active{color:#1baa8e;background:#e1f3ef}.topbar-actions{align-items:center;gap:12px;display:flex;position:relative}.topbar-name{color:#17211e;font-size:13px;font-weight:600}.topbar-avatar-button{cursor:pointer;background:0 0;border:0;padding:0}.profile-menu{z-index:1400;background:#fff;border:1px solid #e7ebee;border-radius:10px;min-width:150px;padding:6px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 28px #14281e1f}.profile-menu a,.profile-menu button{color:#17211e;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;font-size:13px;text-decoration:none;display:flex}.profile-menu a:hover,.profile-menu button:hover{color:#1baa8e;background:#e1f3ef}.profile-menu button.logout-item{color:#d32f2f!important}.profile-menu button.logout-item:hover{color:#d32f2f!important;background:#fdeded!important}.profile-menu button.logout-item .logout-icon{flex-shrink:0;font-size:16px;line-height:1;color:#d32f2f!important}.topbar-avatar{color:#eafbf6;background:#1baa8e;border:1.5px solid #1baa8e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12.5px;font-weight:800;display:flex;overflow:hidden}.topbar-avatar img{object-fit:cover;width:100%;height:100%}.customer-main{flex:1;min-height:0;overflow:hidden}.customer-page-content{box-sizing:border-box;height:100%;min-height:0;padding:0}.mobile-bottom-nav{display:none}@media (width<=900px){.customer-portal-shell{height:auto;min-height:100vh;overflow:visible}.customer-main,.customer-page-content{height:auto;overflow:visible}.customer-topbar{z-index:1300;padding:0 14px;position:sticky;top:0}.topbar-name,.topbar-links{display:none}.mobile-bottom-nav{z-index:1200;background:#fff;border-top:1px solid #e4e9e5;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #14281e0f}.mobile-nav-item{color:#75817c;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 0 12px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.mobile-nav-item svg{font-size:20px}.mobile-nav-emoji{font-size:18px;line-height:1}.mobile-nav-item.active{color:#1baa8e;background:#e9f3ed}.customer-page-content{padding-bottom:35px}}@media (width<=640px){.customer-topbar{min-height:52px}.topbar-brand{margin-left:6px;font-size:17px}.topbar-brand img{width:110px}}.my-rides{box-sizing:border-box;color:#111827;flex-direction:column;gap:0;width:min(100%,1040px);margin:0 auto;padding:28px 20px 40px;display:flex}.my-rides:before{content:"";z-index:-1;background:#f4f6f9;position:fixed;inset:0}.my-rides__panel{background:#fff;border-radius:12px;padding:26px 30px 36px;box-shadow:0 2px 4px #1018280a,0 4px 16px #10182814}.my-rides__title{color:#111827;padding:0 0 20px;font-size:1.25rem!important;font-weight:700!important}.my-rides__tabs{border-bottom:1px solid #e5e7eb;min-height:50px!important}.my-rides__tabs .MuiTabs-flexContainer{gap:36px}.my-rides__tab{text-transform:none!important;color:#6b7280!important;min-width:0!important;min-height:50px!important;padding:0 0 14px!important;font-size:.95rem!important;font-weight:600!important}.my-rides__tab.Mui-selected{color:#1baa8e!important}.my-rides__tab-indicator{border-radius:2px;background-color:#1baa8e!important;height:2px!important}.my-rides__list{flex-direction:column;gap:12px;padding:30px 0 0;display:flex}.my-rides__empty{text-align:center;padding:24px 0;color:#6b7280!important}.my-rides .MuiTabs-list{align-items:center;gap:38px;display:flex}.my-rides__promo{background-color:#1baa8e14;background-position:100%;background-repeat:no-repeat;background-size:contain;border-radius:12px;align-items:center;min-height:190px;margin-top:40px;display:flex;position:relative;overflow:hidden}.my-rides__promo-content{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#0000;flex-direction:column;gap:6px;max-width:48%;margin:0;padding:20px 26px;display:flex;position:relative}.my-rides__promo-title{color:#1baa8e!important;font-size:1.15rem!important;font-weight:700!important}.my-rides__promo-subtitle{color:#6b7280!important;margin-bottom:8px!important;font-size:.9rem!important}.my-rides__promo-button{align-self:flex-start;color:#1baa8e!important;text-transform:none!important;box-shadow:none!important;background-color:#fff!important;border-radius:8px!important;padding:8px 18px!important;font-weight:600!important}.my-rides__promo-button:hover{background-color:#fff!important;box-shadow:0 2px 6px #00000014!important}.ride-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:18px;padding:20px 16px;display:flex;position:relative}.ride-card__date{text-align:center;background-color:#1baa8e1a;border-radius:10px;flex-shrink:0;width:68px;padding:10px 0}.ride-card__date--completed{background-color:#f7fafc}.ride-card__date--cancelled{background-color:#ef444414}.ride-card__date-month{text-transform:uppercase;color:#1baa8e!important;font-size:.7rem!important;font-weight:700!important}.ride-card__date--completed .ride-card__date-month,.ride-card__date--cancelled .ride-card__date-month{color:#6b7280!important}.ride-card__date-day{color:#111827!important;font-size:1.5rem!important;font-weight:700!important}.ride-card__body{flex-direction:column;flex-grow:1;gap:4px;min-width:0;display:flex}.ride-card__title{color:#111827;font-size:1.05rem!important;font-weight:700!important}.ride-card__row{align-items:center;gap:4px;display:flex}.ride-card__muted{color:#6b7280!important;font-size:.85rem!important}.ride-card__status{white-space:nowrap;border-radius:999px;flex-shrink:0;margin-top:4px;padding:6px 14px;font-size:.8rem;font-weight:600}.ride-card__status--scheduled{color:#1baa8e;background-color:#1baa8e1a}.ride-card__status--completed{color:#6b7280;background-color:#f7fafc}.ride-card__status--cancelled{color:#ef4444;background-color:#ef444414}.ride-card__menu-btn{flex-shrink:0;color:#6b7280!important}@media (width<=560px){.my-rides{padding:16px 12px 28px}.my-rides__panel{padding:18px 14px 22px;box-shadow:0 1px 3px #1018280f,0 2px 10px #1018280f}.my-rides__title{padding-bottom:14px;font-size:1.1rem!important}.my-rides__tabs{min-height:42px!important}.my-rides__tabs .MuiTabs-flexContainer{gap:20px}.my-rides__tab{white-space:nowrap;min-height:42px!important;padding:0 0 10px!important;font-size:.85rem!important}.my-rides__list{gap:10px;padding-top:18px}.ride-card{grid-template-columns:52px 1fr auto;grid-template-areas:"date body menu""date status status";align-items:start;gap:8px 10px;padding:12px;display:grid}.ride-card__date{grid-area:date;width:auto;padding:6px 0}.ride-card__date-day{font-size:1.2rem!important}.ride-card__body{grid-area:body;min-width:0}.ride-card__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.95rem!important}.ride-card__status{grid-area:status;justify-self:start;margin-top:0}.ride-card__menu-btn{grid-area:menu;place-self:start end;margin-top:-4px}.my-rides__promo{background-position:100%;background-size:cover;min-height:190px;margin-top:24px}.my-rides__promo-content{max-width:68%;padding:18px 14px}.my-rides__promo-title{font-size:1rem!important}.my-rides__promo-subtitle{font-size:.8rem!important}.my-rides__promo-button{font-size:.85rem;padding:7px 16px!important}}@media (width<=380px){.my-rides__promo{background-color:#1baa8e14;background-image:none!important}.my-rides__promo-content{max-width:100%}}.ride-map{width:100%;height:100%;position:relative;overflow:hidden}.ride-google-map{width:100%;height:100%}.ride-map-loading{z-index:20;color:#667085;background:#eaf3f8;justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;inset:0}.map-route-card{z-index:10;background:#fffffff5;border-radius:16px;width:280px;max-width:calc(100% - 40px);padding:18px;position:absolute;top:20px;left:20px;box-shadow:0 8px 24px #0000001f}.map-location{align-items:flex-start;gap:10px;display:flex}.map-location-content{flex:1;min-width:0}.map-location-label{color:#667085;margin-bottom:7px;font-size:14px;font-weight:500;display:block}.map-location p{color:#101828;margin:0;font-size:15px;font-weight:500;line-height:1.45}.map-marker{flex-shrink:0;width:10px;height:10px;margin-top:5px;font-size:10px;line-height:10px}.map-marker--pickup{color:#1baa8e}.map-marker--dropoff{color:#ef4444}.map-location-line{border-left:2px dashed #d0d5dd;width:1px;height:32px;margin:4px 0 4px 4px}.map-route-summary{border-top:1px solid #eaecf0;align-items:center;margin-top:18px;padding-top:16px;display:flex}.map-summary-item{flex:1;align-items:center;gap:10px;display:flex}.map-summary-icon{color:#667085;font-size:21px}.map-summary-item small{color:#667085;margin-bottom:2px;font-size:12px;display:block}.map-summary-item strong{color:#1baa8e;font-size:15px;font-weight:600;display:block}.map-summary-divider{background:#eaecf0;width:1px;height:36px;margin:0 14px}.ride-map .gm-bundled-control{margin-right:20px!important}.ride-map .gmnoprint{border-radius:10px}.map-trip-summary{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff7;border-radius:10px;align-items:center;padding:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000024}.map-trip-summary__item{align-items:center;gap:10px;padding:0 14px;display:flex}.map-trip-summary__icon{color:#1baa8e;background:#e6f7f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.map-trip-summary__text{flex-direction:column;gap:2px;display:flex}.map-trip-summary__text span{color:#667085;white-space:nowrap;font-size:12px;font-weight:500}.map-trip-summary__text strong{color:#101828;white-space:nowrap;font-size:14px;font-weight:700}.map-trip-summary__divider{background:#eaecf0;width:1px;height:32px}.gm-style-iw-c{box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important;overflow:visible!important}.gm-style-iw-d{max-height:none!important;overflow:visible!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none!important}.map-location-card{background:#fff;border-radius:12px;flex-direction:column;gap:2px;min-width:160px;max-width:240px;padding:10px 14px;font-family:inherit;display:flex;box-shadow:0 6px 18px #00000029}.map-location-card--fixed{z-index:10;box-sizing:border-box;background:#fff;border-radius:10px;width:260px;max-width:calc(100% - 40px);padding:10px 14px;position:absolute;right:20px;box-shadow:0 4px 14px #0000001f}.map-location-card__address{color:#101828;white-space:normal;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.map-location-card__status{margin-top:2px;font-size:12px;font-weight:600;display:block}.map-location-card--pickup .map-location-card__status{color:#1baa8e}.map-location-card--dropoff .map-location-card__status{color:#f5643c}@media (width<=1100px){.ride-map,.ride-google-map{min-height:600px}.map-route-card{width:270px;top:18px;left:18px}}@media (width<=768px){.ride-map,.ride-google-map{width:100%;height:500px;min-height:500px;display:block}.map-route-card{border-radius:14px;width:calc(100% - 32px);max-width:none;padding:14px;top:16px;left:16px}.map-location-label{font-size:13px}.map-location p{font-size:14px}.map-route-summary{margin-top:14px;padding-top:12px}.map-summary-item{gap:6px}.map-summary-item small{font-size:11px}.map-summary-item strong{font-size:14px}.map-summary-divider{height:30px;margin:0 8px}.ride-map .gm-bundled-control{margin-right:10px!important}}@media (width<=640px){.map-trip-summary{padding:8px 14px;bottom:14px}.map-trip-summary__item{gap:8px;padding:0 10px}.map-trip-summary__icon{width:30px;height:30px;font-size:16px}}@media (width<=480px){.ride-map,.ride-google-map{height:450px;min-height:450px}.map-route-card{width:calc(100% - 24px);padding:12px;top:12px;left:12px}.map-location{gap:8px}.map-location-line{height:24px;margin-left:4px}}@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.ride-selection-page{box-sizing:border-box;background:#fff;width:100%;min-height:100%;padding:10px 40px 40px;overflow-x:hidden}.selection-topbar{justify-content:flex-start;align-items:center;width:100%;margin:0 0 16px;display:flex}.back-link{color:#1baa8e;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.secure-badge{color:#1baa8e;white-space:nowrap;background:#eff9f3;border:1px solid #bfe2d1;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:9px 14px;font-size:12px;font-weight:700;display:inline-flex}.selection-heading{width:100%;margin:0 0 5px}.selection-heading__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:6px;display:flex}.selection-heading h1{color:#17211e;letter-spacing:-.5px;margin:0;font-size:clamp(16px,2vw,20px);font-weight:700}.selection-grid{box-sizing:border-box;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:10px;width:100%;display:grid}.selection-panel{box-sizing:border-box;background:#fff;border:1px solid #e0e7eb;border-radius:14px;min-width:0;padding:10px 20px;box-shadow:0 2px 4px #1018280a,0 4px 16px #10182814}.selection-panel h2{color:#17211e;margin:0 0 16px;font-size:15px;font-weight:700}.panel-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:1px;display:flex}.panel-heading h2{margin-bottom:5px}.fleet-count{color:#1baa8e;white-space:nowrap;font-size:12px;font-weight:700}.trip-summary-map{border:1px solid #e0e7eb;border-radius:12px;height:160px;margin-bottom:16px;overflow:hidden}.trip-summary-map .ride-map,.trip-summary-map .ride-google-map{border-radius:12px;width:100%;height:100%;min-height:0}.trip-location-form{gap:10px;margin-bottom:16px;display:grid}.trip-location-form label{gap:5px;display:grid}.trip-location-form span{color:#75817c;letter-spacing:.5px;text-transform:uppercase;font-size:10px;font-weight:700}.trip-location-form input{color:#17211e;background:#fff;border:1px solid #dfe7e3;border-radius:8px;outline:none;width:100%;min-width:0;padding:10px 12px;font-size:13px}.trip-map{color:#a9c3b7;background:linear-gradient(135deg,#eef4f1,#f7fbf9);border-radius:12px;place-items:center;height:140px;margin-bottom:18px;font-size:36px;display:grid}.route-list{gap:14px;margin:0 0 18px;padding:0;list-style:none;display:grid}.route-list li{align-items:center;gap:14px;display:flex}.route-list div{gap:2px;display:grid}.route-list strong{color:#17211e;font-size:14px;font-weight:700}.route-list small{color:#75817c;font-size:11px}.route-dot{border-radius:50%;flex:0 0 12px;width:12px;height:12px}.route-dot--pickup{background:#fff;border:3px solid #1baa8e}.route-dot--dropoff{background:#ef9b59}.trip-detail-row{border-top:1px solid #e4e9e5;grid-template-columns:repeat(3,1fr);gap:14px;padding:10px 0;display:grid}.trip-detail-row small{color:#75817c;letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.trip-detail-row strong{color:#17211e;font-size:13px;font-weight:700}.fleet-list{gap:10px;display:grid}.fleet-option{cursor:pointer;background:#fff;border:1px solid #e4e9e5;border-radius:10px;grid-template-columns:72px minmax(0,1fr) auto auto;align-items:center;gap:16px;width:100%;padding:14px;transition:border-color .16s,background .16s,transform .16s;display:grid}.fleet-option:hover{border-color:#8ecbb8;transform:translateY(-1px)}.fleet-option--selected{background:#f4faf7;border-color:#1baa8e}.fleet-option-thumb{background:#f3f6f8;border-radius:8px;place-items:center;width:72px;height:48px;display:grid;overflow:hidden}.fleet-option-thumb img{object-fit:contain;width:100%;height:100%}.fleet-option-copy{gap:4px;min-width:0;display:grid}.fleet-option-copy>strong{color:#17211e;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.fleet-option-copy>small{color:#75817c;font-size:11px}.fleet-option-meta{color:#bb7e2f;font-size:11px;font-weight:700}.fleet-option-meta svg{vertical-align:-2px}.fleet-option-meta i{background:#aebbb4;border-radius:50%;width:3px;height:3px;margin:0 7px 2px;display:inline-block}.fleet-option-price{text-align:right;gap:3px;display:grid}.fleet-option-price strong{color:#17211e;white-space:nowrap;font-size:16px}.fleet-option-price small{color:#75817c;font-size:10px}.fleet-radio{color:#0000;border:2px solid #e4e9e5;border-radius:50%;place-items:center;width:24px;height:24px;font-size:24px;display:grid}.fleet-radio--checked{color:#1baa8e;border-color:#1baa8e}.fleet-radio--checked svg{width:100%;height:100%}.selection-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:20px;display:flex}.secure-note{color:#1baa8e;background:#eff9f3;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-size:12px;font-weight:600;display:inline-flex}.continue-button{color:#fff;cursor:pointer;background:#1baa8e;border:0;border-radius:10px;align-items:center;gap:8px;padding:13px 22px;font-size:14px;font-weight:700;transition:opacity .16s;display:inline-flex}.continue-button:disabled{opacity:.5;cursor:not-allowed}.fleet-option-thumb{justify-content:center;align-items:center;display:flex}.fleet-option-thumb-fallback{color:#9aa5a1;width:32px;height:32px}.fleet-load-more-btn{color:#1baa8e;cursor:pointer;background:#fff;border:1px solid #1baa8e;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:130px;margin:14px auto 0;padding:9px 20px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.fleet-load-more-btn:hover:not(:disabled){background:#eff9f3}.fleet-load-more-btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.ride-selection-page{padding:24px 16px 90px}.selection-grid{grid-template-columns:1fr}}@media (width<=560px){.selection-heading__top{flex-wrap:wrap;gap:8px}.selection-panel{padding:18px 16px}.trip-detail-row{grid-template-columns:1fr 1fr}.fleet-option{grid-template-columns:48px minmax(0,1fr) auto}.fleet-option-price{text-align:left;grid-area:2/2}.selection-footer{flex-direction:column;align-items:stretch}.continue-button{justify-content:center}}@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.profile-page{--pf-ink:#17211e;--pf-muted:#75817c;--pf-line:#e4e9e5;--pf-primary:#1baa8e;--pf-primary-dark:#23b99b;--pf-danger:#ef4444;--pf-danger-dark:#dc2626;--pf-surface:#fff;box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:1180px;height:100%;margin:0 auto;padding:28px clamp(16px,3vw,40px) 48px;display:flex;overflow-y:auto}.profile-page .page-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.profile-page .eyebrow{color:var(--pf-primary);letter-spacing:1.2px;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.profile-page .eyebrow.danger{color:var(--pf-danger)}.profile-page h1{color:var(--pf-ink);margin:0 0 4px;font-size:24px;font-weight:700}.profile-page .muted{color:var(--pf-muted);margin:0;font-size:13px}.profile-page .primary-button.page-action{background:var(--pf-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.profile-page .primary-button.page-action:hover:not(:disabled){background:var(--pf-primary-dark)}.profile-page .primary-button.page-action:disabled{opacity:.5;cursor:not-allowed}.profile-page .profile-error{color:#b42318;background:#b4231814;border:1px solid #b4231840;border-radius:8px;margin:0;padding:10px 14px;font-size:12px}.profile-page .panel{background:var(--pf-surface);border:1px solid var(--pf-line);border-radius:16px;padding:24px}.profile-page .panel-heading{margin-bottom:18px}.profile-page .panel-heading h2{color:var(--pf-ink);margin:0;font-size:17px;font-weight:700}.profile-page .avatar-row{border-bottom:1px solid var(--pf-line);align-items:center;gap:16px;margin-bottom:20px;padding-bottom:20px;display:flex}.profile-page .profile-avatar{color:#fff;background:var(--pf-primary);border-radius:50%;flex-shrink:0;place-items:center;width:64px;height:64px;font-size:20px;font-weight:700;display:grid}.profile-page .avatar-actions{flex-wrap:wrap;align-items:center;gap:4px 12px;display:flex}.profile-page .link-button{color:var(--pf-primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.profile-page .link-button:hover:not(:disabled){text-decoration:underline}.profile-page .link-button:disabled{color:var(--pf-muted);cursor:not-allowed}.profile-page .hint{color:var(--pf-muted);flex-basis:100%;margin:0;font-size:12px}.profile-page .password-form-error{grid-column:1/-1;margin:-4px 0 0}.profile-page .profile-form{grid-template-columns:1fr 1fr;gap:18px 20px;display:grid}.profile-page .profile-form label{gap:7px;display:grid}.profile-page .profile-form label span{color:var(--pf-muted);letter-spacing:1px;text-transform:uppercase;font-size:9px;font-weight:700}.profile-page .profile-form input{border:1px solid var(--pf-line);min-width:0;color:var(--pf-ink);font:inherit;border-radius:8px;outline:none;padding:11px 12px;transition:border-color .15s,box-shadow .15s}.profile-page .profile-form input:focus{border-color:var(--pf-primary);box-shadow:0 0 0 3px #1857401f}.profile-page .profile-form-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:16px;display:flex}.profile-page .profile-form-actions .text-button{color:var(--pf-muted);cursor:pointer;background:0 0;border:none;padding:10px 12px;font-size:13px;font-weight:600}.profile-page .profile-form-actions .text-button:hover:not(:disabled){color:var(--pf-ink)}.profile-page .profile-form-actions .primary-button{background:var(--pf-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .15s}.profile-page .profile-form-actions .primary-button:hover:not(:disabled){background:var(--pf-primary-dark)}.profile-page .profile-form-actions .primary-button:disabled{opacity:.6;cursor:not-allowed}.profile-page .profile-form-actions .danger-button{background:var(--pf-danger)}.profile-page .profile-form-actions .danger-button:hover:not(:disabled){background:var(--pf-danger-dark)}.profile-page .details-grid{grid-template-columns:1fr 1fr;gap:20px 24px;display:grid}.profile-page .details-grid small{color:var(--pf-muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.profile-page .details-grid strong{color:var(--pf-ink);font-size:14px}.profile-page .row-item{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-page .row-item small{color:var(--pf-muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:700;display:block}.profile-page .row-item strong{color:var(--pf-ink);letter-spacing:2px;font-size:14px}.profile-page .row-item p{max-width:420px;margin:0}.profile-page .outline-button{border:1px solid var(--pf-line);color:var(--pf-ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:border-color .15s}.profile-page .outline-button:hover{border-color:var(--pf-primary);color:var(--pf-primary)}.profile-page .danger-button{background:var(--pf-danger);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;transition:background .15s}.profile-page .danger-button:hover:not(:disabled){background:var(--pf-danger-dark)}.profile-page .danger-zone{border-color:#ef44444d}.profile-page .confirm-inline{border-top:1px solid #ef444440;margin-top:16px;padding-top:16px}.profile-page .confirm-inline p{color:var(--pf-ink);margin:0 0 12px;font-size:13px}@media (width<=1024px){.profile-page{gap:16px;padding:24px 24px 40px}.profile-page .panel{padding:20px}}@media (width<=768px){.profile-page .page-heading{flex-direction:column;align-items:flex-start;gap:12px}.profile-page .primary-button.page-action{justify-content:center;align-self:stretch}.profile-page .profile-form,.profile-page .details-grid{grid-template-columns:1fr;gap:16px}.profile-page .avatar-row{flex-wrap:wrap}}@media (width<=480px){.profile-page{gap:14px;padding:16px 14px 32px}.profile-page .panel{border-radius:12px;padding:16px}.profile-page h1{font-size:20px}.profile-page .avatar-row,.profile-page .row-item{flex-direction:column;align-items:flex-start;gap:12px}.profile-page .outline-button,.profile-page .danger-button{text-align:center;align-self:stretch}.profile-page .profile-form-actions{flex-direction:column-reverse;align-items:stretch}.profile-page .profile-form-actions .text-button,.profile-page .profile-form-actions .primary-button,.profile-page .profile-form-actions .danger-button{text-align:center;width:100%}}@media (width<=640px){.dashboard-content{padding:32px 16px}}@media (width<=640px){.topbar{padding:0 17px}}.profile-page .profile-details,.profile-page .profile-card{min-width:0}:root{--ink:#17211e;--muted:#75817c;--line:#e4e9e5;--green:#1baa8e;--pale-green:#e9f3ed;--orange:#ef9b59;--cream:#fbf7f0;--topbar-height:50px;--sidebar-width:280px;--collapsed-sidebar-width:80px}*{box-sizing:border-box}html,body,#root{background:#fff;width:100%;min-height:100%;margin:0;padding:0}body{overflow-x:hidden}.muted{color:#75817c;margin:0;font-size:13px}.dashboard-content{max-width:1440px;margin:0 auto;padding:24px clamp(24px,5vw,28px)}@media (width<=640px){.dashboard-content{padding:32px 16px}}.topbar{background:#fff;border-bottom:1px solid #e4e9e5;align-items:center;height:78px;padding:0 clamp(24px,4vw,64px);display:flex}@media (width<=640px){.topbar{padding:0 17px}}.breadcrumbs{color:#9ba6a0;align-items:center;gap:10px;font-size:12px;display:flex}.breadcrumbs svg{font-size:15px}.breadcrumbs strong{color:#17211e}.topbar-actions{align-items:center;gap:19px;margin-left:auto;display:flex}.icon-button i{background:#d98750;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;right:6px}.top-avatar,.avatar{color:#fff;background:#d98c58;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:10px;font-weight:700;display:grid}.top-avatar{width:34px;height:34px}.ride-workspace{background:#fff;width:100%;height:calc(100vh - 60px);padding:0;display:flex;overflow:hidden}.ride-map-wrap{flex:0 0 70%;max-width:70%;height:100%;position:relative;overflow:hidden}.booking-map-wrap{flex:0 0 100%;max-width:100%;height:100%;position:relative;overflow:hidden}.ride-booking{width:100%;height:100%;position:absolute;inset:0}.signin-form{gap:14px;padding-top:4px;display:grid}.signin-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ride-details{width:100%;height:100%;position:absolute;inset:0}.ride-request-sidebar{z-index:10;width:400px;max-width:calc(100% - 40px);position:absolute;top:10px;bottom:10px;left:20px;overflow-y:auto}.ride-request-sidebar .request-panel{background:#fff;border:1px solid #e7ebe8;border-radius:16px;padding:20px 20px 0;box-shadow:0 8px 24px #1018141f}.ride-request-sidebar .request-panel--step2{padding-bottom:20px}.ride-request-sidebar .step-eyebrow{color:#6b7a72;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.ride-request-sidebar .request-heading{color:#10261e;margin:0 0 6px;font-size:26px;font-weight:700}.ride-request-sidebar .request-subtext{color:#6b7a72;margin:0 0 24px;font-size:14px}.ride-request-sidebar .field-group{margin-bottom:12px}.ride-request-sidebar .field-label{color:#4b5a53;margin-bottom:6px;font-size:12px;font-weight:200;display:block}.ride-request-sidebar .field-with-icon{position:relative}.ride-request-sidebar .field-with-icon .MuiOutlinedInput-root{border-radius:10px;padding-right:40px}.ride-request-sidebar .field-with-icon .MuiOutlinedInput-input::placeholder{opacity:1;font-size:12px}.ride-request-sidebar .field-icon{z-index:2;color:#6b7a72;pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.ride-request-sidebar .field-icon--button{cursor:pointer;pointer-events:auto;background:0 0;border:0;align-items:center;padding:4px;display:flex}.ride-request-sidebar .location-fields{width:100%;position:relative}.ride-request-sidebar .location-inputs{flex-direction:column;gap:2px;width:calc(100% - 30px);display:flex}.ride-request-sidebar .location-inputs .field-group{width:100%}.ride-request-sidebar .swap-location-btn{color:#1baa8e;cursor:pointer;z-index:5;background:#fff;border:1px solid #dfe5e2;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:45%;right:-7px;transform:translateY(-50%);box-shadow:0 4px 12px #0000001f}.ride-request-sidebar .swap-location-btn svg{width:18px;height:18px}.ride-request-sidebar .step2-card__link{color:#667085;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;width:fit-content;margin:14px auto 12px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.ride-request-sidebar .step2-card__link:hover{color:#1baa8e;background:#f3faf8;border-radius:8px}.ride-request-sidebar .step2-card__link svg{transform:translate(3px)}.ride-request-sidebar .step-back-btn{color:#667085;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;width:fit-content;margin:14px auto 12px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.ride-request-sidebar .step-back-btn:hover{color:#1baa8e;background:#f3faf8;border-radius:8px}.ride-request-sidebar .detail-row{grid-template-columns:1.5fr 1fr;gap:12px;margin-bottom:12px;display:grid}.ride-request-sidebar .field-group--compact{width:100%;min-width:0;margin-bottom:0}.ride-request-sidebar .field-group--compact .MuiFormControl-root,.ride-request-sidebar .field-group--compact .MuiTextField-root,.ride-request-sidebar .field-group--compact .MuiInputBase-root,.ride-request-sidebar .field-group--compact .MuiPickersInputBase-root,.ride-request-sidebar .field-group--compact .MuiPickersOutlinedInput-root{width:100%!important}.ride-request-sidebar .field-group--compact .MuiOutlinedInput-root,.ride-request-sidebar .field-group--compact .MuiOutlinedInput-root fieldset,.ride-request-sidebar .field-group--compact .MuiOutlinedInput-notchedOutline{border-radius:10px!important}.ride-request-sidebar .field-group--compact .MuiPickersOutlinedInput-root{border-radius:10px!important;overflow:hidden!important}.ride-request-sidebar .field-group--compact .MuiPickersOutlinedInput-notchedOutline{border-radius:10px!important}.ride-request-sidebar .field-group--compact .MuiPickersInputBase-root{border-radius:10px!important;overflow:hidden!important}.ride-request-sidebar .passenger-trip-row{align-items:flex-start;gap:16px;width:100%;margin-bottom:0;display:flex}.ride-request-sidebar .passenger-field{width:100%;margin-bottom:12px}.ride-request-sidebar .trip-type-field{flex:1;min-width:0;margin-bottom:12px}.ride-request-sidebar .trip-type-field .field-label{margin-bottom:4px;display:block}.ride-request-sidebar .triptype-pill-row{flex-wrap:nowrap;align-items:center;gap:6px;display:flex}.ride-request-sidebar .triptype-pill-row .vehicle-pill{white-space:nowrap;height:36px;min-height:36px;padding:4px 14px;line-height:1}.ride-request-sidebar .notes-field{width:100%;margin-bottom:12px}.ride-request-sidebar .vehicle-pill-row{flex-wrap:wrap;gap:8px;display:flex}.ride-request-sidebar .vehicle-pill{color:#3a4841;cursor:pointer;background:#fff;border:1px solid #dde3df;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.ride-request-sidebar .vehicle-pill:hover{border-color:#1baa8e}.ride-request-sidebar .vehicle-pill--active{color:#1baa8e;background:#eaf6ee;border-color:#1baa8e}.ride-request-sidebar .preference-checkbox-row{align-items:center;gap:20px;margin-top:-5px;margin-bottom:8px;display:flex}.ride-request-sidebar .preference-checkbox-row .MuiFormControlLabel-root{margin:0}.ride-request-sidebar .preference-checkbox-row .MuiCheckbox-root{padding:6px}.ride-request-sidebar .find-rides-btn{border-radius:10px;width:100%;padding:5px;font-size:15px;font-weight:600}.ride-request-sidebar .field-error{color:#d32f2f;margin-top:4px;font-size:12px;display:block}.ride-details{background:#fff;border:none;border-radius:0;padding:0;position:absolute;inset:0}.ride-details .ride-map,.ride-details .ride-google-map{border-radius:0;width:100%;height:100%;min-height:0}.ride-right-column{background:#fff;border-left:1px solid #e0e7eb;flex-direction:column;flex:0 0 30%;gap:0;max-width:30%;height:100%;padding:8px;display:flex;overflow:hidden}.upcoming-trip-panel{flex-direction:column;width:100%;height:100%;min-height:0;padding-bottom:0;display:flex;overflow:hidden}.upcoming-trip-card{background:#fff;border-radius:16px;flex-direction:column;flex:auto;min-height:0;margin-bottom:0;padding:5px;display:flex;position:relative;overflow:hidden}.upcoming-trip-card__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.upcoming-trip-card__header h3{color:#10261e;margin:0;font-size:15px;font-weight:700}.upcoming-trip-card__body{gap:12px;margin-bottom:6px;display:flex}.upcoming-trip-card__icon{background:#eaf6ee;border-radius:10px;flex-shrink:0;place-items:center;width:56px;height:38px;display:grid;overflow:hidden}.upcoming-trip-card__icon img{object-fit:cover;border-radius:10px;width:100%;height:100%}.upcoming-trip-card__route{flex:1;min-width:0}.upcoming-trip-card__route-line{color:#10261e;align-items:center;gap:6px;font-size:13px;display:flex}.upcoming-trip-card__route-line strong{text-overflow:ellipsis;white-space:nowrap;max-width:45%;overflow:hidden}.upcoming-trip-card__route-line svg{color:#6b7a72;flex-shrink:0}.upcoming-trip-card__route p{color:#6b7a72;margin:6px 0 0;font-size:12px}.upcoming-trip-card__link{color:#1baa8e;cursor:pointer;background:0 0;border:none;border-radius:8px;align-self:flex-end;width:auto;padding:6px 14px;font-size:13px;font-weight:600}.upcoming-trip-card__link:hover{background:#eaf6ee}.upcoming-trip-card__link__link{color:#1baa8e;cursor:pointer;background:0 0;border:1px solid #1baa8e;border-radius:8px;width:100%;padding:9px;font-size:13px;font-weight:600}.upcoming-trip-list{flex:auto;gap:12px;min-height:0;max-height:min(850px,80vh);padding-right:2px;display:grid;overflow-y:auto}.upcoming-trip-item{cursor:pointer;background:#fbfdfc;border:1px solid #e1ebe5;border-radius:12px;flex-direction:column;padding:10px;transition:box-shadow .15s,transform .15s;display:flex;box-shadow:0 4px 10px #0a0e0a26}.upcoming-trip-item:hover{transform:translateY(-1px);box-shadow:0 10px 28px #1018142e}.upcoming-trip-item .upcoming-trip-card__header{margin-bottom:6px}.upcoming-trip-item h4{color:#1baa8e;margin:0;font-size:13px;font-weight:700}.upcoming-trip-card__empty{color:#6b7a72;text-align:center;margin:0;padding:8px 0;font-size:13px}.badge{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.badge--pending{color:#b06a00;background:#fff4e5}.badge--accepted{color:#1baa8e;background:#eaf6ee}.quote-dialog{width:100%;max-width:480px}.quote-dialog-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.quote-dialog-title h2{color:#17211e;margin:0 0 6px;font-size:20px;font-weight:700}.quote-dialog-subtitle{color:#75817c;margin:0;font-size:13px}.quote-dialog-close{color:#75817c;cursor:pointer;background:0 0;border:0;padding:0;font-size:20px}.quote-details{gap:18px;padding-top:4px;display:grid}.quote-vehicle-card{background:#fafcfb;border:1px solid #e4e9e5;border-radius:12px;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.quote-vehicle-thumb{color:#1baa8e;background:#e9f3ed;border-radius:8px;place-items:center;width:72px;height:52px;font-size:26px;display:grid;overflow:hidden}.quote-vehicle-thumb img{object-fit:contain;width:100%;height:100%}.quote-vehicle-copy{gap:4px;min-width:0;display:grid}.quote-vehicle-copy strong{color:#17211e;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.quote-vehicle-copy small{color:#75817c;font-size:12px}.quote-vehicle-meta{color:#bb7e2f;font-size:11px;font-weight:700}.quote-vehicle-meta svg{vertical-align:-2px}.quote-vehicle-meta i{background:#aebbb4;border-radius:50%;width:3px;height:3px;margin:0 7px 2px;display:inline-block}.quote-vehicle-price{text-align:right;gap:2px;display:grid}.quote-vehicle-price strong{color:#17211e;white-space:nowrap;font-size:18px}.quote-vehicle-price small{color:#75817c;font-size:11px}.quote-trip-grid{border-top:1px solid #e4e9e5;border-bottom:1px solid #e4e9e5;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:16px 0;display:grid}.quote-trip-field{align-items:flex-start;gap:8px;display:flex}.quote-trip-field>svg{color:#1baa8e;flex:none;margin-top:2px;font-size:17px}.quote-trip-field div{gap:3px;min-width:0;display:grid}.quote-trip-field small{color:#75817c;letter-spacing:.4px;text-transform:uppercase;font-size:10px;font-weight:700}.quote-trip-field strong{color:#17211e;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.quote-trip-field span{color:#75817c;font-size:11px}.quote-trip-field--vehicle{padding-bottom:2px}.quote-total-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.quote-total-row small{color:#75817c;letter-spacing:.4px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.quote-total-price{color:#17211e;font-size:22px;font-weight:700;display:block}.quote-total-note{color:#75817c;font-size:11px}.quote-timer{text-align:right;gap:4px;display:grid}.quote-timer span{color:#75817c;font-size:11px}.quote-timer strong{color:#1baa8e;font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.quote-timer strong.quote-timer--danger{color:#d0483e}.current-location-badge{color:var(--color-primary,#1a9c6d);cursor:pointer;background:#1a9c6d14;border:1px solid #1a9c6d33;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.current-location-badge:hover{background:#1a9c6d24}.quote-reject-button{color:#1baa8e!important;background:#fff!important;border:1px solid #1baa8e!important}.quote-accept-button{background:#1baa8e!important}@media (width<=560px){.quote-trip-grid{grid-template-columns:1fr 1fr}.quote-total-row{flex-direction:column}.quote-timer{text-align:left}}.load-more-btn{color:#16a085;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;margin:2px auto -5px;padding:8px 10px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.load-more-btn span{white-space:nowrap}.load-more-btn svg{width:18px;height:18px}.load-more-btn:hover{color:#0f806a}.load-more-btn:disabled{cursor:not-allowed;opacity:.6}@media (width<=900px){.ride-workspace{flex-direction:column;width:100%;height:auto;min-height:calc(100vh - 72px);display:flex;overflow:visible}.ride-map-wrap{flex-direction:column;flex:none;width:100%;max-width:100%;height:auto;min-height:0;display:flex;position:relative;overflow:visible}.ride-request-sidebar{z-index:10;order:1;width:100%;max-width:100%;padding:20px;position:relative;inset:auto;overflow:visible}.ride-request-sidebar .request-panel{box-sizing:border-box;width:100%}.ride-details{z-index:1;order:2;width:100%;height:400px;min-height:400px;padding:0;position:relative;inset:auto;overflow:hidden}.ride-details .ride-map{width:100%;height:100%;min-height:400px;display:block;position:relative}.ride-details .ride-google-map{width:100%;height:100%;min-height:400px;display:block}.ride-right-column{box-sizing:border-box;border-top:1px solid #e0e7eb;border-left:none;order:3;height:calc(100dvh - 72px);min-height:0;padding:12px;overflow:hidden;flex:none!important;width:100%!important;max-width:100%!important;min-height:0!important}.upcoming-trip-panel{width:100%;height:100%;overflow:hidden}.upcoming-trip-list{max-height:none;overflow-y:auto}}@media (width<=640px){.ride-workspace{flex-direction:column;width:100%;height:auto;min-height:100vh;display:flex;overflow:hidden visible}.ride-map-wrap{flex-direction:column;width:100%;max-width:100%;height:auto;min-height:0;display:flex;position:relative;overflow:visible}.ride-request-sidebar{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:16px;position:relative;inset:auto;overflow:visible}.ride-request-sidebar .request-panel{box-sizing:border-box;border-radius:16px;width:100%;padding:16px}.ride-details{z-index:1;background:#eaf3f8;width:100%;height:350px;min-height:350px;margin:0;padding:0;position:relative;inset:auto;overflow:hidden}.ride-details .ride-map{display:block;position:relative;overflow:hidden;width:100%!important;height:350px!important;min-height:350px!important}.ride-details .ride-google-map{display:block;width:100%!important;height:350px!important;min-height:350px!important}.ride-right-column{box-sizing:border-box;border-top:1px solid #e0e7eb;border-left:none;width:100%;max-width:100%;height:calc(100dvh - 72px);padding:12px;position:relative;overflow:hidden;min-height:0!important}.upcoming-trip-panel{box-sizing:border-box;width:100%;height:100%;min-height:0;overflow:hidden}.upcoming-trip-card{box-sizing:border-box;border-radius:16px;width:100%;padding:16px}.upcoming-trip-card>.upcoming-trip-card__header{z-index:4;background:#fff;margin:-16px -16px 14px;padding:16px;position:sticky;top:0}.upcoming-trip-list{flex:auto;width:100%;min-height:0;max-height:none;overflow:hidden auto}.upcoming-trip-item{box-sizing:border-box;width:100%;padding:14px}.load-more-btn{z-index:5;background:#fff;flex:none;margin-top:0;margin-bottom:0;position:relative}.ride-request-sidebar .request-heading{font-size:21px;line-height:1.25}.ride-request-sidebar .request-subtext{margin-bottom:18px;font-size:13px}.ride-request-sidebar .detail-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:8px}.ride-request-sidebar .vehicle-pill-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ride-request-sidebar .vehicle-pill{box-sizing:border-box;justify-content:center;width:100%;padding:10px 8px;font-size:12px}.ride-request-sidebar .find-rides-btn{width:100%;margin-top:20px}}@media (width<=480px){.ride-request-sidebar{padding:10px}.ride-request-sidebar .request-panel{padding:14px}.ride-details{height:320px;min-height:320px}.ride-details .ride-map,.ride-details .ride-google-map{height:320px!important;min-height:320px!important}.ride-right-column{padding:10px}.upcoming-trip-card{padding:14px}}.cancel-button-in-dialog{color:#fff!important;background-color:#f59e0b!important}.cancel-button-in-dialog:hover{background-color:#d97706!important}.yes-button-in-dialog{color:#fff!important;background-color:#22c55e!important}.yes-button-in-dialog:hover{background-color:#16a34a!important}.delete-button-in-dialog{color:#fff!important;background-color:#ef4444!important}.delete-button-in-dialog:hover{background-color:#ef444414!important}.neutral-button-in-dialog{color:#6b7280!important;background-color:#0000!important;border:1px solid #e5e7eb!important}.neutral-button-in-dialog:hover{background-color:#f7fafc!important;border-color:#e5e7eb!important}.outline-success-button-in-dialog{color:#22c55e!important;background-color:#0000!important;border:1.5px solid #22c55e!important}.outline-success-button-in-dialog:hover{background-color:#0080600f!important;border-color:#16a34a!important}.filled-success-button-in-dialog{color:#fff!important;background-color:#22c55e!important}.filled-success-button-in-dialog:hover{background-color:#16a34a!important}.dialog-highlight-card{border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.dialog-detail-label{color:#6b7280!important;font-size:.8rem!important}.dialog-detail-value{font-weight:600!important}:root{--app-font-family:"DM Sans", sans-serif;font-family:var(--app-font-family);color:#1b2421;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fff}*,:before,:after{box-sizing:border-box;font-family:inherit}html,body,#root{font-family:var(--app-font-family)}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.pac-container{z-index:1400;border:none;border-radius:12px;margin-top:6px;font-family:inherit;box-shadow:0 8px 24px #00000026}.pac-item{cursor:pointer;border-top:1px solid #f0f0f0;padding:10px 14px;font-size:14px}.pac-item:hover{background-color:#f5f5f5}.pac-item-query{color:#1a1a1a;font-size:14px;font-weight:600}.pac-matched{color:#1baa8e}.pac-icon{margin-top:6px}.pac-logo:after{margin:4px 6px}
