@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#1a1a1a;background-color:#fff;line-height:1.6}html,body{overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.shake{animation:shake .4s ease-in-out}@media all and (display-mode: standalone){body{overscroll-behavior-y:none}.landing-nav,.navbar,.admin-sidebar,.driver-sidebar{padding-top:env(safe-area-inset-top)}.landing-footer,.install-prompt{padding-bottom:env(safe-area-inset-bottom)}}*{-webkit-overflow-scrolling:touch}@media (max-width: 480px){button,a,input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}.order-card__cancel-btn,.payment-methods__remove-btn,.payment-methods__set-default-btn{min-height:36px;min-width:auto}}.install-prompt{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff;box-shadow:0 -4px 12px #0000001a;z-index:200;animation:slideUp .3s ease}@media (min-width: 1024px){.install-prompt{display:none}}.install-prompt__icon{width:24px;height:24px;color:#f5c518;flex-shrink:0}.install-prompt__text{flex:1;font-size:.875rem;font-weight:500;color:#1a1a1a}.install-prompt__install-btn{padding:.25rem 1.5rem;border:none;border-radius:8px;background:#f5c518;color:#1a1a1a;font-size:.875rem;font-weight:600;white-space:nowrap}.install-prompt__install-btn:hover{background:#e0b115}.install-prompt__dismiss{padding:.25rem;border:none;background:none;color:#737373;font-size:.75rem;white-space:nowrap}.install-prompt__dismiss:hover{color:#1a1a1a}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.version-badge{display:inline-flex;flex-direction:column;align-items:center;gap:1px;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .15s;position:relative}.version-badge:hover{background:#0000000d}.version-badge--light .version-badge__version{color:#737373}.version-badge--light .version-badge__build{color:#525252}.version-badge--light:hover{background:#ffffff1a}.version-badge--dark .version-badge__version{color:#737373}.version-badge--dark .version-badge__build,.version-badge--subtle .version-badge__version{color:#a3a3a3}.version-badge--subtle .version-badge__build{color:#d4d4d4}.version-badge__version{font-size:10px;font-weight:500;letter-spacing:.02em;font-family:monospace}.version-badge__build{font-size:9px;font-weight:400}.version-badge__copied{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;font-size:10px;padding:2px .5rem;border-radius:4px;white-space:nowrap;animation:fadeInOut 1.5s ease}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(4px)}15%{opacity:1;transform:translate(-50%) translateY(0)}85%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-4px)}}.admin-sidebar{width:260px;height:100vh;background:#fff;border-right:1px solid #E5E5E5;display:flex;flex-direction:column;transition:width .3s ease;position:fixed;left:0;top:0;z-index:100}@media (max-width: 767px){.admin-sidebar{position:fixed;z-index:150;transform:translate(-100%);transition:transform .3s ease,width .3s ease;box-shadow:none;width:260px}}.admin-sidebar--collapsed{width:72px}@media (max-width: 767px){.admin-sidebar--mobile-open{transform:translate(0);box-shadow:0 8px 24px #0000001f}}.admin-sidebar__overlay{display:none}@media (max-width: 767px){.admin-sidebar__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:140}}.admin-sidebar__header{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E5E5E5;min-height:72px}.admin-sidebar__brand{display:flex;align-items:center}.admin-sidebar__logo{width:180px;height:auto;padding:.5rem 0;display:block}.admin-sidebar__logo-icon{width:40px;height:40px;object-fit:contain;display:block}.admin-sidebar__toggle{background:none;border:none;padding:.25rem;color:#737373;display:flex;align-items:center;justify-content:center;border-radius:4px}.admin-sidebar__toggle:hover{color:#1a1a1a;background:#f5f5f5}@media (max-width: 767px){.admin-sidebar__toggle{display:none}}.admin-sidebar__close-mobile{display:none;background:none;border:none;color:#737373;padding:.25rem;cursor:pointer}.admin-sidebar__close-mobile:hover{color:#1a1a1a}@media (max-width: 767px){.admin-sidebar__close-mobile{display:flex;align-items:center}}.admin-sidebar__nav{flex:1;display:flex;flex-direction:column;padding:1rem 0;gap:.25rem;overflow-y:auto}.admin-sidebar__link{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;color:#737373;text-decoration:none;border-left:3px solid transparent;transition:all .2s;white-space:nowrap;overflow:hidden}.admin-sidebar__link:hover{background:#f5f5f5;color:#1a1a1a}.admin-sidebar__link--active{background:#fff8dc;color:#1a1a1a;border-left-color:#f5c518;font-weight:600}.admin-sidebar__link-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.admin-sidebar__link-label{opacity:1;transition:opacity .2s}.admin-sidebar--collapsed .admin-sidebar__link{justify-content:center;padding:.5rem;gap:0}.admin-sidebar--collapsed .admin-sidebar__link-label{opacity:0;width:0;overflow:hidden}.admin-sidebar__footer{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;border-top:1px solid #E5E5E5}.admin-sidebar__logout{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;width:100%;background:none;border:none;color:#737373;font-size:1rem;transition:all .2s;white-space:nowrap}.admin-sidebar__logout:hover{color:#dc2626;background:#dc26260d}.admin-sidebar--collapsed .admin-sidebar__logout{justify-content:center;padding:.5rem;gap:0}.admin-sidebar--collapsed .admin-sidebar__logout span{opacity:0;width:0;overflow:hidden}@media (max-width: 767px){.admin-sidebar{display:none}}.bottom-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #E5E5E5;box-shadow:0 -2px 8px #0000000f;z-index:150;padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width: 767px){.bottom-tab-bar{display:flex}}.bottom-tab-bar__tabs{display:flex;width:100%;justify-content:space-around;align-items:center;padding:.25rem 0}.bottom-tab-bar__tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.25rem .5rem;text-decoration:none;color:#a3a3a3;position:relative;flex:1;min-width:0;border:none;background:transparent}.bottom-tab-bar__tab--active{color:#f5c518}.bottom-tab-bar__tab--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:3px;height:3px;border-radius:50%;background:#f5c518}.bottom-tab-bar__tab-icon{width:20px;height:20px;flex-shrink:0}.bottom-tab-bar__tab-label{font-size:10px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.bottom-tab-bar__more{position:relative;flex:1;min-width:0;display:flex}.bottom-tab-bar__more-menu{position:absolute;bottom:100%;right:.5rem;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;border:1px solid #E5E5E5;padding:.25rem 0;min-width:160px;margin-bottom:.25rem}.bottom-tab-bar__more-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#404040;text-decoration:none;font-size:.875rem;white-space:nowrap}.bottom-tab-bar__more-item:hover{background:#fafafa}.bottom-tab-bar__more-item--active{color:#1a1a1a;font-weight:600;background:#fff8dc}.bottom-tab-bar__more-divider{height:1px;background:#e5e5e5;margin:.25rem 0}.bottom-tab-bar__more-logout{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#dc2626;font-size:.875rem;font-weight:500;background:none;border:none;width:100%;text-align:left;cursor:pointer}.bottom-tab-bar__more-logout:hover{background:#dc26260d}.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:999;gap:1.5rem}.loading-screen__logo{width:200px;height:auto;animation:pulse 2s ease-in-out infinite}.loading-screen__message{font-size:1rem;color:#737373;font-weight:500}.loading-screen__dots{display:flex;gap:.25rem}.loading-screen__dot{width:8px;height:8px;border-radius:50%;background:#f5c518;animation:dotBounce 1.4s ease-in-out infinite}.loading-screen__dot:nth-child(1){animation-delay:0s}.loading-screen__dot:nth-child(2){animation-delay:.2s}.loading-screen__dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.85}}@keyframes dotBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.admin-layout{display:flex;min-height:100vh;background:#fafafa;max-width:100%;overflow-x:hidden}.admin-layout__content{flex:1;margin-left:0;padding:1rem;padding-top:60px;transition:margin-left .3s ease;min-height:100vh}@media (min-width: 768px){.admin-layout__content{margin-left:260px;padding:2rem}}@media (min-width: 768px){.admin-layout__content--collapsed{margin-left:72px}}.admin-layout__mobile-header{display:none;align-items:center;justify-content:center;gap:.5rem;position:fixed;top:0;left:0;right:0;height:52px;background:#fff;border-bottom:1px solid #E5E5E5;padding:0 1rem;z-index:130}@media (max-width: 767px){.admin-layout__mobile-header{display:flex}}.admin-layout__mobile-logo{height:28px;width:auto}.admin-layout__mobile-title{font-size:1rem;font-weight:700;color:#1a1a1a}@media (max-width: 767px){.admin-sidebar{display:none}.admin-layout__content{margin-left:0;padding:1rem;padding-top:calc(52px + 1rem);padding-bottom:calc(2rem + 70px)}.admin-layout__content--collapsed{margin-left:0}}.navbar{height:64px;background:#fff;border-bottom:1px solid #E5E5E5;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:fixed;top:0;left:0;right:0;z-index:100}@media (max-width: 767px){.navbar{padding:0 1rem;height:56px}}.navbar__brand{display:flex;align-items:center;cursor:pointer;text-decoration:none;background:none;border:none}.navbar__logo{height:32px;width:auto;cursor:pointer;display:block}@media (max-width: 767px){.navbar__logo{height:28px}}.navbar__links{display:flex;align-items:center;gap:2rem}@media (max-width: 767px){.navbar__links{display:none}}.navbar__link{display:flex;align-items:center;gap:.25rem;padding:.5rem 0;color:#737373;text-decoration:none;font-size:.875rem;font-weight:500;border-bottom:3px solid transparent;transition:all .2s}.navbar__link:hover{color:#1a1a1a}.navbar__link--active{color:#1a1a1a;font-weight:600;border-bottom-color:#f5c518}.navbar__link-icon{width:18px;height:18px}.navbar__hamburger{display:none;background:none;border:none;color:#1a1a1a;padding:.25rem;cursor:pointer}@media (max-width: 767px){.navbar__hamburger{display:flex;align-items:center;justify-content:center}}.navbar__right{display:flex;align-items:center;gap:1rem}@media (max-width: 767px){.navbar__right{display:none;gap:.5rem}}.navbar__notification{background:none;border:none;color:#737373;display:flex;align-items:center;padding:.25rem;border-radius:4px;position:relative}.navbar__notification:hover{color:#1a1a1a;background:#f5f5f5}.navbar__profile-wrapper{position:relative}.navbar__profile-trigger{width:36px;height:36px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;cursor:pointer;border:none;transition:all .2s;padding:0;overflow:hidden}.navbar__profile-trigger:hover{background:#262626}@media (max-width: 767px){.navbar__profile-trigger{width:32px;height:32px;font-size:.75rem}}.navbar__avatar-initials{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}.navbar__avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #E5E5E5}.navbar__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #E5E5E5;border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:180px;padding:.25rem 0;z-index:200;animation:modalFadeIn .15s ease}.navbar__dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#404040;font-size:.875rem;cursor:pointer;transition:all .15s;background:none;border:none;width:100%;text-align:left}.navbar__dropdown-item:hover{background:#fafafa}.navbar__dropdown-item--danger:hover{color:#dc2626;background:#dc26260d}.navbar__dropdown-divider{height:1px;background:#e5e5e5;margin:.25rem 0}.navbar__dropdown-icon{width:16px;height:16px;color:#a3a3a3}.navbar__mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;animation:modalFadeIn .2s ease}.navbar__mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;background:#fff;z-index:201;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow-y:auto}.navbar__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #E5E5E5;min-height:56px;font-size:1rem;font-weight:600;color:#1a1a1a}.navbar__mobile-close{background:none;border:none;color:#737373;padding:.25rem;display:flex;align-items:center}.navbar__mobile-close:hover{color:#1a1a1a}.navbar__mobile-user{padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #E5E5E5}.navbar__mobile-user-avatar{width:40px;height:40px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0;overflow:hidden}.navbar__mobile-user-name{font-size:1rem;font-weight:600;color:#1a1a1a}.navbar__mobile-user-email{font-size:.75rem;color:#737373}.navbar__mobile-nav{display:flex;flex-direction:column;flex:1;padding:1rem 0}.navbar__mobile-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#404040;text-decoration:none;font-size:1rem;font-weight:500;border-bottom:1px solid #F5F5F5;transition:background .15s;background:none;border-top:none;border-left:none;border-right:none;text-align:left;width:100%}.navbar__mobile-link:hover{background:#fafafa}.navbar__mobile-link--active{color:#1a1a1a;font-weight:600;background:#fff8dc}.navbar__mobile-link-icon{width:20px;height:20px;color:#a3a3a3;flex-shrink:0}.navbar__mobile-link--active .navbar__mobile-link-icon{color:#f5c518}.navbar__mobile-divider{height:1px;background:#e5e5e5;margin:.5rem 1.5rem}.navbar__mobile-link--logout{color:#dc2626}.navbar__mobile-link--logout:hover{background:#dc26260d}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.customer-layout{min-height:100vh;background:#fafafa}.customer-layout__content{padding-top:72px;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.customer-layout__content{padding-left:2rem;padding-right:2rem;padding-bottom:2rem;padding-top:80px}}@media (max-width: 768px){.customer-layout__content{padding-top:72px;padding-left:1rem;padding-right:1rem}}@media (max-width: 480px){.customer-layout__content{padding-top:72px;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem}}.driver-sidebar{width:260px;height:100vh;background:#fff;border-right:1px solid #E5E5E5;display:flex;flex-direction:column;transition:width .3s ease;position:fixed;left:0;top:0;z-index:100}@media (max-width: 767px){.driver-sidebar{z-index:150;transform:translate(-100%);transition:transform .3s ease,width .3s ease;box-shadow:none;width:260px}}.driver-sidebar--collapsed{width:72px}@media (max-width: 767px){.driver-sidebar--mobile-open{transform:translate(0);box-shadow:0 8px 24px #0000001f}}.driver-sidebar__overlay{display:none}@media (max-width: 767px){.driver-sidebar__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:140}}.driver-sidebar__header{padding:1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E5E5E5;min-height:60px}@media (min-width: 768px){.driver-sidebar__header{padding:1.5rem;min-height:72px}}.driver-sidebar__brand{display:flex;align-items:center}.driver-sidebar__logo{width:180px;height:auto;padding:.5rem 0;display:block}.driver-sidebar__logo-icon{width:40px;height:40px;object-fit:contain;display:block}.driver-sidebar__toggle{background:none;border:none;padding:.25rem;color:#737373;display:flex;align-items:center;justify-content:center;border-radius:4px}.driver-sidebar__toggle:hover{color:#1a1a1a;background:#f5f5f5}@media (max-width: 767px){.driver-sidebar__toggle{display:none}}.driver-sidebar__close-mobile{display:none;background:none;border:none;color:#737373;padding:.25rem;cursor:pointer}.driver-sidebar__close-mobile:hover{color:#1a1a1a}@media (max-width: 767px){.driver-sidebar__close-mobile{display:flex;align-items:center}}.driver-sidebar__nav{flex:1;display:flex;flex-direction:column;padding:1rem 0;gap:.25rem;overflow-y:auto}.driver-sidebar__link{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;color:#737373;text-decoration:none;border-left:3px solid transparent;transition:all .2s;white-space:nowrap;overflow:hidden;font-size:.875rem}@media (min-width: 768px){.driver-sidebar__link{padding:.5rem 1.5rem}}.driver-sidebar__link:hover{background:#f5f5f5;color:#1a1a1a}.driver-sidebar__link--active{background:#fff8dc;color:#1a1a1a;border-left-color:#f5c518;font-weight:600}.driver-sidebar__link-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.driver-sidebar__link-label{opacity:1;transition:opacity .2s}.driver-sidebar--collapsed .driver-sidebar__link{justify-content:center;padding:.5rem;gap:0}.driver-sidebar--collapsed .driver-sidebar__link-label{opacity:0;width:0;overflow:hidden}.driver-sidebar__footer{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;border-top:1px solid #E5E5E5}.driver-sidebar__logout{display:flex;align-items:center;gap:1rem;padding:.5rem 1.5rem;width:100%;background:none;border:none;color:#737373;font-size:1rem;transition:all .2s;white-space:nowrap}.driver-sidebar__logout:hover{color:#dc2626;background:#dc26260d}.driver-sidebar--collapsed .driver-sidebar__logout{justify-content:center;padding:.5rem;gap:0}.driver-sidebar--collapsed .driver-sidebar__logout span{opacity:0;width:0;overflow:hidden}@media (max-width: 767px){.driver-sidebar{display:none}}.driver-layout{display:flex;min-height:100vh;background:#fafafa;max-width:100%;overflow-x:hidden}.driver-layout__content{flex:1;margin-left:0;padding:1rem;padding-top:60px;transition:margin-left .3s ease;min-height:100vh}@media (min-width: 768px){.driver-layout__content{margin-left:260px;padding:2rem}}@media (min-width: 768px){.driver-layout__content--collapsed{margin-left:72px}}.driver-layout__mobile-header{display:none;align-items:center;justify-content:center;gap:.5rem;position:fixed;top:0;left:0;right:0;height:52px;background:#fff;border-bottom:1px solid #E5E5E5;padding:0 1rem;z-index:130}@media (max-width: 767px){.driver-layout__mobile-header{display:flex}}.driver-layout__mobile-logo{height:28px;width:auto}.driver-layout__mobile-title{font-size:1rem;font-weight:700;color:#1a1a1a}@media (max-width: 767px){.driver-sidebar{display:none}.driver-layout__content{margin-left:0;padding:1rem;padding-top:calc(52px + 1rem);padding-bottom:calc(2rem + 70px)}.driver-layout__content--collapsed{margin-left:0}}.error-toast{position:fixed;top:calc(1.5rem + 60px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #DC2626;border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:.5rem 1.5rem;display:flex;align-items:center;gap:.5rem;z-index:300;animation:slideDown .3s ease;min-width:300px;max-width:500px}.error-toast__icon{color:#dc2626;flex-shrink:0}.error-toast__message{font-size:.875rem;color:#404040;flex:1}.error-toast__close{background:none;border:none;color:#a3a3a3;display:flex;padding:.25rem;cursor:pointer}.error-toast__close:hover{color:#404040}@media (max-width: 480px){.error-toast{left:1rem;right:1rem;transform:none;min-width:auto;max-width:none;top:calc(1.5rem + 52px)}}.status-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-badge--scheduled{background:#e5e5e5;color:#404040}.status-badge--confirmed{background:#dbeafe;color:#1d4ed8}.status-badge--picked_up,.status-badge--weighed{background:#fef3c7;color:#b45309}.status-badge--dropped_at_hub,.status-badge--processing{background:#e0e7ff;color:#4338ca}.status-badge--ready{background:#d1fae5;color:#047857}.status-badge--out_for_delivery{background:#fff8dc;color:#1a1a1a}.status-badge--delivered{background:#d1fae5;color:#047857}.status-badge--cancelled{background:#fee2e2;color:#dc2626}.admin-dash{display:flex;flex-direction:column;gap:1.5rem}.admin-dash__header{display:flex;align-items:flex-start;justify-content:space-between}@media (max-width: 480px){.admin-dash__header{flex-direction:column;gap:.5rem}}.admin-dash__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}@media (min-width: 768px){.admin-dash__title{font-size:1.5rem}}.admin-dash__subtitle{font-size:.875rem;color:#737373}.admin-dash__revenue-cards{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 480px){.admin-dash__revenue-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.admin-dash__revenue-cards{grid-template-columns:repeat(4,1fr);gap:1rem}}.admin-dash__revenue-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem;display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.admin-dash__revenue-card{padding:1.5rem;gap:1rem}}.admin-dash__revenue-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (min-width: 768px){.admin-dash__revenue-icon{width:44px;height:44px}}.admin-dash__revenue-icon--today{background:#f5c5181a;color:#f5c518}.admin-dash__revenue-icon--week{background:#3b82f61a;color:#3b82f6}.admin-dash__revenue-icon--month{background:#10b9811a;color:#10b981}.admin-dash__revenue-icon--alltime{background:#f5f5f5;color:#1a1a1a}.admin-dash__revenue-info{display:flex;flex-direction:column}.admin-dash__revenue-label{font-size:.75rem;color:#737373;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.admin-dash__revenue-amount{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1.1}@media (min-width: 768px){.admin-dash__revenue-amount{font-size:1.5rem}}.admin-dash__revenue-subtext{font-size:.75rem;color:#a3a3a3}.admin-dash__quick-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem}@media (min-width: 768px){.admin-dash__quick-stats{display:flex;gap:.5rem;flex-wrap:wrap}}.admin-dash__quick-stat{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;border-left:3px solid #D4D4D4}@media (min-width: 768px){.admin-dash__quick-stat{padding:.5rem 1rem}}.admin-dash__quick-stat--orders{border-left-color:#f5c518}.admin-dash__quick-stat--customers{border-left-color:#10b981}.admin-dash__quick-stat--drivers{border-left-color:#3b82f6}.admin-dash__quick-stat--avg-order,.admin-dash__quick-stat--avg-weight{border-left-color:#a3a3a3}.admin-dash__quick-stat--failed{border-left-color:#dc2626}.admin-dash__quick-stat--failed-highlight{background:#dc26260d}.admin-dash__quick-stat-value{font-size:1rem;font-weight:700;color:#1a1a1a}.admin-dash__quick-stat-label{font-size:.75rem;color:#737373}.admin-dash__charts-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 1024px){.admin-dash__charts-row{grid-template-columns:2fr 1fr}}.admin-dash__chart-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem}@media (min-width: 768px){.admin-dash__chart-card{padding:1.5rem}}.admin-dash__chart-header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}@media (min-width: 480px){.admin-dash__chart-header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-dash__chart-title{font-size:1rem;font-weight:700;color:#1a1a1a}.admin-dash__chart-toggle{display:flex;border-radius:8px;overflow:hidden;border:1px solid #E5E5E5}.admin-dash__chart-toggle-btn{padding:.25rem 1rem;border:none;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s}.admin-dash__chart-toggle-btn--active{background:#1a1a1a;color:#fff}.admin-dash__chart-toggle-btn--inactive{background:#fff;color:#525252}.admin-dash__chart-toggle-btn--inactive:hover{background:#f5f5f5}.admin-dash__chart-container{width:100%;height:220px}@media (min-width: 768px){.admin-dash__chart-container{height:280px}}.admin-dash__chart-container--small{height:160px}@media (min-width: 768px){.admin-dash__chart-container--small{height:200px}}.admin-dash__status-chart-wrap{position:relative}.admin-dash__donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.admin-dash__donut-total{font-size:1.5rem;font-weight:700;color:#1a1a1a}.admin-dash__donut-label{font-size:.75rem;color:#737373}.admin-dash__donut-legend{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:1rem}.admin-dash__donut-legend-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#525252}@media (max-width: 768px){.admin-dash__revenue-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.admin-dash__revenue-cards,.admin-dash__quick-stats,.admin-dashboard__stats,.admin-dash__charts-row,.admin-dashboard__charts{grid-template-columns:1fr}.admin-dash__title,.admin-dashboard__title{font-size:1.25rem}}.admin-dash__donut-legend-dot{width:8px;height:8px;border-radius:50%}.admin-dash__payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:.25rem}@media (min-width: 768px){.admin-dash__payment-grid{gap:.5rem}}.admin-dash__payment-item{display:flex;flex-direction:column;gap:2px;padding:.5rem;border-radius:4px;background:#fafafa}.admin-dash__payment-count{font-size:1.25rem;font-weight:700}.admin-dash__payment-count--charged{color:#16a34a}.admin-dash__payment-count--pending{color:#737373}.admin-dash__payment-count--failed{color:#dc2626}.admin-dash__payment-count--refunded{color:#525252}.admin-dash__payment-label{font-size:.75rem;color:#737373}.admin-dash__payment-warning{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:#dc26260d;border-radius:4px;font-size:.75rem;color:#dc2626;font-weight:500;margin-top:.5rem}.admin-dash__payment-refund-total{font-size:.75rem;color:#737373;margin-top:.5rem;text-align:right}.admin-dash__bottom-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 1024px){.admin-dash__bottom-row{grid-template-columns:1fr 1fr}}.admin-dash__table-wrapper,.admin-dash__top-customers,.admin-dash__drivers{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-dash__table,.admin-dash__driver-table{width:100%;border-collapse:collapse;min-width:400px}.admin-dash__table-th{padding:.25rem .5rem;text-align:left;font-size:.75rem;font-weight:600;color:#737373;text-transform:uppercase;border-bottom:1px solid #E5E5E5}.admin-dash__table-td{padding:.25rem .5rem;font-size:.875rem;color:#404040;border-bottom:1px solid #F5F5F5}.admin-dash__rank{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.admin-dash__rank--gold{background:#f5c518;color:#1a1a1a}.admin-dash__rank--silver{background:#d4d4d4;color:#1a1a1a}.admin-dash__rank--bronze{background:#cd7f32;color:#fff}.admin-dash__rank--default{background:#f5f5f5;color:#525252}.admin-dash__customer-name,.admin-dash__driver-name{font-weight:500;color:#1a1a1a}.admin-dash__customer-email{font-size:.75rem;color:#737373}.admin-dash__spent,.admin-dash__driver-earnings{font-weight:700;color:#1a1a1a}.admin-dash__driver-stat{font-weight:500}.admin-dash__driver-chart{width:100%;height:160px;margin-bottom:1rem}@media (min-width: 768px){.admin-dash__driver-chart{height:200px}}.admin-dash__loading{padding:3rem;text-align:center;color:#737373}.admin-dash__empty{padding:1.5rem;text-align:center;color:#a3a3a3;font-size:.875rem}.admin-dash__error-state{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d}.admin-dash__retry-btn{border:none;border-radius:8px;background:#1a1a1a;color:#fff;padding:.25rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer}.admin-dash__retry-btn:hover{background:#404040}.admin-dash__tooltip{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:.5rem;box-shadow:0 1px 2px #0000000d}.admin-dash__tooltip-title{font-size:.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.admin-dash__tooltip-row{font-size:.75rem;color:#525252}.date-input{display:flex;flex-direction:column;gap:.25rem;width:100%}.date-input__label{font-size:.875rem;font-weight:600;color:#404040}.date-input__selects{display:flex;gap:.5rem}.date-input__select{flex:1;padding:.5rem 1rem;border:1px solid #D4D4D4;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:12px}.date-input__select:focus{border-color:#f5c518}.date-input__select--error{border-color:#dc2626}.date-input__select--error:focus{border-color:#dc2626}.date-input__select--placeholder{color:#a3a3a3}.date-input__error{font-size:.75rem;color:#dc2626;min-height:1rem}@media (max-width: 480px){.date-input__select{min-height:44px;font-size:16px}}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;animation:modalFadeIn .2s ease}.modal__container{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;width:95%;display:flex;flex-direction:column;max-height:85vh;margin:1rem;animation:modalSlideIn .2s ease}@media (min-width: 768px){.modal__container{width:90%;max-height:90vh;margin:0}}.modal__container--sm{max-width:95%}@media (min-width: 480px){.modal__container--sm{max-width:400px}}.modal__container--md{max-width:95%}@media (min-width: 768px){.modal__container--md{max-width:560px}}.modal__container--lg{max-width:95%}@media (min-width: 1024px){.modal__container--lg{max-width:720px}}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #E5E5E5}@media (min-width: 768px){.modal__header{padding:1.5rem 2rem}}.modal__title{font-size:1.125rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.modal__title{font-size:1.25rem}}.modal__close{background:none;border:none;color:#a3a3a3;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:4px}.modal__close:hover{color:#1a1a1a;background:#f5f5f5}.modal__body{padding:1rem;overflow-y:auto}@media (min-width: 768px){.modal__body{padding:2rem}}@media (max-width: 480px){.modal__container{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0;animation:none;margin:0}.modal__container--sm,.modal__container--md,.modal__container--lg{max-width:100%}.modal__header{padding:1rem 1.5rem;position:sticky;top:0;background:#fff;z-index:1;border-bottom:1px solid #E5E5E5}.modal__body{padding:1.5rem;flex:1;overflow-y:auto}.modal__title{font-size:1.125rem}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.select-input{display:flex;flex-direction:column;gap:.25rem;width:100%}.select-input__label{font-size:.875rem;font-weight:600;color:#404040}.select-input__field{width:100%;padding:.5rem 1rem;border:1px solid #D4D4D4;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:12px}.select-input__field:focus{border-color:#f5c518}.select-input__field--error{border-color:#dc2626}.select-input__field--error:focus{border-color:#dc2626}.select-input__field--placeholder{color:#a3a3a3}.select-input__error{font-size:.75rem;color:#dc2626;min-height:1rem}@media (max-width: 480px){.select-input__field{min-height:44px;font-size:16px}}.text-input{display:flex;flex-direction:column;gap:.25rem;width:100%}.text-input__label{font-size:.875rem;font-weight:600;color:#404040}.text-input__field-wrapper{position:relative;display:flex;align-items:center}.text-input__field{width:100%;padding:.5rem 1rem;border:1px solid #D4D4D4;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .2s;outline:none}.text-input__field:focus{border-color:#f5c518}.text-input__field::placeholder{color:#a3a3a3}.text-input__field--error{border-color:#dc2626}.text-input__field--error:focus{border-color:#dc2626}.text-input__toggle{position:absolute;right:.5rem;background:none;border:none;color:#737373;font-size:.875rem;font-weight:500;padding:.25rem}.text-input__toggle:hover{color:#1a1a1a}.text-input__error{font-size:.75rem;color:#dc2626;min-height:1rem}@media (max-width: 480px){.text-input__field{min-height:44px;font-size:16px}}.create-user-modal__section{margin-bottom:1.5rem}.create-user-modal__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:1px solid #E5E5E5}.create-user-modal__row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.create-user-modal__row{flex-direction:row}}.create-user-modal__col{flex:1}.create-user-modal__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem}.create-user-modal__footer{display:flex;flex-direction:column-reverse;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}@media (min-width: 768px){.create-user-modal__footer{flex-direction:row;justify-content:flex-end}}.create-user-modal__btn--cancel{display:flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;width:100%;text-align:center}@media (min-width: 768px){.create-user-modal__btn--cancel{width:auto}}.create-user-modal__btn--cancel:hover{background:#d4d4d4}.create-user-modal__btn--submit{display:flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;width:100%;text-align:center}@media (min-width: 768px){.create-user-modal__btn--submit{width:auto}}.create-user-modal__btn--submit:hover{background:#e0b115}.create-user-modal__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.create-user-modal__row{flex-direction:column}.create-user-modal__col{width:100%}.create-user-modal__footer{flex-direction:column}.create-user-modal__btn--cancel,.create-user-modal__btn--submit{width:100%}}.driver-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem;cursor:pointer;transition:all .2s;border:1px solid #E5E5E5;display:flex;flex-direction:column;gap:.5rem;position:relative}@media (min-width: 768px){.driver-card{padding:1.5rem}}.driver-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#f5c518}.driver-card--inactive{opacity:.7}.driver-card--inactive:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#e5e5e54d;border-radius:8px;pointer-events:none}.driver-card__header{display:flex;align-items:center;justify-content:space-between}.driver-card__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}@media (min-width: 768px){.driver-card__avatar{width:48px;height:48px;font-size:1rem}}.driver-card__avatar-img{width:100%;height:100%;object-fit:cover}.driver-card__avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#f5c518}.driver-card__toggle{flex-shrink:0;width:40px;height:22px;border-radius:11px;border:none;cursor:pointer;position:relative;transition:background .2s}.driver-card__toggle--active{background:#16a34a}.driver-card__toggle--inactive{background:#d4d4d4}.driver-card__toggle-knob{position:absolute;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 2px #0000000d}.driver-card__toggle--active .driver-card__toggle-knob{left:20px}.driver-card__toggle--inactive .driver-card__toggle-knob{left:2px}.driver-card__name{font-size:1rem;font-weight:600;color:#1a1a1a;line-height:1.3}@media (min-width: 768px){.driver-card__name{font-size:1.125rem}}.driver-card__badge{display:inline-block;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#f5c518;color:#1a1a1a;margin-top:.25rem}.driver-card__contact{display:flex;flex-direction:column;gap:2px}.driver-card__contact-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#525252;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.driver-card__contact-item{font-size:.875rem}}.driver-card__contact-icon{flex-shrink:0;color:#a3a3a3}.driver-card__vehicle{font-size:.875rem;color:#404040;line-height:1.4}.driver-card__vehicle-detail,.driver-card__license{font-size:.75rem;color:#737373}.driver-card__license--expiring{color:#dc2626;font-weight:600}.driver-detail__profile{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5;margin-bottom:1.5rem}.driver-detail__avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.driver-detail__avatar-img{width:100%;height:100%;object-fit:cover}.driver-detail__avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#f5c518}.driver-detail__profile-info{flex:1;display:flex;flex-direction:column;gap:2px}.driver-detail__profile-name{font-size:1.25rem;font-weight:700;color:#1a1a1a}.driver-detail__profile-email,.driver-detail__profile-phone{font-size:.875rem;color:#737373}.driver-detail__profile-actions{display:flex;align-items:center;gap:.5rem}.driver-detail__toggle{width:40px;height:22px;border-radius:11px;border:none;cursor:pointer;position:relative;transition:background .2s}.driver-detail__toggle--active{background:#16a34a}.driver-detail__toggle--inactive{background:#d4d4d4}.driver-detail__toggle-knob{position:absolute;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 2px #0000000d}.driver-detail__toggle--active .driver-detail__toggle-knob{left:20px}.driver-detail__toggle--inactive .driver-detail__toggle-knob{left:2px}.driver-detail__edit-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f5f5;color:#404040;border:none;border-radius:4px;font-size:.875rem;font-weight:500}.driver-detail__edit-btn:hover{background:#e5e5e5;color:#1a1a1a}.driver-detail__section{margin-bottom:1.5rem}.driver-detail__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #F5F5F5}.driver-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.driver-detail__field{display:flex;flex-direction:column;gap:2px}.driver-detail__field-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.driver-detail__field-value{font-size:.875rem;color:#404040}.driver-detail__field-value--danger{color:#dc2626;font-weight:600}.driver-detail__field-value--success{color:#16a34a;font-weight:600}.driver-detail__link{color:#e0b115;font-weight:500;text-decoration:underline}.driver-detail__link:hover{color:#1a1a1a}.driver-detail__address{font-size:.875rem;color:#404040;line-height:1.5}@media (max-width: 768px){.driver-detail__profile{flex-direction:column;align-items:flex-start}.driver-detail__profile-actions{width:100%;justify-content:space-between}.driver-detail__grid{grid-template-columns:1fr}}.pagination{display:flex;align-items:center;justify-content:center;gap:2px;flex-wrap:wrap;margin-top:1.5rem}@media (min-width: 768px){.pagination{gap:.25rem}}.pagination__btn{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #E5E5E5;border-radius:8px;background:#fff;color:#404040;font-size:.75rem;font-weight:500;transition:all .15s}@media (min-width: 768px){.pagination__btn{min-width:36px;height:36px;font-size:.875rem}}.pagination__btn:hover:not(:disabled){background:#f5f5f5}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn--active{background:#f5c518;color:#1a1a1a;border-color:#f5c518;font-weight:600}.pagination__btn--active:hover{background:#e0b115}.pagination__ellipsis{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#a3a3a3;font-size:.875rem}.pagination__nav{font-size:.75rem;padding:0 .25rem}@media (min-width: 768px){.pagination__nav{font-size:.875rem;padding:0 .5rem}}@media (max-width: 480px){.pagination{gap:2px;flex-wrap:wrap;justify-content:center}.pagination__btn{min-width:32px;height:32px;font-size:.75rem}.pagination__nav{font-size:.75rem}}.admin-drivers{display:flex;flex-direction:column;gap:1.5rem}.admin-drivers__header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (min-width: 768px){.admin-drivers__header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-drivers__title-group{display:flex;align-items:baseline;gap:.5rem}.admin-drivers__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.admin-drivers__title{font-size:1.5rem}}.admin-drivers__count{font-size:.875rem;color:#737373;font-weight:500}.admin-drivers__add-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;justify-content:center}@media (min-width: 768px){.admin-drivers__add-btn{width:auto}}.admin-drivers__add-btn:hover{background:#e0b115}.admin-drivers__filters{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.admin-drivers__filters{flex-direction:row;gap:1rem;width:auto}}.admin-drivers__search{max-width:100%}@media (min-width: 768px){.admin-drivers__search{max-width:400px;flex:2}}.admin-drivers__status-filter{max-width:100%}@media (min-width: 768px){.admin-drivers__status-filter{max-width:200px;flex:1}}.admin-drivers__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.admin-drivers__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.admin-drivers__grid{grid-template-columns:repeat(3,1fr)}}.admin-drivers__loading{padding:3rem;text-align:center;color:#737373}.admin-drivers__empty{padding:3rem;text-align:center;color:#737373;font-size:1rem}@media (max-width: 768px){.admin-drivers__header{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-drivers__add-btn{width:100%;justify-content:center}.admin-drivers__filters{flex-direction:column}.admin-drivers__search,.admin-drivers__status-filter{max-width:100%;width:100%;flex:none}.admin-drivers__grid{grid-template-columns:1fr}}.success-toast{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);background:#fff;border:1px solid #16A34A;border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:.5rem 1.5rem;display:flex;align-items:center;gap:.5rem;z-index:300;animation:slideDown .3s ease;min-width:300px;max-width:500px}.success-toast__icon{color:#16a34a;flex-shrink:0}.success-toast__message{font-size:.875rem;color:#404040;flex:1}.success-toast__close{background:none;border:none;color:#a3a3a3;display:flex;padding:.25rem;cursor:pointer}.success-toast__close:hover{color:#404040}@media (max-width: 480px){.success-toast{left:1rem;right:1rem;transform:none;min-width:auto;max-width:none}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.admin-doc-review{display:flex;flex-direction:column;gap:1.5rem}.admin-doc-review__header{display:flex;align-items:center;gap:1rem}.admin-doc-review__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.admin-doc-review__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:#f5c518;color:#1a1a1a;font-size:.75rem;font-weight:700;padding:0 .25rem}.admin-doc-review__loading{padding:3rem;text-align:center;color:#737373}.admin-doc-review__list{display:flex;flex-direction:column;gap:.5rem}.admin-doc-review__driver-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #E5E5E5;border-radius:8px;cursor:pointer;transition:border-color .15s;text-align:left}.admin-doc-review__driver-card:hover{border-color:#f5c518}@media (max-width: 480px){.admin-doc-review__driver-card{flex-direction:column;align-items:flex-start}}.admin-doc-review__driver-card--active{border-color:#f5c518;background:#fff8dc}.admin-doc-review__driver-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.admin-doc-review__driver-initials{width:48px;height:48px;border-radius:50%;background:#f5c518;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.admin-doc-review__driver-info{flex:1}.admin-doc-review__driver-name{font-size:1rem;font-weight:600;color:#1a1a1a}.admin-doc-review__driver-email{font-size:.75rem;color:#737373}.admin-doc-review__driver-summary{font-size:.75rem;color:#737373;display:flex;gap:.5rem;flex-wrap:wrap}.admin-doc-review__detail{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1.5rem}.admin-doc-review__driver-detail-header{display:flex;flex-direction:column;gap:2px}.admin-doc-review__driver-detail-title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.admin-doc-review__driver-detail-email{font-size:.875rem;color:#737373}.admin-doc-review__docs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}@media (max-width: 480px){.admin-doc-review__docs-grid{grid-template-columns:1fr}}.admin-doc-review__doc{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #E5E5E5;border-radius:8px}.admin-doc-review__doc-label{font-size:.875rem;font-weight:600;color:#1a1a1a}.admin-doc-review__doc-thumb{width:100%;max-height:160px;object-fit:cover;border-radius:4px;border:1px solid #E5E5E5;cursor:pointer}.admin-doc-review__doc-thumb:hover{border-color:#f5c518}.admin-doc-review__doc-empty{height:100px;display:flex;align-items:center;justify-content:center;gap:.25rem;background:#fafafa;border-radius:4px;color:#a3a3a3;font-size:.875rem}.admin-doc-review__doc-status{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;align-self:flex-start}.admin-doc-review__doc-status--pending{background:#fff8dc;color:#b45309}.admin-doc-review__doc-status--approved{background:#16a34a1a;color:#16a34a}.admin-doc-review__doc-status--rejected{background:#dc26261a;color:#dc2626}.admin-doc-review__doc-rejection{font-size:.75rem;color:#dc2626;font-style:italic}.admin-doc-review__doc-actions{display:flex;gap:.5rem}.admin-doc-review__approve-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem .5rem;background:#16a34a;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer}.admin-doc-review__approve-btn:hover{background:#107636}.admin-doc-review__approve-btn:disabled{opacity:.6;cursor:not-allowed}.admin-doc-review__reject-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem .5rem;background:#dc26261a;color:#dc2626;border:1px solid #DC2626;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer}.admin-doc-review__reject-btn:hover{background:#dc262626}.admin-doc-review__reject-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.admin-doc-review__reject-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-doc-review__reject-cancel{padding:.25rem 1rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer}.admin-doc-review__reject-cancel:hover{background:#d4d4d4}.admin-doc-review__reject-submit{padding:.25rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;align-self:flex-end}.admin-doc-review__reject-submit:hover{background:#b21d1d}.admin-doc-review__reject-submit:disabled{opacity:.6}.admin-doc-review__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.admin-doc-review__empty-icon{color:#16a34a}.admin-doc-review__empty-text{font-size:1rem;color:#737373}.admin-order-detail__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:.5rem}.admin-order-detail__header-badges{display:flex;align-items:center;gap:.5rem}.admin-order-detail__order-id{font-size:.75rem;color:#a3a3a3}.admin-order-detail__copy-row{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#a3a3a3}.admin-order-detail__copy-btn{background:none;border:none;color:#a3a3a3;padding:2px;cursor:pointer;display:flex;align-items:center}.admin-order-detail__copy-btn:hover{color:#1a1a1a}.admin-order-detail__copied{color:#16a34a;font-weight:600}.admin-order-detail__section{margin-bottom:1.5rem}.admin-order-detail__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #F5F5F5}.admin-order-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.admin-order-detail__field{display:flex;flex-direction:column;gap:2px}.admin-order-detail__field-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.admin-order-detail__field-value{font-size:.875rem;color:#404040}.admin-order-detail__field-value--pending{color:#a3a3a3;font-style:italic}.admin-order-detail__payment{background:#fafafa;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.admin-order-detail__payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.admin-order-detail__payment-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.admin-order-detail__payment-badge--pending{background:#e5e5e5;color:#525252}.admin-order-detail__payment-badge--charged{background:#16a34a1a;color:#16a34a}.admin-order-detail__payment-badge--refunded{background:#e5e5e5;color:#525252}.admin-order-detail__payment-badge--partially_refunded{background:#fef3c7;color:#b45309}.admin-order-detail__payment-badge--failed{background:#dc26261a;color:#dc2626}.admin-order-detail__payment-error{color:#dc2626;font-size:.875rem;font-style:italic;margin-top:.25rem}.admin-order-detail__invoice-link{display:inline-flex;align-items:center;gap:.25rem;color:#e0b115;font-size:.875rem;text-decoration:none}.admin-order-detail__invoice-link:hover{color:#1a1a1a;text-decoration:underline}.admin-order-detail__instructions{background:#fafafa;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;color:#525252;font-style:italic}.admin-order-detail__timeline{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem;padding-left:.5rem}.admin-order-detail__timeline-item{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.admin-order-detail__timeline-item:last-child{padding-bottom:0}.admin-order-detail__timeline-marker{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.admin-order-detail__timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.admin-order-detail__timeline-dot--completed{background:#f5c518}.admin-order-detail__timeline-dot--current{background:#f5c518;box-shadow:0 0 0 4px #f5c5184d;animation:pulse 2s infinite}.admin-order-detail__timeline-dot--future{background:#d4d4d4}.admin-order-detail__timeline-dot--cancelled{background:#dc2626}.admin-order-detail__timeline-line{width:2px;flex:1;margin-top:2px}.admin-order-detail__timeline-line--completed{background:#f5c518}.admin-order-detail__timeline-line--future{width:0;border-left:2px dashed #E5E5E5}.admin-order-detail__timeline-content{flex:1}.admin-order-detail__timeline-status{font-size:.875rem;font-weight:600;color:#1a1a1a}.admin-order-detail__timeline-status--cancelled{color:#dc2626}.admin-order-detail__timeline-time{font-size:.75rem;color:#737373}.admin-order-detail__timeline-note{font-size:.75rem;color:#737373;font-style:italic;margin-top:2px}.admin-order-detail__cancellation{background:#fee2e2;border:1px solid rgba(220,38,38,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.admin-order-detail__cancellation-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem;gap:.5rem}.admin-order-detail__cancellation-row:last-child{margin-bottom:0}.admin-order-detail__cancellation-label{color:#525252}.admin-order-detail__cancellation-value{color:#dc2626;font-weight:500;text-align:right}.admin-order-detail__footer{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #E5E5E5}.admin-order-detail__btn--close{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600}.admin-order-detail__btn--close:hover{background:#d4d4d4}@media (max-width: 480px){.admin-order-detail__payment-grid{grid-template-columns:1fr}.admin-order-detail__footer{flex-direction:column}[class*=admin-order-detail__grid]{grid-template-columns:1fr}}@media (max-width: 768px){.admin-order-detail__grid,.admin-order-detail__payment-grid{grid-template-columns:1fr}.admin-order-detail__header{flex-direction:column;align-items:flex-start}}.admin-order-table{width:100%;border-collapse:collapse;min-width:100%}.admin-order-table__head{background:#fafafa}.admin-order-table__th{padding:.25rem .5rem;text-align:left;font-size:10px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:2px solid #E5E5E5}@media (min-width: 768px){.admin-order-table__th{padding:.5rem 1rem;font-size:.75rem}}.admin-order-table__row{border-bottom:1px solid #F5F5F5;transition:background .15s}.admin-order-table__row:hover{background:#fafafa}.admin-order-table__td{padding:.25rem .5rem;font-size:.75rem;color:#404040;vertical-align:middle;white-space:nowrap}@media (min-width: 768px){.admin-order-table__td{padding:.5rem 1rem;font-size:.875rem}}.admin-order-table__order-id{font-family:monospace;font-size:.75rem;color:#737373}.admin-order-table__customer-name{font-weight:500;color:#1a1a1a}.admin-order-table__weight{font-weight:500}.admin-order-table__weight--pending{color:#a3a3a3;font-style:italic}.admin-order-table__total{font-weight:700;color:#1a1a1a}.admin-order-table__total--pending{color:#a3a3a3;font-weight:400;font-style:italic}.admin-order-table__payment-badge{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.admin-order-table__payment-badge--pending{background:#e5e5e5;color:#525252}.admin-order-table__payment-badge--charged{background:#16a34a1a;color:#16a34a}.admin-order-table__payment-badge--refunded{background:#e5e5e5;color:#525252}.admin-order-table__payment-badge--partially_refunded{background:#fef3c7;color:#b45309}.admin-order-table__payment-badge--failed{background:#dc26261a;color:#dc2626}.admin-order-table__actions{display:flex;gap:2px}@media (min-width: 768px){.admin-order-table__actions{gap:.25rem}}.admin-order-table__action-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#e5e5e5;border:none;border-radius:4px;color:#525252;cursor:pointer;transition:all .15s}@media (min-width: 768px){.admin-order-table__action-btn{width:28px;height:28px}}.admin-order-table__action-btn:hover{background:#d4d4d4;color:#1a1a1a}.admin-order-table__action-btn--charge:hover{background:#fff8dc;color:#1a1a1a}.admin-order-table__action-btn--refund:hover{background:#dc26261a;color:#dc2626}.admin-order-table__loading,.admin-order-table__empty{padding:3rem;text-align:center;color:#737373}.admin-order-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid #E5E5E5}@media (max-width: 768px){.admin-order-table{min-width:900px}}@media (max-width: 480px){.admin-order-table__th,.admin-order-table__td{padding:.25rem .5rem;font-size:.75rem}.admin-order-table__actions{gap:2px}.admin-order-table__action-btn{width:24px;height:24px}}.assign-driver__content{display:flex;flex-direction:column;gap:1rem}.assign-driver__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}.assign-driver__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.assign-driver__btn--cancel:hover{background:#d4d4d4}.assign-driver__btn--submit{padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.assign-driver__btn--submit:hover{background:#e0b115}.assign-driver__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.assign-driver__footer{flex-direction:column}.assign-driver__btn--cancel,.assign-driver__btn--submit{width:100%}}.charge-order__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.charge-order__icon{color:#f5c518}.charge-order__message{font-size:1rem;color:#1a1a1a}.charge-order__message strong{font-weight:600}.charge-order__summary{width:100%;background:#fafafa;border-radius:4px;padding:.5rem 1rem}.charge-order__summary-row{display:flex;justify-content:space-between;font-size:.875rem;color:#525252;padding:2px 0}.charge-order__amount{font-size:1.25rem;font-weight:700;color:#1a1a1a}.charge-order__previous-error{font-size:.75rem;color:#dc2626;font-style:italic}.charge-order__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;width:100%}.charge-order__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.charge-order__btn--cancel:hover{background:#d4d4d4}.charge-order__btn--charge{padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.charge-order__btn--charge:hover{background:#e0b115}.charge-order__btn--charge:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.charge-order__footer{flex-direction:column}.charge-order__btn--cancel,.charge-order__btn--charge{width:100%}}.refund-order__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.refund-order__icon{color:#dc2626}.refund-order__message{font-size:1rem;color:#1a1a1a}.refund-order__amounts{width:100%;background:#fafafa;border-radius:4px;padding:.5rem 1rem}.refund-order__amounts-row{display:flex;justify-content:space-between;font-size:.875rem;color:#525252;padding:2px 0}.refund-order__amounts-row--remaining{font-weight:600;color:#1a1a1a}.refund-order__type-toggle{display:flex;width:100%;border-radius:8px;overflow:hidden;border:1px solid #E5E5E5}.refund-order__type-btn{flex:1;padding:.5rem;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s}.refund-order__type-btn--active{background:#1a1a1a;color:#fff}.refund-order__type-btn--inactive{background:#f5f5f5;color:#525252}.refund-order__type-btn--inactive:hover{background:#e5e5e5}.refund-order__partial-input{width:100%;text-align:left}.refund-order__refund-preview{font-size:1.125rem;font-weight:700;color:#dc2626}.refund-order__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;width:100%}.refund-order__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.refund-order__btn--cancel:hover{background:#d4d4d4}.refund-order__btn--refund{padding:.5rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600}.refund-order__btn--refund:hover{background:#b91c1c}.refund-order__btn--refund:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.refund-order__footer{flex-direction:column}.refund-order__btn--cancel,.refund-order__btn--refund{width:100%}.refund-order__type-toggle{flex-direction:column}}.update-status__content{display:flex;flex-direction:column;gap:1rem}.update-status__current{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#525252}.update-status__current-label{font-weight:600}.update-status__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}.update-status__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.update-status__btn--cancel:hover{background:#d4d4d4}.update-status__btn--submit{padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.update-status__btn--submit:hover{background:#e0b115}.update-status__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.update-status__footer{flex-direction:column}.update-status__btn--cancel,.update-status__btn--submit{width:100%}}.admin-orders{display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden;max-width:100%}.admin-orders__header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width: 768px){.admin-orders__header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-orders__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.admin-orders__title{font-size:1.5rem}}.admin-orders__count{font-size:.875rem;color:#737373}.admin-orders__filters{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.admin-orders__filters{flex-direction:row;gap:1rem;width:auto;align-items:flex-end}}.admin-orders__search{max-width:100%}@media (min-width: 768px){.admin-orders__search{max-width:280px;flex:1}}.admin-orders__filter{max-width:100%}@media (min-width: 768px){.admin-orders__filter{max-width:180px}}.admin-orders__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}@media (max-width: 768px){.admin-orders__header{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-orders__title{font-size:1.25rem}.admin-orders__filters{flex-direction:column}.admin-orders__search,.admin-orders__filter{max-width:100%;width:100%}.admin-orders__table-wrapper{margin-left:0;margin-right:0;padding:0}}.settings-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem;margin-bottom:1rem}@media (min-width: 768px){.settings-card{padding:1.5rem}}.settings-card__header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}@media (min-width: 480px){.settings-card__header{flex-direction:row;align-items:flex-start;justify-content:space-between}}.settings-card__title-group{display:flex;align-items:center;gap:.5rem}.settings-card__icon{color:#f5c518;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.settings-card__title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.settings-card__description{font-size:.875rem;color:#737373;margin-top:2px}.settings-card__actions{width:100%;display:flex;gap:.5rem}@media (min-width: 480px){.settings-card__actions{width:auto}}.settings-card__edit-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem 1rem;background:#f5f5f5;color:#525252;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;flex:1}@media (min-width: 480px){.settings-card__edit-btn{flex:none}}.settings-card__edit-btn:hover{background:#e5e5e5;color:#1a1a1a}.settings-card__cancel-btn{display:flex;align-items:center;justify-content:center;padding:.25rem 1rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;flex:1}@media (min-width: 480px){.settings-card__cancel-btn{flex:none}}.settings-card__cancel-btn:hover{background:#d4d4d4}.settings-card__save-btn{display:flex;align-items:center;justify-content:center;padding:.25rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;flex:1}@media (min-width: 480px){.settings-card__save-btn{flex:none}}.settings-card__save-btn:hover{background:#e0b115}.settings-card__save-btn:disabled{opacity:.6;cursor:not-allowed}.settings-card__body{padding-top:.5rem}.admin-settings{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}@media (min-width: 768px){.admin-settings{max-width:800px}}.admin-settings__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}@media (min-width: 768px){.admin-settings__title{font-size:1.5rem}}.admin-settings__section{margin-bottom:0}.admin-settings__view-grid{display:grid;grid-template-columns:1fr;gap:.5rem 2rem}@media (min-width: 768px){.admin-settings__view-grid{grid-template-columns:1fr 1fr}}.admin-settings__view-field{display:flex;flex-direction:column;gap:2px}.admin-settings__view-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.admin-settings__view-value{font-size:1rem;color:#1a1a1a;font-weight:500}.admin-settings__edit-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.admin-settings__edit-grid{grid-template-columns:1fr 1fr}}.admin-settings__edit-full{grid-column:span 1}@media (min-width: 768px){.admin-settings__edit-full{grid-column:span 2}}.admin-settings__tip{font-size:.75rem;color:#737373;font-style:italic;margin-top:.25rem}.admin-settings__example{font-size:.75rem;color:#737373;background:#fafafa;padding:.5rem;border-radius:4px;margin-top:.5rem}.admin-settings__warning{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#b45309;background:#fef3c7;padding:.5rem;border-radius:4px;margin-top:.5rem}.admin-settings__loading{padding:3rem;text-align:center;color:#737373}.admin-settings__error{font-size:.875rem;color:#dc2626;margin-top:.5rem}.admin-settings__about{margin-top:1.5rem;padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #E5E5E5}.admin-settings__about-title{font-size:.875rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.admin-settings__about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 2rem}@media (max-width: 480px){.admin-settings__about-grid{grid-template-columns:1fr}}.admin-settings__about-item{display:flex;flex-direction:column;gap:2px}.admin-settings__about-label{font-size:.75rem;color:#a3a3a3;font-weight:500}.admin-settings__about-value{font-size:.875rem;color:#404040;font-family:monospace}@media (max-width: 480px){.admin-settings__section{padding:1rem}.admin-settings__row{flex-direction:column}.admin-settings__col,.admin-settings__save-btn{width:100%}}.user-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.user-table{width:100%;min-width:650px;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}@media (min-width: 1024px){.user-table{min-width:auto}}.user-table__head{background:#fafafa}.user-table__head-cell{padding:.25rem .5rem;text-align:left;font-size:10px;font-weight:600;color:#525252;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #E5E5E5;white-space:nowrap}@media (min-width: 768px){.user-table__head-cell{padding:.5rem 1rem;font-size:.875rem}}.user-table__row{border-bottom:1px solid #F5F5F5;transition:background .15s}.user-table__row:hover{background:#fafafa}.user-table__row:last-child{border-bottom:none}.user-table__cell{padding:.25rem .5rem;font-size:.75rem;color:#404040;vertical-align:middle}@media (min-width: 768px){.user-table__cell{padding:.5rem 1rem;font-size:.875rem}}.user-table__badge{display:inline-block;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.user-table__badge--customer{background:#e5e5e5;color:#404040}.user-table__badge--driver{background:#f5c518;color:#1a1a1a}.user-table__badge--admin{background:#1a1a1a;color:#f5c518}.user-table__toggle{width:36px;height:20px;border-radius:10px;border:none;cursor:pointer;position:relative;transition:background .2s}@media (min-width: 768px){.user-table__toggle{width:40px;height:22px;border-radius:11px}}.user-table__toggle--active{background:#16a34a}.user-table__toggle--inactive{background:#d4d4d4}.user-table__toggle-knob{position:absolute;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 2px #0000000d}@media (min-width: 768px){.user-table__toggle-knob{width:18px;height:18px}}.user-table__toggle--active .user-table__toggle-knob{left:18px}@media (min-width: 768px){.user-table__toggle--active .user-table__toggle-knob{left:20px}}.user-table__toggle--inactive .user-table__toggle-knob{left:2px}.user-table__edit-btn{background:none;border:none;color:#a3a3a3;display:flex;align-items:center;padding:.25rem;border-radius:4px}.user-table__edit-btn:hover{color:#f5c518;background:#f5f5f5}.user-table__loading,.user-table__empty{padding:2rem;text-align:center;color:#737373;font-size:.875rem}@media (max-width: 768px){.user-table{min-width:750px}}@media (max-width: 480px){.user-table__head-cell,.user-table__cell{padding:.25rem .5rem;font-size:.75rem}}.admin-users{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.admin-users{gap:1.5rem}}.admin-users__header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (min-width: 768px){.admin-users__header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-users__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.admin-users__title{font-size:1.5rem}}.admin-users__create-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;justify-content:center}@media (min-width: 768px){.admin-users__create-btn{width:auto}}.admin-users__create-btn:hover{background:#e0b115}.admin-users__filters{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.admin-users__filters{flex-direction:row;gap:1rem;width:auto;align-items:flex-end}}.admin-users__search{max-width:100%}@media (min-width: 768px){.admin-users__search{max-width:400px;flex:2}}.admin-users__role-filter{max-width:100%}@media (min-width: 768px){.admin-users__role-filter{max-width:200px;flex:1}}.admin-users__count{font-size:.875rem;color:#737373}.admin-users__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}@media (min-width: 768px){.admin-users__table-wrapper{overflow-x:visible;margin:0;padding:0}}@media (max-width: 768px){.admin-users__header{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-users__create-btn{width:100%;justify-content:center}.admin-users__filters{flex-direction:column}.admin-users__search,.admin-users__role-filter{max-width:100%;width:100%}}@media (max-width: 480px){.admin-users__create-btn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.dedicated-route-modal__content{display:flex;flex-direction:column;gap:1.5rem}.dedicated-route-modal__customer{display:flex;flex-direction:column;gap:2px}.dedicated-route-modal__customer-name{font-size:1rem;font-weight:600;color:#1a1a1a}.dedicated-route-modal__customer-address{font-size:.875rem;color:#525252}.dedicated-route-modal__distance{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;background:#fafafa;border-radius:8px}.dedicated-route-modal__distance-value{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#1a1a1a;text-align:center}.dedicated-route-modal__distance-icon{color:#f59e0b;width:20px;height:20px}.dedicated-route-modal__distance-roundtrip{font-size:.875rem;color:#737373}.dedicated-route-modal__surcharge{background:#fff8dc;border:1px solid #F5C518;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.dedicated-route-modal__surcharge-title{font-size:.875rem;font-weight:600;color:#1a1a1a}.dedicated-route-modal__surcharge-row{font-size:.75rem;color:#525252;display:flex;justify-content:space-between}.dedicated-route-modal__surcharge-divider{height:1px;background:#f5c518;margin:.25rem 0}.dedicated-route-modal__surcharge-total{font-size:1rem;font-weight:700;color:#1a1a1a;display:flex;justify-content:space-between}.dedicated-route-modal__surcharge-note{font-size:.75rem;color:#a3a3a3;font-style:italic}.dedicated-route-modal__info{background:#fafafa;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.dedicated-route-modal__info-item{font-size:.875rem;color:#404040;padding-left:1rem;position:relative}.dedicated-route-modal__info-item:before{content:"•";position:absolute;left:0;color:#f5c518}.dedicated-route-modal__order{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.5rem 0;border-top:1px solid #F5F5F5}.dedicated-route-modal__order-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#525252}.dedicated-route-modal__order-icon{color:#a3a3a3;width:14px;height:14px}.dedicated-route-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}.dedicated-route-modal__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.dedicated-route-modal__btn--cancel:hover{background:#d4d4d4}.dedicated-route-modal__btn--confirm{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.dedicated-route-modal__btn--confirm:hover{background:#e0b115}.dedicated-route-modal__btn--confirm:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.dedicated-route-modal__footer{flex-direction:column}.dedicated-route-modal__btn--cancel,.dedicated-route-modal__btn--confirm{width:100%;justify-content:center}.dedicated-route-modal__surcharge-row{flex-direction:column;gap:2px}}.outlier-order-card{background:#fff;border:1px solid #FCD34D;border-left:4px solid #F59E0B;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.outlier-order-card__warning-icon{position:absolute;top:.5rem;right:.5rem;color:#f59e0b;width:16px;height:16px}.outlier-order-card__customer{display:flex;flex-direction:column;gap:2px}.outlier-order-card__customer-name{font-size:1rem;font-weight:600;color:#1a1a1a}.outlier-order-card__customer-phone{font-size:.875rem;color:#525252;text-decoration:none}.outlier-order-card__customer-phone:hover{color:#1a1a1a;text-decoration:underline}.outlier-order-card__address{display:flex;align-items:flex-start;gap:.25rem;font-size:.875rem;color:#404040}.outlier-order-card__address-icon{flex-shrink:0;color:#a3a3a3;width:14px;height:14px;margin-top:2px}.outlier-order-card__reason{font-size:.75rem;color:#b45309;background:#fef3c7;padding:.25rem .5rem;border-radius:4px;line-height:1.4}.outlier-order-card__details{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.outlier-order-card__detail-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#525252}.outlier-order-card__detail-icon{color:#a3a3a3;width:14px;height:14px;flex-shrink:0}.outlier-order-card__time-pill{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:999px;background:#fff8dc;color:#1a1a1a;font-size:.75rem;font-weight:600}.outlier-order-card__actions{display:flex;gap:.5rem;padding-top:.25rem;border-top:1px solid #F5F5F5;flex-wrap:wrap}.outlier-order-card__dedicated-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer}.outlier-order-card__dedicated-btn:hover{background:#e0b115}.outlier-order-card__view-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer}.outlier-order-card__view-btn:hover{background:#d4d4d4}.outlier-order-card__navigate-link{display:flex;align-items:center;gap:.25rem;color:#e0b115;font-size:.75rem;font-weight:600;text-decoration:none}.outlier-order-card__navigate-link:hover{color:#1a1a1a;text-decoration:underline}@media (max-width: 480px){.outlier-order-card{padding:.5rem}.outlier-order-card__actions{flex-wrap:wrap}.outlier-order-card__dedicated-btn,.outlier-order-card__view-btn{flex:1;justify-content:center}.outlier-order-card__details{flex-direction:column;gap:.25rem;align-items:flex-start}}.route-card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s;border-left:4px solid #E5E5E5;cursor:pointer;overflow:hidden;word-break:break-word}@media (min-width: 768px){.route-card{padding:1.5rem;gap:1rem}}.route-card--assigned{border-left-color:#f5c518}.route-card--unassigned{border-left-style:dashed;border-left-color:#d4d4d4}.route-card--highlighted{box-shadow:0 4px 12px #0000001a}.route-card--needs-review{border-left-color:#f59e0b;border-left-style:solid}.route-card--dedicated{border-left-color:#7c3aed;border-left-style:solid}.route-card__header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0;overflow:hidden}@media (min-width: 480px){.route-card__header{flex-direction:row;align-items:center;justify-content:space-between}}.route-card__title{display:flex;align-items:center;gap:.25rem;min-width:0;flex-wrap:wrap}.route-card__color-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.route-card__name{font-size:.875rem;font-weight:700;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}@media (min-width: 768px){.route-card__name{font-size:1rem}}.route-card__dedicated-badge{display:inline-flex;padding:1px .5rem;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#ede9fe;color:#7c3aed;margin-left:.25rem}.route-card__status{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.route-card__status--generated{background:#e5e5e5;color:#525252}.route-card__status--assigned{background:#fff8dc;color:#1a1a1a}.route-card__status--in_progress{background:#dbeafe;color:#1d4ed8}.route-card__status--completed{background:#d1fae5;color:#047857}.route-card__stats-row{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}@media (min-width: 768px){.route-card__stats-row{gap:1.5rem}}.route-card__stats{flex-wrap:wrap;gap:.5rem}@media (min-width: 768px){.route-card__stats{gap:1.5rem}}.route-card__stat{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#404040}@media (min-width: 768px){.route-card__stat{font-size:.875rem}}.route-card__stat-icon{color:#a3a3a3;width:14px;height:14px}.route-card__zips{font-size:.75rem;color:#737373;white-space:normal;word-break:break-word}.route-card__stat--pickup{color:#1a1a1a}.route-card__stat--delivery{color:#1d4ed8}.route-card__stat--distance,.route-card__stat--duration{color:#525252;font-size:.75rem}.route-card__spread{font-size:.75rem;color:#737373}.route-card__spread--warning{color:#b45309;font-weight:600}.route-card__surcharge{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#525252}.route-card__surcharge-icon{color:#f5c518;width:12px;height:12px}.route-card__warnings-wrapper{display:flex;flex-direction:column}.route-card__warnings{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#b45309;cursor:pointer;padding:.25rem 0;border:none;background:transparent;width:fit-content}.route-card__warnings-icon{color:#f59e0b;width:14px;height:14px;flex-shrink:0}.route-card__warnings-list{display:flex;flex-direction:column;gap:2px;padding-left:20px;margin-top:.25rem}.route-card__warning-item{font-size:.75rem;color:#525252;line-height:1.4}.route-card__orders-preview{display:flex;flex-direction:column;gap:.25rem;padding:.25rem 0}@media (min-width: 768px){.route-card__orders-preview{padding:.5rem 0}}.route-card__order-row{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#525252}@media (min-width: 768px){.route-card__order-row{font-size:.875rem}}.route-card__order-number{width:20px;height:20px;border-radius:50%;background:#f5f5f5;color:#525252;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.route-card__order-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media (min-width: 768px){.route-card__order-address{max-width:none}}.route-card__orders-more{font-size:.75rem;color:#737373;padding-left:28px}.route-card__driver{padding-top:.5rem;border-top:1px solid #F5F5F5}@media (max-width: 768px){.route-card__driver .select-input{width:100%}}.route-card__driver-assigned{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width: 480px){.route-card__driver-assigned{flex-direction:row;align-items:center;justify-content:space-between}}.route-card__driver-name{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#1a1a1a}.route-card__driver-icon{color:#f5c518;width:16px;height:16px}.route-card__unassign-btn{background:none;border:none;color:#a3a3a3;display:flex;align-items:center;padding:.25rem;border-radius:4px;cursor:pointer}.route-card__unassign-btn:hover{color:#dc2626;background:#dc26260d}.route-card__assigning{font-size:.875rem;color:#737373}.route-card__footer{display:flex;justify-content:flex-end;padding-top:.25rem}@media (max-width: 480px){.route-card__footer{justify-content:center}}.route-card__view-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#525252;font-size:.75rem;font-weight:500;cursor:pointer}.route-card__view-btn:hover{color:#1a1a1a;text-decoration:underline}.route-card__pay{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-top:1px solid #F5F5F5;flex-wrap:wrap}.route-card__pay-estimate{display:flex;flex-direction:column}.route-card__pay-label{font-size:.75rem;color:#737373}.route-card__pay-amount{font-size:1.125rem;font-weight:700;color:#1a1a1a}.route-card__pay-hours{font-size:.875rem;color:#525252;background:#fafafa;padding:2px .5rem;border-radius:999px}.route-card__pay-overridden{font-size:.75rem;color:#b45309;font-style:italic}.route-card__pay-minimum{font-size:10px;color:#b45309;background:#fff8dc;padding:1px .25rem;border-radius:999px}.route-card__pay-actions{display:flex;align-items:center;gap:.5rem;padding-top:.25rem;flex-wrap:wrap}@media (max-width: 480px){.route-card__pay-actions{width:100%}}.route-card__pay-status{font-size:.75rem;font-weight:600;padding:2px .5rem;border-radius:999px}.route-card__pay-status--pending{background:#f5f5f5;color:#525252}.route-card__pay-status--approved{background:#fff8dc;color:#b45309}.route-card__pay-status--paid{background:#16a34a1a;color:#16a34a}.route-card__pay-override-btn{font-size:.75rem;color:#737373;background:none;border:1px solid #D4D4D4;border-radius:4px;padding:2px .5rem;cursor:pointer}.route-card__pay-override-btn:hover{background:#f5f5f5;color:#1a1a1a}.route-card__pay-approve-btn{font-size:.75rem;color:#1a1a1a;background:#f5c518;border:none;border-radius:4px;padding:2px .5rem;font-weight:600;cursor:pointer}.route-card__pay-approve-btn:hover{background:#e0b115}.route-card__pay-paid-btn{font-size:.75rem;color:#fff;background:#16a34a;border:none;border-radius:4px;padding:2px .5rem;font-weight:600;cursor:pointer}.route-card__pay-paid-btn:hover{background:#107636}.route-card__status,.route-card__dedicated-badge{flex-shrink:0}@media (max-width: 480px){.route-card{padding:1rem;overflow:hidden}.route-card__header{flex-direction:column;align-items:flex-start;gap:.25rem}.route-card__title{flex-direction:column;align-items:flex-start;gap:2px;width:100%}.route-card__name{white-space:normal;word-break:break-word;font-size:.875rem;line-height:1.3;max-width:100%}.route-card__status{font-size:10px}.route-card__dedicated-badge{margin-left:0;font-size:9px;padding:1px .25rem}.route-card__stats,.route-card__stats-row{flex-wrap:wrap;gap:.25rem}.route-card__stat{font-size:.75rem}.route-card__stat-icon{width:12px;height:12px}.route-card__zips{font-size:10px;line-height:1.3;word-break:break-all}.route-card__orders-preview{display:none}.route-card__driver{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.route-card__driver-assigned{flex-wrap:wrap;gap:.5rem}.route-card__footer{justify-content:center}.route-card__warnings{flex-wrap:wrap;font-size:10px}.route-card__pay{flex-direction:column;gap:.25rem;align-items:flex-start}.route-card__pay-amount{font-size:1.125rem}.route-card__spread,.route-card__surcharge{white-space:normal;font-size:10px;line-height:1.3}.route-card__color-dot{width:8px;height:8px}}.route-date-picker{display:flex;align-items:center;gap:.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.route-date-picker{gap:.5rem}}.route-date-picker__arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E5E5E5;border-radius:8px;color:#737373;cursor:pointer;flex-shrink:0}@media (min-width: 768px){.route-date-picker__arrow{width:36px;height:36px}}.route-date-picker__arrow:hover{background:#f5f5f5;color:#1a1a1a}.route-date-picker__dates{display:flex;gap:.25rem;flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.25rem}.route-date-picker__dates::-webkit-scrollbar{height:0}.route-date-picker__dates{scrollbar-width:none}@media (min-width: 768px){.route-date-picker__dates{gap:.5rem;scroll-snap-type:none}.route-date-picker__dates::-webkit-scrollbar{height:4px}.route-date-picker__dates{scrollbar-width:thin}}.route-date-picker__card{min-width:52px;padding:.25rem;display:flex;flex-direction:column;align-items:center;gap:2px;border:2px solid #E5E5E5;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff;flex-shrink:0;scroll-snap-align:start}@media (min-width: 480px){.route-date-picker__card{min-width:60px;padding:.5rem .25rem}}@media (min-width: 768px){.route-date-picker__card{min-width:72px}}.route-date-picker__card:hover{background:#f5f5f5;border-color:#d4d4d4}.route-date-picker__card--selected{border-color:#f5c518;background:#fff8dc}.route-date-picker__card--today{position:relative}.route-date-picker__day-name{font-size:9px;color:#737373;text-transform:uppercase;font-weight:600}@media (min-width: 768px){.route-date-picker__day-name{font-size:.75rem}}.route-date-picker__day-date{font-size:.75rem;font-weight:600;color:#1a1a1a}@media (min-width: 768px){.route-date-picker__day-date{font-size:.875rem}}.route-date-picker__today-dot{width:4px;height:4px;border-radius:50%;background:#f5c518;position:absolute;bottom:4px}@media (max-width: 480px){.route-date-picker{overflow:hidden}.route-date-picker__arrow{width:32px;height:32px;flex-shrink:0}.route-date-picker__dates{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.route-date-picker__dates::-webkit-scrollbar{display:none}.route-date-picker__card{min-width:54px;padding:.25rem 2px}.route-date-picker__day-date{font-size:.75rem}.route-date-picker__day-name{font-size:9px}}.route-detail__header{display:flex;flex-wrap:wrap;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5;margin-bottom:1.5rem}.route-detail__header-item{display:flex;flex-direction:column;gap:2px}.route-detail__header-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase}.route-detail__header-value{font-size:.875rem;color:#1a1a1a;font-weight:500}.route-detail__route-stats{display:flex;gap:1rem;font-size:.875rem;color:#525252;flex-wrap:wrap}.route-detail__route-status{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.route-detail__route-status--generated{background:#e5e5e5;color:#525252}.route-detail__route-status--assigned{background:#fff8dc;color:#1a1a1a}.route-detail__route-status--in_progress{background:#dbeafe;color:#1d4ed8}.route-detail__route-status--completed{background:#d1fae5;color:#047857}.route-detail__status-wrap{display:flex;align-items:center;gap:.25rem}.route-detail__orders{display:flex;flex-direction:column;gap:.5rem}.route-detail__warnings{background:#fef3c7;border:1px solid #FCD34D;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.25rem}.route-detail__warnings-header{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#b45309}.route-detail__warnings-icon{color:#f59e0b;width:16px;height:16px}.route-detail__warning-item{font-size:.75rem;color:#92400e;padding-left:20px}.route-detail__review-badge{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#fef3c7;color:#b45309;margin-left:.25rem}.route-detail__dedicated-badge{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#ede9fe;color:#7c3aed;margin-left:.25rem}.route-detail__dedicated-info{background:#ede9fe;border:1px solid #C4B5FD;border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.875rem;color:#5b21b6;display:flex;flex-direction:column;gap:.25rem}.route-detail__spread-stat{font-size:.875rem;color:#525252}.route-detail__spread-stat--warning{color:#b45309;font-weight:600}.route-detail__surcharge-stat{font-size:.875rem;font-weight:600;color:#1a1a1a}.route-detail__hub-stop{display:flex;gap:.5rem;padding:.5rem 0;align-items:center;border-bottom:1px solid #F5F5F5}.route-detail__hub-stop:last-child{border-bottom:none}.route-detail__hub-icon{width:24px;height:24px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;flex-shrink:0}.route-detail__hub-info{display:flex;flex-direction:column;gap:2px}.route-detail__hub-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.route-detail__hub-address{font-size:.75rem;color:#525252}.route-detail__order{display:flex;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #F5F5F5;align-items:flex-start}.route-detail__order:last-child{border-bottom:none}.route-detail__order-number{width:24px;height:24px;border-radius:50%;background:#f5c518;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:2px}.route-detail__order-info{flex:1;display:flex;flex-direction:column;gap:2px}.route-detail__order-customer{font-size:.875rem;font-weight:600;color:#1a1a1a;display:inline-flex;align-items:center}.route-detail__order-address{font-size:.75rem;color:#525252}.route-detail__order-meta{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.route-detail__order-time{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#fff8dc;color:#1a1a1a}.route-detail__order-bags{font-size:.75rem;color:#737373}.route-detail__type-badge{display:inline-flex;padding:1px .5rem;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-left:.25rem}.route-detail__type-badge--pickup{background:#fff8dc;color:#1a1a1a}.route-detail__type-badge--delivery{background:#dbeafe;color:#1d4ed8}.route-detail__footer{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #E5E5E5}.route-detail__btn--close{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}.route-detail__btn--close:hover{background:#d4d4d4}@media (max-width: 480px){.route-detail__header{flex-direction:column;align-items:flex-start;gap:.5rem}.route-detail__order{flex-direction:column;align-items:flex-start}.route-detail__order-meta{flex-wrap:wrap}.route-detail__footer{flex-direction:column}.route-detail__btn--close{width:100%}}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:32px;outline:none;overflow:hidden;padding:0;width:32px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#eee}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-up .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 11.7071C4.68342 12.0976 5.31658 12.0976 5.70711 11.7071L9 8.41421L12.2929 11.7071C12.6834 12.0976 13.3166 12.0976 13.7071 11.7071C14.0976 11.3166 14.0976 10.6834 13.7071 10.2929L9.70711 6.29289C9.31658 5.90237 8.68342 5.90237 8.29289 6.29289L4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-arrow-down .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29289 6.29289C4.68342 5.90237 5.31658 5.90237 5.70711 6.29289L9 9.58579L12.2929 6.29289C12.6834 5.90237 13.3166 5.90237 13.7071 6.29289C14.0976 6.68342 14.0976 7.31658 13.7071 7.70711L9.70711 11.7071C9.31658 12.0976 8.68342 12.0976 8.29289 11.7071L4.29289 7.70711C3.90237 7.31658 3.90237 6.68342 4.29289 6.29289Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E");background-size:18px 18px}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-indoor-toggle .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.0017 3.0017L4.0017 15.0017L10.0017 15.0017V12.0017H12.0017V15.0017H14.0017L14.0017 3.0017C14.0097 2.86829 13.9894 2.73469 13.9419 2.60973C13.8945 2.48477 13.8211 2.37129 13.7266 2.27678C13.6321 2.18228 13.5186 2.10889 13.3937 2.06147C13.2687 2.01405 13.1351 1.99368 13.0017 2.0017L5.0017 2.0017C4.86829 1.99368 4.73469 2.01405 4.60973 2.06147C4.48477 2.10889 4.37129 2.18228 4.27678 2.27678C4.18228 2.37129 4.10889 2.48477 4.06147 2.60973C4.01405 2.73469 3.99368 2.86829 4.0017 3.0017ZM8.0017 14.0017H6.0017V12.0017H8.0017V14.0017ZM8.0017 10.0017H6.0017L6.0017 8.0017H8.0017V10.0017ZM8.0017 6.0017L6.0017 6.0017V4.0017H8.0017V6.0017ZM12.0017 10.0017H10.0017V8.0017H12.0017V10.0017ZM12.0017 6.0017H10.0017V4.0017L12.0017 4.0017V6.0017Z' fill='%23333333'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#eee}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button{font-size:16px;font-weight:700;text-align:center}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected{background-color:#ccc;color:#000}.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover{background-color:#ccc}.route-map{width:100%;max-width:100%;height:300px;border-radius:8px;overflow:hidden;border:1px solid #E5E5E5;position:relative}@media (min-width: 768px){.route-map{height:400px}}.route-map__container{width:100%;height:100%}.route-map__no-data{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;z-index:1;font-size:.875rem;color:#737373}.route-map__marker{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;border:2px solid #FFFFFF;box-shadow:0 2px 4px #0000004d}.route-map__marker--default{width:24px;height:24px}.route-map__marker--selected{width:32px;height:32px;animation:markerPulse 2s infinite}.route-map__marker--dimmed{opacity:.4}.route-map__center-marker{width:16px;height:16px;border-radius:50%;opacity:.5;border:2px solid #FFFFFF}@keyframes markerPulse{0%,to{box-shadow:0 0 #f5c51866}50%{box-shadow:0 0 0 8px #f5c51800}}.mapboxgl-popup-content{border-radius:8px!important;padding:.5rem 1rem!important;box-shadow:0 4px 12px #0000001a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.route-map__popup{display:flex;flex-direction:column;gap:2px}.route-map__popup-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.route-map__popup-address{font-size:.75rem;color:#525252}.route-map__popup-meta{font-size:.75rem;color:#737373;display:flex;gap:.5rem}.route-map__popup-route{font-size:.75rem;font-weight:600;margin-top:2px}.route-map__popup-btn{background:none;border:none;color:#e0b115;font-size:.75rem;font-weight:600;cursor:pointer;padding:0;margin-top:.25rem;text-align:left}.route-map__popup-btn:hover{text-decoration:underline;color:#1a1a1a}@media (max-width: 480px){.route-map{height:250px;border-radius:4px}}.route-map-legend{display:flex;align-items:center;gap:.25rem;padding:.25rem 0;flex-wrap:wrap;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media (min-width: 768px){.route-map-legend{padding:.5rem 0;overflow-x:visible}}.route-map-legend__all-btn{padding:2px .25rem;border-radius:999px;border:1px solid #E5E5E5;background:#fff;font-size:10px;font-weight:500;color:#525252;cursor:pointer;transition:all .15s;white-space:nowrap}@media (min-width: 768px){.route-map-legend__all-btn{font-size:.75rem;padding:.25rem .5rem}}.route-map-legend__all-btn:hover{background:#f5f5f5}.route-map-legend__all-btn--active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.route-map-legend__pill{display:flex;align-items:center;gap:.25rem;padding:2px .25rem;border-radius:999px;border:1px solid #E5E5E5;background:#fff;font-size:10px;cursor:pointer;transition:all .15s}@media (min-width: 768px){.route-map-legend__pill{font-size:.75rem;padding:.25rem .5rem}}.route-map-legend__pill:hover{background:#f5f5f5}.route-map-legend__pill--active{font-weight:600;border-color:currentColor}.route-map-legend__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.route-map-legend__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}@media (min-width: 480px){.route-map-legend__name{max-width:80px}}@media (min-width: 768px){.route-map-legend__name{max-width:120px}}.route-map-legend__count{color:#737373}@media (max-width: 480px){.route-map-legend{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.25rem;scrollbar-width:none}.route-map-legend::-webkit-scrollbar{display:none}.route-map-legend__all-btn{font-size:10px;padding:.25rem}.route-map-legend__pill{flex-shrink:0;font-size:10px}.route-map-legend__name{max-width:60px}}.admin-routes{display:flex;flex-direction:column;gap:1rem;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}@media (min-width: 768px){.admin-routes{gap:1.5rem}}.admin-routes__header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}@media (min-width: 768px){.admin-routes__header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-routes__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.admin-routes__title{font-size:1.5rem}}.admin-routes__delete-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#fff;color:#dc2626;border:1px solid #DC2626;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;width:100%;justify-content:center}@media (min-width: 768px){.admin-routes__delete-btn{width:auto}}.admin-routes__delete-btn:hover{background:#dc26260d}.admin-routes__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}@media (min-width: 768px){.admin-routes__actions{padding:2rem 0}}.admin-routes__generate-btn{display:flex;align-items:center;gap:.5rem;justify-content:center;width:100%;padding:1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:700;transition:all .2s;cursor:pointer}@media (min-width: 768px){.admin-routes__generate-btn{width:auto;padding:1rem 3rem;font-size:1rem}}.admin-routes__generate-btn:hover{background:#e0b115}.admin-routes__generate-btn:disabled{opacity:.6;cursor:not-allowed}.admin-routes__generate-hint{font-size:.75rem;color:#737373;text-align:center;padding:0 1rem}@media (min-width: 768px){.admin-routes__generate-hint{font-size:.875rem;padding:0}}.admin-routes__summary{font-size:.75rem;color:#525252;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.admin-routes__summary{font-size:.875rem}}.admin-routes__summary-outlier{color:#b45309;font-weight:600}.admin-routes__map-section{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;margin-left:-1rem;margin-right:-1rem}@media (min-width: 768px){.admin-routes__map-section{margin-left:0;margin-right:0}}.admin-routes__map-section .route-map{border-radius:0;height:250px}@media (min-width: 768px){.admin-routes__map-section .route-map{border-radius:8px;height:400px}}.admin-routes__map-header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}@media (min-width: 768px){.admin-routes__map-header{padding:0}}.admin-routes__map-title{font-size:.875rem;font-weight:600;color:#525252;text-transform:uppercase;letter-spacing:.05em}.admin-routes__grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 1024px){.admin-routes__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.admin-routes__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}@media (min-width: 768px){.admin-routes__empty{padding:3rem}}.admin-routes__empty-icon{color:#d4d4d4}.admin-routes__empty-text{font-size:1rem;color:#737373}.admin-routes__loading{padding:2rem;text-align:center;color:#737373}@media (min-width: 768px){.admin-routes__loading{padding:3rem}}.admin-routes .route-date-picker{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -1rem;padding:0 1rem}@media (min-width: 768px){.admin-routes .route-date-picker{overflow-x:visible;margin:0;padding:0}}.admin-routes__override-form{display:flex;flex-direction:column;gap:1rem}.admin-routes__override-route{font-size:.875rem;color:#525252}.admin-routes__override-default{font-size:.75rem;color:#737373}.admin-routes__override-error{font-size:.75rem;color:#dc2626}.admin-routes__override-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-routes__override-cancel{padding:.25rem 1rem;border-radius:4px;border:1px solid #D4D4D4;background:#fff;color:#525252;cursor:pointer}.admin-routes__override-cancel:hover{background:#f5f5f5}.admin-routes__override-save{padding:.25rem 1rem;border-radius:4px;border:none;background:#f5c518;color:#1a1a1a;font-weight:600;cursor:pointer}.admin-routes__override-save:hover{background:#e0b115}.admin-routes__override-save:disabled{opacity:.6;cursor:not-allowed}.admin-routes__outliers{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px dashed #FCD34D}.admin-routes__outliers-header{display:flex;align-items:center;gap:.5rem}.admin-routes__outliers-icon{color:#f59e0b;width:20px;height:20px}.admin-routes__outliers-title{font-size:1rem;font-weight:700;color:#b45309}.admin-routes__outliers-count{font-size:.875rem;font-weight:600;color:#b45309;background:#fef3c7;padding:1px .5rem;border-radius:999px}.admin-routes__outliers-subtitle{font-size:.875rem;color:#737373;margin-bottom:.5rem}.admin-routes__outliers-list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.admin-routes__header{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-routes__title{font-size:1.25rem}.admin-routes__delete-btn{width:100%;justify-content:center}.admin-routes__summary{flex-wrap:wrap;justify-content:center;text-align:center}.admin-routes__grid{grid-template-columns:1fr}.admin-routes__map-section{overflow:hidden;border-radius:8px}}@media (max-width: 480px){.admin-routes{padding:0}.admin-routes__summary{font-size:.75rem;flex-direction:column;align-items:center;gap:.25rem}.admin-routes__map-section{width:100%;overflow:hidden}.admin-routes__generate-btn{padding:1rem 1.5rem;font-size:.875rem}.admin-routes__generate-hint{font-size:.75rem}.admin-routes__outliers{margin-top:1.5rem;padding-top:1rem}.admin-routes__outliers-header{flex-wrap:wrap}}.forgot-password{display:flex;flex-direction:column;align-items:center;gap:1rem}.forgot-password__icon{color:#f5c518;margin-bottom:.25rem}.forgot-password__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;text-align:center}.forgot-password__subtitle{font-size:.875rem;color:#737373;text-align:center;max-width:320px;line-height:1.5}.forgot-password__form{width:100%;display:flex;flex-direction:column;gap:1rem}.forgot-password__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;width:100%}.forgot-password__submit{width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.forgot-password__submit:hover{background:#e0b115}.forgot-password__submit:disabled{opacity:.6;cursor:not-allowed}.forgot-password__success-icon{color:#16a34a}.forgot-password__success-title{font-size:1.25rem;font-weight:700;color:#1a1a1a}.forgot-password__success-text{font-size:.875rem;color:#525252;text-align:center;max-width:320px;line-height:1.5}.forgot-password__success-text strong{color:#1a1a1a}.forgot-password__resend{font-size:.875rem;color:#525252}.forgot-password__resend-link{background:none;border:none;color:#e0b115;font-weight:600;cursor:pointer;font-size:inherit}.forgot-password__resend-link:hover{color:#1a1a1a;text-decoration:underline}.forgot-password__spam-note{font-size:.75rem;color:#a3a3a3}.forgot-password__back{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#737373;font-size:.875rem;cursor:pointer;margin-top:1rem}.forgot-password__back:hover{color:#1a1a1a}.forgot-password__back-icon{width:14px;height:14px}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.login-form__forgot{display:flex;justify-content:flex-end;margin-top:-.25rem}.login-form__forgot-link{background:none;border:none;color:#737373;font-size:.875rem;cursor:pointer;padding:0}.login-form__forgot-link:hover{color:#e0b115;text-decoration:underline}.login-form__submit{width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;font-size:1rem;font-weight:600;border:none;border-radius:8px;transition:background .2s}.login-form__submit:hover{background:#e0b115}.login-form__submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.login-form{gap:1rem}.login-form__submit{width:100%;padding:1rem;font-size:1rem;min-height:48px}}.register-form{display:flex;flex-direction:column;gap:1rem}.register-form__steps{display:flex;justify-content:center;align-items:center;gap:0;margin-bottom:1rem;position:relative}.register-form__step{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;position:relative;z-index:1}.register-form__step-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:all .2s}.register-form__step-circle--active{background:#f5c518;color:#1a1a1a}.register-form__step-circle--completed{background:#1a1a1a;color:#f5c518}.register-form__step-circle--upcoming{background:#e5e5e5;color:#a3a3a3}.register-form__step-label{font-size:.75rem;color:#737373;font-weight:500}.register-form__step-line{height:2px;flex:1;background:#e5e5e5;align-self:center;margin-top:-18px;z-index:0}.register-form__step-line--completed{background:#1a1a1a}.register-form__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.register-form__buttons{display:flex;gap:.5rem}.register-form__btn{flex:1;padding:.5rem 1rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;transition:background .2s}.register-form__btn--next{background:#f5c518;color:#1a1a1a}.register-form__btn--next:hover{background:#e0b115}.register-form__btn--back{background:#e5e5e5;color:#1a1a1a}.register-form__btn--back:hover{background:#d4d4d4}.register-form__btn--submit{background:#1a1a1a;color:#f5c518}.register-form__btn--submit:hover{background:#262626}.register-form__btn--submit:disabled{opacity:.6;cursor:not-allowed}.auth__sms-consent{margin:.75rem 0;display:flex;align-items:flex-start;gap:.5rem}.auth__sms-consent label{font-size:.85rem;color:#666;line-height:1.4;cursor:pointer}.auth__sms-consent input[type=checkbox]{margin-top:.25rem;cursor:pointer}@media (max-width: 480px){.register-form__row{flex-direction:column;gap:1rem}.register-form__col{width:100%}.register-form__steps{overflow-x:auto;padding-bottom:.25rem}.register-form__step-label{display:none;font-size:.75rem}.register-form__buttons{flex-direction:column;gap:.5rem}.register-form__btn{width:100%;min-height:48px}}.auth{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#fafafa;padding:2rem}.auth__card{background:#fff;max-width:460px;width:100%;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:3rem;display:flex;flex-direction:column;gap:1.5rem}.auth__logo{display:block;max-width:220px;height:auto;margin:0 auto 2rem}.auth__brand{text-align:center;margin-bottom:.5rem}.auth__brand-name{font-size:2rem;font-weight:800;color:#1a1a1a;line-height:1.2}.auth__brand-tagline{font-size:1.25rem;font-weight:600;color:#f5c518}.auth__tabs{display:flex;border-bottom:2px solid #E5E5E5;gap:0}.auth__tab{flex:1;padding:.5rem 1rem;background:none;border:none;font-size:1rem;font-weight:500;color:#a3a3a3;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.auth__tab--active{color:#1a1a1a;border-bottom-color:#f5c518}.auth__switch{text-align:center;font-size:.875rem;color:#737373}.auth__switch-link{color:#1a1a1a;font-weight:600;cursor:pointer;text-decoration:underline;background:none;border:none;font-size:inherit;padding:0}@media (max-width: 480px){.auth{padding:1rem;align-items:stretch}.auth__card{padding:1.5rem;max-width:100%;box-shadow:none;border-radius:0;min-height:100vh;justify-content:center}.auth__logo{max-width:160px;margin-bottom:1rem}.auth__tabs{gap:0;width:100%}.auth__tab{flex:1;font-size:.875rem;padding:.5rem}}.customer-dashboard{padding:0}.customer-dashboard__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}@media (min-width: 768px){.customer-dashboard__title{font-size:1.5rem}}.customer-dashboard__subtitle{font-size:1rem;color:#737373}@media (max-width: 480px){.customer-dashboard__title{font-size:1.25rem}}.driver-docs{display:flex;flex-direction:column;gap:1.5rem}.driver-docs__header{display:flex;align-items:center;justify-content:space-between}.driver-docs__title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.driver-docs__progress{font-size:.875rem;color:#737373}.driver-docs__progress-count{font-weight:700;color:#16a34a}.driver-docs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 480px){.driver-docs__grid{grid-template-columns:1fr}}.driver-docs__card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:8px;background:#fff}.driver-docs__card--empty{border:2px dashed #D4D4D4;align-items:center;text-align:center}.driver-docs__card--pending{border:1px solid #F5C518}.driver-docs__card--approved{border:1px solid #16A34A}.driver-docs__card--rejected{border:1px solid #DC2626}.driver-docs__card-icon{color:#a3a3a3;width:32px;height:32px}.driver-docs__card-label{font-size:.875rem;font-weight:600;color:#1a1a1a}.driver-docs__card-status{font-size:.75rem;color:#a3a3a3}.driver-docs__card-thumb{width:100%;max-height:120px;object-fit:cover;border-radius:4px;border:1px solid #E5E5E5;cursor:pointer}.driver-docs__pdf-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:88px;border:1px solid #E5E5E5;border-radius:4px;color:#404040;text-decoration:none;background:#fafafa;font-size:.875rem}.driver-docs__pdf-link:hover{border-color:#f5c518;color:#1a1a1a}.driver-docs__status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.driver-docs__status-badge--pending{background:#fff8dc;color:#b45309}.driver-docs__status-badge--approved{background:#16a34a1a;color:#16a34a}.driver-docs__status-badge--rejected{background:#dc26261a;color:#dc2626}.driver-docs__status-icon{width:12px;height:12px}.driver-docs__rejection-reason{font-size:.75rem;color:#dc2626;font-style:italic;line-height:1.4}.driver-docs__upload-date{font-size:10px;color:#a3a3a3}.driver-docs__upload-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;width:100%}.driver-docs__upload-btn:hover{background:#e0b115}.driver-docs__upload-btn:disabled{opacity:.6;cursor:not-allowed}.driver-docs__reupload-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem 1rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;width:100%}.driver-docs__reupload-btn:hover{background:#d4d4d4}.driver-docs__reupload-btn:disabled{opacity:.6;cursor:not-allowed}.driver-docs__hidden-input{display:none}.driver-documents-page{display:flex;flex-direction:column;gap:1.5rem;max-width:700px}.driver-documents-page__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-documents-page__subtitle{font-size:.875rem;color:#737373;margin-top:-.5rem}.driver-documents-page__loading{padding:3rem;text-align:center;color:#737373}.confirm-status__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.confirm-status__message{font-size:1rem;color:#1a1a1a}.confirm-status__address{font-size:.875rem;color:#525252}.confirm-status__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;width:100%}.confirm-status__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.confirm-status__btn--cancel:hover{background:#d4d4d4}.confirm-status__btn--confirm{padding:.5rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600}.confirm-status__btn--confirm:disabled{opacity:.6;cursor:not-allowed}.confirm-status__btn--confirm-pickup{background:#f5c518;color:#1a1a1a}.confirm-status__btn--confirm-pickup:hover{background:#e0b115}.confirm-status__btn--confirm-delivery{background:#16a34a;color:#fff}.confirm-status__btn--confirm-delivery:hover{background:#15803d}.confirm-status__btn--confirm-hub{background:#4338ca;color:#fff}.confirm-status__btn--confirm-hub:hover{background:#3730a3}@media (max-width: 480px){.confirm-status__footer{flex-direction:column}.confirm-status__btn--cancel,.confirm-status__btn--confirm{width:100%}}.driver-order-card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s}.driver-order-card:hover{border-color:#d4d4d4}.driver-order-card__header{display:flex;align-items:center;justify-content:space-between}.driver-order-card__time-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.driver-order-card__time-badge--current{background:#f5c518;color:#1a1a1a}.driver-order-card__time-badge--other{background:#e5e5e5;color:#525252}.driver-order-card__customer{display:flex;flex-direction:column;gap:2px}.driver-order-card__customer-name{font-size:1rem;font-weight:600;color:#1a1a1a}.driver-order-card__customer-contact{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.driver-order-card__customer-phone{color:#525252;text-decoration:none}.driver-order-card__customer-phone:hover{color:#1a1a1a;text-decoration:underline}.driver-order-card__customer-email{font-size:.75rem;color:#737373;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.driver-order-card__contact-icon{flex-shrink:0;color:#a3a3a3;width:14px;height:14px}.driver-order-card__address{display:flex;align-items:flex-start;gap:.25rem}.driver-order-card__address-icon{flex-shrink:0;color:#f5c518;width:16px;height:16px;margin-top:2px}.driver-order-card__address-text{font-size:.875rem;color:#404040;flex:1}.driver-order-card__navigate-btn{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;background:none;border:1px solid #F5C518;color:#1a1a1a;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;margin-top:.25rem}.driver-order-card__navigate-btn:hover{background:#f5c518;color:#1a1a1a}.driver-order-card__details{display:flex;flex-wrap:wrap;gap:.5rem}.driver-order-card__detail-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#404040}.driver-order-card__detail-icon{color:#a3a3a3;width:14px;height:14px;flex-shrink:0}.driver-order-card__detail-value--pending{color:#a3a3a3;font-style:italic}.driver-order-card__instructions{font-size:.75rem;color:#525252;font-style:italic;background:#fafafa;padding:.25rem .5rem;border-radius:4px;display:flex;align-items:center;gap:.25rem}.driver-order-card__instructions-icon{color:#a3a3a3;width:12px;height:12px;flex-shrink:0}.driver-order-card__actions{display:flex;gap:.5rem;padding-top:.5rem;border-top:1px solid #F5F5F5;flex-wrap:wrap}.driver-order-card__action-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s}.driver-order-card__action-btn--view{background:#e5e5e5;color:#1a1a1a}.driver-order-card__action-btn--view:hover{background:#d4d4d4}.driver-order-card__action-btn--pickup{background:#f5c518;color:#1a1a1a}.driver-order-card__action-btn--pickup:hover{background:#e0b115}.driver-order-card__action-btn--weight{background:#1a1a1a;color:#f5c518}.driver-order-card__action-btn--weight:hover{background:#262626}.driver-order-card__action-btn--out-for-delivery{background:#f5c518;color:#1a1a1a}.driver-order-card__action-btn--out-for-delivery:hover{background:#e0b115}.driver-order-card__action-btn--delivered{background:#16a34a;color:#fff}.driver-order-card__action-btn--delivered:hover{background:#15803d}.driver-order-card__action-btn-icon{width:16px;height:16px}@media (max-width: 480px){.driver-order-card{padding:1rem}.driver-order-card__customer-email{max-width:180px}.driver-order-card__actions{flex-wrap:wrap}.driver-order-card__action-btn{flex:1;min-width:calc(50% - .25rem);justify-content:center}.driver-order-card__details{flex-direction:column;gap:.25rem;align-items:flex-start}.driver-order-card__navigate-btn{width:100%;justify-content:center}}.photo-gallery{display:flex;flex-direction:column;gap:1.5rem}.photo-gallery__section{display:flex;flex-direction:column;gap:.5rem}.photo-gallery__section-title{font-size:.875rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.25rem}.photo-gallery__section-count{font-size:.75rem;color:#737373;font-weight:400}.photo-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width: 480px){.photo-gallery__grid{grid-template-columns:repeat(3,1fr)}}.photo-gallery__item{display:flex;flex-direction:column;gap:2px;cursor:pointer;padding:0;border:none;background:none;text-align:left}.photo-gallery__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;border:1px solid #E5E5E5;transition:border-color .15s}.photo-gallery__image:hover{border-color:#f5c518}.photo-gallery__item-caption{font-size:10px;color:#525252;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-gallery__item-time{font-size:9px;color:#a3a3a3}.photo-gallery__empty{font-size:.75rem;color:#a3a3a3;font-style:italic}.photo-gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem}.photo-gallery__lightbox-content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:90vw;max-height:90vh}.photo-gallery__lightbox-image{max-width:90vw;max-height:75vh;object-fit:contain;border-radius:8px}.photo-gallery__lightbox-caption{font-size:.875rem;color:#fff;text-align:center}.photo-gallery__lightbox-time{font-size:.75rem;color:#a3a3a3}.photo-gallery__lightbox-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.photo-gallery__lightbox-close:hover{background:#ffffff4d}.driver-order-detail__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.driver-order-detail__status-wrap{display:flex;align-items:center;gap:.5rem}.driver-order-detail__time-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#fff8dc;color:#1a1a1a}.driver-order-detail__order-id{font-size:.75rem;color:#a3a3a3}.driver-order-detail__section{margin-bottom:1.5rem}.driver-order-detail__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #F5F5F5}.driver-order-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.driver-order-detail__field{display:flex;flex-direction:column;gap:2px}.driver-order-detail__field-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.driver-order-detail__field-value{font-size:.875rem;color:#404040}.driver-order-detail__field-value--pending{color:#a3a3a3;font-style:italic}.driver-order-detail__navigate-link{color:#e0b115;font-weight:500;text-decoration:underline;font-size:.875rem}.driver-order-detail__navigate-link:hover{color:#1a1a1a}.driver-order-detail__instructions{background:#fafafa;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;color:#525252;font-style:italic}.driver-order-detail__photos-status{font-size:.875rem;color:#737373}.driver-order-detail__photos-status--error{color:#dc2626}.driver-order-detail__timeline{display:flex;flex-direction:column;gap:0;padding-left:.5rem}.driver-order-detail__timeline-item{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.driver-order-detail__timeline-item:last-child{padding-bottom:0}.driver-order-detail__timeline-marker{display:flex;flex-direction:column;align-items:center;z-index:1}.driver-order-detail__timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.driver-order-detail__timeline-dot--completed{background:#f5c518}.driver-order-detail__timeline-dot--current{background:#f5c518;box-shadow:0 0 0 4px #f5c5184d;animation:driverDetailPulse 2s infinite}.driver-order-detail__timeline-dot--cancelled{background:#dc2626}.driver-order-detail__timeline-line{width:2px;flex:1;margin-top:2px;background:#f5c518}.driver-order-detail__timeline-content{flex:1}.driver-order-detail__timeline-status{font-size:.875rem;font-weight:600;color:#1a1a1a}.driver-order-detail__timeline-time{font-size:.75rem;color:#737373}.driver-order-detail__timeline-note{font-size:.75rem;color:#737373;font-style:italic;margin-top:2px}.driver-order-detail__footer{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #E5E5E5}.driver-order-detail__btn--close{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600}.driver-order-detail__btn--close:hover{background:#d4d4d4}@keyframes driverDetailPulse{0%,to{box-shadow:0 0 0 4px #f5c5184d}50%{box-shadow:0 0 0 8px #f5c5181a}}@media (max-width: 768px){.driver-order-detail__grid{grid-template-columns:1fr}}@media (max-width: 480px){.driver-order-detail__grid{grid-template-columns:1fr}.driver-order-detail__footer{flex-direction:column}.driver-order-detail__btn--close{width:100%}}.driver-deliveries{display:flex;flex-direction:column;gap:1.5rem}.driver-deliveries__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.driver-deliveries__stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;display:flex;align-items:center;gap:1rem}.driver-deliveries__stat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.driver-deliveries__stat-icon--pickups{background:#fff8dc;color:#1a1a1a}.driver-deliveries__stat-icon--deliveries{background:#16a34a1a;color:#16a34a}.driver-deliveries__stat-icon--total{background:#f5f5f5;color:#1a1a1a}.driver-deliveries__stat-info{display:flex;flex-direction:column}.driver-deliveries__stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1}.driver-deliveries__stat-label{font-size:.75rem;color:#737373}.driver-deliveries__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.driver-deliveries__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-deliveries__count,.driver-deliveries__date{font-size:.875rem;color:#737373}.driver-deliveries__list{display:flex;flex-direction:column;gap:1rem}.driver-deliveries__loading{padding:3rem;text-align:center;color:#737373}.driver-deliveries__error{color:#dc2626;font-size:.875rem}.driver-deliveries__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.driver-deliveries__empty-icon{color:#d4d4d4}.driver-deliveries__empty-text{font-size:1rem;color:#737373}.driver-deliveries__empty-link{color:#e0b115;font-weight:600;text-decoration:underline}.driver-deliveries__empty-link:hover{color:#1a1a1a}@media (max-width: 768px){.driver-deliveries__stats{grid-template-columns:1fr}}@media (max-width: 480px){.driver-deliveries__header{flex-direction:column;align-items:flex-start;gap:.25rem}.driver-deliveries__title{font-size:1.25rem}}.driver-earnings{display:flex;flex-direction:column;gap:1.5rem}.driver-earnings__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}@media (max-width: 768px){.driver-earnings__title{font-size:1.25rem}}.driver-earnings__summary{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (min-width: 1024px){.driver-earnings__summary{grid-template-columns:repeat(4,1fr);gap:1rem}}.driver-earnings__stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1rem;display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.driver-earnings__stat-card{padding:1.5rem;gap:1rem}}.driver-earnings__stat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (min-width: 768px){.driver-earnings__stat-icon{width:40px;height:40px}}.driver-earnings__stat-icon--earned{background:#f5c5181a;color:#f5c518}.driver-earnings__stat-icon--paid{background:#16a34a1a;color:#16a34a}.driver-earnings__stat-icon--routes{background:#3b82f61a;color:#3b82f6}.driver-earnings__stat-icon--hours{background:#f5f5f5;color:#1a1a1a}.driver-earnings__stat-info{display:flex;flex-direction:column}.driver-earnings__stat-amount{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1}@media (min-width: 768px){.driver-earnings__stat-amount{font-size:1.5rem}}.driver-earnings__stat-label{font-size:.75rem;color:#737373}.driver-earnings__list-section{display:flex;flex-direction:column;gap:1rem}.driver-earnings__list-title{font-size:1rem;font-weight:700;color:#1a1a1a}.driver-earnings__items{display:flex;flex-direction:column;gap:.25rem}.driver-earnings__pay-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #F5F5F5;border-radius:8px;cursor:pointer;transition:border-color .15s;width:100%;text-align:left}.driver-earnings__pay-item:hover{border-color:#f5c518}@media (max-width: 480px){.driver-earnings__pay-item{flex-direction:column;align-items:flex-start;gap:.25rem}}.driver-earnings__pay-date{font-size:.875rem;color:#737373;min-width:100px}@media (max-width: 480px){.driver-earnings__pay-date{min-width:auto}}.driver-earnings__pay-route{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.driver-earnings__pay-route-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.driver-earnings__pay-stops{font-size:.75rem;color:#737373}.driver-earnings__pay-hours{font-size:.875rem;color:#525252;min-width:60px}@media (max-width: 480px){.driver-earnings__pay-hours{min-width:auto}}.driver-earnings__pay-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}@media (max-width: 480px){.driver-earnings__pay-meta{align-items:flex-start}}.driver-earnings__pay-amount{font-size:1rem;font-weight:700;color:#1a1a1a;min-width:70px;text-align:right}@media (max-width: 480px){.driver-earnings__pay-amount{min-width:auto;text-align:left}}.driver-earnings__pay-status{min-width:80px}@media (max-width: 480px){.driver-earnings__pay-status{min-width:auto}}.driver-earnings__pay-adjusted{font-size:.75rem;color:#737373;font-style:italic}.driver-earnings__status-badge{display:inline-flex;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.driver-earnings__status-badge--pending{background:#f5f5f5;color:#525252}.driver-earnings__status-badge--approved{background:#fff8dc;color:#b45309}.driver-earnings__status-badge--paid{background:#16a34a1a;color:#16a34a}.driver-earnings__detail{display:flex;flex-direction:column;gap:1.5rem}.driver-earnings__detail-header{display:flex;align-items:center;justify-content:space-between}.driver-earnings__detail-route{font-size:1.125rem;font-weight:700;color:#1a1a1a}.driver-earnings__detail-date{font-size:.875rem;color:#737373}.driver-earnings__breakdown{display:flex;flex-direction:column;gap:.5rem;background:#fafafa;border-radius:8px;padding:1rem}.driver-earnings__breakdown-title{font-size:.875rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.03em}.driver-earnings__breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0;font-size:.875rem}.driver-earnings__breakdown-label{color:#525252}.driver-earnings__breakdown-value{color:#1a1a1a;font-weight:500}.driver-earnings__breakdown-divider{height:1px;background:#e5e5e5;margin:.25rem 0}.driver-earnings__breakdown-total{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem}.driver-earnings__breakdown-total-label{font-size:1rem;font-weight:600;color:#1a1a1a}.driver-earnings__breakdown-total-amount{font-size:1.25rem;font-weight:700;color:#1a1a1a}.driver-earnings__minimum-note{font-size:.75rem;color:#b45309;background:#fff8dc;padding:.25rem .5rem;border-radius:4px}.driver-earnings__override-note{font-size:.75rem;color:#525252;font-style:italic}.driver-earnings__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center;color:#737373}.driver-earnings__loading{padding:3rem;text-align:center;color:#737373}@media (max-width: 480px){.driver-earnings__header{flex-direction:column;align-items:flex-start;gap:.25rem}.driver-earnings__title{font-size:1.25rem}.driver-earnings__summary,.driver-earnings__stats{grid-template-columns:1fr}.driver-earnings__pay-item,.driver-earnings__route-card{padding:1rem}}.notification-prefs{display:flex;flex-direction:column;gap:1rem}.notification-prefs__header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.notification-prefs__header-icon{color:#f5c518;width:20px;height:20px;flex-shrink:0;margin-top:2px}.notification-prefs__header-content{display:flex;flex-direction:column;gap:2px}.notification-prefs__title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.notification-prefs__description{font-size:.875rem;color:#737373}.sms-consent{border:1px solid #E5E5E5;border-radius:8px;background:#fafafa;padding:0 1rem 1rem}.sms-consent__toggle-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.sms-consent__label{font-size:1rem;font-weight:500;color:#1a1a1a}.sms-consent__status{font-size:.85rem;color:#888;margin-top:.25rem}.sms-consent__disclaimer{font-size:.8rem;color:#999;margin-top:.5rem;line-height:1.4}.notification-prefs__disabled-note{font-size:.75rem;color:#737373;font-style:italic;margin-top:.25rem}.notification-prefs__list{display:flex;flex-direction:column;gap:0}.notification-prefs__item{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1rem 0;border-bottom:1px solid #F5F5F5;gap:.5rem}@media (min-width: 480px){.notification-prefs__item{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}}.notification-prefs__item:last-child{border-bottom:none}.notification-prefs__item--disabled{opacity:.4;pointer-events:none}.notification-prefs__item-info{display:flex;flex-direction:column;gap:2px;flex:1}.notification-prefs__item-label{font-size:.875rem;font-weight:500;color:#1a1a1a}.notification-prefs__item-desc{font-size:.75rem;color:#737373}.notification-prefs__toggle{width:40px;height:22px;border-radius:11px;border:none;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0;align-self:flex-end}@media (min-width: 480px){.notification-prefs__toggle{align-self:auto}}.notification-prefs__toggle--on{background:#16a34a}.notification-prefs__toggle--off{background:#d4d4d4}.notification-prefs__toggle-knob{position:absolute;top:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 2px #0000000d}.notification-prefs__toggle--on .notification-prefs__toggle-knob{left:20px}.notification-prefs__toggle--off .notification-prefs__toggle-knob{left:2px}.notification-prefs__toggle--saving{opacity:.6}.notification-prefs__toggle-spinner{position:absolute;top:7px;left:50%;width:8px;height:8px;margin-left:-4px;border-radius:50%;background:#fffc;animation:notification-prefs-pulse .9s ease-in-out infinite}@keyframes notification-prefs-pulse{0%,to{opacity:.4}50%{opacity:1}}.notification-prefs__loading{padding:2rem;text-align:center;color:#737373;font-size:.875rem}.driver-notifications{display:flex;flex-direction:column;gap:1.5rem}.driver-notifications__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-notifications__card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:2rem;max-width:600px}.enter-weight__content{display:flex;flex-direction:column;gap:1rem}.enter-weight__order-info{font-size:.875rem;color:#525252}.enter-weight__total{font-size:1rem;color:#1a1a1a;text-align:center;padding:.5rem;background:#fafafa;border-radius:4px}.enter-weight__total strong{font-size:1.125rem;font-weight:700}.enter-weight__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}.enter-weight__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.enter-weight__btn--cancel:hover{background:#d4d4d4}.enter-weight__btn--submit{padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.enter-weight__btn--submit:hover{background:#e0b115}.enter-weight__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.enter-weight__footer{flex-direction:column}.enter-weight__btn--cancel,.enter-weight__btn--submit{width:100%}}.driver-orders{display:flex;flex-direction:column;gap:1.5rem}.driver-orders__header{display:flex;align-items:center;justify-content:space-between}.driver-orders__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-orders__count{font-size:.875rem;color:#737373}.driver-orders__filters{display:flex;gap:1rem;align-items:flex-end}.driver-orders__status-filter{max-width:220px}.driver-orders__sort{max-width:180px}.driver-orders__list{display:flex;flex-direction:column;gap:1rem}.driver-orders__loading{padding:3rem;text-align:center;color:#737373}.driver-orders__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.driver-orders__empty-icon{color:#d4d4d4}.driver-orders__empty-text{font-size:1rem;color:#737373}.driver-orders__error{background:#dc262614;color:#dc2626;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}@media (max-width: 480px){.driver-orders__header{flex-direction:column;align-items:flex-start;gap:.25rem}.driver-orders__title{font-size:1.25rem}.driver-orders__filters{flex-direction:column;width:100%}.driver-orders__status-filter,.driver-orders__sort{max-width:100%;width:100%}}.driver-pickups{display:flex;flex-direction:column;gap:1.5rem}.driver-pickups__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.driver-pickups__stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;display:flex;align-items:center;gap:1rem}.driver-pickups__stat-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.driver-pickups__stat-icon--pickups{background:#fff8dc;color:#1a1a1a}.driver-pickups__stat-icon--deliveries{background:#16a34a1a;color:#16a34a}.driver-pickups__stat-icon--total{background:#f5f5f5;color:#1a1a1a}.driver-pickups__stat-info{display:flex;flex-direction:column}.driver-pickups__stat-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1}.driver-pickups__stat-label{font-size:.75rem;color:#737373}.driver-pickups__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.driver-pickups__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-pickups__count,.driver-pickups__date{font-size:.875rem;color:#737373}.driver-pickups__list{display:flex;flex-direction:column;gap:1rem}.driver-pickups__loading{padding:3rem;text-align:center;color:#737373}.driver-pickups__error{color:#dc2626;font-size:.875rem}.driver-pickups__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.driver-pickups__empty-icon{color:#d4d4d4}.driver-pickups__empty-text{font-size:1rem;color:#737373}.driver-pickups__empty-link{color:#e0b115;font-weight:600;text-decoration:underline}.driver-pickups__empty-link:hover{color:#1a1a1a}@media (max-width: 768px){.driver-pickups__stats{grid-template-columns:1fr}}@media (max-width: 480px){.driver-pickups__header{flex-direction:column;align-items:flex-start;gap:.25rem}.driver-pickups__title{font-size:1.25rem}.driver-pickups__stat-card{padding:1rem}.driver-pickups__stat-value{font-size:1.25rem}}.driver-history{display:flex;flex-direction:column;gap:1.5rem}.driver-history__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.driver-history__filters{display:flex;gap:1rem}.driver-history__filter-btn{padding:.25rem 1rem;border:1px solid #D4D4D4;border-radius:8px;background:#fff;color:#525252;font-size:.875rem;font-weight:600;cursor:pointer}.driver-history__filter-btn:hover{background:#f5f5f5;color:#1a1a1a}.driver-history__filter-btn--active{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.driver-history__list{display:flex;flex-direction:column;gap:.5rem}.driver-history__item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #E5E5E5;border-radius:8px}.driver-history__item-info{flex:1;display:flex;flex-direction:column;gap:2px}.driver-history__item-customer{font-size:1rem;font-weight:600;color:#1a1a1a}.driver-history__item-date{font-size:.75rem;color:#737373}.driver-history__item-details{font-size:.875rem;color:#525252}.driver-history__item-amount{font-size:1rem;font-weight:700;color:#1a1a1a;min-width:80px;text-align:right}.driver-history__empty{padding:3rem;text-align:center;color:#737373}.driver-route-map{width:100%;height:300px;border-radius:8px;overflow:hidden;border:1px solid #E5E5E5;position:relative}@media (min-width: 768px){.driver-route-map{height:400px}}@media (min-width: 1024px){.driver-route-map{height:500px}}.driver-route-map__container{width:100%;height:100%}.driver-route-map__no-data{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;z-index:1;font-size:.875rem;color:#737373}.driver-route-map__info{position:absolute;bottom:.5rem;left:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:.25rem .5rem;display:flex;gap:.5rem;align-items:center;z-index:1}@media (min-width: 768px){.driver-route-map__info{bottom:1rem;left:1rem;padding:.5rem 1rem;gap:1rem}}.driver-route-map__info-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#1a1a1a}@media (min-width: 768px){.driver-route-map__info-item{font-size:.875rem}}.driver-route-map__info-icon{color:#f5c518;width:16px;height:16px}.driver-route-map__info-unavailable{font-size:.75rem;color:#737373}.driver-route-map__marker{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#1a1a1a;cursor:pointer;border:2px solid #FFFFFF;box-shadow:0 2px 6px #0000004d;position:relative}@media (min-width: 768px){.driver-route-map__marker{width:32px;height:32px;font-size:13px;border:3px solid #FFFFFF}}.driver-route-map__marker--pickup{background:#f5c518;color:#1a1a1a}.driver-route-map__marker--delivery{background:#3b82f6;color:#fff}.driver-route-map__hub-marker{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#f5c518;background:#1a1a1a;border:2px solid #F5C518;box-shadow:0 2px 6px #00000059}@media (min-width: 768px){.driver-route-map__hub-marker{width:36px;height:36px;border:3px solid #F5C518}}.driver-route-map__marker-label{position:absolute;top:100%;margin-top:2px;font-size:9px;font-weight:700;color:#525252;background:#fff;padding:0 3px;border-radius:2px;white-space:nowrap}.driver-route-map .mapboxgl-popup-content{border-radius:8px!important;padding:1rem!important;box-shadow:0 4px 12px #0000001a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;max-width:260px!important}.driver-route-map__popup{display:flex;flex-direction:column;gap:.25rem}.driver-route-map__popup-header{display:flex;align-items:center;gap:.25rem}.driver-route-map__popup-stop{width:22px;height:22px;border-radius:50%;background:#f5c518;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.driver-route-map__popup-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.driver-route-map__popup-address{font-size:.75rem;color:#525252}.driver-route-map__popup-time,.driver-route-map__popup-bags{font-size:.75rem;color:#737373}.driver-route-map__popup-status{font-size:.75rem;font-weight:500}.driver-route-map__popup-stop-type{display:inline-flex;width:fit-content;padding:2px .25rem;border-radius:999px;font-size:.75rem;font-weight:700}.driver-route-map__popup-stop-type--pickup{background:#fff8dc;color:#1a1a1a}.driver-route-map__popup-stop-type--delivery{background:#dbeafe;color:#1d4ed8}.driver-route-map__popup-instructions{font-size:.75rem;color:#525252;font-style:italic;background:#fafafa;padding:2px .25rem;border-radius:2px}.driver-route-map__popup-actions{display:flex;gap:.5rem;margin-top:.25rem}.driver-route-map__popup-navigate{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;text-decoration:none}.driver-route-map__popup-navigate:hover{background:#e0b115}.driver-route-map__popup-detail{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer}.driver-route-map__popup-detail:hover{background:#d4d4d4}@media (max-width: 480px){.driver-route-map{height:350px}.driver-route-map__info{bottom:.5rem;left:.5rem;padding:.25rem .5rem}.driver-route-map__info-item{font-size:.75rem}}.driver-stop{display:flex;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #E5E5E5;border-radius:8px;transition:all .2s}@media (min-width: 768px){.driver-stop{gap:1rem;padding:1rem}}.driver-stop--completed{opacity:.6;border-left:3px solid #16A34A}.driver-stop__indicator{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0;min-width:32px}@media (min-width: 768px){.driver-stop__indicator{min-width:40px}}.driver-stop__number{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}@media (min-width: 768px){.driver-stop__number{width:28px;height:28px;font-size:.75rem}}.driver-stop__number--pickup{background:#f5c518;color:#1a1a1a}.driver-stop__number--delivery{background:#3b82f6;color:#fff}.driver-stop__type-label{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737373}@media (min-width: 768px){.driver-stop__type-label{font-size:9px}}.driver-stop__content{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.driver-stop__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.driver-stop__customer{font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.driver-stop__customer{font-size:1rem}}.driver-stop__address{font-size:.75rem;color:#525252;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.driver-stop__address{font-size:.875rem}}.driver-stop__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.driver-stop__time-pill{display:inline-flex;padding:1px .25rem;border-radius:999px;font-size:10px;font-weight:600;background:#fff8dc;color:#1a1a1a}.driver-stop__bags,.driver-stop__weight{font-size:.75rem;color:#737373}.driver-stop__weight--entered{color:#1a1a1a;font-weight:500}.driver-stop__photo-count{display:inline-flex;align-items:center;gap:2px;font-size:.75rem;color:#16a34a;font-weight:500}.driver-stop__instructions{font-size:.75rem;color:#525252;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.driver-stop__actions{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;padding-top:.25rem}@media (min-width: 480px){.driver-stop__actions{gap:.5rem}}.driver-stop__primary-btn{display:flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.25rem .5rem;border:none;border-radius:8px;flex:1;justify-content:center;min-width:0;font-weight:600;cursor:pointer;transition:all .15s}@media (min-width: 768px){.driver-stop__primary-btn{font-size:.875rem;padding:.25rem 1rem;flex:none}}.driver-stop__primary-btn--pickup{background:#f5c518;color:#1a1a1a}.driver-stop__primary-btn--pickup:hover{background:#e0b115}.driver-stop__primary-btn--weight{background:#1a1a1a;color:#f5c518}.driver-stop__primary-btn--weight:hover{background:#262626}.driver-stop__primary-btn--hub{background:#4338ca;color:#fff}.driver-stop__primary-btn--hub:hover{background:#3730a3}.driver-stop__primary-btn--out{background:#f5c518;color:#1a1a1a}.driver-stop__primary-btn--out:hover{background:#e0b115}.driver-stop__primary-btn--delivered{background:#16a34a;color:#fff}.driver-stop__primary-btn--delivered:hover{background:#15803d}.driver-stop__primary-btn-icon{width:14px;height:14px}.driver-stop__completed-text{font-size:.875rem;color:#16a34a;font-weight:600;display:flex;align-items:center;gap:.25rem}.driver-stop__secondary{display:flex;align-items:center;gap:.25rem}@media (min-width: 768px){.driver-stop__secondary{gap:.5rem;margin-left:auto}}.driver-stop__link{display:flex;align-items:center;gap:2px;background:none;border:none;font-size:.75rem;cursor:pointer;color:#737373;padding:0;text-decoration:none}.driver-stop__link:hover{color:#1a1a1a}.driver-stop__link--navigate{color:#e0b115}.driver-stop__link--navigate:hover{color:#1a1a1a}.driver-stop__link--damage{color:#dc2626}.driver-stop__link--damage:hover{color:#b21d1d}.driver-stop__link-icon{width:12px;height:12px}.photo-capture{display:flex;flex-direction:column;gap:1rem;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.photo-capture__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.photo-capture__header-left{display:flex;align-items:center;gap:.25rem}.photo-capture__title{font-size:1rem;font-weight:600;color:#1a1a1a}.photo-capture__required{font-size:.75rem;font-weight:600;color:#dc2626;background:#dc26261a;padding:2px .5rem;border-radius:999px}.photo-capture__count{font-size:.75rem;color:#737373}.photo-capture__existing{display:flex;gap:.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.photo-capture__thumb-wrapper{position:relative;flex-shrink:0;border:none;background:none;padding:0;cursor:pointer}.photo-capture__thumb{width:64px;height:64px;border-radius:4px;object-fit:cover;border:2px solid #E5E5E5;cursor:pointer}@media (min-width: 768px){.photo-capture__thumb{width:72px;height:72px}}.photo-capture__thumb-check{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.photo-capture__capture{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border:2px dashed #D4D4D4;border-radius:8px;background:#fafafa;text-align:center;min-height:180px}.photo-capture__capture-icon{color:#a3a3a3}.photo-capture__capture-text{font-size:.875rem;color:#737373}.photo-capture__capture-buttons{display:flex;gap:.5rem;width:100%}.photo-capture__camera-btn,.photo-capture__gallery-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;min-height:48px}.photo-capture__camera-btn{background:#f5c518;color:#1a1a1a}.photo-capture__camera-btn:hover{background:#e0b115}.photo-capture__gallery-btn{background:#e5e5e5;color:#1a1a1a}.photo-capture__gallery-btn:hover{background:#d4d4d4}.photo-capture__btn-icon{width:16px;height:16px}.photo-capture__hidden-input{display:none}.photo-capture__preview{display:flex;flex-direction:column;gap:1rem;border:1px solid #E5E5E5;border-radius:8px;padding:1rem;background:#fff}.photo-capture__preview-image{width:100%;max-height:300px;object-fit:contain;border-radius:4px;background:#fafafa}.photo-capture__caption-input{width:100%;padding:.5rem 1rem;border:1px solid #D4D4D4;border-radius:8px;font-size:.875rem}.photo-capture__caption-input:focus{outline:none;border-color:#f5c518}.photo-capture__caption-input::placeholder{color:#a3a3a3}.photo-capture__preview-actions{display:flex;gap:.5rem;flex-wrap:wrap}.photo-capture__upload-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}.photo-capture__upload-btn:hover{background:#e0b115}.photo-capture__upload-btn:disabled{opacity:.6;cursor:not-allowed}.photo-capture__retake-btn{padding:.5rem 1rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer}.photo-capture__retake-btn:hover{background:#d4d4d4}.photo-capture__progress{width:100%;height:4px;background:#e5e5e5;border-radius:2px;overflow:hidden}.photo-capture__progress-bar{height:100%;background:#f5c518;border-radius:2px;transition:width .3s ease}.photo-capture__error{font-size:.875rem;color:#dc2626;background:#dc26261a;padding:.5rem 1rem;border-radius:4px}.photo-capture__max-reached{font-size:.875rem;color:#737373;text-align:center;padding:1rem}.photo-capture__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:310;background:#000c;display:flex;align-items:center;justify-content:center;padding:1rem}.photo-capture__lightbox-image{max-width:90vw;max-height:85vh;border-radius:8px;object-fit:contain}.driver-route-view{display:flex;flex-direction:column;gap:1rem}.driver-route-view__header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width: 768px){.driver-route-view__header{flex-direction:row;align-items:center;justify-content:space-between}}.driver-route-view__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.driver-route-view__title{font-size:1.5rem}}.driver-route-view__date{font-size:.875rem;color:#737373}.driver-route-view__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem;width:100%}@media (min-width: 768px){.driver-route-view__stats{display:flex;gap:.5rem;width:auto}}.driver-route-view__stat{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;font-size:.75rem;font-weight:600}@media (min-width: 768px){.driver-route-view__stat{font-size:.875rem}}.driver-route-view__stat--pickups{border-left:3px solid #F5C518}.driver-route-view__stat--deliveries{border-left:3px solid #3B82F6}.driver-route-view__stat--distance,.driver-route-view__stat--duration{border-left:3px solid #A3A3A3}.driver-route-view__stat-icon{width:14px;height:14px}.driver-route-view__map{height:300px;border-radius:8px;overflow:hidden}@media (min-width: 768px){.driver-route-view__map{height:400px}}@media (min-width: 1024px){.driver-route-view__map{height:500px}}.driver-route-view__tabs{display:flex;border-bottom:2px solid #E5E5E5;gap:0}.driver-route-view__tab{flex:1;font-size:.75rem;padding:.5rem .25rem;background:none;border:none;font-weight:500;color:#a3a3a3;border-bottom:2px solid transparent;margin-bottom:-2px;text-align:center;cursor:pointer;transition:all .2s}@media (min-width: 768px){.driver-route-view__tab{font-size:.875rem;padding:.5rem}}.driver-route-view__tab--active{color:#1a1a1a;border-bottom-color:#f5c518;font-weight:600}.driver-route-view__stops{display:flex;flex-direction:column;gap:.5rem}.driver-route-view__hub{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fafafa;border-radius:8px;border:1px dashed #D4D4D4}@media (min-width: 768px){.driver-route-view__hub{gap:1rem;padding:1rem}}.driver-route-view__hub-icon{width:28px;height:28px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;flex-shrink:0}.driver-route-view__hub-info{display:flex;flex-direction:column}.driver-route-view__hub-name{font-size:.75rem;font-weight:600;color:#1a1a1a}@media (min-width: 768px){.driver-route-view__hub-name{font-size:.875rem}}.driver-route-view__hub-address{font-size:.75rem;color:#525252}.driver-route-view__gmaps{display:flex;justify-content:center;padding:1rem 0}.driver-route-view__gmaps-btn{display:flex;align-items:center;gap:.5rem;width:100%;justify-content:center;padding:.5rem 1rem;background:#fff;color:#1a1a1a;border:1px solid #D4D4D4;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}@media (min-width: 768px){.driver-route-view__gmaps-btn{width:auto;padding:.5rem 2rem}}.driver-route-view__gmaps-btn:hover{background:#f5f5f5}.driver-route-view__gmaps-btn:disabled{opacity:.5;cursor:not-allowed}.driver-route-view__summary{flex-direction:column;gap:.25rem;padding:.5rem}@media (min-width: 480px){.driver-route-view__summary{flex-direction:row;gap:1rem;padding:1rem}}.driver-route-view__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.driver-route-view__empty-icon{color:#d4d4d4}.driver-route-view__empty-text{font-size:1rem;color:#737373}.driver-route-view__loading{padding:3rem;text-align:center;color:#737373}.about{padding:3rem 2rem;background:#fff}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto;align-items:center}@media (max-width: 768px){.about__content{grid-template-columns:1fr}}.about__text{display:flex;flex-direction:column;gap:1rem}.about__title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.about__paragraph{font-size:.875rem;color:#525252;line-height:1.7}.about__branding{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 768px){.about__branding{order:-1}}.about__logo{max-width:300px;height:auto}.about__accent{width:60px;height:4px;background:#f5c518;border-radius:2px}.faq{padding:3rem 2rem;background:#fafafa}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.faq__list{max-width:700px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.faq__item{border-bottom:1px solid #F5F5F5}.faq__item:last-child{border-bottom:none}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-size:1rem;font-weight:500;color:#1a1a1a;transition:all .2s}.faq__question:hover{background:#fafafa}.faq__question--open{font-weight:600}.faq__question-icon{color:#a3a3a3;width:18px;height:18px;flex-shrink:0;transition:transform .2s}.faq__question-icon--open{transform:rotate(180deg)}.faq__answer{padding:0 1.5rem 1rem;font-size:.875rem;color:#525252;line-height:1.6;animation:faq-fade-in .2s ease}@keyframes faq-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;padding-top:96px;background:#fff;text-align:center}.hero__logo{max-width:280px;height:auto;margin-bottom:2rem}@media (max-width: 768px){.hero__logo{max-width:200px}}.hero__tagline{font-size:2rem;font-weight:700;color:#1a1a1a;max-width:600px;line-height:1.2;margin-bottom:1rem}@media (max-width: 768px){.hero__tagline{font-size:1.5rem}}.hero__subtitle{font-size:1rem;color:#525252;max-width:500px;line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.hero__subtitle{font-size:.875rem}}.hero__ctas{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem}@media (max-width: 480px){.hero__ctas{flex-direction:column;width:100%;max-width:320px}}.hero__cta-primary{padding:1rem 3rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.hero__cta-primary:hover{background:#e0b115;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}@media (max-width: 480px){.hero__cta-primary{width:100%}}.hero__cta-secondary{padding:1rem 3rem;background:#fff;color:#1a1a1a;border:1px solid #D4D4D4;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.hero__cta-secondary:hover{background:#fafafa;border-color:#a3a3a3}@media (max-width: 480px){.hero__cta-secondary{width:100%}}.hero__trust{font-size:.875rem;color:#737373}.how-it-works{padding:3rem 2rem;background:#fafafa}.how-it-works__header{text-align:center;margin-bottom:3rem}.how-it-works__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.how-it-works__subtitle{font-size:1rem;color:#737373}.how-it-works__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;position:relative}@media (max-width: 1024px){.how-it-works__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.how-it-works__steps{grid-template-columns:1fr;max-width:320px}}.how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;position:relative}.how-it-works__step-number{width:48px;height:48px;border-radius:50%;background:#f5c518;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;z-index:1}.how-it-works__step-icon{color:#737373;width:32px;height:32px}.how-it-works__step-title{font-size:1rem;font-weight:600;color:#1a1a1a}.how-it-works__step-desc{font-size:.875rem;color:#525252;max-width:240px;line-height:1.5}.how-it-works__step:not(:last-child):after{content:"";position:absolute;top:24px;left:calc(50% + 32px);width:calc(100% - 64px);height:2px;border-top:2px dashed #D4D4D4;z-index:0}@media (max-width: 1024px){.how-it-works__step:not(:last-child):after{display:none}}.landing-footer{background:#1a1a1a;padding:3rem 2rem 1.5rem;color:#a3a3a3}.landing-footer__content{display:grid;grid-template-columns:1.5fr 1fr 1.5fr;gap:3rem;max-width:900px;margin:0 auto}@media (max-width: 768px){.landing-footer__content{grid-template-columns:1fr;gap:2rem}}.landing-footer__brand{display:flex;flex-direction:column;gap:.5rem}.landing-footer__logo{max-width:160px;height:auto}.landing-footer__brand-text{font-size:.875rem;color:#a3a3a3;line-height:1.5}.landing-footer__section-title{font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.landing-footer__links{display:flex;flex-direction:column;gap:.5rem}.landing-footer__link{font-size:.875rem;color:#a3a3a3;background:none;border:none;text-decoration:none;text-align:left;cursor:pointer;padding:0;transition:color .2s}.landing-footer__link:hover{color:#f5c518}.landing-footer__contact{display:flex;flex-direction:column;gap:.5rem}.landing-footer__contact-item{display:flex;align-items:flex-start;gap:.25rem;font-size:.875rem;color:#a3a3a3}.landing-footer__contact-item a{color:#a3a3a3;text-decoration:none}.landing-footer__contact-item a:hover{color:#f5c518}.landing-footer__contact-icon{color:#f5c518;width:14px;height:14px;flex-shrink:0;margin-top:2px}.landing-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;margin-top:2rem;border-top:1px solid #262626;max-width:900px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.landing-footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}.landing-footer__copyright,.landing-footer__made{font-size:.75rem;color:#737373}.landing-footer__bottom-right{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.landing-footer__bottom-right{flex-direction:column;gap:.25rem}}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;height:64px;transition:all .3s}.landing-nav--transparent{background:transparent}.landing-nav--scrolled{background:#fff;box-shadow:0 1px 2px #0000000d}.landing-nav__logo-btn{background:none;border:none;padding:0;display:inline-flex;align-items:center;cursor:pointer}.landing-nav__logo{height:36px;width:auto;cursor:pointer}.landing-nav__links{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}@media (max-width: 768px){.landing-nav__links{display:none}}.landing-nav__link{font-size:.875rem;color:#525252;font-weight:500;cursor:pointer;transition:color .2s;background:none;border:none}.landing-nav__link:hover{color:#1a1a1a}.landing-nav__auth{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.landing-nav__auth{display:none}}.landing-nav__login{font-size:.875rem;color:#404040;font-weight:500;background:none;border:none;cursor:pointer;padding:.25rem .5rem}.landing-nav__login:hover{color:#1a1a1a}.landing-nav__signup{font-size:.875rem;color:#1a1a1a;font-weight:600;background:#f5c518;border:none;border-radius:8px;padding:.25rem 1.5rem;cursor:pointer;transition:background .2s}.landing-nav__signup:hover{background:#e0b115}.landing-nav__mobile-toggle{display:none;background:none;border:none;color:#1a1a1a;cursor:pointer}@media (max-width: 768px){.landing-nav__mobile-toggle{display:flex;align-items:center}}.landing-nav__mobile-menu{position:absolute;top:64px;left:0;right:0;background:#fff;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;padding:1rem 2rem;gap:1rem;border-bottom:1px solid #E5E5E5}.landing-nav__mobile-link{font-size:1rem;color:#404040;font-weight:500;padding:.5rem 0;border:none;background:none;text-align:left;cursor:pointer}.landing-nav__mobile-link:hover{color:#1a1a1a}.landing-nav__mobile-auth{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid #E5E5E5}.landing-nav__mobile-login{font-size:1rem;color:#404040;font-weight:500;background:none;border:none;padding:.5rem 0;text-align:left;cursor:pointer}.landing-nav__mobile-signup{font-size:1rem;color:#1a1a1a;font-weight:600;background:#f5c518;border:none;border-radius:8px;padding:.5rem;text-align:center;cursor:pointer}.pricing{padding:3rem 2rem;background:#fff}.pricing__header{text-align:center;margin-bottom:3rem}.pricing__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.pricing__subtitle{font-size:1rem;color:#737373}.pricing__card{max-width:400px;margin:0 auto;background:#fff;border:2px solid #F5C518;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 12px #0000001a}.pricing__service-label{font-size:.875rem;font-weight:600;color:#525252;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.pricing__price-row{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.pricing__price{font-size:2rem;font-weight:800;color:#1a1a1a}.pricing__price-unit{font-size:1.125rem;color:#737373;font-weight:500}.pricing__price-loading{width:80px;height:40px;background:#e5e5e5;border-radius:4px;animation:pricing-pulse 1.5s ease-in-out infinite;margin:0 auto 1.5rem}@keyframes pricing-pulse{0%,to{opacity:1}50%{opacity:.5}}.pricing__divider{height:1px;background:#e5e5e5;margin-bottom:1.5rem}.pricing__features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;text-align:left;list-style:none;padding:0}.pricing__feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#404040}.pricing__feature-icon{color:#16a34a;width:18px;height:18px;flex-shrink:0}.pricing__cta{width:100%;padding:1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.pricing__cta:hover{background:#e0b115;transform:translateY(-1px)}.pricing__fine-print{font-size:.75rem;color:#a3a3a3;margin-top:1rem}.pricing__note{font-size:.75rem;color:#a3a3a3;text-align:center;margin-top:1.5rem}.service-area{padding:3rem 2rem;background:#fafafa}.service-area__header{text-align:center;margin-bottom:3rem}.service-area__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.service-area__subtitle{font-size:1rem;color:#737373}.service-area__counties{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}@media (max-width: 1024px){.service-area__counties{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.service-area__counties{grid-template-columns:1fr}}.service-area__county{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.service-area__county-header{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.service-area__county-icon{color:#f5c518;width:18px;height:18px}.service-area__county-name{font-size:1.125rem;font-weight:700;color:#1a1a1a}.service-area__county-cities{font-size:.875rem;color:#525252;line-height:1.6}.service-area__note{font-size:.875rem;color:#737373;text-align:center;margin-top:2rem}.testimonials{padding:3rem 2rem;background:#fff}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.testimonials__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}@media (max-width: 1024px){.testimonials__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.testimonials__cards{grid-template-columns:1fr}}.testimonials__card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.testimonials__stars{display:flex;gap:2px}.testimonials__star{color:#f5c518;width:16px;height:16px}.testimonials__quote{font-size:.875rem;color:#404040;font-style:italic;line-height:1.6}.testimonials__author{display:flex;flex-direction:column}.testimonials__author-name{font-size:.875rem;font-weight:600;color:#1a1a1a}.testimonials__author-location{font-size:.75rem;color:#737373}.landing{display:flex;flex-direction:column;min-height:100vh}.cancel-order__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.cancel-order__icon{color:#dc2626}.cancel-order__message{font-size:1rem;color:#1a1a1a}.cancel-order__order-info{font-size:.875rem;color:#525252}.cancel-order__fee-notice{font-size:.875rem;color:#404040;background:#fee2e2;padding:.5rem 1rem;border-radius:4px;width:100%}.cancel-order__fee-notice strong{color:#dc2626}.cancel-order__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;width:100%}.cancel-order__btn--keep{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.cancel-order__btn--keep:hover{background:#d4d4d4}.cancel-order__btn--cancel{padding:.5rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600}.cancel-order__btn--cancel:hover{background:#b91c1c}.cancel-order__btn--cancel:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.cancel-order__footer{flex-direction:column}.cancel-order__btn--keep,.cancel-order__btn--cancel{width:100%}}.order-card{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.order-card{padding:1.5rem}}.order-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#f5c518}.order-card--cancelled{opacity:.7}.order-card--cancelled:hover{box-shadow:0 1px 2px #0000000d}.order-card__header{display:flex;align-items:center;justify-content:space-between}.order-card__date{font-size:.75rem;color:#a3a3a3}.order-card__body{display:flex;flex-direction:column;gap:.25rem}.order-card__info-row{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#404040}.order-card__info-icon{flex-shrink:0;color:#a3a3a3;width:16px;height:16px}.order-card__info-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card__info-text--secondary{color:#525252}.order-card__footer{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding-top:.25rem;border-top:1px solid #F5F5F5}@media (min-width: 480px){.order-card__footer{flex-direction:row;align-items:center;justify-content:space-between;gap:0}}.order-card__price{font-size:1rem;font-weight:700;color:#1a1a1a}.order-card__price--estimated{font-size:.875rem;font-weight:500;color:#737373}.order-card__cancel-btn{background:none;border:none;color:#dc2626;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;transition:all .15s}.order-card__cancel-btn:hover{background:#dc26261a}.order-card__delivery{font-size:.75rem;color:#737373}@media (max-width: 480px){.order-card{padding:1rem}.order-card__footer{flex-wrap:wrap;gap:.25rem}.order-card__info-text{max-width:240px}}.order-detail__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.order-detail__order-id{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#a3a3a3}.order-detail__copy-btn{background:none;border:none;color:#a3a3a3;padding:2px;cursor:pointer;display:flex;align-items:center}.order-detail__copy-btn:hover{color:#1a1a1a}.order-detail__copied{color:#16a34a;font-weight:600}.order-detail__timeline{display:flex;flex-direction:column;gap:0;margin-bottom:2rem;padding-left:0}@media (min-width: 768px){.order-detail__timeline{padding-left:.5rem}}.order-detail__timeline-item{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.order-detail__timeline-item:last-child{padding-bottom:0}.order-detail__timeline-marker{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.order-detail__timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.order-detail__timeline-dot--completed{background:#f5c518}.order-detail__timeline-dot--current{background:#f5c518;box-shadow:0 0 0 4px #f5c5184d;animation:pulse 2s infinite}.order-detail__timeline-dot--future{background:#d4d4d4}.order-detail__timeline-dot--cancelled{background:#dc2626}.order-detail__timeline-line{width:2px;flex:1;margin-top:2px}.order-detail__timeline-line--completed{background:#f5c518}.order-detail__timeline-line--future{width:0;border-left:2px dashed #E5E5E5}.order-detail__timeline-content{padding-top:0;flex:1}.order-detail__timeline-status{font-size:.875rem;font-weight:600;color:#1a1a1a}.order-detail__timeline-status--cancelled{color:#dc2626}.order-detail__timeline-time{font-size:.75rem;color:#737373}.order-detail__timeline-note{font-size:.75rem;color:#737373;font-style:italic;margin-top:2px}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #f5c5184d}50%{box-shadow:0 0 0 8px #f5c5181a}}.order-detail__section{margin-bottom:1.5rem}.order-detail__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #F5F5F5}.order-detail__grid{display:grid;grid-template-columns:1fr;gap:.5rem 2rem}@media (min-width: 768px){.order-detail__grid{grid-template-columns:1fr 1fr}}.order-detail__field{display:flex;flex-direction:column;gap:2px}.order-detail__field-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.order-detail__field-value{font-size:.875rem;color:#404040}.order-detail__field-value--pending{color:#a3a3a3;font-style:italic}.order-detail__instructions{background:#fafafa;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;color:#525252;font-style:italic}.order-detail__photos-status{font-size:.875rem;color:#737373}.order-detail__photos-status--error{color:#dc2626}.order-detail__driver{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#404040}.order-detail__cancellation{background:#fee2e2;border:1px solid rgba(220,38,38,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.order-detail__cancellation-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem;gap:.5rem}.order-detail__cancellation-row:last-child{margin-bottom:0}.order-detail__cancellation-label{color:#525252}.order-detail__cancellation-value{color:#dc2626;font-weight:500;text-align:right}.order-detail__footer{display:flex;flex-direction:column-reverse;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}@media (min-width: 768px){.order-detail__footer{flex-direction:row;justify-content:flex-end}}.order-detail__btn--cancel{display:flex;align-items:center;padding:.5rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;text-align:center;justify-content:center}@media (min-width: 768px){.order-detail__btn--cancel{width:auto}}.order-detail__btn--cancel:hover{background:#b91c1c}.order-detail__btn--close{display:flex;align-items:center;padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;text-align:center;justify-content:center}@media (min-width: 768px){.order-detail__btn--close{width:auto}}.order-detail__btn--close:hover{background:#d4d4d4}@media (max-width: 480px){.order-detail__grid{grid-template-columns:1fr}.order-detail__footer{flex-direction:column}.order-detail__btn--cancel,.order-detail__btn--close{width:100%;text-align:center;justify-content:center}.order-detail__timeline-item{gap:.5rem}}.my-orders{display:flex;flex-direction:column;gap:1.5rem}.my-orders__header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}@media (min-width: 768px){.my-orders__header{flex-direction:row;align-items:center;justify-content:space-between}}.my-orders__title{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.my-orders__title{font-size:1.5rem}}.my-orders__count{font-size:.875rem;color:#737373}.my-orders__filters{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width: 768px){.my-orders__filters{flex-direction:row;gap:1rem;width:auto;align-items:flex-end}}.my-orders__search{max-width:100%}@media (min-width: 768px){.my-orders__search{max-width:280px;flex:1}}.my-orders__status-filter{max-width:100%}@media (min-width: 768px){.my-orders__status-filter{max-width:200px}}.my-orders__sort{max-width:100%}@media (min-width: 768px){.my-orders__sort{max-width:200px}}.my-orders__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.my-orders__list{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 1024px){.my-orders__list{grid-template-columns:repeat(2,1fr)}}.my-orders__loading{padding:3rem;text-align:center;color:#737373}.my-orders__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.my-orders__empty-icon{color:#d4d4d4}.my-orders__empty-text{font-size:1rem;color:#737373}.my-orders__empty-link{color:#e0b115;font-weight:600;text-decoration:underline;cursor:pointer}.my-orders__empty-link:hover{color:#1a1a1a}@media (max-width: 480px){.my-orders__header{flex-direction:column;align-items:flex-start;gap:.25rem}.my-orders__title{font-size:1.25rem}.my-orders__filters{flex-direction:column}.my-orders__search,.my-orders__status-filter,.my-orders__sort{max-width:100%;width:100%}.my-orders__list{grid-template-columns:1fr}}@media (max-width: 768px){.my-orders__list{grid-template-columns:1fr}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-page__content{max-width:800px;margin:0 auto;padding:96px 2rem 3rem;flex:1}.legal-page__title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem}.legal-page__date{font-size:.875rem;color:#737373;margin-bottom:3rem}.legal-page__body h2{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-top:2rem;margin-bottom:.5rem}.legal-page__body h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-top:1.5rem;margin-bottom:.25rem}.legal-page__body p{font-size:.875rem;color:#404040;line-height:1.7;margin-bottom:1rem}.legal-page__body ul{font-size:.875rem;color:#404040;line-height:1.7;margin-bottom:1rem;padding-left:2rem}.legal-page__body li{margin-bottom:.25rem}.legal-page__body a{color:#e0b115;text-decoration:underline}.legal-page__body a:hover{color:#1a1a1a}.legal-page__body strong{font-weight:600;color:#1a1a1a}.add-card-modal{display:flex;flex-direction:column;gap:1rem}.add-card-modal__form{display:flex;flex-direction:column;gap:1.5rem}.add-card-modal__submit{width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.add-card-modal__submit:hover{background:#e0b115}.add-card-modal__submit:disabled{opacity:.6;cursor:not-allowed}.add-card-modal__loading{text-align:center;padding:2rem;color:#737373;font-size:.875rem}.add-card-modal__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}@media (max-width: 480px){.add-card-modal__footer{flex-direction:column}.add-card-modal__btn--cancel,.add-card-modal__btn--submit,.add-card-modal__submit{width:100%}}.change-password-modal__form{display:flex;flex-direction:column;gap:1rem}.change-password-modal__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem}.change-password-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}.change-password-modal__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.change-password-modal__btn--cancel:hover{background:#d4d4d4}.change-password-modal__btn--submit{padding:.5rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600}.change-password-modal__btn--submit:hover{background:#262626}.change-password-modal__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.change-password-modal__footer{flex-direction:column}.change-password-modal__btn--cancel,.change-password-modal__btn--submit{width:100%}}.delete-account-modal__content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.delete-account-modal__icon{color:#dc2626}.delete-account-modal__warning{font-size:.875rem;color:#404040;line-height:1.6;max-width:360px}.delete-account-modal__confirm-label{font-size:.875rem;color:#404040;font-weight:500;align-self:flex-start;width:100%}.delete-account-modal__confirm-label strong{color:#dc2626}.delete-account-modal__input{width:100%}.delete-account-modal__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;width:100%}.delete-account-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;width:100%}.delete-account-modal__btn--cancel{padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}.delete-account-modal__btn--cancel:hover{background:#d4d4d4}.delete-account-modal__btn--delete{padding:.5rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600}.delete-account-modal__btn--delete:hover{background:#b21d1d}.delete-account-modal__btn--delete:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 480px){.delete-account-modal__footer{flex-direction:column}.delete-account-modal__btn--cancel,.delete-account-modal__btn--delete{width:100%}}.edit-profile-modal__section{margin-bottom:1.5rem}.edit-profile-modal__section-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:1px solid #E5E5E5}.edit-profile-modal__row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.edit-profile-modal__row{flex-direction:row}}.edit-profile-modal__col{flex:1}.edit-profile-modal__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem}.edit-profile-modal__footer{display:flex;flex-direction:column-reverse;gap:.5rem;padding-top:1.5rem;border-top:1px solid #E5E5E5}@media (min-width: 768px){.edit-profile-modal__footer{flex-direction:row;justify-content:flex-end}}.edit-profile-modal__btn--cancel{display:flex;align-items:center;padding:.5rem 1.5rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;width:100%;text-align:center;justify-content:center}@media (min-width: 768px){.edit-profile-modal__btn--cancel{width:auto}}.edit-profile-modal__btn--cancel:hover{background:#d4d4d4}.edit-profile-modal__btn--submit{display:flex;align-items:center;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;width:100%;text-align:center;justify-content:center}@media (min-width: 768px){.edit-profile-modal__btn--submit{width:auto}}.edit-profile-modal__btn--submit:hover{background:#e0b115}.edit-profile-modal__btn--submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.edit-profile-modal__row{flex-direction:column}.edit-profile-modal__col{width:100%}.edit-profile-modal__footer{flex-direction:column}.edit-profile-modal__btn--cancel,.edit-profile-modal__btn--submit{width:100%}}.payment-history{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.payment-history__title{font-size:1rem;font-weight:700;color:#1a1a1a}.payment-history__list{display:flex;flex-direction:column;gap:.25rem}.payment-history__item{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fafafa;border-radius:4px}@media (max-width: 480px){.payment-history__item{flex-direction:column;align-items:flex-start;gap:.25rem}}.payment-history__item-date{font-size:.75rem;color:#737373;min-width:90px}@media (max-width: 480px){.payment-history__item-date{min-width:auto}}.payment-history__item-desc{font-size:.875rem;color:#404040;flex:1}.payment-history__item-amount{font-size:.875rem;font-weight:700;color:#1a1a1a;min-width:70px;text-align:right}@media (max-width: 480px){.payment-history__item-amount{min-width:auto;text-align:left}}.payment-history__item-status{min-width:80px}@media (max-width: 480px){.payment-history__item-status{min-width:auto}}.payment-history__invoice-link{font-size:.75rem;color:#e0b115;font-weight:500}.payment-history__invoice-link:hover{text-decoration:underline;color:#1a1a1a}.payment-history__empty{text-align:center;padding:2rem;color:#737373;font-size:.875rem}.payment-history__loading{text-align:center;padding:2rem;color:#737373}@media (max-width: 480px){.payment-history__item{flex-direction:column;align-items:flex-start;gap:.25rem}.payment-history__item-date{min-width:auto}.payment-history__item-amount{text-align:left}.payment-history__item-status{min-width:auto;text-align:left}.payment-history__invoice-link{min-width:auto}}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-methods__header{display:flex;align-items:center;justify-content:space-between}@media (max-width: 480px){.payment-methods__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.payment-methods__title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.payment-methods__add-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}.payment-methods__add-btn:hover{background:#e0b115}@media (max-width: 480px){.payment-methods__add-btn{width:100%;justify-content:center}}.payment-methods__add-icon{width:16px;height:16px}.payment-methods__list{display:flex;flex-direction:column;gap:.5rem}.payment-methods__card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #E5E5E5;border-radius:8px}@media (max-width: 480px){.payment-methods__card{flex-direction:column;align-items:flex-start;gap:.5rem}}.payment-methods__card--default{border-color:#f5c518;background:#fff8dc}.payment-methods__card-info{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;flex-wrap:wrap}.payment-methods__card-brand{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;min-width:80px}.payment-methods__card-brand--visa{color:#1a1f71}.payment-methods__card-brand--mastercard{color:#eb001b}.payment-methods__card-brand--amex{color:#006fcf}.payment-methods__card-brand--discover{color:#ff6000}.payment-methods__card-brand--default{color:#737373}.payment-methods__card-number{font-size:1rem;font-family:monospace;color:#1a1a1a;letter-spacing:.05em}@media (min-width: 768px){.payment-methods__card-number{letter-spacing:.1em}}.payment-methods__card-expiry{font-size:.875rem;color:#737373}.payment-methods__card-default-badge{display:inline-flex;padding:2px .5rem;background:#f5c518;color:#1a1a1a;font-size:.75rem;font-weight:600;border-radius:999px}.payment-methods__card-actions{display:flex;align-items:center;gap:.5rem}@media (max-width: 480px){.payment-methods__card-actions{width:100%;justify-content:flex-end}}.payment-methods__set-default-btn{background:none;border:none;color:#737373;font-size:.75rem;cursor:pointer;padding:.25rem}.payment-methods__set-default-btn:hover{color:#e0b115;text-decoration:underline}.payment-methods__remove-btn{background:none;border:none;color:#a3a3a3;cursor:pointer;padding:.25rem;display:flex;align-items:center}.payment-methods__remove-btn:hover{color:#dc2626}.payment-methods__remove-icon{width:16px;height:16px}.payment-methods__empty{text-align:center;padding:2rem;color:#737373;font-size:.875rem}.payment-methods__loading{text-align:center;padding:2rem;color:#737373}@media (max-width: 480px){.payment-methods__header{flex-direction:column;align-items:flex-start;gap:.5rem}.payment-methods__add-btn{width:100%;justify-content:center}.payment-methods__card{flex-direction:column;align-items:flex-start;gap:.5rem}.payment-methods__card-actions{width:100%;justify-content:flex-end}}.profile-photo-upload{position:relative;display:inline-block}.profile-photo-upload__avatar{border-radius:50%;object-fit:cover;cursor:pointer;border:3px solid #E5E5E5;transition:border-color .2s}.profile-photo-upload__avatar:hover{border-color:#f5c518}.profile-photo-upload__avatar--sm{width:48px;height:48px}.profile-photo-upload__avatar--md{width:64px;height:64px}.profile-photo-upload__avatar--lg{width:96px;height:96px}.profile-photo-upload__initials{border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f5c518;color:#1a1a1a;font-weight:700;cursor:pointer;border:3px solid #E5E5E5;transition:border-color .2s}.profile-photo-upload__initials:hover{border-color:#e0b115}.profile-photo-upload__initials--sm{width:48px;height:48px;font-size:.875rem}.profile-photo-upload__initials--md{width:64px;height:64px;font-size:1rem}.profile-photo-upload__initials--lg{width:96px;height:96px;font-size:1.25rem}.profile-photo-upload__camera-badge{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF;cursor:pointer}.profile-photo-upload__camera-badge:hover{background:#262626}.profile-photo-upload__camera-icon{width:14px;height:14px}.profile-photo-upload__menu{position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%);background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:.25rem 0;z-index:20;min-width:160px;animation:profile-photo-upload-fade-in .15s ease}.profile-photo-upload__menu-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;background:none;border:none;font-size:.875rem;color:#404040;cursor:pointer;text-align:left}.profile-photo-upload__menu-item:hover{background:#fafafa;color:#1a1a1a}.profile-photo-upload__menu-item--danger{color:#dc2626}.profile-photo-upload__menu-item--danger:hover{background:#dc26260d;color:#dc2626}.profile-photo-upload__menu-icon{width:16px;height:16px}.profile-photo-upload__uploading{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center}.profile-photo-upload__spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#f5c518;border-radius:50%;animation:profile-photo-upload-spin .8s linear infinite}.profile-photo-upload__hidden-input{display:none}.profile-photo-upload__error{position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%);background:#dc2626;color:#fff;font-size:.75rem;padding:2px .5rem;border-radius:4px;white-space:nowrap;z-index:20}@keyframes profile-photo-upload-spin{to{transform:rotate(360deg)}}@keyframes profile-photo-upload-fade-in{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.profile-view{display:flex;flex-direction:column;gap:2rem}.profile-view__header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5}@media (min-width: 768px){.profile-view__header{flex-direction:row;align-items:center;gap:1.5rem}}.profile-view__avatar{width:60px;height:60px;border-radius:50%;background:#1a1a1a;color:#f5c518;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}@media (min-width: 768px){.profile-view__avatar{width:80px;height:80px;font-size:1.25rem}}.profile-view__avatar-wrapper{flex-shrink:0}.profile-view__header-info{flex:1;display:flex;flex-direction:column;gap:2px}.profile-view__name{font-size:1.25rem;font-weight:700;color:#1a1a1a}@media (min-width: 768px){.profile-view__name{font-size:1.5rem}}.profile-view__email{font-size:.875rem;color:#737373}.profile-view__badge{display:inline-block;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600;margin-top:.25rem;width:fit-content}.profile-view__badge--customer{background:#e5e5e5;color:#404040}.profile-view__badge--driver{background:#f5c518;color:#1a1a1a}.profile-view__badge--admin{background:#1a1a1a;color:#f5c518}.profile-view__edit-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1.5rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;flex-shrink:0;align-self:flex-start;width:100%;justify-content:center}@media (min-width: 768px){.profile-view__edit-btn{align-self:auto;width:auto}}.profile-view__edit-btn:hover{background:#e0b115}.profile-view__section{display:flex;flex-direction:column;gap:1rem}.profile-view__section-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;padding-bottom:.25rem;border-bottom:1px solid #F5F5F5}.profile-view__grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.profile-view__grid{grid-template-columns:1fr 1fr;gap:1rem 2rem}}.profile-view__actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #E5E5E5;flex-direction:column}@media (min-width: 768px){.profile-view__actions{flex-direction:row}}.profile-view__field{display:flex;flex-direction:column;gap:2px}.profile-view__field-label{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.profile-view__field-value{font-size:1rem;color:#404040}.profile-view__password-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1.5rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%}@media (min-width: 768px){.profile-view__password-btn{width:auto}}.profile-view__password-btn:hover{background:#262626}.profile-view__delete-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1.5rem;background:#fff;color:#dc2626;border:1px solid #DC2626;border-radius:8px;font-size:.875rem;font-weight:600;width:100%}@media (min-width: 768px){.profile-view__delete-btn{width:auto}}.profile-view__delete-btn:hover{background:#dc26260d}@media (max-width: 480px){.profile-view__header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-view__edit-btn{width:100%;justify-content:center}.profile-view__grid{grid-template-columns:1fr}.profile-view__avatar{width:64px;height:64px;font-size:1.125rem}.profile-view__name{font-size:1.25rem}.profile-view__actions{flex-direction:column}.profile-view__password-btn,.profile-view__delete-btn{width:100%;justify-content:center}}.profile-page{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0}@media (min-width: 768px){.profile-page{padding:2rem 0}}.profile-page__card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem;max-width:100%;width:100%}@media (min-width: 768px){.profile-page__card{padding:3rem;max-width:800px}}.profile-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px;color:#737373;font-size:1rem;width:100%}.profile-page__tabs{display:flex;border-bottom:2px solid #E5E5E5;gap:0;margin-bottom:1.5rem;max-width:100%;width:100%}@media (max-width: 480px){.profile-page__tabs{gap:0}}.profile-page__tab{flex:1;padding:.5rem .25rem;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;background:none;border:none;font-size:.75rem;font-weight:500;color:#a3a3a3;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;text-align:center;cursor:pointer}@media (min-width: 768px){.profile-page__tab{font-size:1rem;padding:.5rem 1rem}}.profile-page__tab-icon{width:16px;height:16px}.profile-page__tab--active{color:#1a1a1a;border-bottom-color:#f5c518;font-weight:600}.profile-page__payments{display:flex;flex-direction:column;gap:2rem}.profile-page__payments-divider{height:1px;background:#e5e5e5}.profile-page__payments-section-title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.settings__terms-status{font-size:.9rem;color:#666;padding:.75rem 0}@media (max-width: 480px){.profile-page{padding:1rem 0}.profile-page__card{padding:1.5rem;border-radius:8px}.profile-page__tabs{margin-bottom:1rem}.profile-page__tab{font-size:.875rem;padding:.25rem .5rem}}.reset-password{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafa;padding:2rem}.reset-password__logo{max-width:180px;height:auto;margin-bottom:2rem}.reset-password__card{background:#fff;max-width:420px;width:100%;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.reset-password__icon{color:#f5c518}.reset-password__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;text-align:center}.reset-password__subtitle{font-size:.875rem;color:#737373;text-align:center}.reset-password__form{width:100%;display:flex;flex-direction:column;gap:1rem}.reset-password__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;width:100%;text-align:center}.reset-password__submit{width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.reset-password__submit:hover{background:#e0b115}.reset-password__submit:disabled{opacity:.6;cursor:not-allowed}.reset-password__success-icon{color:#16a34a}.reset-password__success-title{font-size:1.25rem;font-weight:700;color:#1a1a1a}.reset-password__success-text{font-size:.875rem;color:#525252;text-align:center}.reset-password__login-btn{width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600;margin-top:.5rem;cursor:pointer}.reset-password__login-btn:hover{background:#e0b115}.reset-password__redirect{font-size:.75rem;color:#a3a3a3;text-align:center}.reset-password__invalid{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.reset-password__invalid-icon{color:#dc2626}.reset-password__invalid-text{font-size:.875rem;color:#525252}.reset-password__invalid-link{color:#e0b115;font-weight:600;text-decoration:underline}.reset-password__invalid-link:hover{color:#1a1a1a}.date-selector{display:flex;flex-direction:column;gap:.25rem}.date-selector__cards{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#A3A3A3 #E5E5E5}.date-selector__cards::-webkit-scrollbar{height:6px}.date-selector__cards::-webkit-scrollbar-track{background:#e5e5e5;border-radius:999px}.date-selector__cards::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:999px}.date-selector__card{min-width:64px;padding:.5rem .25rem;display:flex;flex-direction:column;align-items:center;gap:2px;border:2px solid #E5E5E5;border-radius:8px;cursor:pointer;transition:all .2s;flex-shrink:0;background:#fff}@media (min-width: 768px){.date-selector__card{min-width:80px;padding:1rem .5rem}}.date-selector__card:hover{background:#f5f5f5;border-color:#d4d4d4}.date-selector__card--selected{border-color:#f5c518;background:#fff8dc}.date-selector__card--selected:hover{background:#fff8dc}.date-selector__day-name{font-size:.75rem;color:#737373;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.date-selector__day-number{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1}@media (min-width: 768px){.date-selector__day-number{font-size:1.25rem}}.date-selector__month{font-size:.75rem;color:#737373}.date-selector__card--selected .date-selector__day-name,.date-selector__card--selected .date-selector__month{color:#404040}.date-selector__error{font-size:.75rem;color:#dc2626;min-height:1rem}.order-summary{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.order-summary{padding:1.5rem}}.order-summary__section{display:flex;flex-direction:column;gap:.25rem}.order-summary__section-title{font-size:.875rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.05em}.order-summary__row{display:flex;flex-direction:column;align-items:flex-start;gap:2px}@media (min-width: 480px){.order-summary__row{flex-direction:row;align-items:center;justify-content:space-between;gap:0}}.order-summary__label{font-size:.875rem;color:#737373}.order-summary__value{font-size:.875rem;color:#1a1a1a;font-weight:500;text-align:right}.order-summary__value--highlight{color:#e0b115;font-weight:700;font-size:1rem}.order-summary__address{font-size:.875rem;color:#404040}.order-summary__instructions{font-size:.875rem;color:#525252;font-style:italic;background:#fafafa;padding:.5rem;border-radius:4px}.order-summary__note{font-size:.75rem;color:#737373;text-align:center;padding-top:.5rem;border-top:1px solid #F5F5F5}.text-area{display:flex;flex-direction:column;gap:.25rem;width:100%}.text-area__label{font-size:.875rem;font-weight:600;color:#404040}.text-area__field{width:100%;padding:.5rem 1rem;border:1px solid #D4D4D4;border-radius:8px;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .2s;outline:none;resize:vertical;min-height:6rem}.text-area__field:focus{border-color:#f5c518}.text-area__field::placeholder{color:#a3a3a3}.text-area__field--error{border-color:#dc2626}.text-area__field--error:focus{border-color:#dc2626}.text-area__error{font-size:.75rem;color:#dc2626;min-height:1rem}.terms-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.terms-modal__content{background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.terms-modal__header{padding:1.25rem 1.5rem;border-bottom:1px solid #eee;font-size:1.25rem;font-weight:600}.terms-modal__body{padding:1.5rem;overflow-y:auto;flex:1;font-size:.95rem;line-height:1.6;color:#444}.terms-modal__body ul{margin:1rem 0;padding-left:1.25rem}.terms-modal__body li{margin-bottom:.5rem}.terms-modal__body a{color:#f5c518;text-decoration:underline}.terms-modal__footer{padding:1.25rem 1.5rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.75rem}.terms-modal__checkbox{display:flex;align-items:flex-start;gap:.5rem}.terms-modal__checkbox label{font-size:.9rem;cursor:pointer;line-height:1.4}.terms-modal__checkbox input{margin-top:.25rem;cursor:pointer}.terms-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;align-items:center}.terms-modal__accept-btn{background:#f5c518;color:#1a1a1a;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer}.terms-modal__accept-btn:disabled{opacity:.5;cursor:not-allowed}.terms-modal__accept-btn--loading{opacity:.7}.terms-modal__cancel{background:none;border:none;color:#888;cursor:pointer;font-size:.9rem}.terms-modal__error{color:#e74c3c;font-size:.85rem;text-align:center}.time-window,.time-window__cards{display:flex;flex-direction:column;gap:.25rem}@media (min-width: 480px){.time-window__cards{flex-direction:row;gap:.5rem}}.time-window__card{flex:1;padding:1rem;display:flex;flex-direction:row;justify-content:flex-start;gap:.5rem;border:2px solid #E5E5E5;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}@media (min-width: 480px){.time-window__card{flex-direction:column;align-items:center;padding:1.5rem 1rem;gap:.25rem}}.time-window__card:hover{background:#f5f5f5;border-color:#d4d4d4}.time-window__card--selected{border-color:#f5c518;background:#fff8dc}.time-window__card--selected:hover{background:#fff8dc}.time-window__icon{color:#737373}.time-window__card--selected .time-window__icon{color:#1a1a1a}.time-window__label{font-size:1rem;font-weight:600;color:#1a1a1a}.time-window__range{font-size:.75rem;color:#737373;text-align:center}.time-window__error{font-size:.75rem;color:#dc2626;min-height:1rem}@media (max-width: 480px){.time-window__cards{flex-direction:column}.time-window__card{width:100%;flex:none}}.schedule{max-width:640px;margin:0 auto;padding:1rem 0}@media (min-width: 768px){.schedule{padding:2rem 0}}.schedule__card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:1.5rem}@media (min-width: 768px){.schedule__card{padding:3rem}}.schedule__title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.25rem;text-align:center}@media (min-width: 768px){.schedule__title{font-size:1.5rem}}.schedule__subtitle{font-size:.875rem;color:#737373;text-align:center;margin-bottom:2rem}.schedule__pricing-error{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:#dc262614;color:#dc2626;padding:.5rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.875rem}.schedule__pricing-retry{background:#dc2626;color:#fff;border:none;border-radius:4px;padding:4px .5rem;font-size:.75rem;font-weight:600;cursor:pointer}.schedule__pricing-retry:disabled{opacity:.6;cursor:not-allowed}.schedule__steps{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.schedule__step{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;position:relative;z-index:1}.schedule__step-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:all .2s}.schedule__step-circle--active{background:#f5c518;color:#1a1a1a}.schedule__step-circle--completed{background:#1a1a1a;color:#f5c518}.schedule__step-circle--upcoming{background:#e5e5e5;color:#a3a3a3}.schedule__step-label{font-size:.75rem;color:#737373;font-weight:500}.schedule__step-line{height:2px;flex:1;background:#e5e5e5;align-self:center;margin-top:-18px}.schedule__step-line--completed{background:#1a1a1a}.schedule__form{display:flex;flex-direction:column}.schedule__section{margin-bottom:1.5rem}.schedule__section-label{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.schedule__address-toggle{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.schedule__address-toggle-checkbox{width:18px;height:18px;accent-color:#F5C518;cursor:pointer}.schedule__address-toggle-label{font-size:.875rem;color:#404040;cursor:pointer}.schedule__address-readonly{background:#fafafa;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;color:#404040;border:1px solid #E5E5E5}.schedule__address-fields,.schedule__address-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.schedule__address-row{flex-direction:row}}.schedule__address-col{flex:1}.schedule__bag-stepper{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.schedule__bag-btn{width:40px;height:40px;border-radius:8px;border:1px solid #D4D4D4;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#1a1a1a;transition:all .15s}.schedule__bag-btn:hover:not(:disabled){background:#f5f5f5;border-color:#a3a3a3}.schedule__bag-btn:disabled{opacity:.3;cursor:not-allowed}.schedule__bag-count{font-size:1.5rem;font-weight:700;color:#1a1a1a;min-width:40px;text-align:center}.schedule__bag-label{font-size:.875rem;color:#737373}.schedule__char-count{font-size:.75rem;color:#a3a3a3;text-align:right;margin-top:2px}.schedule__char-count--warning{color:#dc2626}.schedule__info-box{background:#fff8dc;border:1px solid #F5C518;border-radius:8px;padding:1rem;font-size:.875rem;color:#1a1a1a;line-height:1.5;margin-bottom:1.5rem}.schedule__buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}@media (min-width: 768px){.schedule__buttons{flex-direction:row}}.schedule__btn--back{flex:none;width:100%;padding:.5rem 1rem;background:#e5e5e5;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}@media (min-width: 768px){.schedule__btn--back{flex:1;width:auto}}.schedule__btn--back:hover{background:#d4d4d4}.schedule__btn--next{flex:none;width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:600}@media (min-width: 768px){.schedule__btn--next{flex:1;width:auto}}.schedule__btn--next:hover{background:#e0b115}.schedule__btn--confirm{flex:none;width:100%;padding:.5rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:1rem;font-weight:700}@media (min-width: 768px){.schedule__btn--confirm{flex:1;width:auto}}.schedule__btn--confirm:hover{background:#e0b115}.schedule__btn--confirm:disabled{opacity:.6;cursor:not-allowed}.schedule__error{background:#dc26261a;color:#dc2626;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem}.schedule__payment-warning{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:#fff8dc;border:1px solid #F5C518;border-radius:8px;padding:1rem;margin-bottom:1rem}@media (min-width: 768px){.schedule__payment-warning{flex-direction:row;align-items:center;gap:1rem}}.schedule__payment-warning-icon{color:#1a1a1a;flex-shrink:0}.schedule__payment-warning-text{font-size:.875rem;color:#1a1a1a;flex:1}.schedule__payment-warning-btn{padding:.25rem 1rem;background:#f5c518;color:#1a1a1a;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%}.schedule__payment-warning-btn:hover{background:#e0b115}@media (min-width: 768px){.schedule__payment-warning-btn{width:auto;flex-shrink:0}}.schedule__payment-confirmed{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#16a34a;margin-bottom:1rem}.schedule__payment-confirmed-icon{width:16px;height:16px}.schedule__success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;text-align:center}.schedule__success-icon{color:#16a34a}.schedule__success-title{font-size:1.5rem;font-weight:700;color:#1a1a1a}.schedule__success-message{font-size:1rem;color:#525252;max-width:400px}.schedule__success-delivery{font-size:.875rem;color:#737373}.schedule__success-id{font-size:.75rem;color:#a3a3a3}.schedule__success-buttons{display:flex;flex-direction:column;width:100%;gap:.5rem;margin-top:1rem}@media (min-width: 768px){.schedule__success-buttons{flex-direction:row;width:auto}}.schedule__success-btn--orders{padding:.5rem 2rem;background:#1a1a1a;color:#f5c518;border:none;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;text-align:center}@media (min-width: 768px){.schedule__success-btn--orders{width:auto}}.schedule__success-btn--orders:hover{background:#262626}.schedule__success-btn--another{padding:.5rem 2rem;background:#fff;color:#1a1a1a;border:1px solid #D4D4D4;border-radius:8px;font-size:.875rem;font-weight:600;width:100%;text-align:center}@media (min-width: 768px){.schedule__success-btn--another{width:auto}}.schedule__success-btn--another:hover{background:#f5f5f5}@media (max-width: 480px){.schedule{padding:1rem 0}.schedule__card{padding:1.5rem;border-radius:8px}.schedule__title{font-size:1.25rem}.schedule__section-label{font-size:.875rem}.time-window__cards{flex-direction:column}.time-window__card{flex:none;width:100%}.date-selector__cards{padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.date-selector__card{min-width:68px}.schedule__bag-stepper{justify-content:center}.schedule__address-row{flex-direction:column}.schedule__address-col{width:100%}.schedule__buttons{flex-direction:column-reverse}.schedule__btn--back,.schedule__btn--next,.schedule__btn--confirm{width:100%;min-height:48px}.order-summary{padding:1rem}.order-summary__row{flex-direction:column;gap:2px;align-items:flex-start}.schedule__payment-warning{flex-direction:column;text-align:center}.schedule__payment-warning-btn{width:100%}.schedule__success{padding:1.5rem}.schedule__success-buttons{flex-direction:column;width:100%}.schedule__success-btn--orders,.schedule__success-btn--another{width:100%;text-align:center}}
