.dispatch-module__0JaG1q__page{background:var(--bg);flex-direction:column;height:calc(100vh - 72px);display:flex;position:relative;overflow:hidden}.dispatch-module__0JaG1q__mapContainer{flex:1;min-height:0;position:relative}.dispatch-module__0JaG1q__map{width:100%;height:100%}.dispatch-module__0JaG1q__searchPanel{background:var(--surface);border-radius:var(--radius-2xl);max-width:420px;box-shadow:var(--shadow-xl);z-index:10;animation:dispatch-module__0JaG1q__slideDown .4s var(--ease-out)forwards;padding:24px;position:absolute;top:20px;left:20px;right:20px}@keyframes dispatch-module__0JaG1q__slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.dispatch-module__0JaG1q__searchTitle{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:16px;font-size:18px;font-weight:800;display:flex}.dispatch-module__0JaG1q__searchTitle svg{color:var(--primary)}.dispatch-module__0JaG1q__addressInputs{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.dispatch-module__0JaG1q__addressRow{align-items:center;gap:12px;display:flex}.dispatch-module__0JaG1q__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.dispatch-module__0JaG1q__dotPickup{background:var(--success)}.dispatch-module__0JaG1q__dotDelivery{background:var(--error)}.dispatch-module__0JaG1q__connector{background:var(--border);width:2px;height:20px;margin-left:5px}.dispatch-module__0JaG1q__addressInput{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-subtle);color:var(--text-primary);outline:none;flex:1;padding:14px 16px;font-size:14px;font-weight:500;transition:all .2s}.dispatch-module__0JaG1q__addressInput:focus{border-color:var(--primary);box-shadow:var(--shadow-focus);background:var(--surface)}.dispatch-module__0JaG1q__addressInput::placeholder{color:var(--text-tertiary)}.dispatch-module__0JaG1q__estimateCard{background:var(--bg-subtle);border-radius:var(--radius-xl);margin-bottom:16px;padding:16px;animation:.3s dispatch-module__0JaG1q__fadeIn}@keyframes dispatch-module__0JaG1q__fadeIn{0%{opacity:0}to{opacity:1}}.dispatch-module__0JaG1q__estimateRow{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.dispatch-module__0JaG1q__estimateLabel{color:var(--text-secondary);font-size:13px;font-weight:500}.dispatch-module__0JaG1q__estimateValue{color:var(--text-primary);font-size:14px;font-weight:700}.dispatch-module__0JaG1q__estimatePrice{color:var(--primary);text-align:center;padding:12px 0 8px;font-size:28px;font-weight:900}.dispatch-module__0JaG1q__estimateDivider{background:var(--border);height:1px;margin:8px 0}.dispatch-module__0JaG1q__btnDispatch{background:var(--primary);color:#fff;border-radius:var(--radius-xl);cursor:pointer;width:100%;transition:all .3s var(--ease-out);border:none;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:16px;font-weight:800;display:flex}.dispatch-module__0JaG1q__btnDispatch:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-primary);transform:translateY(-1px)}.dispatch-module__0JaG1q__btnDispatch:disabled{opacity:.5;cursor:not-allowed}.dispatch-module__0JaG1q__btnEstimate{background:var(--bg-subtle);width:100%;color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;margin-bottom:12px;padding:14px;font-size:14px;font-weight:700;transition:all .2s}.dispatch-module__0JaG1q__btnEstimate:hover{background:var(--bg-muted);border-color:var(--border-hover)}.dispatch-module__0JaG1q__statusPanel{background:var(--surface);border-radius:var(--radius-2xl)var(--radius-2xl)0 0;z-index:10;animation:dispatch-module__0JaG1q__slideUp .5s var(--ease-out)forwards;padding:24px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}@keyframes dispatch-module__0JaG1q__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dispatch-module__0JaG1q__statusHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.dispatch-module__0JaG1q__statusDot{border-radius:50%;width:12px;height:12px;animation:1.5s infinite dispatch-module__0JaG1q__pulse}.dispatch-module__0JaG1q__statusDotSearching{background:var(--warning)}.dispatch-module__0JaG1q__statusDotAccepted{background:var(--success)}.dispatch-module__0JaG1q__statusDotEnRoute{background:var(--primary)}.dispatch-module__0JaG1q__statusTitle{color:var(--text-primary);font-size:18px;font-weight:800}.dispatch-module__0JaG1q__statusSubtitle{color:var(--text-secondary);margin-top:2px;font-size:13px}.dispatch-module__0JaG1q__driverCard{background:var(--bg-subtle);border-radius:var(--radius-xl);align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex}.dispatch-module__0JaG1q__driverAvatar{background:var(--primary-light);width:56px;height:56px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:900;display:flex}.dispatch-module__0JaG1q__driverInfo{flex:1}.dispatch-module__0JaG1q__driverName{color:var(--text-primary);font-size:16px;font-weight:800}.dispatch-module__0JaG1q__driverRating{color:var(--text-secondary);align-items:center;gap:4px;margin-top:2px;font-size:13px;display:flex}.dispatch-module__0JaG1q__driverActions{gap:8px;display:flex}.dispatch-module__0JaG1q__btnCall,.dispatch-module__0JaG1q__btnMessage{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:44px;height:44px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.dispatch-module__0JaG1q__btnCall:hover,.dispatch-module__0JaG1q__btnMessage:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.dispatch-module__0JaG1q__progressBar{background:var(--bg-muted);border-radius:var(--radius-full);height:4px;margin-bottom:16px;overflow:hidden}.dispatch-module__0JaG1q__progressFill{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:var(--radius-full);height:100%;transition:width 1s}.dispatch-module__0JaG1q__etaRow{justify-content:space-around;padding:12px 0;display:flex}.dispatch-module__0JaG1q__etaItem{text-align:center}.dispatch-module__0JaG1q__etaValue{color:var(--text-primary);font-size:22px;font-weight:900}.dispatch-module__0JaG1q__etaLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:12px;font-weight:600}.dispatch-module__0JaG1q__driversNearby{background:var(--success-light);border-radius:var(--radius-lg);align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;display:flex}.dispatch-module__0JaG1q__driversNearbyDot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite dispatch-module__0JaG1q__pulse}.dispatch-module__0JaG1q__driversNearbyText{color:var(--success);font-size:13px;font-weight:600}.dispatch-module__0JaG1q__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite dispatch-module__0JaG1q__spin}@keyframes dispatch-module__0JaG1q__spin{to{transform:rotate(360deg)}}@keyframes dispatch-module__0JaG1q__pulse{0%,to{opacity:1}50%{opacity:.4}}.dispatch-module__0JaG1q__autocompleteWrapper{flex:1;position:relative}.dispatch-module__0JaG1q__autocompleteDropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:100;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.dispatch-module__0JaG1q__autocompleteItem{color:var(--text-primary);cursor:pointer;border-bottom:1px solid var(--border-light);padding:12px 16px;font-size:13px;transition:background .15s}.dispatch-module__0JaG1q__autocompleteItem:hover{background:var(--bg-subtle)}.dispatch-module__0JaG1q__autocompleteItem:last-child{border-bottom:none}@media (max-width:768px){.dispatch-module__0JaG1q__searchPanel{padding:16px;top:12px;left:12px;right:12px}.dispatch-module__0JaG1q__statusPanel{padding:16px}.dispatch-module__0JaG1q__estimatePrice{font-size:24px}}
