.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:20px;right:24px}.toast-item{pointer-events:auto;background:#111;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;min-width:260px;max-width:380px;padding:12px 18px;animation:.3s cubic-bezier(.16,1,.3,1) toast-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080}@keyframes toast-in{0%{opacity:0;transform:translate(40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.toast-success .toast-icon{color:#10b981;background:#10b98126}.toast-error .toast-icon{color:#ef4444;background:#ef444426}.toast-info .toast-icon{color:#3b82f6;background:#3b82f626}.toast-text{color:#ffffffd9;font-size:13px;font-weight:500;line-height:1.35}.toast-timer{border-radius:0 0 10px 10px;height:2px;animation:3s linear forwards toast-timer;position:absolute;bottom:0;left:0}.toast-success .toast-timer{background:#10b981}.toast-error .toast-timer{background:#ef4444}.toast-info .toast-timer{background:#3b82f6}@keyframes toast-timer{0%{width:100%}to{width:0%}}@media (width<=480px){.toast-container{inset:auto 12px 90px}.toast-item{border-radius:8px;min-width:auto;max-width:none;padding:10px 14px}.toast-icon{width:24px;height:24px}.toast-icon svg{width:14px;height:14px}.toast-text{font-size:12px}}.wrc-card{background:var(--dash-surface);border:1px solid var(--dash-border-subtle);height:auto;min-height:0;color:var(--dash-text);font-family:var(--font-body);box-shadow:none;border-radius:16px;align-self:start;margin:0;padding:0;transition:border-color .24s,box-shadow .24s;overflow:visible}.wrc-card.attention{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24}.wrc-header{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;min-height:0;padding:18px 24px;display:flex}.wrc-card.open .wrc-header{min-height:auto;padding:18px 24px 0}.wrc-header span{min-width:0;display:block}.wrc-header strong{color:var(--dash-text);font-family:var(--font-body);letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.2}.wrc-chevron,.wrc-country-chevron{color:var(--dash-text);flex-shrink:0;transition:transform .24s cubic-bezier(.22,1,.36,1)}.wrc-card:not(.open) .wrc-chevron{transform:rotate(180deg)}.wrc-body-shell{opacity:0;max-height:0;transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .22s,transform .34s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:translateY(-8px)}.wrc-card.open .wrc-body-shell{opacity:1;height:auto;overflow:visible;transform:none}.wrc-body{gap:16px;height:auto;min-height:0;padding:14px 24px 0;display:grid;overflow:hidden}.wrc-card.open .wrc-body{padding-bottom:18px;overflow:visible}.wrc-rider-list{gap:8px;display:grid}.wrc-rider-pill{background:var(--dash-elevated);border:1px solid var(--dash-border-subtle);color:var(--dash-text);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.wrc-rider-pill.active{border-color:var(--dash-text)}.rider-autocomplete-field{position:relative}.rider-autocomplete-dropdown{z-index:50;border:1px solid var(--dash-border-subtle);background:#fff;border-radius:16px;width:100%;max-height:260px;padding:6px;animation:.16s ease-out riderAutocompleteIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden auto;box-shadow:0 16px 40px #0000001f}@keyframes riderAutocompleteIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.rider-autocomplete-option{color:#111827;cursor:pointer;width:100%;min-height:56px;font:inherit;text-align:left;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;padding:10px 12px;transition:background .12s;display:flex}.rider-autocomplete-option:hover,.rider-autocomplete-option.active{background:#f3f3f3}.rider-autocomplete-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.rider-autocomplete-meta{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:500;overflow:hidden}.wrc-rider-edit{min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;flex:1;gap:3px;padding:0;display:grid}.wrc-rider-edit strong{color:var(--dash-text);font-size:13px;font-weight:700}.wrc-rider-edit small{color:var(--dash-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.wrc-rider-remove{width:28px;height:28px;color:var(--dash-text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:background .15s,color .15s;display:inline-flex}.wrc-rider-edit:hover strong{text-underline-offset:3px;text-decoration:underline}.wrc-rider-remove:hover{background:var(--dash-elevated-hover);color:var(--dash-text)}.wrc-name-grid{grid-template-columns:1fr;gap:16px;display:grid}.wrc-name-grid label,.wrc-phone-label{gap:9px;display:grid}.wrc-name-grid span,.wrc-phone-label>span{color:var(--dash-text);font-size:14px;font-weight:700}.wrc-phone-label>span small{color:var(--dash-text-muted);margin-left:8px;font-size:12px;font-weight:500}.wrc-name-grid input,.wrc-phone-input,.wrc-country-trigger,.wrc-country-popover input{background:var(--dash-input-bg,var(--dash-elevated));min-height:42px;color:var(--dash-text);font:inherit;border:1px solid #0000;border-radius:12px;outline:none;font-size:15px;transition:background .15s,border-color .15s,box-shadow .15s}.wrc-name-grid input,.wrc-phone-input,.wrc-country-popover input{width:100%;padding:0 16px}.wrc-name-grid input::-moz-placeholder{color:var(--dash-text-muted);opacity:.72}.wrc-phone-input::-moz-placeholder{color:var(--dash-text-muted);opacity:.72}.wrc-country-popover input::-moz-placeholder{color:var(--dash-text-muted);opacity:.72}.wrc-name-grid input::placeholder,.wrc-phone-input::placeholder,.wrc-country-popover input::placeholder{color:var(--dash-text-muted);opacity:.72}.wrc-name-grid input:focus,.wrc-phone-input:focus,.wrc-country-popover input:focus{background:var(--dash-input-bg-focus,var(--dash-surface));border-color:var(--dash-text);box-shadow:0 0 0 1px var(--dash-text)}.wrc-phone-row{grid-template-columns:132px minmax(0,1fr);gap:12px;display:grid}.wrc-country-picker{z-index:3;position:relative}.wrc-country-picker:focus-within{z-index:60}.wrc-country-trigger{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:0 16px;font-weight:750;display:flex}.wrc-country-trigger-label{align-items:center;gap:8px;min-width:0;display:inline-flex}.wrc-country-trigger-flag{font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;font-size:18px;line-height:1}.wrc-country-picker:has(.wrc-country-popover) .wrc-country-chevron{transform:rotate(180deg)}.wrc-country-popover{z-index:70;background:var(--dash-surface);border:1px solid var(--dash-border);width:min(320px,82vw);box-shadow:var(--dash-shadow-strong);border-radius:14px;padding:10px;animation:.18s ease-out wrc-popover-in;position:absolute;top:calc(100% + 8px);left:0}@keyframes wrc-popover-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wrc-country-popover input{min-height:42px;margin-bottom:8px}.wrc-country-list{gap:3px;max-height:220px;padding-right:2px;display:grid;overflow:auto}.wrc-country-list button{color:var(--dash-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;transition:background .12s;display:grid}.wrc-country-list button:hover,.wrc-country-list button[aria-selected=true]{background:var(--dash-elevated)}.wrc-country-flag{text-align:center;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;font-size:18px;line-height:1}.wrc-country-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.wrc-country-code{color:var(--dash-text-muted);font-variant-numeric:tabular-nums;font-weight:700}.wrc-secondary-phones{gap:9px;display:grid}.wrc-secondary-phones-heading span{color:var(--dash-text);font-size:14px;font-weight:700}.wrc-secondary-phone-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.wrc-secondary-phone-list li{background:var(--dash-elevated);color:var(--dash-text);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:14px;display:flex}.wrc-secondary-phone-list button,.wrc-secondary-phone-add-button{cursor:pointer;font:inherit;border:0}.wrc-secondary-phone-list button{width:28px;height:28px;color:var(--dash-text-muted);background:0 0;border-radius:999px;flex-shrink:0;font-size:20px;line-height:1;transition:background .15s,color .15s}.wrc-secondary-phone-list button:hover{background:var(--dash-elevated-hover);color:var(--dash-text)}.wrc-secondary-phone-add{grid-template-columns:132px minmax(0,1fr) auto;align-items:stretch;gap:8px;display:grid}.wrc-secondary-phone-add-button{background:var(--dash-elevated);min-height:42px;color:var(--dash-text);border-radius:12px;align-self:end;padding:0 14px;font-size:14px;font-weight:750;transition:background .15s}.wrc-secondary-phone-add-button:hover:not(:disabled){background:var(--dash-elevated-hover)}.wrc-secondary-phone-add-button:disabled{cursor:not-allowed;opacity:.5}.wrc-footer{border-top:1px solid var(--dash-border-subtle);padding-top:12px}.wrc-add-btn{background:var(--dash-elevated);color:var(--dash-text);cursor:pointer;font:inherit;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:10px 14px;font-size:14px;font-weight:750;transition:background .15s,transform .15s;display:inline-flex}.wrc-add-btn:hover{background:var(--dash-elevated-hover)}.wrc-add-btn:active{transform:translateY(1px)}.wrc-add-btn:disabled{cursor:not-allowed;opacity:.5}.wrc-card :is(button,input):focus-visible{outline:2px solid var(--dash-text);outline-offset:2px}html[data-theme=light] .wrc-card{background:#fff}html[data-theme=dark] .wrc-card{background:var(--dash-surface);border-color:var(--dash-border-subtle)}html[data-theme=light] .wrc-name-grid input,html[data-theme=light] .wrc-phone-input,html[data-theme=light] .wrc-country-trigger,html[data-theme=light] .wrc-country-popover input{background:#f3f3f3}html[data-theme=light] .wrc-name-grid input:focus,html[data-theme=light] .wrc-phone-input:focus,html[data-theme=light] .wrc-country-popover input:focus{background:#fff}html[data-theme=dark] .wrc-name-grid input,html[data-theme=dark] .wrc-phone-input,html[data-theme=dark] .wrc-country-trigger,html[data-theme=dark] .wrc-country-popover input{background:#ffffff0f}@media (width<=760px){.wrc-header{min-height:0;padding:16px 20px}.wrc-card.open .wrc-header{padding:16px 20px 0}.wrc-header strong{font-size:22px}.wrc-body{padding:12px 20px 0}.wrc-card.open .wrc-body{padding-bottom:16px}.wrc-name-grid,.wrc-phone-row,.wrc-secondary-phone-add{grid-template-columns:1fr}.wrc-secondary-phone-add-button{width:100%}}@media (width<=390px){.wrc-header{padding:15px 16px}.wrc-card.open .wrc-header{padding:15px 16px 0}.wrc-header strong{font-size:20px}.wrc-body{padding:12px 16px 0}.wrc-card.open .wrc-body{padding-bottom:15px}}@media (prefers-reduced-motion:reduce){.wrc-card *,.wrc-card :before,.wrc-card :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.pac-wrapper{margin-bottom:8px;position:relative}.pac-input-row{align-items:center;display:flex;position:relative}.pac-search-icon{color:var(--dash-text-muted);pointer-events:none;z-index:1;position:absolute;left:12px}.pac-input{padding-left:34px!important}.pac-input::placeholder{color:var(--dash-text-faint);opacity:1}.pac-input-clearable{padding-right:64px!important}.pac-clear{z-index:2;color:#ef4444;font-family:var(--font-body);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600;line-height:1;transition:color .15s,opacity .15s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.pac-clear:hover{color:#f87171}.pac-action-menu{z-index:1;transform-origin:top;will-change:max-height, opacity, transform;background:#fffffffa;border:1px solid #0f172a14;border-radius:16px;max-height:170px;margin:8px 0 0;padding:8px;animation:.28s cubic-bezier(.22,1,.36,1) pac-action-expand;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f172a29}.pac-action-row{width:100%;color:var(--dash-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:10px;transition:background .16s,transform .16s;display:flex}.pac-action-row:hover:not(:disabled),.pac-action-row:focus-visible:not(:disabled){background:#1118270f;outline:none;transform:translateY(-1px)}.pac-action-row:disabled{cursor:not-allowed;opacity:.55}.pac-action-icon{color:#111827;background:#f3f4f6;border-radius:11px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.pac-action-text{flex-direction:column;gap:2px;min-width:0;display:flex}.pac-action-title{color:#111827;font-size:13px;font-weight:700}.pac-action-subtitle{color:#6b7280;font-size:11px;font-weight:500;line-height:1.35}html[data-theme=dark] .pac-action-menu{background:#151515fa;border-color:#ffffff1f;box-shadow:0 18px 40px #0000006b}html[data-theme=dark] .pac-action-row:hover:not(:disabled),html[data-theme=dark] .pac-action-row:focus-visible:not(:disabled){background:#ffffff1a}html[data-theme=dark] .pac-action-icon{color:#f5f5f5;background:#ffffff14}html[data-theme=dark] .pac-action-title{color:#f5f5f5}html[data-theme=dark] .pac-action-subtitle{color:#ffffff9e}.pac-dropdown{z-index:1000;background:var(--dash-surface);border:1px solid var(--dash-border);box-shadow:var(--dash-shadow-strong);border-radius:10px;max-height:240px;margin:4px 0 0;padding:4px 0;list-style:none;animation:.15s ease-out pac-slide-in;position:absolute;top:100%;left:0;right:0;overflow-y:auto}@keyframes pac-slide-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes pac-action-expand{0%{opacity:0;max-height:0;transform:translateY(-6px)scaleY(.96)}to{opacity:1;max-height:170px;transform:translateY(0)scaleY(1)}}.pac-item{cursor:pointer;flex-direction:column;gap:2px;padding:10px 14px;transition:background .1s;display:flex}.pac-item+.pac-item{border-top:1px solid var(--dash-border-subtle)}.pac-item:hover,.pac-item-active{background:var(--dash-elevated-hover)}.pac-item-main{color:var(--dash-text);font-size:13px;font-weight:500}.pac-item-secondary{color:var(--dash-text-muted);font-size:11px;line-height:1.3}.pac-dropdown::-webkit-scrollbar{width:4px}.pac-dropdown::-webkit-scrollbar-track{background:0 0}.pac-dropdown::-webkit-scrollbar-thumb{background:var(--dash-border-strong);border-radius:2px}@media (width<=480px){.pac-input{padding:11px 12px 11px 34px!important;font-size:16px!important}.pac-input-clearable{padding-right:64px!important}.pac-search-icon{left:10px}.pac-dropdown{border-radius:8px;max-height:200px}.pac-action-menu{border-radius:14px}.pac-action-row{padding:12px 10px}.pac-item{padding:12px 14px}.pac-item-main{font-size:14px}.pac-item-secondary{margin-top:2px;font-size:12px}}.dtp-wrapper{margin-bottom:8px;position:relative}.dtp-pair{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:6px;display:grid}.dtp-trigger{width:100%;min-height:46px;color:var(--dash-text);cursor:pointer;font:inherit;text-align:left;background:#f4f4f5;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;font-size:15px;font-weight:500;line-height:1;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.dtp-trigger:hover{background:#eceef0}.dtp-trigger[aria-expanded=true]{border-color:var(--dash-text);box-shadow:0 0 0 1px var(--dash-text);background:#f4f4f5}.dtp-display{min-width:0;color:var(--dash-text);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dtp-chevron{width:14px;height:14px;color:var(--dash-text);flex-shrink:0}.dtp-overlay{display:none}.dtp-popover{z-index:2200;color:#111;background:#fafafa;border:1px solid #00000014;border-radius:14px;width:300px;max-height:calc(100vh - 24px);padding:16px;animation:.18s ease-out dtp-appear;position:fixed;overflow:auto;box-shadow:0 18px 60px #0003}.dtp-popover.open-up{animation-name:dtp-appear-up}.dtp-time-popover{padding:18px}@keyframes dtp-appear{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes dtp-appear-up{0%{opacity:0;transform:translateY(6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dtp-nav{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dtp-nav-btn{color:#71717a;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,color .15s;display:inline-flex}.dtp-nav-btn:hover{color:#111;background:#f4f4f5}.dtp-nav-label{color:#111;align-items:center;gap:18px;font-size:18px;font-weight:600;display:inline-flex}.dtp-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.dtp-day-header{color:#71717a;padding:6px 0;font-size:13px;font-weight:500}.dtp-cell{aspect-ratio:1;color:#111;cursor:pointer;font-family:var(--font-body);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:15px;transition:background .12s,color .12s,transform .1s,box-shadow .12s;display:inline-flex}.dtp-cell:hover:not(.dtp-empty):not(:disabled){background:#f4f4f5}.dtp-cell:active:not(.dtp-empty):not(:disabled){transform:scale(.92)}.dtp-cell:disabled{color:var(--dash-text-faint,#c9c9c9);cursor:not-allowed;background:0 0!important}.dtp-cell.today:not(.selected){box-shadow:inset 0 0 0 1px #111}.dtp-cell.selected{color:#fff;background:#000;font-weight:600}.dtp-empty{cursor:default}.dtp-ampm-seg{background:#f4f4f5;border-radius:999px;grid-template-columns:1fr 1fr;margin-bottom:16px;padding:4px;display:grid;position:relative}.dtp-ampm-btn{z-index:1;color:#71717a;cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;transition:color .2s;position:relative}.dtp-ampm-btn[aria-selected=true]{color:#111}.dtp-ampm-highlight{background:#fff;border-radius:999px;width:calc(50% - 4px);transition:transform .25s cubic-bezier(.22,1,.36,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 1px 2px #00000014,0 2px 6px #0000001a}.dtp-ampm-seg[data-active=pm] .dtp-ampm-highlight{transform:translate(100%)}.dtp-time-step-label{color:#71717a;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px 2px;font-size:12px;font-weight:600}.dtp-hour-grid,.dtp-min-row{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.dtp-hour-grid{margin-bottom:16px}.dtp-hour-btn,.dtp-min-btn{color:#111;cursor:pointer;font:inherit;text-align:center;background:#f4f4f5;border:0;border-radius:10px;padding:12px 4px;font-size:15px;font-weight:600;transition:background .15s,color .15s,transform .1s}.dtp-hour-btn:hover,.dtp-min-btn:hover{background:#e9eaec}.dtp-hour-btn:active,.dtp-min-btn:active{transform:scale(.96)}.dtp-hour-btn.selected,.dtp-min-btn.selected{color:#fff;background:#000}.dtp-min-stepper{background:#f4f4f5;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:14px;padding:6px;display:flex}.dtp-min-step-btn{color:#111;cursor:pointer;background:#fff;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .1s,background .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 2px #00000014,0 1px 1px #0000000a}.dtp-min-step-btn svg{width:18px;height:18px}.dtp-min-step-btn:hover{background:#fdfdfd;box-shadow:0 2px 6px #0000001a}.dtp-min-step-btn:active{transform:scale(.9)}.dtp-min-value{color:#111;letter-spacing:.01em;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none;flex:1;justify-content:center;align-items:baseline;gap:1px;font-size:24px;font-weight:700;display:inline-flex}.dtp-min-colon{color:#a1a1aa;font-weight:600}.dtp-min-input{width:2.2ch;color:inherit;font:inherit;font-variant-numeric:tabular-nums;text-align:center;caret-color:#00bf63;-moz-appearance:textfield;background:0 0;border:0;border-radius:6px;outline:none;padding:2px 0;transition:box-shadow .15s}.dtp-min-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dtp-min-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dtp-min-input:focus-visible{box-shadow:inset 0 -2px #00bf63}.dtp-min-quick-label{color:#a1a1aa;letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px 2px;font-size:11px;font-weight:600}html[data-theme=dark] .dtp-trigger[aria-expanded=true]{background:#ffffff1a;border-color:#f5f5f5;box-shadow:0 0 0 1px #f5f5f5}html[data-theme=dark] .dtp-trigger{background:#ffffff14}html[data-theme=dark] .dtp-trigger:hover{background:#ffffff1f}html[data-theme=dark] .dtp-popover{color:#f5f5f5;background:#1f1f1f;border-color:#ffffff1f;box-shadow:0 24px 70px #0009}html[data-theme=dark] .dtp-nav-label,html[data-theme=dark] .dtp-nav-btn:hover,html[data-theme=dark] .dtp-cell,html[data-theme=dark] .dtp-ampm-btn[aria-selected=true],html[data-theme=dark] .dtp-hour-btn,html[data-theme=dark] .dtp-min-btn{color:#f5f5f5}html[data-theme=dark] .dtp-nav-btn:hover,html[data-theme=dark] .dtp-cell:hover:not(.dtp-empty):not(:disabled),html[data-theme=dark] .dtp-ampm-seg,html[data-theme=dark] .dtp-hour-btn,html[data-theme=dark] .dtp-min-btn{background:#ffffff14}html[data-theme=dark] .dtp-day-header,html[data-theme=dark] .dtp-ampm-btn,html[data-theme=dark] .dtp-time-step-label{color:#ffffff85}html[data-theme=dark] .dtp-cell.today:not(.selected){box-shadow:inset 0 0 0 1px #f5f5f5}html[data-theme=dark] .dtp-cell.selected,html[data-theme=dark] .dtp-hour-btn.selected,html[data-theme=dark] .dtp-min-btn.selected{color:#000;background:#fff}html[data-theme=dark] .dtp-ampm-highlight{background:#f5f5f5}html[data-theme=dark] .dtp-hour-btn:hover,html[data-theme=dark] .dtp-min-btn:hover{background:#ffffff1f}html[data-theme=dark] .dtp-min-stepper{background:#ffffff14}html[data-theme=dark] .dtp-min-step-btn{color:#f5f5f5;box-shadow:none;background:#ffffff24}html[data-theme=dark] .dtp-min-step-btn:hover{background:#ffffff38}html[data-theme=dark] .dtp-min-value{color:#f5f5f5}html[data-theme=dark] .dtp-min-colon,html[data-theme=dark] .dtp-min-quick-label{color:#ffffff73}@media (width<=480px){.dtp-pair{grid-template-columns:1fr}.dtp-trigger{padding:13px 14px}.dtp-overlay{background:var(--dash-overlay);z-index:2190;animation:.2s ease-out dtp-fade-in;display:block;position:fixed;inset:0}@keyframes dtp-fade-in{0%{opacity:0}to{opacity:1}}.dtp-popover{width:100%;max-width:100%;padding:22px 16px calc(env(safe-area-inset-bottom,16px) + 16px);z-index:2200;border-radius:16px 16px 0 0;animation:.25s ease-out dtp-slide-up;position:fixed;bottom:0;right:0;top:auto!important;left:0!important}@keyframes dtp-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dtp-popover:before{content:"";background:var(--dash-border-strong);border-radius:2px;width:36px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.dtp-nav{margin-top:8px}.dtp-nav-label{font-size:17px}.dtp-cell{min-height:38px}}.tpe-backdrop{z-index:9500;background:#00000080;place-items:center;padding:16px;animation:.2s forwards tpe-backdrop-in;display:grid;position:fixed;inset:0}.tpe-backdrop.tpe-closing{animation:.22s forwards tpe-backdrop-out}@keyframes tpe-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes tpe-backdrop-out{0%{opacity:1}to{opacity:0}}.tpe-modal{border:1px solid var(--dash-border-strong);background:var(--dash-surface);width:min(540px,100%);max-height:min(90vh,800px);color:var(--dash-text);isolation:isolate;will-change:transform, opacity;border-radius:16px;padding:22px 24px;animation:.28s cubic-bezier(.16,1,.3,1) forwards tpe-modal-in;position:relative;overflow:auto;box-shadow:0 24px 64px #00000047}.tpe-closing .tpe-modal{animation:.22s cubic-bezier(.4,0,1,1) forwards tpe-modal-out}@keyframes tpe-modal-in{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes tpe-modal-out{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.96)translateY(8px)}}.tpe-modal::-webkit-scrollbar{width:5px}.tpe-modal::-webkit-scrollbar-track{background:0 0}.tpe-modal::-webkit-scrollbar-thumb{background:var(--dash-border-strong);border-radius:4px}.tpe-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.tpe-header h3{color:var(--dash-text-strong);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.tpe-subtitle{color:var(--dash-text-subtle);font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:12px;font-weight:600}.tpe-meta-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.tpe-meta-chip{border:1px solid var(--dash-border);background:var(--dash-elevated);color:var(--dash-text-subtle);border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;line-height:1.2;display:inline-flex}.tpe-meta-chip.active{border-color:var(--dash-text-strong);background:var(--dash-text-strong);color:var(--dash-surface)}.tpe-close-btn{border:1px solid var(--dash-border);background:var(--dash-elevated);width:32px;height:32px;color:var(--dash-text-subtle);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex}.tpe-close-btn:hover{color:var(--dash-text-strong);background:var(--dash-elevated-hover)}.tpe-close-btn:disabled{opacity:.5;cursor:not-allowed}.tpe-section{border-top:1px solid var(--dash-border-subtle);margin-top:14px;padding-top:14px}.tpe-label{text-transform:uppercase;letter-spacing:.06em;color:var(--dash-text-subtle);margin:0 0 8px;font-size:11px;font-weight:700}.tpe-priority-row{flex-wrap:wrap;gap:8px;display:flex}.tpe-priority-btn{border:1px solid var(--dash-border);background:var(--dash-elevated);color:var(--dash-text-subtle);cursor:pointer;border-radius:10px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.tpe-priority-btn:hover:not(:disabled){border-color:var(--dash-text-muted);color:var(--dash-text)}.tpe-priority-btn.active{border-color:var(--dash-text-strong);color:var(--dash-text-strong);background:var(--dash-surface);box-shadow:0 0 0 1px var(--dash-text-strong);font-weight:700}.tpe-priority-btn:disabled{opacity:.5;cursor:not-allowed}.tpe-address-display{color:var(--dash-text-muted);word-break:break-word;margin:0 0 8px;font-size:13px;line-height:1.4}.tpe-coords-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.tpe-coord-field{flex-direction:column;gap:4px;display:flex}.tpe-coord-label{text-transform:uppercase;letter-spacing:.06em;color:var(--dash-text-faint);font-size:10px;font-weight:600}.tpe-coord-input{border:1px solid var(--dash-border);background:var(--dash-elevated);width:100%;color:var(--dash-text);font-variant-numeric:tabular-nums;border-radius:8px;outline:none;padding:7px 10px;font-family:SF Mono,Fira Code,monospace;font-size:13px;transition:border-color .15s}.tpe-coord-input::placeholder{color:var(--dash-text-faint)}.tpe-coord-input:focus{border-color:var(--dash-text-muted)}.tpe-coord-input:disabled{opacity:.5;cursor:not-allowed}.tpe-text-input{border:1px solid var(--dash-border);background:var(--dash-elevated);width:100%;color:var(--dash-text);border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.tpe-text-input:focus{border-color:var(--dash-text-muted)}.tpe-text-input:disabled{opacity:.5;cursor:not-allowed}.tpe-contact-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.tpe-contact-heading span,.tpe-secondary-phone-add label{color:var(--dash-text-subtle);font-size:12px}.tpe-secondary-phone-list{gap:6px;margin:10px 0;padding:0;list-style:none;display:grid}.tpe-secondary-phone-list li{background:var(--dash-elevated);color:var(--dash-text);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:14px;display:flex}.tpe-secondary-phone-list button{width:26px;height:26px;color:var(--dash-text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:999px;flex-shrink:0;font-size:18px;line-height:1}.tpe-secondary-phone-list button:hover:not(:disabled){background:var(--dash-elevated-hover);color:var(--dash-text)}.tpe-secondary-phone-list button:disabled,.tpe-secondary-phone-add-button:disabled{cursor:not-allowed;opacity:.5}.tpe-secondary-phone-add{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.tpe-secondary-phone-add label{grid-column:1/-1}.tpe-secondary-phone-add-button{background:var(--dash-elevated);border:1px solid var(--dash-border);min-height:40px;color:var(--dash-text);cursor:pointer;font:inherit;border-radius:10px;align-self:end;padding:0 12px;font-size:13px;font-weight:700}.tpe-secondary-phone-add-button:hover:not(:disabled){background:var(--dash-elevated-hover)}.tpe-passenger-field{width:100%}.tpe-passenger-field .rider-autocomplete-dropdown{z-index:40}.tpe-category-field{position:relative}.tpe-category-trigger{border:1px solid var(--dash-border);background:var(--dash-elevated);width:100%;color:var(--dash-text);font:inherit;cursor:pointer;text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}.tpe-category-trigger.placeholder{color:var(--dash-text-subtle);font-weight:500}.tpe-category-trigger:disabled{opacity:.5;cursor:not-allowed}.tpe-category-menu{z-index:40;border:1px solid var(--dash-border);background:var(--dash-surface);border-radius:12px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #00000029}.tpe-category-menu button{width:100%;color:var(--dash-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:baseline;gap:10px;padding:10px 12px;font-size:13px;display:flex}.tpe-category-menu button span{color:var(--dash-text-subtle);font-size:12px;font-weight:600}.tpe-category-menu button:hover,.tpe-category-menu button.active{background:var(--dash-elevated)}.tpe-hint{color:var(--dash-text-subtle);margin:8px 0 0;font-size:12px;line-height:1.4}.tpe-modal .pac-wrapper{margin-bottom:10px}.tpe-modal .pac-input{border:1px solid var(--dash-border);background:var(--dash-elevated);width:100%;color:var(--dash-text);border-radius:8px;outline:none;font-family:inherit;font-size:13px;transition:border-color .15s;padding:9px 12px 9px 34px!important}.tpe-modal .pac-input::placeholder{color:var(--dash-text-faint)}.tpe-modal .pac-input:focus{border-color:var(--dash-text-muted)}.tpe-modal .pac-input-clearable{padding-right:60px!important}.tpe-modal .pac-search-icon{color:var(--dash-text-faint)}.tpe-modal .pac-dropdown{z-index:10000}.tpe-picker-wrap{border-radius:12px;padding:2px}.tpe-picker-wrap .dtp-wrapper{margin-bottom:0}.tpe-picker-wrap.disabled{opacity:.55;pointer-events:none}.tpe-derived p{color:var(--dash-text-subtle);margin:6px 0;font-size:13px}.tpe-pricing-hidden{display:none}.tpe-price-card{border:1px solid var(--dash-border);background:var(--dash-elevated);border-radius:12px;padding:10px 12px}.tpe-price-card.pending{border-color:var(--dash-text-muted)}.tpe-price-row{color:var(--dash-text-subtle);justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.tpe-price-row+.tpe-price-row{margin-top:7px}.tpe-price-current{color:var(--dash-text);font-size:14px}.tpe-price-preview{color:var(--dash-text-strong);font-size:15px}.tpe-price-preview.tpe-price-up{color:#fca5a5}.tpe-price-preview.tpe-price-down{color:#34d399}.tpe-price-delta{color:var(--dash-text-faint);text-align:right;font-variant-numeric:tabular-nums;margin-top:8px;font-size:11px}.tpe-alert{border:1px solid #0000;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.5}.tpe-alert-error{color:#991b1b;background:#fef2f2;border-color:#fecaca;font-weight:600}@media (prefers-color-scheme:dark){.tpe-alert-error{color:#fecaca;background:#7f1d1d73;border-color:#f8717180}}.tpe-alert-warn{color:var(--dash-text);background:var(--dash-elevated);border-color:var(--dash-border-strong);font-weight:500}.tpe-alert-info{color:var(--dash-text);background:var(--dash-elevated);border-color:var(--dash-text-muted);font-weight:500}.tpe-actions{border-top:1px solid var(--dash-border-subtle);justify-content:flex-end;gap:10px;margin-top:18px;padding-top:14px;display:flex}.tpe-secondary-btn,.tpe-primary-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s}.tpe-secondary-btn{border-color:var(--dash-border);background:var(--dash-elevated);color:var(--dash-text-subtle)}.tpe-secondary-btn:hover:not(:disabled){background:var(--dash-elevated-hover);color:var(--dash-text)}.tpe-primary-btn{background:var(--dash-text-strong);color:var(--dash-surface);border-color:var(--dash-text-strong)}.tpe-primary-btn:hover:not(:disabled){opacity:.88}.tpe-primary-btn:disabled,.tpe-secondary-btn:disabled{opacity:.45;cursor:not-allowed}.tpe-loader-dot{background:var(--dash-text-muted);border-radius:50%;width:8px;height:8px;animation:1.25s ease-in-out infinite tpe-pulse}@keyframes tpe-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.tpe-refresh-note{color:var(--dash-text-faint);align-items:center;gap:8px;margin:8px 0 0;font-size:12px;display:inline-flex}.tpe-help{color:var(--dash-text-faint)!important;font-size:12px!important}
