/* /Components/Controls/CardSelect.razor.rz.scp.css */
.card-select[b-epxtc30ahq] {
    display: grid;
    gap: 0.38rem;
    min-width: 0;
    width: 100%;
}

.card-select-label[b-epxtc30ahq] {
    color: #66768a;
    font-size: 0.74rem;
    font-weight: 850;
}

.card-select-control[b-epxtc30ahq] {
    align-items: stretch;
    display: flex;
    min-width: 0;
    min-height: 2.75rem;
    position: relative;
    width: 100%;
}

.card-select-input[b-epxtc30ahq] {
    border-radius: 14px;
    font-size: 0.9rem;
    height: 2.75rem;
    min-height: 2.75rem;
    padding-right: 2.65rem;
    width: 100%;
}

.card-select-toggle[b-epxtc30ahq] {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    bottom: 0.28rem;
    color: #64748b;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    right: 0.22rem;
    top: 0.28rem;
    width: 2.35rem;
    z-index: 2;
}

.card-select-toggle:hover[b-epxtc30ahq],
.card-select.is-open .card-select-toggle[b-epxtc30ahq] {
    color: #2166d8;
}

.card-select-menu[b-epxtc30ahq] {
    background: #f8fafc;
    border: 1px solid rgba(16, 32, 51, 0.12);
    border-radius: 17px;
    box-shadow: 0 18px 38px rgba(15, 34, 53, 0.14);
    display: grid;
    gap: 0.45rem;
    left: var(--card-select-menu-left, 0);
    max-height: var(--card-select-menu-max-height, 22rem);
    overflow-y: auto;
    padding: 0.48rem;
    position: fixed;
    right: auto;
    top: var(--card-select-menu-top, 0);
    width: var(--card-select-menu-width, auto);
    z-index: 4090;
}

.card-select-empty[b-epxtc30ahq] {
    border: 1px dashed rgba(16, 32, 51, 0.15);
    border-radius: 14px;
    color: #66768a;
    padding: 0.72rem;
    text-align: center;
}

.card-select-option[b-epxtc30ahq] {
    background: #ffffff;
    border: 1px solid rgba(16, 32, 51, 0.1);
    border-radius: 15px;
    color: inherit;
    display: block;
    min-height: 4rem;
    padding: 0.68rem;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100%;
}

.card-select-option:hover[b-epxtc30ahq],
.card-select-option.is-selected[b-epxtc30ahq] {
    border-color: rgba(33, 102, 216, 0.35);
    box-shadow: 0 10px 24px rgba(33, 102, 216, 0.09);
    transform: translateY(-1px);
}
/* /Components/Controls/DispatchDriverSelect.razor.rz.scp.css */
.dispatch-driver-select[b-dw9nv6bgst]  .card-select-menu {
    max-height: 24rem;
}

.dispatch-driver-card[b-dw9nv6bgst] {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.dispatch-driver-card-head[b-dw9nv6bgst] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    min-width: 0;
}

.dispatch-driver-card strong[b-dw9nv6bgst],
.dispatch-driver-card-meta[b-dw9nv6bgst],
.dispatch-driver-card small[b-dw9nv6bgst] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-driver-card strong[b-dw9nv6bgst] {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 900;
}

.dispatch-driver-card em[b-dw9nv6bgst] {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.2);
    border-radius: 999px;
    color: #15803d;
    flex: 0 0 auto;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: 0.3rem 0.48rem;
    white-space: nowrap;
}

.dispatch-driver-card-meta[b-dw9nv6bgst],
.dispatch-driver-card small[b-dw9nv6bgst] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.35;
}

@media (max-width: 575.98px) {
    .dispatch-driver-card-meta:nth-of-type(2)[b-dw9nv6bgst] {
        display: none;
    }
}
/* /Components/Controls/DispatchOrderDialog.razor.rz.scp.css */
.dispatch-dialog-backdrop[b-nqhbm4ggjl] {
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(6px);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1040;
}

.dispatch-dialog[b-nqhbm4ggjl] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
    color: #0f172a;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    bottom: 0;
    height: fit-content;
    left: 0;
    margin: auto;
    max-height: min(690px, calc(100dvh - 1.4rem));
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: min(560px, calc(100vw - 1.4rem));
    z-index: 1050;
}

.dispatch-dialog-head[b-nqhbm4ggjl],
.dispatch-dialog-foot[b-nqhbm4ggjl] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    padding: 0.92rem 1rem;
}

.dispatch-dialog-head[b-nqhbm4ggjl] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.dispatch-dialog-foot[b-nqhbm4ggjl] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    justify-content: flex-end;
}

.dispatch-dialog-head span[b-nqhbm4ggjl] {
    color: #2166d8;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dispatch-dialog-head h3[b-nqhbm4ggjl] {
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
    margin: 0.16rem 0 0;
}

.dispatch-dialog-head p[b-nqhbm4ggjl] {
    color: #64748b;
    font-size: 0.8rem;
    margin: 0.22rem 0 0;
}

.dispatch-dialog-body[b-nqhbm4ggjl] {
    background: #f8fafc;
    display: grid;
    gap: 0.86rem;
    align-content: start;
    overflow-y: auto;
    padding: 0.9rem;
}

.dispatch-dialog-body[b-nqhbm4ggjl]  .card-select {
    min-height: 0;
    width: 100%;
}

.dispatch-dialog-body[b-nqhbm4ggjl]  .card-select-input,
.dispatch-dialog-body[b-nqhbm4ggjl]  .card-select-control {
    min-height: 2.75rem;
}

.dispatch-dialog-price[b-nqhbm4ggjl] {
    display: grid;
    gap: 0.32rem;
    margin: 0;
}

.dispatch-dialog-price span[b-nqhbm4ggjl] {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 800;
}

.dispatch-dialog-price .form-control[b-nqhbm4ggjl] {
    border-radius: 14px;
    min-height: 2.75rem;
}

.dispatch-dialog-empty[b-nqhbm4ggjl] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.dispatch-dialog-feedback[b-nqhbm4ggjl] {
    border-radius: 14px;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.68rem 0.78rem;
}

.dispatch-dialog-feedback.is-error[b-nqhbm4ggjl] {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
}

.dispatch-dialog-feedback.is-success[b-nqhbm4ggjl] {
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
}

@media (max-width: 575.98px) {
    .dispatch-dialog[b-nqhbm4ggjl] {
        border-radius: 22px 22px 0 0;
        bottom: 0;
        height: fit-content;
        left: 0;
        margin: 0;
        max-height: 88dvh;
        right: 0;
        top: auto;
        width: 100%;
    }

.dispatch-dialog-foot[b-nqhbm4ggjl] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dispatch-dialog-foot .btn[b-nqhbm4ggjl] {
        min-height: 2.75rem;
    }
}
/* /Components/Controls/DispatchOrderSelect.razor.rz.scp.css */
.dispatch-order-select[b-h4eo0ofx2k]  .card-select-menu {
    max-height: 24rem;
}

.dispatch-order-card[b-h4eo0ofx2k] {
    display: grid;
    gap: 0.18rem;
    min-width: 0;
}

.dispatch-order-card-head[b-h4eo0ofx2k] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    min-width: 0;
}

.dispatch-order-card strong[b-h4eo0ofx2k],
.dispatch-order-card-meta[b-h4eo0ofx2k],
.dispatch-order-card small[b-h4eo0ofx2k] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-order-card strong[b-h4eo0ofx2k] {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 900;
}

.dispatch-order-card em[b-h4eo0ofx2k] {
    background: rgba(33, 102, 216, 0.1);
    border: 1px solid rgba(33, 102, 216, 0.16);
    border-radius: 999px;
    color: #1d4ed8;
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: 0.3rem 0.48rem;
    white-space: nowrap;
}

.dispatch-order-card-meta[b-h4eo0ofx2k],
.dispatch-order-card small[b-h4eo0ofx2k] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.35;
}
/* /Components/Controls/DriverRecentOrdersDialog.razor.rz.scp.css */
.driver-recent-orders-backdrop[b-q21l714w4t] {
    background: rgba(7, 18, 32, 0.48);
    backdrop-filter: blur(4px);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 2050;
}

.driver-recent-orders-modal[b-q21l714w4t] {
    background: #f7f9fc;
    border: 1px solid rgba(16, 32, 51, 0.12);
    border-radius: 26px;
    box-shadow: 0 34px 90px rgba(7, 18, 32, 0.34);
    color: #102033;
    display: flex;
    flex-direction: column;
    bottom: 0;
    height: fit-content;
    left: 0;
    margin: auto;
    max-height: min(860px, calc(100dvh - 2rem));
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: min(1180px, calc(100vw - 2rem));
    z-index: 2051;
}

.driver-recent-orders-head[b-q21l714w4t] {
    align-items: flex-start;
    background:
        radial-gradient(circle at 8% 0%, rgba(34, 197, 94, 0.18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #eef5fb 100%);
    border-bottom: 1px solid rgba(16, 32, 51, 0.09);
    border-radius: 26px 26px 0 0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.15rem 1.2rem 0.9rem;
}

.driver-recent-orders-head span[b-q21l714w4t] {
    color: #16a34a;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.driver-recent-orders-head h3[b-q21l714w4t] {
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin: 0.24rem 0 0.18rem;
}

.driver-recent-orders-head p[b-q21l714w4t] {
    color: #66768a;
    line-height: 1.55;
    margin: 0;
}

.driver-recent-orders-feedback[b-q21l714w4t] {
    border-radius: 14px;
    font-weight: 800;
    margin: 0.85rem 1rem 0;
    padding: 0.7rem 0.85rem;
}

.driver-recent-orders-feedback.is-success[b-q21l714w4t] {
    background: rgba(22, 163, 74, 0.1);
    color: #147a3d;
}

.driver-recent-orders-feedback.is-error[b-q21l714w4t] {
    background: rgba(214, 84, 84, 0.1);
    color: #b33e3e;
}

.driver-recent-orders-body[b-q21l714w4t] {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: minmax(17rem, 23rem) minmax(0, 1fr);
    min-height: 0;
    overflow: auto;
    padding: 0.9rem;
}

.driver-recent-orders-list-pane[b-q21l714w4t],
.driver-recent-orders-action-pane[b-q21l714w4t],
.driver-recent-orders-action-card[b-q21l714w4t] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 32, 51, 0.1);
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 34, 53, 0.07);
    min-width: 0;
}

.driver-recent-orders-list-pane[b-q21l714w4t],
.driver-recent-orders-action-pane[b-q21l714w4t] {
    display: flex;
    flex-direction: column;
    min-height: min(30rem, calc(100dvh - 13rem));
    overflow: hidden;
}

.driver-recent-orders-pane-title[b-q21l714w4t] {
    align-items: center;
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.9rem 0.95rem;
}

.driver-recent-orders-pane-title strong[b-q21l714w4t] {
    font-weight: 900;
}

.driver-recent-orders-pane-title span[b-q21l714w4t] {
    color: #66768a;
    font-size: 0.82rem;
    font-weight: 800;
}

.driver-recent-orders-list[b-q21l714w4t] {
    display: grid;
    gap: 0.45rem;
    overflow-y: auto;
    padding: 0.62rem;
    scrollbar-width: thin;
}

.driver-recent-orders-item[b-q21l714w4t] {
    background: #ffffff;
    border: 1px solid rgba(16, 32, 51, 0.09);
    border-radius: 14px;
    color: inherit;
    display: grid;
    gap: 0.24rem;
    min-height: 4.35rem;
    padding: 0.62rem 0.68rem;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100%;
}

.driver-recent-orders-item-head[b-q21l714w4t],
.driver-recent-orders-item-meta[b-q21l714w4t] {
    display: flex;
    min-width: 0;
}

.driver-recent-orders-item-head[b-q21l714w4t] {
    align-items: center;
    gap: 0.45rem;
}

.driver-recent-orders-item-meta[b-q21l714w4t] {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.18rem;
}

.driver-recent-orders-item:hover[b-q21l714w4t],
.driver-recent-orders-item.is-selected[b-q21l714w4t] {
    border-color: rgba(22, 163, 74, 0.42);
    box-shadow: 0 12px 28px rgba(15, 34, 53, 0.08);
    transform: translateY(-1px);
}

.driver-recent-orders-item strong[b-q21l714w4t] {
    color: #102033;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.25;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.driver-recent-orders-item small[b-q21l714w4t] {
    color: #66768a;
    font-size: 0.74rem;
    line-height: 1.25;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.driver-recent-orders-state[b-q21l714w4t] {
    background: #64748b;
    border-radius: 999px;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 0.66rem;
    font-weight: 900;
    padding: 0.22rem 0.5rem;
}

.driver-recent-orders-state.assigned[b-q21l714w4t] {
    background: #2563eb;
}

.driver-recent-orders-state.pickup[b-q21l714w4t] {
    background: #f97316;
}

.driver-recent-orders-state.route[b-q21l714w4t] {
    background: #0ea5e9;
}

.driver-recent-orders-state.done[b-q21l714w4t] {
    background: #16a34a;
}

.driver-recent-orders-state.muted[b-q21l714w4t] {
    background: #475569;
}

.driver-recent-orders-action-pane[b-q21l714w4t] {
    gap: 0.85rem;
    overflow-y: auto;
    padding: 0.85rem;
    scrollbar-width: thin;
}

.driver-recent-orders-summary[b-q21l714w4t] {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.driver-recent-orders-summary > div[b-q21l714w4t] {
    background: #f3f7fb;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1px rgba(216, 225, 232, 0.82);
    display: grid;
    gap: 0.25rem;
    min-height: 4.15rem;
    min-width: 0;
    padding: 0.78rem 0.82rem;
}

.driver-recent-orders-summary span[b-q21l714w4t],
.driver-recent-orders-field span[b-q21l714w4t] {
    color: #66768a;
    font-size: 0.74rem;
    font-weight: 850;
}

.driver-recent-orders-summary strong[b-q21l714w4t] {
    color: #102033;
    font-size: 0.9rem;
    font-weight: 900;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.driver-recent-orders-action-grid[b-q21l714w4t] {
    align-items: start;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.driver-recent-orders-action-card[b-q21l714w4t] {
    display: grid;
    gap: 0.75rem;
    min-height: 20rem;
    overflow: visible;
    padding: 0.9rem;
}

.driver-recent-orders-card-head[b-q21l714w4t] {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.driver-recent-orders-card-head strong[b-q21l714w4t] {
    display: block;
    font-weight: 900;
}

.driver-recent-orders-card-head span[b-q21l714w4t] {
    color: #66768a;
    display: block;
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.driver-recent-orders-field[b-q21l714w4t] {
    display: grid;
    gap: 0.35rem;
}

.driver-recent-orders-field .form-control[b-q21l714w4t] {
    border-radius: 14px;
    min-height: 2.75rem;
}

.driver-recent-orders-empty[b-q21l714w4t] {
    border: 1px dashed rgba(16, 32, 51, 0.16);
    border-radius: 16px;
    color: #66768a;
    display: grid;
    line-height: 1.55;
    min-height: 7rem;
    padding: 1rem;
    place-items: center;
    text-align: center;
}

.driver-recent-orders-empty.is-large[b-q21l714w4t] {
    min-height: 18rem;
}

.driver-recent-orders-recommend-card[b-q21l714w4t] {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.driver-recent-orders-recommend-head[b-q21l714w4t] {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    justify-content: space-between;
    min-width: 0;
}

.driver-recent-orders-recommend-head strong[b-q21l714w4t],
.driver-recent-orders-recommend-meta[b-q21l714w4t],
.driver-recent-orders-recommend-card small[b-q21l714w4t] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.driver-recent-orders-recommend-head strong[b-q21l714w4t] {
    color: #102033;
    font-weight: 900;
}

.driver-recent-orders-recommend-head em[b-q21l714w4t] {
    background: rgba(22, 163, 74, 0.1);
    border-radius: 999px;
    color: #15803d;
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
    padding: 0.16rem 0.46rem;
}

.driver-recent-orders-recommend-meta[b-q21l714w4t],
.driver-recent-orders-recommend-card small[b-q21l714w4t] {
    color: #66768a;
    font-size: 0.74rem;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .driver-recent-orders-modal[b-q21l714w4t] {
        border-radius: 20px;
        bottom: 0;
        height: fit-content;
        left: 0;
        margin: auto;
        max-height: calc(100dvh - 1rem);
        right: 0;
        top: 0;
        width: calc(100vw - 1rem);
    }

    .driver-recent-orders-head[b-q21l714w4t] {
        border-radius: 20px 20px 0 0;
        padding: 0.95rem;
    }

    .driver-recent-orders-head p[b-q21l714w4t],
    .driver-recent-orders-head span[b-q21l714w4t] {
        display: none;
    }

    .driver-recent-orders-body[b-q21l714w4t] {
        gap: 0.65rem;
        grid-template-columns: minmax(0, 1fr);
        padding: 0.65rem;
    }

    .driver-recent-orders-list-pane[b-q21l714w4t],
    .driver-recent-orders-action-pane[b-q21l714w4t] {
        min-height: 0;
    }

    .driver-recent-orders-list-pane[b-q21l714w4t] {
        max-height: 16rem;
    }

    .driver-recent-orders-summary[b-q21l714w4t],
    .driver-recent-orders-action-grid[b-q21l714w4t] {
        grid-template-columns: minmax(0, 1fr);
    }

    .driver-recent-orders-action-card[b-q21l714w4t] {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .driver-recent-orders-list-pane[b-q21l714w4t] {
        max-height: 13rem;
    }

    .driver-recent-orders-summary > div[b-q21l714w4t] {
        min-height: 3.6rem;
    }
}
/* /Components/Controls/ReassignOrderDialog.razor.rz.scp.css */
.reassign-dialog-backdrop[b-3atsaz2v8d] {
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(6px);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1040;
}

.reassign-dialog[b-3atsaz2v8d] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
    color: #0f172a;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    bottom: 0;
    height: fit-content;
    left: 0;
    margin: auto;
    max-height: min(690px, calc(100dvh - 1.4rem));
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: min(560px, calc(100vw - 1.4rem));
    z-index: 1050;
}

.reassign-dialog-head[b-3atsaz2v8d],
.reassign-dialog-foot[b-3atsaz2v8d] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    padding: 0.92rem 1rem;
}

.reassign-dialog-head[b-3atsaz2v8d] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.reassign-dialog-foot[b-3atsaz2v8d] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    justify-content: flex-end;
}

.reassign-dialog-head span[b-3atsaz2v8d] {
    color: #2166d8;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reassign-dialog-head h3[b-3atsaz2v8d] {
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
    margin: 0.16rem 0 0;
}

.reassign-dialog-head p[b-3atsaz2v8d] {
    color: #64748b;
    font-size: 0.8rem;
    margin: 0.22rem 0 0;
}

.reassign-dialog-body[b-3atsaz2v8d] {
    background: #f8fafc;
    display: grid;
    gap: 0.86rem;
    align-content: start;
    overflow-y: auto;
    padding: 0.9rem;
}

.reassign-dialog-body[b-3atsaz2v8d]  .card-select {
    min-height: 0;
    width: 100%;
}

.reassign-dialog-body[b-3atsaz2v8d]  .card-select-input,
.reassign-dialog-body[b-3atsaz2v8d]  .card-select-control {
    min-height: 2.75rem;
}

.reassign-dialog-price[b-3atsaz2v8d] {
    display: grid;
    gap: 0.32rem;
    margin: 0;
}

.reassign-dialog-price span[b-3atsaz2v8d] {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 800;
}

.reassign-dialog-price .form-control[b-3atsaz2v8d] {
    border-radius: 14px;
    min-height: 2.75rem;
}

.reassign-dialog-empty[b-3atsaz2v8d] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
}

.reassign-dialog-feedback[b-3atsaz2v8d] {
    border-radius: 14px;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.68rem 0.78rem;
}

.reassign-dialog-feedback.is-error[b-3atsaz2v8d] {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
}

.reassign-dialog-feedback.is-success[b-3atsaz2v8d] {
    background: rgba(22, 163, 74, 0.1);
    color: #15803d;
}

@media (max-width: 575.98px) {
    .reassign-dialog[b-3atsaz2v8d] {
        border-radius: 22px 22px 0 0;
        bottom: 0;
        height: fit-content;
        left: 0;
        margin: 0;
        max-height: 88dvh;
        right: 0;
        top: auto;
        width: 100%;
    }

.reassign-dialog-foot[b-3atsaz2v8d] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .reassign-dialog-foot .btn[b-3atsaz2v8d] {
        min-height: 2.75rem;
    }
}
/* /Components/Layout/BaseLayout.razor.rz.scp.css */
.login-shell[b-y4pj7qmc9b] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem;
    background: radial-gradient(circle at top left, rgba(31, 122, 224, 0.20), transparent 28%), linear-gradient(180deg, #0d1a29 0%, #15283d 100%);
}

.login-backdrop[b-y4pj7qmc9b] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(246, 183, 60, 0.18), transparent 20%),
        radial-gradient(circle at 85% 15%, rgba(31, 122, 224, 0.22), transparent 25%),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.06), transparent 22%);
    pointer-events: none;
}

.login-grid[b-y4pj7qmc9b] {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 4rem);
    min-height: calc(100dvh - 4rem);
    display: grid;
    grid-template-columns: minmax(320px, 1.1fr) minmax(360px, 540px);
    gap: 2rem;
    align-items: center;
}

.login-brand-panel[b-y4pj7qmc9b] {
    padding: 2rem 3rem;
    color: #eef5fb;
}

.login-brand-mark[b-y4pj7qmc9b] {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.login-brand-mark img[b-y4pj7qmc9b] {
    width: 44px;
    height: 44px;
}

.login-brand-copy[b-y4pj7qmc9b] {
    margin-top: 2rem;
    max-width: 560px;
}

.login-eyebrow[b-y4pj7qmc9b] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #f6b73c;
}

.login-brand-copy h1[b-y4pj7qmc9b] {
    margin-top: 0.85rem;
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.login-brand-copy p[b-y4pj7qmc9b] {
    margin: 0;
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.9;
    color: rgba(238, 245, 251, 0.78);
}

.login-brand-metrics[b-y4pj7qmc9b] {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.login-metric[b-y4pj7qmc9b] {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.login-metric-label[b-y4pj7qmc9b] {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(238, 245, 251, 0.62);
}

.login-metric strong[b-y4pj7qmc9b] {
    font-size: 1rem;
    color: #f5f9fc;
}

.login-form-panel[b-y4pj7qmc9b] {
    display: flex;
    justify-content: center;
}

.login-footer[b-y4pj7qmc9b] {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: rgba(238, 245, 251, 0.72);
    font-size: 0.84rem;
}

.login-footer img[b-y4pj7qmc9b] {
    width: 16px;
    height: 16px;
}

.login-footer a[b-y4pj7qmc9b] {
    color: rgba(238, 245, 251, 0.8);
    text-decoration: none;
}

.login-footer a:hover[b-y4pj7qmc9b] {
    color: #ffffff;
}

.login-footer-divider[b-y4pj7qmc9b] {
    color: rgba(238, 245, 251, 0.35);
}

.login-card[b-y4pj7qmc9b] {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 80px rgba(4, 13, 22, 0.28);
}

[b-y4pj7qmc9b] .login-item {
    padding: 2.1rem 2rem 1.8rem 2rem;
}

[b-y4pj7qmc9b] .login-header {
    margin-bottom: 1.5rem;
}

[b-y4pj7qmc9b] .login-title {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 800;
    color: #102033;
}

[b-y4pj7qmc9b] .login-subtitle {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #6a7a8b;
    line-height: 1.7;
}

[b-y4pj7qmc9b] .login-field-label {
    margin-bottom: 0.5rem;
    color: #102033;
    font-weight: 700;
}

[b-y4pj7qmc9b] .form-control {
    --bb-form-control-padding: 0.9rem 1rem;
    font-size: 0.92rem;
    margin-bottom: 1rem;
    border-radius: 16px;
    border-color: #d8e1e8;
    box-shadow: none;
}

[b-y4pj7qmc9b] .form-control:focus {
    border-color: #1f7ae0;
    box-shadow: 0 0 0 0.25rem rgba(31, 122, 224, 0.12);
}

[b-y4pj7qmc9b] .btn {
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y: 0.9rem;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 16px;
    font-weight: 700;
}

[b-y4pj7qmc9b] .form-check {
    padding: 0.4rem 0;
    margin-bottom: 1rem;
}

[b-y4pj7qmc9b] .alert {
    border-radius: 18px;
}

#blazor-error-ui[b-y4pj7qmc9b] {
    background: rgba(16, 32, 51, 0.96);
    color: #eef5fb;
    bottom: 0;
    box-shadow: 0 -12px 28px rgba(4, 13, 22, 0.28);
    display: none;
    left: 0;
    padding: 0.85rem 3.5rem 0.95rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .reload[b-y4pj7qmc9b] {
        color: #f6b73c;
        font-weight: 700;
        margin-left: 0.75rem;
        text-decoration: none;
    }

    #blazor-error-ui .dismiss[b-y4pj7qmc9b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.6rem;
    }

@media (max-width: 991.98px) {
    .login-shell[b-y4pj7qmc9b] {
        padding: 1rem;
    }

    .login-grid[b-y4pj7qmc9b] {
        min-height: calc(100vh - 2rem);
        min-height: calc(100dvh - 2rem);
        grid-template-columns: 1fr;
        gap: 1.25rem;
        align-items: start;
    }

    .login-brand-panel[b-y4pj7qmc9b] {
        padding: 1.5rem 1rem 0.5rem 1rem;
    }

    .login-form-panel[b-y4pj7qmc9b] {
        align-items: flex-start;
    }

    .login-card[b-y4pj7qmc9b] {
        max-width: 32rem;
    }

    .login-brand-metrics[b-y4pj7qmc9b] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .login-shell[b-y4pj7qmc9b] {
        padding: 0.75rem;
    }

    .login-grid[b-y4pj7qmc9b] {
        gap: 0.85rem;
    }

    .login-brand-panel[b-y4pj7qmc9b] {
        padding: 0.5rem 0.2rem 0;
    }

    .login-brand-mark[b-y4pj7qmc9b] {
        width: 56px;
        height: 56px;
        border-radius: 18px;
    }

    .login-brand-mark img[b-y4pj7qmc9b] {
        width: 34px;
        height: 34px;
    }

    .login-brand-copy[b-y4pj7qmc9b] {
        margin-top: 1rem;
    }

    .login-brand-copy h1[b-y4pj7qmc9b] {
        margin-top: 0.45rem;
        margin-bottom: 0;
        font-size: clamp(1.8rem, 9vw, 2.4rem);
    }

    .login-brand-copy p[b-y4pj7qmc9b],
    .login-brand-metrics[b-y4pj7qmc9b] {
        display: none;
    }

    .login-card[b-y4pj7qmc9b] {
        border-radius: 22px;
    }

    [b-y4pj7qmc9b] .login-item {
        padding: 1.3rem 1.05rem 1.05rem 1.05rem;
    }

    [b-y4pj7qmc9b] .login-header {
        margin-bottom: 1rem;
    }

    [b-y4pj7qmc9b] .login-title {
        font-size: 1.45rem;
        line-height: 1.2;
    }

    [b-y4pj7qmc9b] .login-subtitle {
        margin-top: 0.35rem;
        font-size: 0.88rem;
        line-height: 1.55;
    }

    [b-y4pj7qmc9b] .login-field-label {
        margin-bottom: 0.35rem;
        font-size: 0.92rem;
    }

    [b-y4pj7qmc9b] .form-control {
        --bb-form-control-padding: 0.76rem 0.9rem;
        margin-bottom: 0.75rem;
        border-radius: 14px;
        font-size: 0.9rem;
    }

    [b-y4pj7qmc9b] .btn {
        --bs-btn-padding-y: 0.8rem;
        margin-bottom: 0.75rem;
        border-radius: 14px;
    }

    [b-y4pj7qmc9b] .form-check {
        margin-bottom: 0.75rem;
    }

    [b-y4pj7qmc9b] .alert {
        margin-bottom: 0.85rem;
        border-radius: 14px;
    }

    .login-footer[b-y4pj7qmc9b] {
        margin-top: 0.75rem;
        gap: 0.3rem 0.45rem;
        font-size: 0.74rem;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .login-brand-panel[b-y4pj7qmc9b] {
        padding-top: 0.25rem;
    }

    [b-y4pj7qmc9b] .login-title {
        font-size: 1.32rem;
    }

    [b-y4pj7qmc9b] .login-subtitle {
        font-size: 0.84rem;
    }
}
/* /Components/Layout/LayoutPreview.razor.rz.scp.css */
.layout-preview[b-zi01cy5xrm] {
    font-size: 9px;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    border: 2px solid #c0c4cc;
    transition: border .3s linear;
}

    .layout-preview:hover[b-zi01cy5xrm] {
        border: 2px solid #28a745;
    }

    .layout-preview.active[b-zi01cy5xrm] {
        border: 2px solid #28a745;
    }

[b-zi01cy5xrm] .layout {
    --bb-layout-height: 80px;
    --bb-layout-header-height: 16px;
    --bb-layout-footer-height: 12px;
    --bb-layout-sidebar-width: 30%;
    --bb-layout-banner-font-size: 9px;
    --bb-layout-title-color: #fff;
    border: 1px solid var(--bb-layout-header-background);
}

    [b-zi01cy5xrm] .layout .layout-footer,
    [b-zi01cy5xrm] .layout .layout-header {
        justify-content: center;
    }

    [b-zi01cy5xrm] .layout .layout-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dispatch-skip-link[b-lz2vf3vgre] {
    position: absolute;
    left: 1rem;
    top: -3rem;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    background: #102033;
    color: #ffffff;
    text-decoration: none;
    z-index: 200;
}

.dispatch-skip-link:focus[b-lz2vf3vgre] {
    top: 1rem;
}

.dispatch-shell[b-lz2vf3vgre] {
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    height: 100dvh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(33, 102, 216, 0.08), transparent 24%),
        linear-gradient(180deg, #f5f7fa 0%, #edf2f6 100%);
}

.dispatch-side-overlay[b-lz2vf3vgre],
.dispatch-nav-toggle[b-lz2vf3vgre],
.dispatch-side-close[b-lz2vf3vgre] {
    display: none;
}

.dispatch-side[b-lz2vf3vgre] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1.1rem 0.95rem 0.95rem;
    background:
        radial-gradient(circle at top, rgba(77, 141, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #0f172a 0%, #122235 48%, #17293f 100%);
    color: #eef4fb;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.03), 20px 0 40px rgba(9, 18, 31, 0.14);
}

.dispatch-brand[b-lz2vf3vgre] {
    position: relative;
    padding: 0.2rem 0.2rem 1rem;
}

.dispatch-brand-copy[b-lz2vf3vgre] {
    padding: 0.95rem 1rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%),
        linear-gradient(135deg, rgba(77, 141, 255, 0.12) 0%, rgba(77, 141, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 30px rgba(4, 12, 24, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dispatch-brand-kicker[b-lz2vf3vgre] {
    color: #8dbbff;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.dispatch-brand-name[b-lz2vf3vgre] {
    margin-top: 0.5rem;
    color: #f6f9fc;
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.dispatch-brand-subtitle[b-lz2vf3vgre] {
    margin-top: 0.45rem;
    color: rgba(235, 242, 250, 0.78);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dispatch-brand-note[b-lz2vf3vgre] {
    margin: 0.8rem 0 0;
    padding: 0 0.95rem;
    color: rgba(227, 236, 247, 0.62);
    font-size: 0.78rem;
    line-height: 1.55;
}

.dispatch-nav-section[b-lz2vf3vgre] {
    padding: 0 0.2rem;
}

.dispatch-nav-section-label[b-lz2vf3vgre] {
    margin: 0 0 0.75rem 0.8rem;
    color: rgba(170, 192, 220, 0.74);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dispatch-nav[b-lz2vf3vgre] {
    display: grid;
    gap: 0.62rem;
    padding: 0.5rem 0.2rem 0.45rem 0.7rem;
    border-left: 1px solid rgba(170, 192, 220, 0.14);
    justify-items: stretch;
}

.dispatch-nav-group[b-lz2vf3vgre] {
    display: grid;
    gap: 0.45rem;
    border-radius: 18px;
}

.dispatch-nav-group > summary[b-lz2vf3vgre] {
    display: flex;
    align-items: center;
    gap: 0.68rem;
    min-height: 2.65rem;
    padding: 0.58rem 0.76rem;
    border-radius: 16px;
    color: rgba(227, 236, 247, 0.84);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(184, 210, 245, 0.12);
}

.dispatch-nav-group > summary[b-lz2vf3vgre]::-webkit-details-marker {
    display: none;
}

.dispatch-nav-group > summary[b-lz2vf3vgre]::after {
    content: "\f078";
    margin-left: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.72rem;
    opacity: 0.72;
    transition: transform 160ms ease;
}

.dispatch-nav-group[open] > summary[b-lz2vf3vgre]::after {
    transform: rotate(180deg);
}

.dispatch-nav-group > summary i[b-lz2vf3vgre] {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: rgba(173, 202, 243, 0.95);
    background: rgba(255, 255, 255, 0.07);
}

.dispatch-nav-group[open][b-lz2vf3vgre] {
    padding-bottom: 0.22rem;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.05rem;
    padding: 0.66rem 0.78rem;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(184, 210, 245, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.05) 100%);
    color: rgba(237, 244, 251, 0.86);
    text-decoration: none;
    font-weight: 600;
    box-shadow:
        0 12px 24px rgba(4, 12, 24, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease,
        transform 180ms ease,
        background 180ms ease,
        filter 180ms ease;
    overflow: hidden;
    cursor: pointer;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link i {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow:
        0 6px 14px rgba(3, 10, 20, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    color: rgba(173, 202, 243, 0.92);
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link .dispatch-nav-title {
    color: #eef4fb;
    font-size: 0.88rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 180ms ease, color 180ms ease, letter-spacing 180ms ease;
    flex: 1 1 auto;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(97, 161, 255, 0.30) 0%, rgba(97, 161, 255, 0.16) 45%, rgba(255, 255, 255, 0.08) 100%);
    opacity: 0;
    transform: translateX(-14px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 0;
    pointer-events: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-color: rgba(148, 197, 255, 0.34);
    box-shadow:
        0 18px 30px rgba(6, 16, 27, 0.24),
        inset 0 0 0 1px rgba(177, 214, 255, 0.16),
        inset 5px 0 0 rgba(177, 214, 255, 0.98);
    transform: translateX(2px) translateY(-1px);
    filter: brightness(1.04);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover::before,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible::before {
    opacity: 1;
    transform: translateX(0);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover .dispatch-nav-title,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible .dispatch-nav-title {
    transform: translateX(1px);
    color: #ffffff;
    letter-spacing: 0.026em;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover i,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible i {
    transform: scale(1.08);
    background: linear-gradient(180deg, rgba(96, 164, 255, 0.30) 0%, rgba(96, 164, 255, 0.12) 100%);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(33, 102, 216, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover {
    outline: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link.active {
    color: #ffffff;
    border-color: rgba(132, 186, 255, 0.28);
    background: linear-gradient(135deg, rgba(33, 102, 216, 0.30) 0%, rgba(33, 102, 216, 0.14) 52%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: inset 0 0 0 1px rgba(147, 191, 255, 0.16), 0 18px 34px rgba(3, 11, 22, 0.24);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link.active i {
    background: linear-gradient(180deg, rgba(88, 153, 255, 0.22) 0%, rgba(88, 153, 255, 0.10) 100%);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link::after {
    content: attr(data-nav-tip);
    position: absolute;
    left: calc(100% + 0.75rem);
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    padding: 0.45rem 0.7rem;
    border-radius: 12px;
    background: rgba(8, 15, 26, 0.94);
    color: #eef4fb;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 16px 30px rgba(4, 12, 24, 0.22);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 5;
}

.dispatch-nav-link > i[b-lz2vf3vgre],
.dispatch-nav-link > .dispatch-nav-title[b-lz2vf3vgre] {
    position: relative;
    z-index: 1;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover::after,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible::after {
    opacity: 1;
    transform: translateY(-50%) translateX(3px);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-arrow,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-proxy,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-arrow,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-trigger,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-shell,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-arrow-proxy,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-arrow-proxy,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-tooltip-box,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link-arrow-box {
    display: none;
}

/* Compact two-level navigation. Keep group headers calm and make child rows feel like one system. */
.dispatch-nav-section[b-lz2vf3vgre] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 0.1rem 0 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(141, 187, 255, 0.28) transparent;
}

.dispatch-nav-section[b-lz2vf3vgre]::-webkit-scrollbar {
    width: 6px;
}

.dispatch-nav-section[b-lz2vf3vgre]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(141, 187, 255, 0.28);
}

.dispatch-nav[b-lz2vf3vgre] {
    gap: 0.42rem;
    padding: 0.25rem 0.15rem 0.55rem;
    border-left: 0;
}

.dispatch-nav-group[b-lz2vf3vgre] {
    gap: 0.2rem;
    padding: 0.12rem 0;
    border-radius: 16px;
}

.dispatch-nav-group > summary[b-lz2vf3vgre] {
    min-height: 2.3rem;
    padding: 0.42rem 0.56rem;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: rgba(184, 205, 232, 0.78);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: none;
    transition: background 160ms ease, color 160ms ease;
}

.dispatch-nav-group > summary:hover[b-lz2vf3vgre],
.dispatch-nav-group[open] > summary[b-lz2vf3vgre] {
    background: rgba(255, 255, 255, 0.055);
    color: rgba(245, 249, 255, 0.94);
}

.dispatch-nav-group > summary i[b-lz2vf3vgre] {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 10px;
    background: rgba(141, 187, 255, 0.10);
    color: rgba(173, 202, 243, 0.88);
}

.dispatch-nav-group > summary[b-lz2vf3vgre]::after {
    font-size: 0.64rem;
    color: rgba(184, 205, 232, 0.78);
}

.dispatch-nav-group[open][b-lz2vf3vgre] {
    padding-bottom: 0.3rem;
}

.dispatch-nav-group[open][b-lz2vf3vgre]::after {
    content: "";
    display: block;
    height: 1px;
    margin: 0.32rem 0.62rem 0;
    background: linear-gradient(90deg, transparent, rgba(170, 192, 220, 0.14), transparent);
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link {
    min-height: 2.46rem;
    width: calc(100% - 0.86rem);
    margin-left: 0.86rem;
    padding: 0.48rem 0.66rem 0.48rem 0.72rem;
    gap: 0.58rem;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    box-shadow: none;
    color: rgba(225, 235, 247, 0.78);
    font-weight: 650;
    transform: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link::before {
    inset: 0 auto 0 0;
    width: 3px;
    margin: 0.58rem 0;
    border-radius: 999px;
    background: #8dbbff;
    opacity: 0;
    transform: none;
    transition: opacity 160ms ease, background 160ms ease;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link::after {
    display: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link i {
    width: 1.78rem;
    height: 1.78rem;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
    color: rgba(173, 202, 243, 0.74);
    font-size: 0.86rem;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link .dispatch-nav-title {
    color: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(141, 187, 255, 0.10);
    box-shadow: none;
    color: #ffffff;
    filter: none;
    transform: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover::before,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible::before {
    opacity: 0.52;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover i,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible i {
    transform: none;
    background: rgba(141, 187, 255, 0.10);
    color: #ffffff;
    box-shadow: none;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:hover .dispatch-nav-title,
.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link:focus-visible .dispatch-nav-title {
    transform: none;
    color: #ffffff;
    letter-spacing: 0.01em;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link.active {
    background: linear-gradient(90deg, rgba(84, 153, 255, 0.18), rgba(255, 255, 255, 0.055));
    border-color: rgba(141, 187, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(141, 187, 255, 0.04);
    color: #ffffff;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link.active::before {
    opacity: 1;
    background: #f0a128;
}

.dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link.active i {
    background: rgba(240, 161, 40, 0.14);
    color: #ffd27c;
    box-shadow: none;
}

.dispatch-side-footer[b-lz2vf3vgre] {
    margin-top: auto;
    padding: 1rem 0.2rem 0;
}

.dispatch-side-action[b-lz2vf3vgre] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border: 0;
    border-radius: 18px;
    padding: 0.92rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    color: #f3f7fb;
    font-weight: 700;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dispatch-side-action:hover[b-lz2vf3vgre] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.07) 100%);
    box-shadow: 0 14px 26px rgba(4, 12, 24, 0.18);
}

.dispatch-side-meta[b-lz2vf3vgre] {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.85rem;
    padding: 0 0.2rem;
    color: rgba(189, 206, 228, 0.50);
    font-size: 0.73rem;
    line-height: 1.5;
}

.dispatch-main-shell[b-lz2vf3vgre] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
}

.dispatch-topbar[b-lz2vf3vgre] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 1.1rem 0.75rem;
    background: linear-gradient(180deg, rgba(245, 248, 251, 0.96) 0%, rgba(245, 248, 251, 0.72) 100%);
    border-bottom: 1px solid rgba(184, 197, 210, 0.42);
}

.dispatch-topbar-main[b-lz2vf3vgre] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dispatch-topbar-copy[b-lz2vf3vgre] {
    min-width: 0;
}

.dispatch-topbar-kicker[b-lz2vf3vgre] {
    color: #2166d8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dispatch-topbar-title[b-lz2vf3vgre] {
    margin-top: 0.2rem;
    color: #0f1f32;
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.dispatch-topbar-subtitle[b-lz2vf3vgre] {
    margin-top: 0.18rem;
    color: #5f7083;
    font-size: 0.82rem;
    line-height: 1.45;
}

.dispatch-topbar-view[b-lz2vf3vgre] {
    display: grid;
    gap: 0.14rem;
    min-width: 164px;
    padding-left: 1rem;
    border-left: 1px solid rgba(184, 197, 210, 0.52);
}

.dispatch-topbar-view-label[b-lz2vf3vgre] {
    color: #7d8da0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dispatch-topbar-view-title[b-lz2vf3vgre] {
    color: #102033;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.dispatch-topbar-actions[b-lz2vf3vgre] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dispatch-topbar-pill[b-lz2vf3vgre] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    background: rgba(33, 102, 216, 0.08);
    color: #2166d8;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgba(33, 102, 216, 0.10);
}

.dispatch-topbar-pill-live[b-lz2vf3vgre]::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #18a65d;
    box-shadow: 0 0 0 0.22rem rgba(24, 166, 93, 0.14);
}

.dispatch-operator-chip[b-lz2vf3vgre] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.52rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #314356;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgba(184, 197, 210, 0.44);
    box-shadow: 0 8px 20px rgba(10, 26, 43, 0.06);
}

.dispatch-logout-form[b-lz2vf3vgre] {
    margin: 0;
}

.dispatch-logout-button[b-lz2vf3vgre] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.58rem 0.88rem;
    border-radius: 999px;
    border: 1px solid rgba(184, 197, 210, 0.46);
    background: rgba(255, 255, 255, 0.72);
    color: #314356;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(10, 26, 43, 0.06);
}

.dispatch-logout-button:hover[b-lz2vf3vgre] {
    background: rgba(33, 102, 216, 0.08);
    color: #2166d8;
}

.dispatch-main[b-lz2vf3vgre] {
    min-height: 0;
    padding: 0.95rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: auto;
}

.dispatch-main > *[b-lz2vf3vgre] {
    flex: 1 1 auto;
    min-height: 0;
}

#blazor-error-ui[b-lz2vf3vgre] {
    background: rgba(13, 24, 39, 0.96);
    color: #eef5fb;
    bottom: 0;
    box-shadow: 0 -12px 28px rgba(4, 13, 22, 0.28);
    display: none;
    left: 0;
    padding: 0.85rem 3.5rem 0.95rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-lz2vf3vgre] {
    color: #f0a128;
    font-weight: 700;
    margin-left: 0.75rem;
    text-decoration: none;
}

#blazor-error-ui .dismiss[b-lz2vf3vgre] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.6rem;
}

@media (max-width: 1199.98px) {
    .dispatch-shell[b-lz2vf3vgre] {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .dispatch-brand-copy[b-lz2vf3vgre],
    .dispatch-brand-note[b-lz2vf3vgre],
    .dispatch-nav-section-label[b-lz2vf3vgre],
    .dispatch-side-action span[b-lz2vf3vgre] {
        display: none;
    }

    .dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link,
    .dispatch-side-action[b-lz2vf3vgre] {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .dispatch-shell[b-lz2vf3vgre] {
        grid-template-columns: 1fr;
        position: relative;
    }

    .dispatch-side[b-lz2vf3vgre] {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1200;
        width: min(21rem, calc(100vw - 2.5rem));
        max-width: calc(100vw - 1.2rem);
        padding: 0.95rem 0.8rem 0.8rem;
        transform: translateX(calc(-100% - 1rem));
        transition: transform 180ms ease, box-shadow 180ms ease;
        box-shadow: none;
    }

    .dispatch-side.is-open[b-lz2vf3vgre] {
        transform: translateX(0);
        box-shadow: 0 24px 54px rgba(9, 18, 31, 0.3);
    }

    .dispatch-shell.nav-open .dispatch-side-overlay[b-lz2vf3vgre] {
        opacity: 1;
        pointer-events: auto;
    }

    .dispatch-side-overlay[b-lz2vf3vgre] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1190;
        border: 0;
        background: rgba(5, 12, 22, 0.44);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease;
    }

    .dispatch-brand[b-lz2vf3vgre] {
        padding: 0.1rem 0.15rem 0.9rem;
        min-width: 0;
    }

    .dispatch-brand-copy[b-lz2vf3vgre] {
        display: block;
        padding: 0.8rem 0.92rem;
        padding-right: 3.3rem;
        border-radius: 18px;
    }

    .dispatch-brand-kicker[b-lz2vf3vgre],
    .dispatch-brand-subtitle[b-lz2vf3vgre],
    .dispatch-brand-note[b-lz2vf3vgre],
    .dispatch-nav-section-label[b-lz2vf3vgre],
    .dispatch-side-footer[b-lz2vf3vgre] {
        display: block;
    }

    .dispatch-brand-name[b-lz2vf3vgre] {
        margin-top: 0;
        font-size: 0.98rem;
        letter-spacing: 0.08em;
        white-space: nowrap;
    }

    .dispatch-side-close[b-lz2vf3vgre],
    .dispatch-nav-toggle[b-lz2vf3vgre] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.1);
        color: #eef4fb;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    }

    .dispatch-side-close[b-lz2vf3vgre] {
        position: absolute;
        top: 1rem;
        right: 0.9rem;
        z-index: 1210;
        width: 2.45rem;
        height: 2.45rem;
    }

    .dispatch-nav-toggle[b-lz2vf3vgre] {
        width: 2.55rem;
        height: 2.55rem;
        background: linear-gradient(180deg, rgba(33, 102, 216, 0.12) 0%, rgba(255, 255, 255, 0.94) 100%);
        color: #2166d8;
        box-shadow: 0 12px 28px rgba(10, 26, 43, 0.08);
        flex: 0 0 auto;
    }

    .dispatch-nav-section[b-lz2vf3vgre] {
        min-width: 0;
        overflow: auto;
        padding: 0 0.1rem 0 0;
    }

    .dispatch-nav[b-lz2vf3vgre] {
        display: grid;
        gap: 0.58rem;
        overflow: visible;
        padding: 0.18rem 0.05rem 0.4rem;
        white-space: normal;
    }

    .dispatch-nav-group[b-lz2vf3vgre] {
        display: grid;
        padding: 0.12rem 0;
    }

    .dispatch-nav-group[open][b-lz2vf3vgre] {
        padding-bottom: 0.3rem;
    }

    .dispatch-nav-group[open][b-lz2vf3vgre]::after {
        display: block;
    }

    .dispatch-nav-group > summary[b-lz2vf3vgre] {
        min-height: 2.55rem;
        padding: 0.46rem 0.62rem;
    }

    .dispatch-nav-group > summary i[b-lz2vf3vgre] {
        display: inline-flex;
    }

    .dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link {
        display: flex;
        width: calc(100% - 1rem);
        min-height: 2.72rem;
        margin-left: 1rem;
        padding: 0.52rem 0.72rem 0.52rem 0.78rem;
        justify-content: flex-start;
        white-space: normal;
    }

    .dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link::before {
        display: block;
    }

    .dispatch-topbar[b-lz2vf3vgre] {
        align-items: center;
        padding: 0.74rem 0.78rem;
        gap: 0.75rem;
    }

    .dispatch-topbar-main[b-lz2vf3vgre] {
        width: 100%;
        gap: 0.72rem;
    }

    .dispatch-topbar-actions[b-lz2vf3vgre] {
        width: 100%;
        justify-content: flex-start;
    }

    .dispatch-main[b-lz2vf3vgre] {
        padding: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .dispatch-shell[b-lz2vf3vgre] {
        height: 100dvh;
    }

    .dispatch-side[b-lz2vf3vgre] {
        width: min(20rem, calc(100vw - 1rem));
        max-width: calc(100vw - 0.8rem);
        padding: 0.72rem 0.62rem 0.58rem;
    }

    .dispatch-brand-copy[b-lz2vf3vgre] {
        padding: 0.7rem 0.78rem;
        padding-right: 3rem;
        border-radius: 15px;
    }

    .dispatch-brand-name[b-lz2vf3vgre] {
        font-size: 0.92rem;
    }

    .dispatch-nav-group > summary[b-lz2vf3vgre] {
        min-height: 2.22rem;
        padding: 0.36rem 0.54rem;
        font-size: 0.76rem;
    }

    .dispatch-nav-group > summary i[b-lz2vf3vgre] {
        width: 1.4rem;
        height: 1.4rem;
    }

    .dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link {
        min-height: 2.32rem;
        padding: 0.42rem 0.58rem 0.42rem 0.68rem;
    }

    .dispatch-nav[b-lz2vf3vgre]  .dispatch-nav-link i {
        display: inline-flex;
        width: 1.58rem;
        height: 1.58rem;
    }

    .dispatch-main[b-lz2vf3vgre] {
        padding: 0.58rem;
    }

    .dispatch-topbar[b-lz2vf3vgre] {
        align-items: flex-start;
        flex-direction: column;
        padding: 0.62rem 0.68rem;
        gap: 0.62rem;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(247, 250, 252, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%);
        box-shadow: 0 10px 24px rgba(10, 26, 43, 0.05);
    }

    .dispatch-topbar-main[b-lz2vf3vgre] {
        align-items: flex-start;
        display: flex;
        gap: 0.6rem;
        width: 100%;
    }

    .dispatch-topbar-kicker[b-lz2vf3vgre],
    .dispatch-topbar-subtitle[b-lz2vf3vgre],
    .dispatch-topbar-pill:not(.dispatch-topbar-pill-live)[b-lz2vf3vgre] {
        display: none;
    }

    .dispatch-topbar-title[b-lz2vf3vgre] {
        margin-top: 0;
        font-size: 0.82rem;
        color: #6b7c8d;
        letter-spacing: 0.02em;
    }

    .dispatch-topbar-view[b-lz2vf3vgre] {
        display: grid;
        gap: 0.08rem;
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .dispatch-topbar-view-label[b-lz2vf3vgre] {
        display: block;
        color: #7d8da0;
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .dispatch-topbar-view-title[b-lz2vf3vgre] {
        font-size: 1.04rem;
        line-height: 1.2;
    }

    .dispatch-topbar-actions[b-lz2vf3vgre] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.42rem;
        justify-content: flex-start;
        width: 100%;
    }

    .dispatch-topbar-pill[b-lz2vf3vgre],
    .dispatch-operator-chip[b-lz2vf3vgre],
    .dispatch-logout-button[b-lz2vf3vgre] {
        min-height: 2.15rem;
        padding: 0.42rem 0.58rem;
        font-size: 0.74rem;
        box-shadow: none;
    }

    .dispatch-logout-button span[b-lz2vf3vgre] {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .dispatch-main[b-lz2vf3vgre] {
        padding: 0.5rem;
    }

    .dispatch-topbar[b-lz2vf3vgre] {
        padding: 0.56rem 0.56rem 0.48rem;
        border-radius: 16px;
    }

    .dispatch-topbar-copy[b-lz2vf3vgre] {
        display: none;
    }

    .dispatch-topbar-main[b-lz2vf3vgre] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 0.55rem;
    }

    .dispatch-topbar-view-title[b-lz2vf3vgre] {
        font-size: 0.96rem;
    }

    .dispatch-topbar-pill[b-lz2vf3vgre],
    .dispatch-operator-chip[b-lz2vf3vgre],
    .dispatch-logout-button[b-lz2vf3vgre],
    .dispatch-nav-toggle[b-lz2vf3vgre] {
        border-radius: 12px;
    }
}
/* /Components/Pages/ChannelOrders/Index.razor.rz.scp.css */
.channel-order-shell .channel-order-header[b-cyh1bd5zkg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.channel-order-shell .ops-workspace[b-cyh1bd5zkg] {
    max-height: calc(100dvh - 1.4rem);
    min-height: 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.channel-order-shell .channel-order-grid[b-cyh1bd5zkg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    gap: 1rem;
    align-items: start;
}

.channel-order-shell .channel-order-list[b-cyh1bd5zkg] {
    display: grid;
    gap: 0.875rem;
}

.channel-order-shell .channel-order-card[b-cyh1bd5zkg],
.channel-order-shell .channel-track-panel[b-cyh1bd5zkg] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.channel-order-shell .channel-order-card.active[b-cyh1bd5zkg] {
    border-color: rgba(37, 99, 235, 0.55);
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.14);
}

.channel-order-shell .order-row[b-cyh1bd5zkg],
.channel-order-shell .track-summary[b-cyh1bd5zkg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.channel-order-shell .route[b-cyh1bd5zkg] {
    margin: 0.75rem 0;
    font-weight: 700;
    line-height: 1.5;
}

.channel-order-shell .meta[b-cyh1bd5zkg],
.channel-order-shell .driver-box[b-cyh1bd5zkg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.channel-order-shell .track-map[b-cyh1bd5zkg] {
    width: 100%;
    height: 320px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.channel-order-shell .track-map-error[b-cyh1bd5zkg] {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: 14px;
    color: #b91c1c;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
    padding: 0.68rem 0.78rem;
}

.channel-order-shell .driver-detail[b-cyh1bd5zkg],
.channel-order-shell .journey-list[b-cyh1bd5zkg] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    margin-top: 1rem;
    padding-top: 1rem;
}

.channel-order-shell .journey-item[b-cyh1bd5zkg] {
    border-left: 3px solid rgba(37, 99, 235, 0.35);
    padding: 0 0 1rem 0.875rem;
}

.channel-order-shell .empty-track[b-cyh1bd5zkg] {
    color: #64748b;
    text-align: center;
    padding: 2rem 1rem;
}

@media (max-width: 1199.98px) {
    .channel-order-shell .channel-order-grid[b-cyh1bd5zkg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .channel-order-shell .channel-order-header[b-cyh1bd5zkg] {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 0.75rem;
    }

    .channel-order-shell .channel-order-header .btn[b-cyh1bd5zkg] {
        width: 100%;
    }

    .channel-order-shell .channel-order-card[b-cyh1bd5zkg],
    .channel-order-shell .channel-track-panel[b-cyh1bd5zkg] {
        padding: 0.82rem;
        border-radius: 16px;
    }

    .channel-order-shell .order-row[b-cyh1bd5zkg],
    .channel-order-shell .track-summary[b-cyh1bd5zkg] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
    }

    .channel-order-shell .route[b-cyh1bd5zkg] {
        margin: 0.58rem 0;
        font-size: 0.92rem;
    }

    .channel-order-shell .meta[b-cyh1bd5zkg],
    .channel-order-shell .driver-box[b-cyh1bd5zkg] {
        display: grid;
        gap: 0.3rem;
        margin-bottom: 0.7rem;
        font-size: 0.82rem;
    }

    .channel-order-shell .track-map[b-cyh1bd5zkg] {
        height: 240px;
        border-radius: 14px;
    }

    .channel-order-shell .driver-detail[b-cyh1bd5zkg],
    .channel-order-shell .journey-list[b-cyh1bd5zkg] {
        margin-top: 0.82rem;
        padding-top: 0.82rem;
    }
}

@media (max-width: 575.98px) {
    .channel-order-shell .channel-order-card[b-cyh1bd5zkg],
    .channel-order-shell .channel-track-panel[b-cyh1bd5zkg] {
        padding: 0.72rem;
        border-radius: 15px;
    }

    .channel-order-shell .track-map[b-cyh1bd5zkg] {
        height: 210px;
    }

    .channel-order-shell .journey-item[b-cyh1bd5zkg] {
        padding: 0 0 0.82rem 0.75rem;
    }
}
/* /Components/Pages/DispatchMap/Index.razor.rz.scp.css */
.dispatch-map-page[b-1calb9v4hq] {
    --map-ink: #102033;
    --map-muted: #66768a;
    --map-line: rgba(16, 32, 51, 0.1);
    --map-soft: #f5f8fc;
    --map-surface: rgba(255, 255, 255, 0.92);
    --map-accent: #16a34a;
    --map-warn: #f97316;
    --map-danger: #ef4444;
    color: var(--map-ink);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: calc(100dvh - var(--bb-layout-header-height, 56px) - var(--bb-tabs-item-height, 42px) - 1.35rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.dispatch-map-header[b-1calb9v4hq] {
    align-items: flex-end;
    background:
        radial-gradient(circle at 14% 22%, rgba(34, 197, 94, 0.24), transparent 32%),
        linear-gradient(135deg, #102033 0%, #142b46 48%, #0f172a 100%);
    border-radius: 1.5rem;
    color: #f8fafc;
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
    justify-content: space-between;
    min-height: 5.6rem;
    overflow: hidden;
    padding: 0.95rem 1.1rem;
    position: relative;
}

.dispatch-map-header[b-1calb9v4hq]::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    opacity: 0.22;
    pointer-events: none;
    position: absolute;
}

.dispatch-map-header > *[b-1calb9v4hq] {
    position: relative;
    z-index: 1;
}

.dispatch-map-kicker[b-1calb9v4hq] {
    color: #86efac;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.dispatch-map-header h1[b-1calb9v4hq] {
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 850;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0.3rem 0 0.45rem;
}

.dispatch-map-header p[b-1calb9v4hq] {
    color: rgba(248, 250, 252, 0.76);
    line-height: 1.5;
    margin: 0;
    max-width: 44rem;
}

.dispatch-map-actions[b-1calb9v4hq] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: max-content;
}

.dispatch-map-actions > span[b-1calb9v4hq] {
    color: rgba(248, 250, 252, 0.7);
    font-size: 0.84rem;
}

.dispatch-map-refresh[b-1calb9v4hq] {
    align-items: center;
    background: #22c55e;
    border: 0;
    border-radius: 999px;
    color: #052e16;
    display: inline-flex;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 2.5rem;
    padding: 0 1rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.dispatch-map-refresh:hover:not(:disabled)[b-1calb9v4hq] {
    box-shadow: 0 16px 34px rgba(34, 197, 94, 0.28);
    transform: translateY(-1px);
}

.dispatch-map-refresh:disabled[b-1calb9v4hq] {
    opacity: 0.7;
}

.dispatch-map-metrics[b-1calb9v4hq] {
    display: grid;
    flex: 0 0 auto;
    gap: 0.55rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dispatch-map-metric[b-1calb9v4hq] {
    background: var(--map-surface);
    border: 1px solid var(--map-line);
    border-radius: 0.95rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
    min-width: 0;
    padding: 0.68rem 0.85rem;
}

.dispatch-map-metric span[b-1calb9v4hq] {
    color: var(--map-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
}

.dispatch-map-metric strong[b-1calb9v4hq] {
    display: block;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-top: 0.35rem;
}

.dispatch-map-metric.is-hot strong[b-1calb9v4hq] {
    color: var(--map-accent);
}

.dispatch-map-metric.is-warning strong[b-1calb9v4hq] {
    color: var(--map-warn);
}

.dispatch-map-filter-strip[b-1calb9v4hq] {
    background: rgba(245, 248, 252, 0.86);
    border: 1px solid var(--map-line);
    border-radius: 1rem;
    display: grid;
    flex: 0 0 auto;
    gap: 0.5rem;
    padding: 0.55rem;
}

.dispatch-map-filter-group[b-1calb9v4hq] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 0.05rem;
    scrollbar-width: thin;
}

.dispatch-map-filter-label[b-1calb9v4hq] {
    color: var(--map-muted);
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    min-width: 2.5rem;
}

.dispatch-map-filter-chip[b-1calb9v4hq] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 51, 0.11);
    border-radius: 999px;
    color: #334155;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.4rem;
    min-height: 2rem;
    padding: 0 0.72rem;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.dispatch-map-filter-chip:hover[b-1calb9v4hq] {
    border-color: rgba(22, 163, 74, 0.38);
    transform: translateY(-1px);
}

.dispatch-map-filter-chip.is-active[b-1calb9v4hq] {
    background: #102033;
    border-color: #102033;
    color: #f8fafc;
}

.dispatch-map-workspace[b-1calb9v4hq] {
    display: grid;
    flex: 1 1 auto;
    gap: 1rem;
    grid-template-columns: minmax(18rem, 21rem) minmax(28rem, 1fr) minmax(20rem, 23rem);
    min-height: 0;
    min-width: 0;
}

.dispatch-map-panel[b-1calb9v4hq],
.dispatch-map-stage[b-1calb9v4hq] {
    background: var(--map-surface);
    border: 1px solid var(--map-line);
    border-radius: 1.35rem;
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
    min-width: 0;
}

.dispatch-map-panel[b-1calb9v4hq] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dispatch-map-panel-head[b-1calb9v4hq] {
    align-items: flex-end;
    border-bottom: 1px solid var(--map-line);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.dispatch-map-panel-head span[b-1calb9v4hq] {
    color: var(--map-accent);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dispatch-map-panel-head strong[b-1calb9v4hq] {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    margin-top: 0.15rem;
}

.dispatch-map-panel-head small[b-1calb9v4hq] {
    color: var(--map-muted);
    flex: 0 0 auto;
}

.dispatch-map-card-list[b-1calb9v4hq] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.42rem;
    overflow: auto;
    padding: 0.56rem;
}

.dispatch-map-panel-empty[b-1calb9v4hq] {
    display: grid;
    min-height: 9rem;
    place-items: center;
    padding: 1rem;
    border: 1px dashed rgba(16, 32, 51, 0.16);
    border-radius: 1rem;
    color: var(--map-muted);
    line-height: 1.55;
    text-align: center;
}

.dispatch-map-driver-card[b-1calb9v4hq],
.dispatch-map-order-card[b-1calb9v4hq] {
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 1rem;
    color: inherit;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 6.2rem;
    padding: 0.78rem 0.82rem;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    width: 100%;
}

.dispatch-map-driver-card[b-1calb9v4hq] {
    min-height: 5.9rem;
}

.dispatch-map-order-card[b-1calb9v4hq] {
    min-height: 6.55rem;
}

.dispatch-map-driver-card:hover[b-1calb9v4hq],
.dispatch-map-order-card:hover[b-1calb9v4hq],
.dispatch-map-driver-card.is-selected[b-1calb9v4hq],
.dispatch-map-order-card.is-selected[b-1calb9v4hq] {
    border-color: rgba(22, 163, 74, 0.38);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.dispatch-map-status-dot[b-1calb9v4hq] {
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(148, 163, 184, 0.13);
    height: 0.62rem;
    width: 0.62rem;
}

.dispatch-map-status-dot.active[b-1calb9v4hq],
.dispatch-map-status-dot.working[b-1calb9v4hq],
.dispatch-map-status-dot.located[b-1calb9v4hq] {
    background: var(--map-accent);
}

.dispatch-map-status-dot.warning[b-1calb9v4hq] {
    background: var(--map-warn);
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.16);
}

.dispatch-map-status-dot.offline[b-1calb9v4hq],
.dispatch-map-status-dot.working-muted[b-1calb9v4hq] {
    background: #94a3b8;
}

.dispatch-map-card-main[b-1calb9v4hq] {
    align-self: stretch;
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.dispatch-map-card-main strong[b-1calb9v4hq] {
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-map-card-main small[b-1calb9v4hq],
.dispatch-map-card-side small[b-1calb9v4hq] {
    color: var(--map-muted);
    font-size: 0.72rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-map-card-side[b-1calb9v4hq] {
    align-content: start;
    display: grid;
    justify-items: end;
    gap: 0.32rem;
    max-width: 9.5rem;
    min-width: 5.5rem;
}

.dispatch-map-card-side em[b-1calb9v4hq] {
    color: #0f172a;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.25;
}

.dispatch-map-warning-count[b-1calb9v4hq] {
    align-items: center;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 999px;
    color: #dc2626;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 950;
    justify-content: center;
    min-height: 1.12rem;
    min-width: 1.12rem;
    padding: 0 0.3rem;
}

.dispatch-map-state-pill[b-1calb9v4hq] {
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    padding: 0.18rem 0.42rem;
    white-space: nowrap;
}

.dispatch-map-state-pill.pending[b-1calb9v4hq] {
    background: #64748b;
}

.dispatch-map-state-pill.assigned[b-1calb9v4hq] {
    background: #2563eb;
}

.dispatch-map-state-pill.pickup[b-1calb9v4hq] {
    background: #f97316;
}

.dispatch-map-state-pill.route[b-1calb9v4hq] {
    background: #0ea5e9;
}

.dispatch-map-state-pill.done[b-1calb9v4hq] {
    background: #16a34a;
}

.dispatch-map-state-pill.muted[b-1calb9v4hq] {
    background: #475569;
}

.dispatch-map-track-link[b-1calb9v4hq] {
    color: var(--map-accent);
    font-size: 0.72rem;
    font-weight: 900;
    text-decoration: none;
}

.dispatch-map-card-actions[b-1calb9v4hq] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.32rem;
    justify-content: flex-end;
    min-width: 0;
}

.dispatch-map-card-action[b-1calb9v4hq] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 1.8rem;
    padding: 0.38rem 0.62rem;
    text-decoration: none;
    white-space: nowrap;
}

.dispatch-map-card-action.is-dispatch[b-1calb9v4hq] {
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.18);
    color: var(--map-accent);
}

.dispatch-map-card-action.is-track[b-1calb9v4hq] {
    background: rgba(33, 102, 216, 0.1);
    border: 1px solid rgba(33, 102, 216, 0.18);
    color: #1d4ed8;
}

.dispatch-map-card-action:hover[b-1calb9v4hq] {
    filter: brightness(0.96);
    text-decoration: none;
}

.dispatch-map-action-link[b-1calb9v4hq] {
    align-items: center;
    background: rgba(22, 163, 74, 0.1);
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 999px;
    color: var(--map-accent);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 1.8rem;
    padding: 0.38rem 0.62rem;
}

.dispatch-map-track-link:hover[b-1calb9v4hq],
.dispatch-map-action-link:hover[b-1calb9v4hq] {
    text-decoration: underline;
}

.dispatch-map-modal-backdrop[b-1calb9v4hq] {
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(6px);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1040;
}

.dispatch-map-dispatch-modal[b-1calb9v4hq] {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
    color: var(--map-ink);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    left: 50%;
    max-height: min(720px, calc(100dvh - 1.4rem));
    overflow: visible;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(720px, calc(100vw - 1.4rem));
    z-index: 1050;
}

.dispatch-map-dispatch-head[b-1calb9v4hq],
.dispatch-map-dispatch-foot[b-1calb9v4hq] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.95rem 1rem;
}

.dispatch-map-dispatch-head[b-1calb9v4hq] {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.dispatch-map-dispatch-head span[b-1calb9v4hq] {
    color: var(--map-accent);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dispatch-map-dispatch-head h3[b-1calb9v4hq] {
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0.18rem 0 0.2rem;
}

.dispatch-map-dispatch-head p[b-1calb9v4hq] {
    color: var(--map-muted);
    font-size: 0.84rem;
    margin: 0;
}

.dispatch-map-dispatch-body[b-1calb9v4hq] {
    background: #f8fafc;
    display: grid;
    gap: 0.75rem;
    min-height: 0;
    overflow: visible;
    padding: 0.9rem 1rem;
}

.dispatch-map-dispatch-foot[b-1calb9v4hq] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    justify-content: flex-end;
}

.dispatch-map-price-field[b-1calb9v4hq] {
    display: grid;
    gap: 0.32rem;
}

.dispatch-map-price-field span[b-1calb9v4hq] {
    color: var(--map-muted);
    font-size: 0.74rem;
    font-weight: 850;
}

.dispatch-map-dispatch-feedback[b-1calb9v4hq] {
    border-radius: 14px;
    font-size: 0.84rem;
    font-weight: 800;
    padding: 0.62rem 0.72rem;
}

.dispatch-map-dispatch-feedback.is-success[b-1calb9v4hq] {
    background: rgba(22, 163, 74, 0.1);
    color: #147a3d;
}

.dispatch-map-dispatch-feedback.is-error[b-1calb9v4hq] {
    background: rgba(214, 84, 84, 0.1);
    color: #b33e3e;
}

.dispatch-map-select-card[b-1calb9v4hq] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.dispatch-map-select-card-head[b-1calb9v4hq] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
}

.dispatch-map-select-card strong[b-1calb9v4hq],
.dispatch-map-select-card span[b-1calb9v4hq],
.dispatch-map-select-card small[b-1calb9v4hq] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dispatch-map-select-card strong[b-1calb9v4hq] {
    color: var(--map-ink);
    font-size: 0.9rem;
    font-weight: 900;
}

.dispatch-map-select-card em[b-1calb9v4hq] {
    color: var(--map-accent);
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 900;
}

.dispatch-map-select-card span[b-1calb9v4hq],
.dispatch-map-select-card small[b-1calb9v4hq] {
    color: var(--map-muted);
    font-size: 0.78rem;
}

.dispatch-map-stage[b-1calb9v4hq] {
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.dispatch-map-canvas[b-1calb9v4hq] {
    height: 100%;
    min-height: 24rem;
    width: 100%;
}

.dispatch-map-empty[b-1calb9v4hq] {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 32, 51, 0.12);
    border-radius: 1rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    left: 50%;
    padding: 1rem 1.2rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.dispatch-map-empty.is-error[b-1calb9v4hq] {
    border-color: rgba(239, 68, 68, 0.24);
}

.dispatch-map-empty small[b-1calb9v4hq] {
    color: var(--map-muted);
    line-height: 1.5;
    text-align: center;
}

.dispatch-map-empty span[b-1calb9v4hq] {
    color: var(--map-muted);
    font-size: 0.86rem;
}

.dispatch-map-legend[b-1calb9v4hq] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 32, 51, 0.1);
    border-radius: 999px;
    bottom: 0.85rem;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    left: 50%;
    padding: 0.5rem 0.75rem;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.dispatch-map-legend span[b-1calb9v4hq] {
    align-items: center;
    color: #334155;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 800;
    gap: 0.32rem;
}

.dispatch-map-legend i[b-1calb9v4hq] {
    border-radius: 999px;
    display: inline-block;
    height: 0.58rem;
    width: 0.58rem;
}

.legend-driver[b-1calb9v4hq] {
    background: #16a34a;
}

.legend-pickup[b-1calb9v4hq] {
    background: #f97316;
}

.legend-destination[b-1calb9v4hq] {
    background: #0ea5e9;
}

.legend-warning[b-1calb9v4hq] {
    background: #ef4444;
}

@media (max-width: 1380px) {
    .dispatch-map-workspace[b-1calb9v4hq] {
        grid-template-columns: minmax(18rem, 22rem) minmax(30rem, 1fr);
    }

    .dispatch-map-order-panel[b-1calb9v4hq] {
        grid-column: 1 / -1;
        min-height: 18rem;
    }

    .dispatch-map-order-panel .dispatch-map-card-list[b-1calb9v4hq] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .dispatch-map-page[b-1calb9v4hq] {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .dispatch-map-header[b-1calb9v4hq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .dispatch-map-actions[b-1calb9v4hq] {
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .dispatch-map-metrics[b-1calb9v4hq] {
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: thin;
    }

    .dispatch-map-metric[b-1calb9v4hq] {
        flex: 1 0 10rem;
    }

    .dispatch-map-workspace[b-1calb9v4hq] {
        grid-template-columns: minmax(0, 1fr);
    }

    .dispatch-map-stage[b-1calb9v4hq] {
        min-height: 28rem;
        order: -1;
    }

    .dispatch-map-canvas[b-1calb9v4hq] {
        min-height: 28rem;
    }

    .dispatch-map-driver-panel[b-1calb9v4hq],
    .dispatch-map-order-panel[b-1calb9v4hq] {
        min-height: 18rem;
    }

    .dispatch-map-order-panel .dispatch-map-card-list[b-1calb9v4hq] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .dispatch-map-page[b-1calb9v4hq] {
        gap: 0.75rem;
    }

    .dispatch-map-header[b-1calb9v4hq] {
        border-radius: 1.1rem;
        gap: 0.75rem;
        min-height: 0;
        padding: 1rem;
    }

    .dispatch-map-header p[b-1calb9v4hq] {
        display: none;
    }

    .dispatch-map-actions[b-1calb9v4hq] {
        align-items: center;
        flex-direction: row;
        gap: 0.75rem;
        justify-content: space-between;
    }

    .dispatch-map-actions > span[b-1calb9v4hq] {
        font-size: 0.78rem;
    }

    .dispatch-map-refresh[b-1calb9v4hq] {
        justify-content: center;
        min-width: 6.8rem;
        width: auto;
    }

    .dispatch-map-metrics[b-1calb9v4hq] {
        gap: 0.55rem;
        display: flex;
        overflow-x: auto;
        padding-bottom: 0.1rem;
        scrollbar-width: thin;
    }

    .dispatch-map-metric[b-1calb9v4hq] {
        border-radius: 0.95rem;
        flex: 0 0 8.5rem;
        padding: 0.75rem;
    }

    .dispatch-map-metric strong[b-1calb9v4hq] {
        font-size: 1.45rem;
    }

    .dispatch-map-filter-strip[b-1calb9v4hq] {
        border-radius: 1rem;
        margin-left: -0.1rem;
        margin-right: -0.1rem;
        padding: 0.65rem;
    }

    .dispatch-map-filter-chip[b-1calb9v4hq] {
        min-height: 2.55rem;
        padding: 0 0.95rem;
    }

    .dispatch-map-stage[b-1calb9v4hq],
    .dispatch-map-canvas[b-1calb9v4hq] {
        min-height: 25rem;
    }

    .dispatch-map-stage[b-1calb9v4hq] {
        overflow: hidden;
    }

    .dispatch-map-panel[b-1calb9v4hq],
    .dispatch-map-stage[b-1calb9v4hq] {
        border-radius: 1rem;
    }

    .dispatch-map-panel-head[b-1calb9v4hq] {
        padding: 0.85rem;
    }

    .dispatch-map-card-list[b-1calb9v4hq] {
        max-height: 22rem;
        padding: 0.65rem;
    }

    .dispatch-map-driver-card[b-1calb9v4hq],
    .dispatch-map-order-card[b-1calb9v4hq] {
        align-items: flex-start;
        grid-template-columns: auto minmax(0, 1fr);
        min-height: 6.8rem;
        padding: 0.82rem;
    }

    .dispatch-map-card-side[b-1calb9v4hq] {
        grid-column: 2;
        justify-items: start;
        max-width: 100%;
    }

    .dispatch-map-legend[b-1calb9v4hq] {
        border-radius: 1rem;
        bottom: 0.65rem;
        left: 0.65rem;
        right: 0.65rem;
        transform: none;
    }
}
/* /Components/Pages/DriverExpenses/Index.razor.rz.scp.css */
.expense-stat-shell[b-r37lqddr52] {
    gap: 0.85rem;
}

.expense-stat-mobile-toolbar[b-r37lqddr52] {
    display: none;
}

.expense-stat-filter[b-r37lqddr52] {
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 249, 252, 0.98) 100%);
    box-shadow: var(--dispatch-shadow-soft);
    border: 1px solid rgba(212, 221, 230, 0.7);
}

.expense-stat-filter-grid[b-r37lqddr52] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 200px)) auto;
    gap: 0.8rem;
    align-items: end;
}

.expense-stat-filter-field[b-r37lqddr52] {
    display: grid;
    gap: 0.35rem;
}

.expense-stat-filter-field span[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.expense-stat-filter-button[b-r37lqddr52] {
    min-height: 2.8rem;
    white-space: nowrap;
    width: auto;
    justify-self: start;
    align-self: end;
}

.expense-stat-kpis[b-r37lqddr52] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.expense-stat-feedback[b-r37lqddr52] {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    font-size: 0.84rem;
    font-weight: 700;
}

.expense-stat-feedback.is-error[b-r37lqddr52] {
    background: rgba(206, 75, 73, 0.1);
    color: var(--dispatch-danger);
}

.expense-stat-board[b-r37lqddr52] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) 340px;
    gap: 0.85rem;
}

.expense-stat-records[b-r37lqddr52],
.expense-stat-side-card[b-r37lqddr52] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 100%;
}

.expense-stat-side-card .expense-stat-panel-header[b-r37lqddr52] {
    flex: 0 0 auto;
}

.expense-stat-side-card .expense-stat-chip-list[b-r37lqddr52],
.expense-stat-side-card .expense-stat-rank-list[b-r37lqddr52] {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.18rem;
    scrollbar-width: thin;
}

.expense-stat-side-card .expense-stat-chip-list[b-r37lqddr52]::-webkit-scrollbar,
.expense-stat-side-card .expense-stat-rank-list[b-r37lqddr52]::-webkit-scrollbar {
    width: 6px;
}

.expense-stat-side-card .expense-stat-chip-list[b-r37lqddr52]::-webkit-scrollbar-thumb,
.expense-stat-side-card .expense-stat-rank-list[b-r37lqddr52]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.55);
}

.expense-stat-records[b-r37lqddr52],
.expense-stat-side-card[b-r37lqddr52] {
    overflow: hidden;
    padding: 0.9rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(246, 249, 252, 0.98) 100%);
    border: 1px solid rgba(212, 221, 230, 0.7);
    box-shadow: var(--dispatch-shadow-soft);
}

.expense-stat-records[b-r37lqddr52] {
    display: flex;
    flex-direction: column;
}

.expense-stat-side[b-r37lqddr52] {
    min-height: 0;
    display: grid;
    gap: 0.85rem;
    grid-template-rows: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.expense-stat-panel-header[b-r37lqddr52] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.1rem 0.2rem 0.8rem;
}

.expense-stat-panel-title[b-r37lqddr52] {
    color: var(--dispatch-ink);
    font-size: 1rem;
    font-weight: 800;
}

.expense-stat-panel-subtitle[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.expense-stat-table-wrap[b-r37lqddr52] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    border-radius: 20px;
    border: 1px solid rgba(212, 221, 230, 0.76);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.expense-stat-table[b-r37lqddr52] {
    margin-bottom: 0;
    min-width: 980px;
}

.expense-stat-table th[b-r37lqddr52],
.expense-stat-table td[b-r37lqddr52] {
    padding: 0.62rem 0.55rem;
    vertical-align: top;
}

.expense-stat-table thead th[b-r37lqddr52] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--dispatch-surface-muted);
}

.expense-stat-driver-cell[b-r37lqddr52],
.expense-stat-order-cell[b-r37lqddr52] {
    display: grid;
    gap: 0.2rem;
}

.expense-stat-driver-name[b-r37lqddr52],
.expense-stat-order-no[b-r37lqddr52] {
    color: var(--dispatch-ink);
    font-weight: 800;
}

.expense-stat-driver-meta[b-r37lqddr52],
.expense-stat-order-meta[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
}

.expense-stat-money[b-r37lqddr52] {
    color: var(--dispatch-accent);
    font-weight: 800;
    white-space: nowrap;
}

.expense-stat-voucher-link[b-r37lqddr52] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dispatch-accent);
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}

.expense-stat-voucher-link img[b-r37lqddr52] {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(212, 221, 230, 0.8);
    background: var(--dispatch-surface-muted);
}

.expense-stat-voucher-empty[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.expense-stat-review-cell[b-r37lqddr52] {
    display: grid;
    gap: 0.18rem;
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
    min-width: 8.5rem;
}

.expense-voucher-modal[b-r37lqddr52] {
    position: fixed;
    inset: 0;
    z-index: 2060;
    display: grid;
    place-items: center;
    padding: 1.4rem;
}

.expense-voucher-backdrop[b-r37lqddr52] {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.68);
    backdrop-filter: blur(8px);
}

.expense-voucher-dialog[b-r37lqddr52] {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(88vh, 860px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 252, 0.98) 100%);
    border: 1px solid rgba(226, 232, 240, 0.88);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.36);
}

.expense-voucher-head[b-r37lqddr52],
.expense-voucher-foot[b-r37lqddr52] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
}

.expense-voucher-head[b-r37lqddr52] {
    border-bottom: 1px solid rgba(212, 221, 230, 0.76);
}

.expense-voucher-head div[b-r37lqddr52],
.expense-voucher-foot div[b-r37lqddr52] {
    display: grid;
    gap: 0.16rem;
}

.expense-voucher-head span[b-r37lqddr52],
.expense-voucher-foot span[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.expense-voucher-head strong[b-r37lqddr52] {
    color: var(--dispatch-ink);
    font-size: 1rem;
}

.expense-voucher-close[b-r37lqddr52] {
    width: 2.3rem;
    height: 2.3rem;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    color: var(--dispatch-ink);
}

.expense-voucher-body[b-r37lqddr52] {
    flex: 1;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: auto;
    padding: 1rem;
    background:
        linear-gradient(45deg, rgba(148, 163, 184, 0.13) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(148, 163, 184, 0.13) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(148, 163, 184, 0.13) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(148, 163, 184, 0.13) 75%);
    background-size: 24px 24px;
    background-position: 0 0, 0 12px, 12px -12px, -12px 0;
}

.expense-voucher-body img[b-r37lqddr52] {
    max-width: 100%;
    max-height: 68vh;
    border-radius: 18px;
    object-fit: contain;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
}

.expense-voucher-foot[b-r37lqddr52] {
    border-top: 1px solid rgba(212, 221, 230, 0.76);
}

.expense-stat-chip-list[b-r37lqddr52],
.expense-stat-rank-list[b-r37lqddr52] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: grid;
    gap: 0.7rem;
}

.expense-stat-chip[b-r37lqddr52] {
    display: grid;
    gap: 0.18rem;
    padding: 0.82rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(212, 221, 230, 0.72);
}

.expense-stat-chip-title[b-r37lqddr52] {
    color: var(--dispatch-ink);
    font-size: 0.92rem;
    font-weight: 800;
}

.expense-stat-chip-meta[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.expense-stat-chip-value[b-r37lqddr52] {
    color: var(--dispatch-accent);
    font-size: 1.05rem;
    font-weight: 800;
}

.expense-stat-rank-item[b-r37lqddr52] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding: 0.82rem 0.9rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(212, 221, 230, 0.72);
}

.expense-stat-rank-main[b-r37lqddr52],
.expense-stat-rank-side[b-r37lqddr52] {
    display: grid;
    gap: 0.12rem;
}

.expense-stat-rank-main strong[b-r37lqddr52],
.expense-stat-rank-side strong[b-r37lqddr52] {
    color: var(--dispatch-ink);
}

.expense-stat-rank-main span[b-r37lqddr52],
.expense-stat-rank-side span[b-r37lqddr52] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.expense-stat-empty[b-r37lqddr52],
.expense-stat-side-empty[b-r37lqddr52] {
    flex: 1;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    color: var(--dispatch-muted);
    font-weight: 700;
}

@media (max-width: 1599.98px) {
    .expense-stat-filter-grid[b-r37lqddr52] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    }

    .expense-stat-board[b-r37lqddr52] {
        grid-template-columns: 1fr;
    }

    .expense-stat-side[b-r37lqddr52] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }
}

@media (max-width: 1399.98px) {
    .expense-stat-filter-grid[b-r37lqddr52] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    }
}

@media (max-width: 991.98px) {
    .expense-stat-kpis[b-r37lqddr52] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expense-stat-filter-grid[b-r37lqddr52],
    .expense-stat-side[b-r37lqddr52] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .expense-stat-mobile-toolbar[b-r37lqddr52] {
        display: flex;
    }

    .expense-stat-filter.is-open[b-r37lqddr52] {
        display: block !important;
    }

    .expense-stat-kpis.is-open[b-r37lqddr52] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .expense-stat-kpis.is-open .ops-mobile-sheet-head[b-r37lqddr52] {
        grid-column: 1 / -1;
    }

    .expense-stat-filter[b-r37lqddr52] {
        padding: 0.8rem;
        border-radius: 18px;
    }

    .expense-stat-filter-button[b-r37lqddr52] {
        width: 100%;
    }

    .expense-stat-records[b-r37lqddr52],
    .expense-stat-side-card[b-r37lqddr52] {
        padding: 0.78rem;
        border-radius: 18px;
    }

    .expense-stat-panel-header[b-r37lqddr52] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
        padding: 0.1rem 0.05rem 0.65rem;
    }

    .expense-stat-table-wrap[b-r37lqddr52] {
        border-radius: 18px;
    }

    .expense-stat-rank-item[b-r37lqddr52] {
        align-items: flex-start;
        flex-direction: column;
    }

    .expense-voucher-modal[b-r37lqddr52] {
        padding: 0.7rem;
    }

    .expense-voucher-dialog[b-r37lqddr52] {
        max-height: 92vh;
        border-radius: 20px;
    }

    .expense-voucher-head[b-r37lqddr52],
    .expense-voucher-foot[b-r37lqddr52] {
        align-items: flex-start;
        flex-direction: column;
    }

    .expense-voucher-close[b-r37lqddr52] {
        position: absolute;
        top: 0.7rem;
        right: 0.7rem;
    }
}

@media (max-width: 575.98px) {
    .expense-stat-kpis.is-open[b-r37lqddr52] {
        grid-template-columns: 1fr;
    }

    .expense-stat-kpis[b-r37lqddr52] {
        grid-template-columns: 1fr;
    }

    .expense-stat-records[b-r37lqddr52],
    .expense-stat-side-card[b-r37lqddr52],
    .expense-stat-table-wrap[b-r37lqddr52] {
        border-radius: 16px;
    }
}
/* /Components/Pages/DriverMonitor/Index.razor.rz.scp.css */
.driver-monitor-shell[b-u447s5utbn] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 0.8rem;
}

.driver-monitor-mobile-toolbar[b-u447s5utbn] {
    display: none;
}

.driver-monitor-summary[b-u447s5utbn] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.driver-monitor-summary-card[b-u447s5utbn] {
    min-width: 0;
    display: grid;
    gap: 0.28rem;
    padding: 0.82rem 0.96rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 252, 0.98) 100%);
    border: 1px solid rgba(212, 221, 230, 0.72);
    box-shadow: 0 14px 32px rgba(10, 26, 43, 0.06);
}

.driver-monitor-summary-card strong[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 1.35rem;
    font-weight: 800;
}

.driver-monitor-summary-label[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.driver-monitor-filter-bar[b-u447s5utbn] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.9rem;
}

.driver-monitor-day-strip[b-u447s5utbn] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.7rem;
}

.driver-monitor-time-filter[b-u447s5utbn] {
    flex: 0 0 auto;
    min-width: 356px;
    min-height: 4.15rem;
    display: grid;
    align-content: center;
    gap: 0.45rem;
    padding: 0.7rem 0.8rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(212, 221, 230, 0.72);
    box-shadow: 0 12px 28px rgba(10, 26, 43, 0.05);
}

.driver-monitor-time-filter-label[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.driver-monitor-time-filter-row[b-u447s5utbn] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.driver-monitor-time-input[b-u447s5utbn] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.75rem;
    border-radius: 12px;
}

.driver-monitor-time-separator[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.driver-monitor-time-clear[b-u447s5utbn] {
    white-space: nowrap;
    min-height: 2.75rem;
    border-radius: 12px;
}

.driver-monitor-time-filter-error[b-u447s5utbn] {
    color: var(--dispatch-danger);
    font-size: 0.74rem;
    font-weight: 700;
    padding-top: 0.45rem;
}

.driver-monitor-day-chip[b-u447s5utbn] {
    min-width: 0;
    min-height: 4.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(212, 221, 230, 0.82);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--dispatch-ink);
    box-shadow: 0 12px 28px rgba(10, 26, 43, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.driver-monitor-day-chip:hover[b-u447s5utbn] {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(10, 26, 43, 0.09);
}

.driver-monitor-day-chip.is-active[b-u447s5utbn] {
    border-color: rgba(33, 102, 216, 0.26);
    background: linear-gradient(180deg, rgba(33, 102, 216, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 18px 36px rgba(33, 102, 216, 0.12);
}

.driver-monitor-day-title[b-u447s5utbn] {
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
}

.driver-monitor-board[b-u447s5utbn] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 332px;
    gap: 0.7rem;
}

.driver-monitor-mobile-section-head[b-u447s5utbn] {
    display: none;
}

.driver-monitor-wall[b-u447s5utbn],
.driver-monitor-detail[b-u447s5utbn] {
    min-height: 0;
    overflow: hidden;
    border-radius: 26px;
}

.driver-monitor-wall[b-u447s5utbn] {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 251, 0.96) 100%);
}

.driver-monitor-grid[b-u447s5utbn] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
    grid-auto-rows: auto;
    gap: 0.48rem;
    padding: 0.54rem;
    align-items: stretch;
    align-content: start;
}

.driver-monitor-card[b-u447s5utbn] {
    display: grid;
    gap: 0.46rem;
    padding: 0.68rem 0.7rem;
    border-radius: 14px;
    border: 1px solid rgba(212, 221, 230, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 252, 0.98) 100%);
    box-shadow: 0 8px 18px rgba(10, 26, 43, 0.05);
    color: inherit;
    text-align: left;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    align-self: stretch;
    min-height: 208px;
}

.driver-monitor-card:hover[b-u447s5utbn] {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(10, 26, 43, 0.10);
}

.driver-monitor-card.is-active[b-u447s5utbn] {
    border-color: rgba(33, 102, 216, 0.28);
    box-shadow: 0 16px 30px rgba(33, 102, 216, 0.10);
}

.driver-monitor-card-head[b-u447s5utbn] {
    display: flex;
    align-items: flex-start;
    gap: 0.52rem;
}

.driver-monitor-avatar[b-u447s5utbn] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    object-fit: cover;
    background: rgba(33, 102, 216, 0.12);
}

.driver-monitor-avatar.is-large[b-u447s5utbn] {
    width: 68px;
    height: 68px;
    border-radius: 20px;
}

.driver-monitor-avatar-fallback[b-u447s5utbn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dispatch-accent);
    font-size: 1rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(33, 102, 216, 0.12) 0%, rgba(33, 102, 216, 0.02) 100%);
}

.driver-monitor-driver-copy[b-u447s5utbn] {
    min-width: 0;
    display: grid;
    gap: 0.08rem;
    flex: 1;
}

.driver-monitor-driver-line[b-u447s5utbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
}

.driver-monitor-driver-name[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.82rem;
    font-weight: 800;
    min-width: 0;
    line-height: 1.15;
}

.driver-monitor-driver-meta[b-u447s5utbn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.12rem 0.36rem;
    color: var(--dispatch-muted);
    font-size: 0.7rem;
    line-height: 1.2;
}

.driver-monitor-online[b-u447s5utbn] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 700;
}

.driver-monitor-online[b-u447s5utbn]::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    flex: 0 0 auto;
}

.driver-monitor-online.is-online[b-u447s5utbn] {
    color: var(--dispatch-success);
}

.driver-monitor-online.is-online[b-u447s5utbn]::before {
    background: var(--dispatch-success);
    box-shadow: 0 0 0 0.18rem rgba(27, 139, 92, 0.12);
}

.driver-monitor-online.is-offline[b-u447s5utbn] {
    color: var(--dispatch-danger);
}

.driver-monitor-online.is-offline[b-u447s5utbn]::before {
    background: var(--dispatch-danger);
    box-shadow: 0 0 0 0.18rem rgba(206, 75, 73, 0.10);
}

.driver-monitor-focus-day[b-u447s5utbn] {
    display: grid;
    gap: 0.12rem;
    padding: 0.34rem 0.42rem;
    border-radius: 10px;
    background: rgba(244, 247, 251, 0.92);
    box-shadow: inset 0 0 0 1px rgba(216, 225, 232, 0.76);
}

.driver-monitor-focus-label[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
}

.driver-monitor-focus-summary-text[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.66rem;
    line-height: 1.15;
    font-weight: 700;
}

.driver-monitor-stat-grid[b-u447s5utbn] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
}

.driver-monitor-stat-item[b-u447s5utbn] {
    display: grid;
    gap: 0.08rem;
    padding: 0.3rem 0.32rem;
    border-radius: 9px;
    background: rgba(244, 247, 251, 0.88);
    box-shadow: inset 0 0 0 1px rgba(216, 225, 232, 0.72);
}

.driver-monitor-stat-item span[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.55rem;
    line-height: 1;
}

.driver-monitor-stat-item strong[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.66rem;
    line-height: 1.1;
    font-weight: 800;
}

.driver-monitor-location-link[b-u447s5utbn] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.08rem 0 0;
    border: 0;
    background: transparent;
    color: var(--dispatch-accent);
    font-size: 0.66rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.1;
}

.driver-monitor-location-link i[b-u447s5utbn] {
    flex: 0 0 auto;
    font-size: 0.72rem;
}

.driver-monitor-location-link span[b-u447s5utbn] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.driver-monitor-location-link:hover[b-u447s5utbn] {
    color: var(--dispatch-accent-strong);
}

.driver-monitor-badge[b-u447s5utbn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1;
}

.driver-monitor-badge.is-success[b-u447s5utbn] {
    background: rgba(27, 139, 92, 0.12);
    color: var(--dispatch-success);
}

.driver-monitor-badge.is-muted[b-u447s5utbn] {
    background: rgba(97, 113, 129, 0.12);
    color: var(--dispatch-muted);
}

.driver-monitor-detail[b-u447s5utbn] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 251, 0.96) 100%);
    box-shadow: var(--dispatch-shadow-panel);
    overflow: auto;
}

.driver-monitor-detail-head[b-u447s5utbn] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.driver-monitor-detail-copy[b-u447s5utbn] {
    display: grid;
    gap: 0.22rem;
}

.driver-monitor-detail-note[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.driver-monitor-dispatch[b-u447s5utbn] {
    width: 100%;
}

.driver-monitor-feedback[b-u447s5utbn] {
    padding: 0.72rem 0.82rem;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 700;
}

.driver-monitor-feedback.is-success[b-u447s5utbn] {
    background: rgba(27, 139, 92, 0.10);
    color: var(--dispatch-success);
}

.driver-monitor-feedback.is-error[b-u447s5utbn] {
    background: rgba(206, 75, 73, 0.10);
    color: var(--dispatch-danger);
}

.driver-monitor-detail-panel[b-u447s5utbn] {
    display: grid;
    gap: 0.8rem;
    padding: 0.95rem;
    border-radius: 22px;
    background: rgba(244, 247, 251, 0.92);
    box-shadow: inset 0 0 0 1px rgba(216, 225, 232, 0.76);
}

.driver-monitor-detail-panel-title[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.driver-monitor-detail-stat-row[b-u447s5utbn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.driver-monitor-detail-stat[b-u447s5utbn] {
    display: grid;
    gap: 0.12rem;
    min-height: 4.15rem;
    padding: 0.52rem 0.62rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(212, 221, 230, 0.75);
}

.driver-monitor-detail-stat span[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.66rem;
    line-height: 1.1;
}

.driver-monitor-detail-stat strong[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.84rem;
    line-height: 1.15;
}

.driver-monitor-order-brief[b-u447s5utbn] {
    display: grid;
    gap: 0.55rem;
}

.driver-monitor-order-line[b-u447s5utbn] {
    display: grid;
    gap: 0.16rem;
}

.driver-monitor-order-line span[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.72rem;
}

.driver-monitor-order-line strong[b-u447s5utbn] {
    color: var(--dispatch-ink);
    font-size: 0.84rem;
    line-height: 1.5;
}

.driver-monitor-reassign-row[b-u447s5utbn] {
    display: grid;
    gap: 0.6rem;
}

.driver-monitor-select[b-u447s5utbn] {
    min-height: 2.7rem;
    border-radius: 14px;
}

.driver-monitor-range-list[b-u447s5utbn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.driver-monitor-range-chip[b-u447s5utbn] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(33, 102, 216, 0.08);
    color: var(--dispatch-accent);
    font-size: 0.76rem;
    font-weight: 700;
    border: 1px solid rgba(33, 102, 216, 0.12);
}

.driver-monitor-history[b-u447s5utbn] {
    display: grid;
    gap: 0.7rem;
}

.driver-monitor-history-item[b-u447s5utbn] {
    display: grid;
    gap: 0.45rem;
    min-height: 5.2rem;
    padding: 0.9rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(212, 221, 230, 0.72);
}

.driver-monitor-history-item.is-current[b-u447s5utbn] {
    border-color: rgba(33, 102, 216, 0.22);
    background: rgba(33, 102, 216, 0.06);
}

.driver-monitor-history-head[b-u447s5utbn],
.driver-monitor-history-summary[b-u447s5utbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.driver-monitor-history-head div[b-u447s5utbn],
.driver-monitor-history-summary[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.76rem;
}

.driver-monitor-history-head strong[b-u447s5utbn],
.driver-monitor-history-summary strong[b-u447s5utbn] {
    color: var(--dispatch-ink);
}

.driver-monitor-empty[b-u447s5utbn] {
    flex: 1;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    color: var(--dispatch-muted);
    font-weight: 700;
}

.driver-monitor-empty.is-error[b-u447s5utbn] {
    color: var(--dispatch-danger);
}

.driver-monitor-empty-inline[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.8rem;
}

.driver-monitor-modal-backdrop[b-u447s5utbn] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    border: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(6px);
}

.driver-monitor-modal[b-u447s5utbn] {
    position: fixed;
    z-index: 1050;
    top: 50%;
    left: 50%;
    width: min(760px, calc(100vw - 1.4rem));
    max-height: min(760px, calc(100dvh - 1.4rem));
    transform: translate(-50%, -50%);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
}

.driver-monitor-modal.is-orders[b-u447s5utbn] {
    width: min(680px, calc(100vw - 1.4rem));
}

.driver-monitor-modal-head[b-u447s5utbn],
.driver-monitor-modal-foot[b-u447s5utbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.driver-monitor-modal-foot[b-u447s5utbn] {
    justify-content: flex-end;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 0;
}

.driver-monitor-modal-head span[b-u447s5utbn] {
    color: var(--dispatch-accent);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.driver-monitor-modal-head h3[b-u447s5utbn] {
    margin: 0.18rem 0 0;
    color: var(--dispatch-ink);
    font-size: 1.05rem;
    font-weight: 900;
}

.driver-monitor-modal-head p[b-u447s5utbn] {
    margin: 0.25rem 0 0;
    color: var(--dispatch-muted);
    font-size: 0.82rem;
}

.driver-monitor-modal-body[b-u447s5utbn] {
    display: grid;
    gap: 0.72rem;
    overflow-y: auto;
    padding: 0.9rem;
    background: #f8fafc;
}

.driver-monitor-modal-search[b-u447s5utbn] {
    display: grid;
    gap: 0.32rem;
}

.driver-monitor-combobox[b-u447s5utbn] {
    position: relative;
}

.driver-monitor-combobox input[b-u447s5utbn] {
    border-radius: 14px;
    min-height: 2.45rem;
}

.driver-monitor-modal-search span[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.74rem;
    font-weight: 800;
}

.driver-monitor-order-picker[b-u447s5utbn] {
    display: grid;
    gap: 0.48rem;
}

.driver-monitor-order-picker.is-dropdown[b-u447s5utbn] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 17px;
    background: #f8fafc;
    box-shadow: 0 18px 38px rgba(15, 34, 53, 0.14);
    left: 0;
    max-height: 22rem;
    overflow-y: auto;
    padding: 0.48rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 30;
}

.driver-monitor-order-option[b-u447s5utbn] {
    width: 100%;
    display: block;
    padding: 0.62rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 15px;
    background: #ffffff;
    color: inherit;
    text-align: left;
    text-decoration: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.driver-monitor-order-option:hover[b-u447s5utbn],
.driver-monitor-order-option.is-selected[b-u447s5utbn] {
    border-color: rgba(33, 102, 216, 0.32);
    box-shadow: 0 12px 26px rgba(33, 102, 216, 0.08);
    transform: translateY(-1px);
}

.driver-monitor-order-summary-card[b-u447s5utbn] {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.driver-monitor-order-summary-head[b-u447s5utbn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    min-width: 0;
}

.driver-monitor-order-summary-head strong[b-u447s5utbn] {
    min-width: 0;
    overflow: hidden;
    color: var(--dispatch-ink);
    font-size: 0.88rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.driver-monitor-order-summary-head em[b-u447s5utbn] {
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(33, 102, 216, 0.1);
    color: var(--dispatch-accent);
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 900;
    padding: 0.14rem 0.42rem;
}

.driver-monitor-order-summary-card span[b-u447s5utbn],
.driver-monitor-order-summary-card small[b-u447s5utbn] {
    color: var(--dispatch-muted);
    font-size: 0.75rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1399.98px) {
    .driver-monitor-board[b-u447s5utbn] {
        grid-template-columns: minmax(0, 1fr) 304px;
    }

    .driver-monitor-grid[b-u447s5utbn] {
        grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .driver-monitor-summary[b-u447s5utbn] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .driver-monitor-filter-bar[b-u447s5utbn] {
        flex-direction: column;
        align-items: stretch;
    }

    .driver-monitor-time-filter[b-u447s5utbn] {
        min-width: 0;
    }

    .driver-monitor-board[b-u447s5utbn] {
        grid-template-columns: 1fr;
    }

    .driver-monitor-detail[b-u447s5utbn] {
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .driver-monitor-shell[b-u447s5utbn] {
        gap: 0.6rem;
        overflow: visible;
    }

    .driver-monitor-mobile-toolbar[b-u447s5utbn] {
        display: flex;
    }

    .driver-monitor-summary.is-open[b-u447s5utbn] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .driver-monitor-summary.is-open .ops-mobile-sheet-head[b-u447s5utbn] {
        grid-column: 1 / -1;
    }

    .driver-monitor-summary.is-open .driver-monitor-summary-card:last-child[b-u447s5utbn] {
        grid-column: 1 / -1;
    }

    .driver-monitor-filter-bar.is-open[b-u447s5utbn] {
        display: grid !important;
        gap: 0.78rem;
    }

    .driver-monitor-filter-bar.is-open .driver-monitor-day-strip[b-u447s5utbn] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .driver-monitor-filter-bar.is-open .driver-monitor-day-chip[b-u447s5utbn] {
        min-height: 3.15rem;
    }

    .driver-monitor-filter-bar.is-open .driver-monitor-day-chip:last-child[b-u447s5utbn] {
        grid-column: 1 / -1;
    }

    .driver-monitor-wall.is-open[b-u447s5utbn] {
        display: flex !important;
        flex-direction: column;
    }

    .driver-monitor-summary[b-u447s5utbn] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        overflow: visible;
        padding: 0;
    }

    .driver-monitor-summary-card[b-u447s5utbn] {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        min-height: 4.2rem;
        padding: 0.62rem 0.7rem;
        border-radius: 15px;
        box-shadow: 0 8px 18px rgba(10, 26, 43, 0.04);
    }

    .driver-monitor-summary-card strong[b-u447s5utbn] {
        font-size: 1.08rem;
    }

    .driver-monitor-summary-label[b-u447s5utbn] {
        font-size: 0.66rem;
        letter-spacing: 0.04em;
    }

    .driver-monitor-summary-card:last-child[b-u447s5utbn] {
        flex-basis: 100%;
    }

    .driver-monitor-filter-bar[b-u447s5utbn] {
        gap: 0.65rem;
    }

    .driver-monitor-day-strip[b-u447s5utbn] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        overflow: visible;
        padding: 0;
    }

    .driver-monitor-day-chip[b-u447s5utbn] {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        min-height: 2.95rem;
        padding: 0.5rem 0.68rem;
        border-radius: 15px;
        box-shadow: none;
    }

    .driver-monitor-day-chip:last-child[b-u447s5utbn] {
        flex-basis: 100%;
    }

    .driver-monitor-time-filter-row[b-u447s5utbn] {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .driver-monitor-time-filter-label[b-u447s5utbn] {
        width: 100%;
    }

    .driver-monitor-time-input[b-u447s5utbn],
    .driver-monitor-time-clear[b-u447s5utbn] {
        width: 100%;
    }

    .driver-monitor-time-filter[b-u447s5utbn] {
        min-height: auto;
        padding: 0.72rem;
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(10, 26, 43, 0.04);
    }

    .driver-monitor-detail-stat-row[b-u447s5utbn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .driver-monitor-board[b-u447s5utbn] {
        display: flex;
        flex-direction: column;
        gap: 0.72rem;
        overflow: visible;
    }

    .driver-monitor-detail[b-u447s5utbn] {
        order: 1;
        display: grid;
        align-content: start;
        width: 100%;
        overflow: visible;
        height: auto;
        min-height: fit-content;
        align-self: start;
        padding: 0.82rem;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(249, 251, 254, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
        border: 1px solid rgba(212, 221, 230, 0.72);
        box-shadow: 0 12px 26px rgba(10, 26, 43, 0.05);
        gap: 0.75rem;
    }

    .driver-monitor-wall[b-u447s5utbn] {
        order: 2;
        overflow: visible;
        padding: 0;
        margin-top: 0.22rem;
        height: auto;
        min-height: fit-content;
        align-self: start;
        border-radius: 18px;
        background: transparent;
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }

    .driver-monitor-mobile-section-head[b-u447s5utbn] {
        display: grid;
        gap: 0.18rem;
        margin-bottom: 0.78rem;
        padding: 0 0.1rem;
    }

    .driver-monitor-wall .ops-mobile-sheet-head + .driver-monitor-mobile-section-head[b-u447s5utbn] {
        margin-top: -0.1rem;
    }

    .driver-monitor-mobile-section-kicker[b-u447s5utbn] {
        color: var(--dispatch-accent);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .driver-monitor-mobile-section-head strong[b-u447s5utbn] {
        color: var(--dispatch-ink);
        font-size: 0.92rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .driver-monitor-grid[b-u447s5utbn] {
        grid-template-columns: 1fr;
        gap: 0.58rem;
        padding: 0;
        overflow: visible;
    }

    .driver-monitor-card[b-u447s5utbn] {
        min-height: 10.4rem;
        padding: 0.76rem;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(10, 26, 43, 0.05);
    }

    .driver-monitor-card-head[b-u447s5utbn] {
        gap: 0.62rem;
    }

    .driver-monitor-avatar[b-u447s5utbn] {
        width: 38px;
        height: 38px;
    }

    .driver-monitor-driver-name[b-u447s5utbn] {
        font-size: 0.88rem;
    }

    .driver-monitor-driver-meta[b-u447s5utbn],
    .driver-monitor-focus-summary-text[b-u447s5utbn],
    .driver-monitor-location-link[b-u447s5utbn],
    .driver-monitor-detail-note[b-u447s5utbn] {
        font-size: 0.74rem;
    }

    .driver-monitor-focus-day[b-u447s5utbn] {
        padding: 0.32rem 0.42rem;
    }

    .driver-monitor-stat-grid[b-u447s5utbn] {
        gap: 0.24rem;
    }

    .driver-monitor-detail-head[b-u447s5utbn] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 0.7rem;
    }

    .driver-monitor-detail-copy[b-u447s5utbn] {
        width: 100%;
    }

    .driver-monitor-detail > .d-flex.flex-wrap.gap-2[b-u447s5utbn] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem !important;
        margin-bottom: 0.12rem;
    }

    .driver-monitor-dispatch[b-u447s5utbn] {
        width: 100%;
    }

    .driver-monitor-detail-panel[b-u447s5utbn] {
        padding: 0.82rem;
        border-radius: 18px;
        gap: 0.68rem;
        background: rgba(245, 248, 252, 0.94);
    }

    .driver-monitor-history[b-u447s5utbn] {
        gap: 0.58rem;
    }

    .driver-monitor-history-item[b-u447s5utbn] {
        padding: 0.72rem 0.78rem;
        border-radius: 16px;
    }

    .driver-monitor-history-head[b-u447s5utbn],
    .driver-monitor-history-summary[b-u447s5utbn] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .driver-monitor-summary.is-open[b-u447s5utbn] {
        grid-template-columns: 1fr;
    }

    .driver-monitor-detail-head[b-u447s5utbn] {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 0.62rem;
    }

    .driver-monitor-avatar.is-large[b-u447s5utbn] {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }

    .driver-monitor-grid[b-u447s5utbn] {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0;
    }

    .driver-monitor-detail > .d-flex.flex-wrap.gap-2[b-u447s5utbn] {
        grid-template-columns: 1fr;
    }

    .driver-monitor-wall[b-u447s5utbn] {
        padding-top: 0.2rem;
    }

    .driver-monitor-detail-stat-row[b-u447s5utbn] {
        grid-template-columns: 1fr;
    }

    .driver-monitor-card[b-u447s5utbn],
    .driver-monitor-summary-card[b-u447s5utbn],
    .driver-monitor-detail-panel[b-u447s5utbn],
    .driver-monitor-history-item[b-u447s5utbn] {
        border-radius: 15px;
    }
}
/* /Components/Pages/DriverStatistics/Index.razor.rz.scp.css */
.driver-stat-shell[b-jgqnojnaia] {
    gap: 0.85rem;
}

.driver-stat-mobile-toolbar[b-jgqnojnaia] {
    display: none;
}

.driver-stat-filter[b-jgqnojnaia] {
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 249, 252, 0.98) 100%);
    box-shadow: var(--dispatch-shadow-soft);
    border: 1px solid rgba(212, 221, 230, 0.7);
}

.driver-stat-filter-grid[b-jgqnojnaia] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px)) auto;
    gap: 0.8rem;
    align-items: end;
}

.driver-stat-filter-field[b-jgqnojnaia] {
    display: grid;
    gap: 0.35rem;
}

.driver-stat-filter-field span[b-jgqnojnaia] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.driver-stat-filter-button[b-jgqnojnaia] {
    min-height: 2.8rem;
    white-space: nowrap;
    width: auto;
    justify-self: start;
    align-self: end;
}

.driver-stat-kpis[b-jgqnojnaia] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.driver-stat-feedback[b-jgqnojnaia] {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    font-size: 0.84rem;
    font-weight: 700;
}

.driver-stat-feedback.is-error[b-jgqnojnaia] {
    background: rgba(206, 75, 73, 0.10);
    color: var(--dispatch-danger);
}

.driver-stat-table-shell[b-jgqnojnaia] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

.driver-stat-table-header[b-jgqnojnaia] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0.35rem 0.9rem;
}

.driver-stat-table-title[b-jgqnojnaia] {
    color: var(--dispatch-ink);
    font-size: 1.02rem;
    font-weight: 800;
}

.driver-stat-table-subtitle[b-jgqnojnaia] {
    color: var(--dispatch-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.driver-stat-table-wrap[b-jgqnojnaia] {
    min-height: 0;
    flex: 1;
    overflow: auto;
    border-radius: 22px;
    border: 1px solid rgba(212, 221, 230, 0.76);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.driver-stat-table[b-jgqnojnaia] {
    margin-bottom: 0;
}

.driver-stat-table thead th[b-jgqnojnaia] {
    position: sticky;
    top: 0;
    background: var(--dispatch-surface-muted);
    z-index: 1;
}

.driver-stat-driver[b-jgqnojnaia] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.driver-stat-avatar[b-jgqnojnaia] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    background: rgba(33, 102, 216, 0.12);
}

.driver-stat-avatar-fallback[b-jgqnojnaia] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dispatch-accent);
    font-size: 0.95rem;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(33, 102, 216, 0.12) 0%, rgba(33, 102, 216, 0.02) 100%);
}

.driver-stat-money[b-jgqnojnaia] {
    color: var(--dispatch-accent);
    font-weight: 800;
}

.driver-stat-empty[b-jgqnojnaia] {
    flex: 1;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--dispatch-muted);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .driver-stat-filter-grid[b-jgqnojnaia] {
        grid-template-columns: 1fr;
    }

    .driver-stat-filter-button[b-jgqnojnaia] {
        width: auto;
        justify-self: start;
    }

    .driver-stat-kpis[b-jgqnojnaia] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .driver-stat-mobile-toolbar[b-jgqnojnaia] {
        display: flex;
    }

    .driver-stat-filter.is-open[b-jgqnojnaia] {
        display: block !important;
    }

    .driver-stat-kpis.is-open[b-jgqnojnaia] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .driver-stat-kpis.is-open .ops-mobile-sheet-head[b-jgqnojnaia] {
        grid-column: 1 / -1;
    }

    .driver-stat-filter[b-jgqnojnaia] {
        padding: 0.8rem;
        border-radius: 18px;
    }

    .driver-stat-filter-button[b-jgqnojnaia] {
        width: 100%;
    }

    .driver-stat-table-header[b-jgqnojnaia] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
        padding: 0.35rem 0.1rem 0.7rem;
    }

    .driver-stat-table-wrap[b-jgqnojnaia] {
        border-radius: 18px;
    }

    .driver-stat-driver[b-jgqnojnaia] {
        gap: 0.55rem;
    }

    .driver-stat-avatar[b-jgqnojnaia] {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }
}

@media (max-width: 575.98px) {
    .driver-stat-kpis.is-open[b-jgqnojnaia] {
        grid-template-columns: 1fr;
    }

    .driver-stat-kpis[b-jgqnojnaia] {
        grid-template-columns: 1fr;
    }

    .driver-stat-filter[b-jgqnojnaia],
    .driver-stat-table-wrap[b-jgqnojnaia] {
        border-radius: 16px;
    }
}
/* /Components/Pages/MonthlyReports/Index.razor.rz.scp.css */
.monthly-report-toolbar[b-u2ykon5bfx] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.monthly-report-mobile-toolbar[b-u2ykon5bfx] {
    display: none;
}

.monthly-report-actions[b-u2ykon5bfx] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.monthly-report-month-input[b-u2ykon5bfx] {
    width: 11rem;
}

.monthly-report-grid[b-u2ykon5bfx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 1rem;
    overflow: auto;
    padding-bottom: 0.5rem;
}

.monthly-report-card[b-u2ykon5bfx] {
    min-width: 280px;
    padding: 0.9rem;
    border: 1px solid rgba(184, 197, 210, 0.52);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 26, 43, 0.06);
}

.monthly-report-title[b-u2ykon5bfx] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.35rem;
    color: #fff;
    text-align: center;
    font-weight: 800;
    background: #4472c4;
    border-radius: 10px 10px 0 0;
}

.monthly-report-table[b-u2ykon5bfx] {
    margin-bottom: 0.35rem;
}

.monthly-report-table thead th[b-u2ykon5bfx],
.monthly-report-table tfoot th[b-u2ykon5bfx] {
    background: #d9e2f3;
    font-weight: 800;
}

.monthly-report-note[b-u2ykon5bfx] {
    color: #617181;
    font-size: 0.82rem;
}

@media (max-width: 1200px) {
    .monthly-report-grid[b-u2ykon5bfx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .monthly-report-mobile-toolbar[b-u2ykon5bfx] {
        display: flex;
    }

    .monthly-report-toolbar.is-open[b-u2ykon5bfx] {
        display: flex !important;
    }

    .monthly-report-toolbar[b-u2ykon5bfx] {
        align-items: stretch;
        margin-bottom: 0.8rem;
    }

    .monthly-report-actions[b-u2ykon5bfx] {
        flex-direction: column;
        align-items: stretch;
    }

    .monthly-report-actions .btn[b-u2ykon5bfx] {
        width: 100%;
    }

    .monthly-report-month-input[b-u2ykon5bfx] {
        width: 100%;
    }

    .monthly-report-card[b-u2ykon5bfx] {
        min-width: 0;
        padding: 0.75rem;
        border-radius: 16px;
    }
}

@media (max-width: 575.98px) {
    .monthly-report-card[b-u2ykon5bfx] {
        padding: 0.68rem;
        border-radius: 15px;
    }

    .monthly-report-title[b-u2ykon5bfx] {
        font-size: 0.92rem;
    }

    .monthly-report-table[b-u2ykon5bfx] {
        font-size: 0.84rem;
    }
}
/* /Components/Pages/NotificationTasks/Index.razor.rz.scp.css */
.notification-task-shell[b-ale2vqb8z4] {
    --task-ink: #0f172a;
    --task-muted: #64748b;
    --task-border: rgba(148, 163, 184, 0.22);
    --task-accent: #2166d8;
    display: grid;
    gap: 0.68rem;
    grid-template-rows: auto auto minmax(0, 1fr);
    height: calc(100dvh - 8rem);
    min-height: 0;
    overflow: hidden;
}

.notification-task-filter[b-ale2vqb8z4],
.notification-task-list[b-ale2vqb8z4],
.notification-task-detail[b-ale2vqb8z4] {
    border: 1px solid var(--task-border);
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.notification-task-kicker[b-ale2vqb8z4] {
    color: #2166d8;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.notification-task-detail h3[b-ale2vqb8z4] {
    margin: 0.1rem 0;
    color: #102033;
    font-weight: 800;
}

.notification-task-detail p[b-ale2vqb8z4] {
    margin: 0;
    color: #667789;
}

.notification-task-kpis[b-ale2vqb8z4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
}

.notification-task-kpi[b-ale2vqb8z4] {
    min-height: 4.4rem;
    padding: 0.62rem 0.78rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.notification-task-kpi span[b-ale2vqb8z4] {
    display: block;
    color: #6b7c8d;
    font-size: 0.8rem;
    font-weight: 700;
}

.notification-task-kpi strong[b-ale2vqb8z4] {
    display: block;
    margin-top: 0.25rem;
    color: #102033;
    font-size: 1.32rem;
    line-height: 1;
}

.notification-task-kpi.is-success strong[b-ale2vqb8z4] {
    color: #12805c;
}

.notification-task-kpi.is-danger strong[b-ale2vqb8z4] {
    color: #c2413a;
}

.notification-task-filter[b-ale2vqb8z4] {
    display: grid;
    grid-template-columns: minmax(8.2rem, 0.7fr) minmax(8.8rem, 0.75fr) minmax(9.6rem, 0.8fr) minmax(14rem, 1fr) auto;
    align-items: end;
    gap: 0.52rem;
    padding: 0.64rem 0.72rem;
}

.notification-task-filter label[b-ale2vqb8z4] {
    display: grid;
    gap: 0.3rem;
    min-width: 0;
}

.notification-task-filter span[b-ale2vqb8z4] {
    color: #5f6f81;
    font-size: 0.72rem;
    font-weight: 700;
}

.notification-task-filter .form-control[b-ale2vqb8z4],
.notification-task-filter .form-select[b-ale2vqb8z4] {
    border-radius: 13px;
    min-height: 2.42rem;
}

.notification-task-filter .btn[b-ale2vqb8z4] {
    border-radius: 13px;
    min-height: 2.42rem;
    white-space: nowrap;
}

.notification-task-message[b-ale2vqb8z4] {
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    background: rgba(33, 102, 216, 0.08);
    color: #1d4f99;
    font-weight: 700;
}

.notification-task-board[b-ale2vqb8z4] {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.25fr);
    gap: 0.85rem;
    min-height: 0;
    overflow: hidden;
}

.notification-task-list[b-ale2vqb8z4],
.notification-task-detail[b-ale2vqb8z4] {
    height: 100%;
    min-height: 0;
    max-height: none;
    overflow: auto;
    padding: 0.85rem;
    scrollbar-gutter: stable;
}

.notification-task-card[b-ale2vqb8z4] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.78rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.notification-task-card + .notification-task-card[b-ale2vqb8z4] {
    margin-top: 0.65rem;
}

.notification-task-card:hover[b-ale2vqb8z4],
.notification-task-card.is-selected[b-ale2vqb8z4] {
    border-color: rgba(33, 102, 216, 0.42);
    background: #f8fbff;
    transform: translateY(-1px);
}

.notification-task-card-main[b-ale2vqb8z4] {
    min-width: 0;
}

.notification-task-card-main strong[b-ale2vqb8z4],
.notification-task-card-main p[b-ale2vqb8z4],
.notification-task-card-main small[b-ale2vqb8z4] {
    display: block;
}

.notification-task-card-main strong[b-ale2vqb8z4] {
    margin-top: 0.45rem;
    color: #102033;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-task-card-main p[b-ale2vqb8z4] {
    margin: 0.15rem 0;
    color: #4f6071;
}

.notification-task-card-main small[b-ale2vqb8z4] {
    color: #7a8a9a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-task-card-side[b-ale2vqb8z4] {
    display: grid;
    align-content: space-between;
    justify-items: end;
    gap: 0.5rem;
}

.notification-task-card-side span[b-ale2vqb8z4] {
    color: #7a8a9a;
    font-size: 0.78rem;
    font-weight: 800;
}

.notification-task-badge[b-ale2vqb8z4],
.notification-task-state[b-ale2vqb8z4] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.notification-task-badge.is-voice[b-ale2vqb8z4] {
    background: rgba(33, 102, 216, 0.1);
    color: #2166d8;
}

.notification-task-badge.is-sms[b-ale2vqb8z4] {
    background: rgba(18, 128, 92, 0.1);
    color: #12805c;
}

.notification-task-state[b-ale2vqb8z4] {
    margin-left: 0.3rem;
    background: #edf2f7;
    color: #5f6f81;
}

.notification-task-state.is-success[b-ale2vqb8z4] {
    background: rgba(18, 128, 92, 0.1);
    color: #12805c;
}

.notification-task-state.is-danger[b-ale2vqb8z4] {
    background: rgba(194, 65, 58, 0.1);
    color: #c2413a;
}

.notification-task-state.is-processing[b-ale2vqb8z4] {
    background: rgba(240, 161, 40, 0.14);
    color: #a56409;
}

.notification-task-detail-head[b-ale2vqb8z4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.notification-task-detail-grid[b-ale2vqb8z4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.notification-task-detail-grid div[b-ale2vqb8z4] {
    display: grid;
    gap: 0.2rem;
    padding: 0.72rem;
    border-radius: 16px;
    background: #f7fafc;
}

.notification-task-detail-grid div.is-wide[b-ale2vqb8z4] {
    grid-column: 1 / -1;
}

.notification-task-detail-grid span[b-ale2vqb8z4] {
    color: #7a8a9a;
    font-size: 0.74rem;
    font-weight: 800;
}

.notification-task-detail-grid strong[b-ale2vqb8z4] {
    color: #102033;
    word-break: break-word;
}

.notification-task-feedbacks[b-ale2vqb8z4] {
    margin-top: 1rem;
}

.notification-task-feedbacks h4[b-ale2vqb8z4] {
    margin: 0 0 0.65rem;
    color: #102033;
    font-size: 1rem;
    font-weight: 800;
}

.notification-task-feedback[b-ale2vqb8z4] {
    padding: 0.72rem;
    border-radius: 16px;
    background: #f7fafc;
    border-left: 4px solid #94a3b8;
}

.notification-task-feedback + .notification-task-feedback[b-ale2vqb8z4] {
    margin-top: 0.55rem;
}

.notification-task-feedback.is-success[b-ale2vqb8z4] {
    border-left-color: #12805c;
}

.notification-task-feedback.is-danger[b-ale2vqb8z4] {
    border-left-color: #c2413a;
}

.notification-task-feedback span[b-ale2vqb8z4] {
    display: block;
    color: #7a8a9a;
    font-size: 0.75rem;
}

.notification-task-feedback strong[b-ale2vqb8z4] {
    display: block;
    margin-top: 0.15rem;
    color: #102033;
}

.notification-task-feedback p[b-ale2vqb8z4] {
    margin-top: 0.2rem;
    color: #4f6071;
}

.notification-task-empty[b-ale2vqb8z4] {
    display: grid;
    place-items: center;
    min-height: 9rem;
    color: #7a8a9a;
    text-align: center;
}

.notification-task-empty.is-compact[b-ale2vqb8z4] {
    min-height: 4rem;
}

@media (max-width: 991.98px) {
    .notification-task-shell[b-ale2vqb8z4] {
        height: auto;
        overflow: visible;
    }

    .notification-task-kpis[b-ale2vqb8z4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .notification-task-filter[b-ale2vqb8z4],
    .notification-task-board[b-ale2vqb8z4] {
        grid-template-columns: 1fr;
    }

    .notification-task-list[b-ale2vqb8z4],
    .notification-task-detail[b-ale2vqb8z4] {
        height: auto;
        max-height: none;
    }
}

@media (max-width: 575.98px) {
    .notification-task-kpis[b-ale2vqb8z4] {
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
    }

    .notification-task-kpi[b-ale2vqb8z4] {
        padding: 0.72rem;
        border-radius: 18px;
    }

    .notification-task-filter[b-ale2vqb8z4],
    .notification-task-list[b-ale2vqb8z4],
    .notification-task-detail[b-ale2vqb8z4] {
        padding: 0.68rem;
        border-radius: 20px;
    }

    .notification-task-card[b-ale2vqb8z4] {
        flex-direction: column;
    }

    .notification-task-card-side[b-ale2vqb8z4] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .notification-task-detail-grid[b-ale2vqb8z4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/OrderHall/Index.razor.rz.scp.css */
.order-hall-shell[b-t3la53e19x] {
    --hall-ink: #0f172a;
    --hall-muted: #64748b;
    --hall-border: rgba(148, 163, 184, .2);
    --hall-surface: rgba(255, 255, 255, .94);
    --hall-soft: rgba(248, 250, 252, .92);
}

.order-hall-shell .ops-workspace[b-t3la53e19x] {
    overflow: auto;
    scrollbar-gutter: stable;
}

.order-hall-header[b-t3la53e19x] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order-hall-heading[b-t3la53e19x] {
    min-width: 0;
}

.order-hall-actions[b-t3la53e19x] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

.order-hall-actions[b-t3la53e19x]  .btn,
.order-hall-create-link[b-t3la53e19x] {
    align-items: center;
    border-radius: 14px;
    display: inline-flex;
    gap: .42rem;
    justify-content: center;
    min-height: 2.45rem;
    text-decoration: none;
    white-space: nowrap;
}

.order-hall-empty[b-t3la53e19x] {
    align-items: center;
    color: var(--hall-muted);
    display: flex;
    justify-content: center;
    min-height: 14rem;
    padding: 2rem;
    text-align: center;
}

.order-hall-list[b-t3la53e19x] {
    display: grid;
    gap: 1rem;
}

.order-hall-timeline[b-t3la53e19x] {
    display: grid;
    gap: 0.82rem;
}

.order-hall-time-group[b-t3la53e19x] {
    display: grid;
    gap: .75rem;
}

.order-hall-time-marker[b-t3la53e19x] {
    align-items: center;
    color: var(--hall-ink);
    display: flex;
    gap: .6rem;
}

.order-hall-time-marker strong[b-t3la53e19x] {
    background: #0f172a;
    border-radius: 999px;
    color: #fff;
    font-size: .86rem;
    padding: .42rem .75rem;
}

.order-hall-time-marker span[b-t3la53e19x] {
    color: var(--hall-muted);
    font-size: .82rem;
    font-weight: 800;
}

.order-hall-card-grid[b-t3la53e19x] {
    display: grid;
    gap: .68rem;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
}

.order-hall-card[b-t3la53e19x] {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96)),
        radial-gradient(circle at 0 0, rgba(33, 102, 216, .08), transparent 32%);
    border: 1px solid var(--hall-border);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
    display: grid;
    gap: .56rem;
    grid-template-columns: minmax(18rem, .86fr) minmax(28rem, 1.14fr);
    padding: .72rem;
}

.order-hall-card-grid .order-hall-card[b-t3la53e19x] {
    grid-template-columns: 1fr;
    position: relative;
}

.order-hall-card.active[b-t3la53e19x] {
    border-color: rgba(33, 102, 216, .45);
    box-shadow: 0 18px 42px rgba(33, 102, 216, .16);
}

.order-dispatch-button[b-t3la53e19x] {
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 900;
    justify-self: start;
    line-height: 1;
    min-height: 2.05rem;
    padding: .46rem .9rem;
    width: auto;
}

.order-card-top-dispatch[b-t3la53e19x] {
    align-self: start;
    flex: 0 0 auto;
    min-width: 4.4rem;
}

.order-confirm-button-wrap[b-t3la53e19x] {
    display: inline-flex;
}

.order-confirm-button-wrap[b-t3la53e19x]  .order-confirm-button,
.order-confirm-button-wrap[b-t3la53e19x]  .btn {
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 900;
    line-height: 1;
    min-height: 2.05rem;
    min-width: 4.4rem;
    padding: .46rem .9rem;
    width: auto;
}

.order-hall-drawer-overlay[b-t3la53e19x] {
    background: rgba(15, 23, 42, .28);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1050;
}

.order-hall-drawer[b-t3la53e19x] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .98)),
        radial-gradient(circle at 0 0, rgba(33, 102, 216, .10), transparent 30%);
    border-left: 1px solid rgba(148, 163, 184, .22);
    box-shadow: -22px 0 55px rgba(15, 23, 42, .20);
    display: flex;
    flex-direction: column;
    gap: .9rem;
    height: 100dvh;
    max-width: min(48rem, 94vw);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 44rem;
    z-index: 1051;
}

.order-hall-drawer-head[b-t3la53e19x] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.order-hall-drawer-head h4[b-t3la53e19x] {
    color: var(--hall-ink);
    font-size: 1.1rem;
    font-weight: 900;
    margin: 0;
}

.order-hall-drawer-summary[b-t3la53e19x] {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-hall-drawer-summary div[b-t3la53e19x],
.continuation-card[b-t3la53e19x],
.driver-candidate[b-t3la53e19x] {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(226, 232, 240, .86);
    border-radius: 16px;
    padding: .75rem;
}

.order-hall-drawer-summary span[b-t3la53e19x],
.continuation-card span[b-t3la53e19x],
.continuation-card small[b-t3la53e19x],
.driver-candidate span[b-t3la53e19x],
.driver-candidate small[b-t3la53e19x] {
    color: var(--hall-muted);
    display: block;
    font-size: .78rem;
    font-weight: 700;
}

.order-hall-drawer-summary strong[b-t3la53e19x],
.continuation-card strong[b-t3la53e19x],
.driver-candidate strong[b-t3la53e19x] {
    color: var(--hall-ink);
    display: block;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.drawer-dispatch-grid[b-t3la53e19x],
.drawer-external-grid[b-t3la53e19x] {
    grid-template-columns: minmax(0, 1fr) 9rem auto;
}

.driver-candidate-list[b-t3la53e19x],
.continuation-list[b-t3la53e19x] {
    display: grid;
    gap: .55rem;
    margin-top: .75rem;
}

.driver-candidate[b-t3la53e19x] {
    text-align: left;
}

.driver-candidate:hover[b-t3la53e19x] {
    border-color: rgba(33, 102, 216, .35);
}

.recommendation-card-head[b-t3la53e19x] {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    margin-bottom: .24rem;
}

.recommendation-card-head em[b-t3la53e19x] {
    background: rgba(22, 163, 74, .1);
    border: 1px solid rgba(22, 163, 74, .2);
    border-radius: 999px;
    color: #15803d;
    flex: 0 0 auto;
    font-size: .72rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    padding: .32rem .5rem;
    white-space: nowrap;
}

.continuation-section[b-t3la53e19x] {
    border-color: rgba(22, 163, 74, .24);
    background: rgba(240, 253, 244, .64);
}

.order-main[b-t3la53e19x] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.order-title-row[b-t3la53e19x] {
    align-items: start;
    display: flex;
    gap: .8rem;
    justify-content: space-between;
}

.order-title[b-t3la53e19x] {
    align-items: flex-start;
    display: grid;
    gap: .42rem;
    min-width: 0;
}

.order-title .fw-bold[b-t3la53e19x] {
    color: var(--hall-ink);
    font-size: .92rem;
    letter-spacing: .01em;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-title-actions[b-t3la53e19x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
}

.car-model-badge[b-t3la53e19x] {
    background: rgba(33, 102, 216, .09);
    border: 1px solid rgba(33, 102, 216, .15);
    border-radius: 999px;
    color: #174ea6;
    flex: 0 0 auto;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    padding: .32rem .54rem;
    white-space: nowrap;
}

.order-route[b-t3la53e19x] {
    background: rgba(241, 245, 249, .68);
    border: 1px solid rgba(226, 232, 240, .72);
    border-radius: 15px;
    display: grid;
    gap: .38rem;
    margin: .1rem 0 .08rem;
    min-width: 0;
    padding: .55rem .6rem;
}

.route-line[b-t3la53e19x] {
    align-items: flex-start;
    color: #1e293b;
    display: grid;
    font-size: .82rem;
    font-weight: 760;
    gap: .42rem;
    grid-template-columns: auto minmax(0, 1fr);
    line-height: 1.35;
    min-width: 0;
}

.route-line span:last-child[b-t3la53e19x] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.route-dot[b-t3la53e19x] {
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(148, 163, 184, .12);
    display: inline-block;
    height: .55rem;
    margin-top: .28rem;
    width: .55rem;
}

.route-dot.pickup[b-t3la53e19x] {
    background: #16a34a;
}

.route-dot.destination[b-t3la53e19x] {
    background: #ef4444;
}

.order-meta[b-t3la53e19x] {
    color: var(--hall-muted);
    display: flex;
    flex-wrap: wrap;
    gap: .32rem .36rem;
    font-size: .72rem;
    margin-top: auto;
}

.order-meta span[b-t3la53e19x] {
    background: rgba(241, 245, 249, .74);
    border: 1px solid rgba(226, 232, 240, .72);
    border-radius: 999px;
    line-height: 1.25;
    padding: .22rem .42rem;
}

.order-meta .order-meta-row[b-t3la53e19x] {
    border-radius: 12px;
    flex: 1 0 100%;
    overflow-wrap: anywhere;
}

.dispatch-panel[b-t3la53e19x] {
    border-left: 1px dashed rgba(15, 23, 42, .14);
    display: grid;
    gap: .85rem;
    min-width: 0;
    padding-left: 1rem;
}

.dispatch-section[b-t3la53e19x] {
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(226, 232, 240, .8);
    border-radius: 18px;
    min-width: 0;
    padding: .72rem;
}

.external-section[b-t3la53e19x] {
    background: rgba(248, 250, 252, .74);
}

.panel-title[b-t3la53e19x] {
    align-items: baseline;
    color: var(--hall-ink);
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    margin-bottom: .7rem;
}

.panel-title span[b-t3la53e19x] {
    font-weight: 800;
}

.panel-title small[b-t3la53e19x] {
    color: var(--hall-muted);
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
}

.dispatch-grid[b-t3la53e19x],
.external-grid[b-t3la53e19x] {
    display: grid;
    gap: .72rem;
    min-width: 0;
}

.dispatch-grid[b-t3la53e19x] {
    align-items: end;
    grid-template-columns: minmax(12rem, 1fr) minmax(8rem, .34fr) auto;
}

.external-grid[b-t3la53e19x] {
    align-items: end;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.external-submit[b-t3la53e19x] {
    grid-column: 1 / -1;
    justify-self: stretch;
}

.form-field[b-t3la53e19x] {
    display: grid;
    gap: .32rem;
    margin: 0;
    min-width: 0;
}

.form-field > span[b-t3la53e19x] {
    color: #475569;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.form-field .form-control[b-t3la53e19x],
.form-field .form-select[b-t3la53e19x] {
    border-color: rgba(203, 213, 225, .92);
    border-radius: 13px;
    min-height: 2.5rem;
    min-width: 0;
}

.dispatch-submit[b-t3la53e19x],
.external-submit[b-t3la53e19x] {
    border-radius: 13px;
    min-height: 2.5rem;
    padding-inline: 1.1rem;
    white-space: nowrap;
}

@media (max-width: 1399.98px) {
    .order-hall-card[b-t3la53e19x] {
        grid-template-columns: minmax(17rem, .78fr) minmax(25rem, 1.22fr);
    }
}

@media (max-width: 1199.98px) {
    .order-hall-card[b-t3la53e19x] {
        grid-template-columns: 1fr;
        padding: .95rem;
    }

    .dispatch-panel[b-t3la53e19x] {
        border-left: 0;
        border-top: 1px dashed rgba(15, 23, 42, .14);
        padding-left: 0;
        padding-top: .95rem;
    }

    .dispatch-grid[b-t3la53e19x] {
        grid-template-columns: minmax(14rem, 1fr) minmax(8rem, .45fr) auto;
    }
}

@media (max-width: 991.98px) {
    .order-hall-header[b-t3la53e19x] {
        align-items: stretch;
        flex-direction: column;
    }

    .order-hall-actions[b-t3la53e19x] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        width: 100%;
    }

    .order-hall-actions[b-t3la53e19x]  .btn,
    .order-hall-create-link[b-t3la53e19x] {
        width: 100%;
    }

    .external-grid[b-t3la53e19x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .external-submit[b-t3la53e19x] {
        grid-column: span 2;
        justify-self: stretch;
    }
}

@media (max-width: 767.98px) {
    .order-hall-shell .ops-workspace[b-t3la53e19x] {
        border-radius: 20px;
        padding: .65rem;
    }

    .order-hall-header[b-t3la53e19x] {
        gap: .75rem;
        margin-bottom: .75rem;
    }

    .order-hall-heading h3[b-t3la53e19x] {
        font-size: 1.22rem;
    }

    .order-hall-list[b-t3la53e19x] {
        gap: .8rem;
    }

    .order-hall-card[b-t3la53e19x] {
        border-radius: 20px;
        padding: .78rem;
    }

    .order-hall-card-grid[b-t3la53e19x] {
        grid-template-columns: 1fr;
    }

    .order-hall-drawer[b-t3la53e19x] {
        border-radius: 22px 22px 0 0;
        bottom: 0;
        height: min(88dvh, 46rem);
        max-width: none;
        top: auto;
        width: 100%;
    }

    .order-hall-drawer-summary[b-t3la53e19x],
    .drawer-dispatch-grid[b-t3la53e19x],
    .drawer-external-grid[b-t3la53e19x] {
        grid-template-columns: 1fr;
    }

    .order-title-row[b-t3la53e19x] {
        align-items: flex-start;
        flex-direction: column;
        gap: .55rem;
    }

    .order-meta[b-t3la53e19x] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .order-meta span[b-t3la53e19x] {
        border-radius: 12px;
        overflow-wrap: anywhere;
    }

    .dispatch-section[b-t3la53e19x] {
        border-radius: 16px;
        padding: .75rem;
    }

    .panel-title[b-t3la53e19x] {
        align-items: flex-start;
        flex-direction: column;
        gap: .18rem;
    }

    .dispatch-grid[b-t3la53e19x],
    .external-grid[b-t3la53e19x] {
        grid-template-columns: 1fr;
    }

    .external-submit[b-t3la53e19x] {
        grid-column: auto;
    }

    .dispatch-submit[b-t3la53e19x],
    .external-submit[b-t3la53e19x] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .order-hall-shell .ops-workspace[b-t3la53e19x] {
        padding: .48rem;
    }

    .order-hall-actions[b-t3la53e19x] {
        grid-template-columns: 1fr;
    }

    .order-hall-card[b-t3la53e19x] {
        box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
    }

    .route-line[b-t3la53e19x] {
        font-size: .95rem;
    }

    .form-field .form-control[b-t3la53e19x],
    .form-field .form-select[b-t3la53e19x],
    .dispatch-submit[b-t3la53e19x],
    .external-submit[b-t3la53e19x] {
        min-height: 2.65rem;
    }
}
/* /Components/Pages/Orders/EditPanel.razor.rz.scp.css */
.ops-order-editor[b-jabayykq7i] {
    --order-panel-accent: #2166d8;
    --order-panel-accent-strong: #1a54b6;
    --order-panel-border: rgba(148, 163, 184, .2);
    --order-panel-ink: #0f172a;
    --order-panel-muted: #64748b;
    --order-panel-soft: rgba(241, 245, 249, .86);
    color: var(--order-panel-ink);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.ops-order-tab-shell[b-jabayykq7i] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.ops-order-editor[b-jabayykq7i]  .tabs,
.ops-order-editor[b-jabayykq7i]  .tabs-card,
.ops-order-editor[b-jabayykq7i]  .tabs-body,
.ops-order-editor[b-jabayykq7i]  .tabs-body-content,
.ops-order-editor[b-jabayykq7i]  .tab-content,
.ops-order-editor[b-jabayykq7i]  .tab-pane {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.ops-order-editor[b-jabayykq7i]  .tabs {
    background: transparent;
    border-radius: 22px;
    overflow: hidden;
}

.ops-order-editor[b-jabayykq7i]  .tabs-card {
    background: transparent;
    border: 0;
}

.ops-order-editor[b-jabayykq7i]  .tabs > .nav,
.ops-order-editor[b-jabayykq7i]  .tabs-card > .nav,
.ops-order-editor[b-jabayykq7i]  .nav-tabs {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(248, 250, 252, .96), rgba(241, 245, 249, .84));
    border: 1px solid var(--order-panel-border);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    gap: .35rem;
    margin: 0;
    padding: .45rem .55rem 0;
}

.ops-order-editor[b-jabayykq7i]  .tabs-card .nav-link,
.ops-order-editor[b-jabayykq7i]  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 14px 14px 0 0;
    color: var(--order-panel-muted);
    font-weight: 800;
    min-height: 2.65rem;
    padding: .65rem 1rem;
}

.ops-order-editor[b-jabayykq7i]  .tabs-card .nav-link:hover,
.ops-order-editor[b-jabayykq7i]  .nav-tabs .nav-link:hover {
    background: rgba(255, 255, 255, .68);
    color: #334155;
}

.ops-order-editor[b-jabayykq7i]  .tabs-card .nav-link.active,
.ops-order-editor[b-jabayykq7i]  .nav-tabs .nav-link.active {
    background: #fff;
    border-color: var(--order-panel-border);
    border-bottom-color: #fff;
    box-shadow: 0 -6px 18px rgba(33, 102, 216, .08);
    color: var(--order-panel-accent);
}

.ops-order-editor[b-jabayykq7i]  .tabs-body,
.ops-order-editor[b-jabayykq7i]  .tabs-body-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .94));
}

.ops-order-editor[b-jabayykq7i]  .tabs-body-content {
    border: 1px solid var(--order-panel-border);
    border-radius: 0 0 18px 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
    overflow: hidden;
}

.ops-order-tab-scroll[b-jabayykq7i] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    scrollbar-width: thin;
}

.ops-order-tab-scroll > .row[b-jabayykq7i] {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.ops-order-editor[b-jabayykq7i]  .ops-form-grid {
    gap: .85rem 0;
    padding: 1rem;
}

.ops-order-editor[b-jabayykq7i]  .form-label,
.ops-order-editor[b-jabayykq7i]  .bb-label,
.ops-order-editor[b-jabayykq7i]  label {
    color: #334155;
    font-weight: 800;
}

.ops-order-editor[b-jabayykq7i]  .form-control,
.ops-order-editor[b-jabayykq7i]  .form-select,
.ops-order-editor[b-jabayykq7i]  .select,
.ops-order-editor[b-jabayykq7i]  textarea,
.ops-order-editor[b-jabayykq7i]  .datetime-picker {
    background: rgba(255, 255, 255, .94);
    border-color: rgba(148, 163, 184, .28);
    border-radius: 14px;
    min-height: 2.75rem;
}

.ops-order-editor[b-jabayykq7i]  .form-control:focus,
.ops-order-editor[b-jabayykq7i]  .form-select:focus,
.ops-order-editor[b-jabayykq7i]  textarea:focus {
    border-color: var(--order-panel-accent);
    box-shadow: 0 0 0 .22rem rgba(33, 102, 216, .10);
}

.ops-trip-list[b-jabayykq7i] {
    display: grid;
    gap: .85rem;
    padding: 1rem;
    width: 100%;
}

.ops-trip-editor[b-jabayykq7i] {
    background:
        linear-gradient(135deg, rgba(248, 250, 252, .98), rgba(241, 245, 249, .94)),
        radial-gradient(circle at 0 0, rgba(33, 102, 216, .10), transparent 34%);
    border: 1px solid var(--order-panel-border);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
    padding: 1rem;
    width: 100%;
}

.ops-trip-editor-head[b-jabayykq7i],
.ops-trip-editor-actions[b-jabayykq7i] {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.ops-trip-editor-head .fw-bold[b-jabayykq7i] {
    color: var(--order-panel-ink);
    font-size: 1.02rem;
    letter-spacing: -.01em;
}

.ops-trip-tabs[b-jabayykq7i] {
    background: rgba(226, 232, 240, .42);
    border: 1px solid var(--order-panel-border);
    border-radius: 18px;
    display: flex;
    gap: .45rem;
    margin: 1rem 0;
    overflow-x: auto;
    padding: .45rem;
    scrollbar-width: thin;
}

.ops-trip-tab[b-jabayykq7i] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
    color: #334155;
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    min-width: 12.5rem;
    padding: .6rem .75rem;
    text-align: left;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ops-trip-tab:hover[b-jabayykq7i] {
    background: rgba(255, 255, 255, .62);
    transform: translateY(-1px);
}

.ops-trip-tab.active[b-jabayykq7i] {
    background: #fff;
    border-color: rgba(33, 102, 216, .18);
    box-shadow: 0 14px 30px rgba(33, 102, 216, .14);
    color: var(--order-panel-ink);
}

.ops-trip-tab-index[b-jabayykq7i] {
    align-items: center;
    background: rgba(100, 116, 139, .14);
    border-radius: 999px;
    color: #475569;
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: .82rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
}

.ops-trip-tab.active .ops-trip-tab-index[b-jabayykq7i] {
    background: var(--order-panel-accent);
    color: #fff;
}

.ops-trip-tab-copy[b-jabayykq7i] {
    display: grid;
    gap: .08rem;
    min-width: 0;
}

.ops-trip-tab-copy strong[b-jabayykq7i] {
    color: var(--order-panel-ink);
    display: block;
    font-size: .9rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ops-trip-tab-copy small[b-jabayykq7i] {
    color: var(--order-panel-muted);
    display: block;
    font-size: .78rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ops-trip-detail-panel[b-jabayykq7i] {
    background: rgba(255, 255, 255, .84);
    border: 1px solid var(--order-panel-border);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
    flex: 0 0 auto;
    margin-inline: 0;
    padding: .95rem;
}

.ops-trip-editor-actions[b-jabayykq7i] {
    border-top: 1px dashed rgba(148, 163, 184, .32);
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: .9rem;
}

.ops-trip-card[b-jabayykq7i] {
    background: linear-gradient(135deg, rgba(248, 250, 252, .96), rgba(255, 255, 255, .92));
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
    padding: 1rem;
}

.ops-trip-card-head[b-jabayykq7i] {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: .8rem;
}

.ops-trip-card-head span[b-jabayykq7i] {
    background: rgba(14, 165, 233, .12);
    border-radius: 999px;
    color: #0369a1;
    font-size: .82rem;
    font-weight: 700;
    padding: .25rem .65rem;
}

.ops-trip-card-grid[b-jabayykq7i] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ops-trip-card-grid div[b-jabayykq7i] {
    min-width: 0;
}

.ops-trip-card-grid span[b-jabayykq7i] {
    color: var(--order-panel-muted);
    display: block;
    font-size: .78rem;
    margin-bottom: .2rem;
}

.ops-trip-card-grid b[b-jabayykq7i] {
    color: var(--order-panel-ink);
    display: block;
    font-size: .92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .ops-trip-card-grid[b-jabayykq7i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ops-trip-tab[b-jabayykq7i] {
        min-width: min(18rem, 78vw);
    }

    .ops-trip-card-grid[b-jabayykq7i] {
        grid-template-columns: 1fr;
    }

    .ops-trip-editor-head[b-jabayykq7i],
    .ops-trip-editor-actions[b-jabayykq7i] {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .ops-order-tab-scroll[b-jabayykq7i] {
        padding-bottom: 0.4rem;
    }

    .ops-order-editor[b-jabayykq7i]  .tabs > .nav,
    .ops-order-editor[b-jabayykq7i]  .tabs-card > .nav,
    .ops-order-editor[b-jabayykq7i]  .nav-tabs {
        gap: .25rem;
        padding: .35rem .35rem 0;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .ops-order-editor[b-jabayykq7i]  .tabs-card .nav-link,
    .ops-order-editor[b-jabayykq7i]  .nav-tabs .nav-link {
        flex: 0 0 auto;
        min-height: 2.4rem;
        padding: .52rem .75rem;
        white-space: nowrap;
    }

    .ops-order-editor[b-jabayykq7i]  .ops-form-grid {
        padding: .8rem .8rem 10.5rem;
    }

    .ops-trip-list[b-jabayykq7i],
    .ops-trip-editor[b-jabayykq7i] {
        padding: .8rem .8rem 10.5rem;
    }

    .ops-trip-tabs[b-jabayykq7i] {
        margin: .75rem 0;
        padding: .35rem;
        border-radius: 16px;
    }

    .ops-trip-tab[b-jabayykq7i] {
        min-width: min(16rem, 84vw);
        padding: .52rem .62rem;
    }

    .ops-trip-detail-panel[b-jabayykq7i],
    .ops-trip-card[b-jabayykq7i] {
        border-radius: 15px;
        padding: .8rem;
    }
}
/* /Components/Pages/OrderTracking/Index.razor.rz.scp.css */
.order-tracking-shell[b-4hnkd2j9xh] {
    height: calc(100dvh - var(--bb-layout-header-height, 56px) - var(--bb-tabs-item-height, 42px) - 1.25rem);
    min-height: 0;
    overflow: hidden;
}

.order-tracking-shell .ops-workspace[b-4hnkd2j9xh] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.order-tracking-shell .track-card[b-4hnkd2j9xh] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 22px;
    padding: 0.9rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) minmax(5.5rem, 0.32fr);
    gap: 0.65rem;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.order-tracking-shell .track-header[b-4hnkd2j9xh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.order-tracking-shell .track-info-grid[b-4hnkd2j9xh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.order-tracking-shell .track-warning-panel[b-4hnkd2j9xh] {
    background: rgba(239, 68, 68, 0.07);
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: 16px;
    display: grid;
    gap: 0.55rem;
    padding: 0.55rem 0.68rem;
}

.order-tracking-shell .track-warning-title[b-4hnkd2j9xh] {
    align-items: center;
    color: #b91c1c;
    display: inline-flex;
    font-size: 0.86rem;
    gap: 0.42rem;
}

.order-tracking-shell .track-warning-list[b-4hnkd2j9xh] {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.order-tracking-shell .track-warning-item[b-4hnkd2j9xh] {
    background: #fff;
    border: 1px solid rgba(239, 68, 68, 0.16);
    border-radius: 10px;
    color: #7f1d1d;
    font-size: 0.82rem;
    font-weight: 700;
    overflow: hidden;
    padding: 0.45rem 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-tracking-shell .label[b-4hnkd2j9xh] {
    color: #64748b;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
}

.order-tracking-shell .track-map-panel[b-4hnkd2j9xh] {
    min-height: 0;
    position: relative;
}

.order-tracking-shell .track-map[b-4hnkd2j9xh] {
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.order-tracking-shell .track-map-error[b-4hnkd2j9xh] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(239, 68, 68, 0.22);
    border-radius: 14px;
    color: #991b1b;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    left: 50%;
    padding: 0.85rem 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.order-tracking-shell .journey-list[b-4hnkd2j9xh] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    min-height: 0;
    overflow: auto;
    padding-top: 0.62rem;
}

.order-tracking-shell .journey-item[b-4hnkd2j9xh] {
    border-left: 3px solid rgba(37, 99, 235, 0.35);
    padding: 0 0 0.62rem 0.75rem;
}

@media (max-width: 991.98px) {
    .order-tracking-shell .track-info-grid[b-4hnkd2j9xh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .order-tracking-shell[b-4hnkd2j9xh] {
        height: calc(100dvh - var(--bb-layout-header-height, 56px) - 0.85rem);
    }

    .order-tracking-shell .track-card[b-4hnkd2j9xh] {
        grid-template-rows: auto auto auto minmax(12rem, 1fr) minmax(5rem, 0.36fr);
        padding: 0.72rem;
        border-radius: 18px;
    }

    .order-tracking-shell .track-header[b-4hnkd2j9xh],
    .order-tracking-shell .track-info-grid[b-4hnkd2j9xh],
    .order-tracking-shell .track-warning-list[b-4hnkd2j9xh] {
        grid-template-columns: 1fr;
    }

    .order-tracking-shell .track-header[b-4hnkd2j9xh] {
        flex-direction: column;
        gap: 0.6rem;
    }

    .order-tracking-shell .track-map[b-4hnkd2j9xh] {
        border-radius: 15px;
    }

    .order-tracking-shell .journey-list[b-4hnkd2j9xh] {
        margin-top: 0.82rem;
        padding-top: 0.82rem;
    }
}

@media (max-width: 575.98px) {
    .order-tracking-shell .track-card[b-4hnkd2j9xh] {
        padding: 0.75rem;
        border-radius: 16px;
    }

    .order-tracking-shell .track-map[b-4hnkd2j9xh] {
        min-height: 0;
    }

    .order-tracking-shell .journey-item[b-4hnkd2j9xh] {
        padding: 0 0 0.82rem 0.75rem;
    }
}
/* /Components/Pages/PendingOrders/Create.razor.rz.scp.css */
.pending-order-create-shell .pending-create-hero[b-a4x7akmr5f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
    padding: .8rem 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 70%, #eef6ff 100%);
}

.pending-order-create-shell .pending-create-hero-actions[b-a4x7akmr5f] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    justify-content: flex-end;
}

.pending-order-create-shell .ops-workspace[b-a4x7akmr5f] {
    overflow: auto;
    scrollbar-gutter: stable;
    padding-bottom: 1.5rem;
}

.pending-order-create-shell .pending-create-grid[b-a4x7akmr5f] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .95rem;
    align-items: start;
}

.pending-order-create-shell .pending-card[b-a4x7akmr5f] {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
    padding: 1rem;
}

.pending-order-create-shell .ai-card[b-a4x7akmr5f] {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: none;
    padding: 0;
}

.pending-order-create-shell .ai-card.is-open[b-a4x7akmr5f] {
    display: block;
}

.pending-order-create-shell .ai-drawer-backdrop[b-a4x7akmr5f] {
    background: rgba(15, 23, 42, .30);
    border: 0;
    inset: 0;
    position: fixed;
    z-index: 1050;
}

.pending-order-create-shell .ai-drawer-panel[b-a4x7akmr5f] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96)),
        radial-gradient(circle at 0 0, rgba(33, 102, 216, .10), transparent 34%);
    border-left: 1px solid rgba(148, 163, 184, .22);
    box-shadow: -22px 0 55px rgba(15, 23, 42, .20);
    height: 100dvh;
    max-width: min(26rem, 94vw);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 25rem;
    z-index: 1051;
}

.pending-order-create-shell .form-card[b-a4x7akmr5f] {
    min-width: 0;
    padding: 1.05rem 1.1rem .95rem;
}

.pending-order-create-shell .form-card-head[b-a4x7akmr5f] {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pending-order-create-shell .ai-card-header[b-a4x7akmr5f] {
    align-items: flex-start;
    border-bottom: 1px solid rgba(148, 163, 184, .16);
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: .85rem;
}

.pending-order-create-shell .section-eyebrow[b-a4x7akmr5f] {
    color: #2166d8;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.pending-order-create-shell .section-copy[b-a4x7akmr5f] {
    color: #64748b;
    font-size: .84rem;
    line-height: 1.55;
}

.pending-order-create-shell .section-title[b-a4x7akmr5f] {
    font-weight: 700;
    margin-bottom: .45rem;
    color: #0f172a;
}

.pending-order-create-shell .ai-textarea[b-a4x7akmr5f] {
    height: 300px;
    min-height: 300px !important;
    resize: vertical;
}

.pending-order-create-shell .image-list[b-a4x7akmr5f] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.pending-order-create-shell .excel-upload-box[b-a4x7akmr5f] {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.16);
}

.pending-order-create-shell .ai-upload-zone[b-a4x7akmr5f] {
    border-top: 1px dashed rgba(148, 163, 184, .28);
    margin-top: 1rem;
    padding-top: .9rem;
}

.pending-order-create-shell .ai-helper-list[b-a4x7akmr5f] {
    display: grid;
    gap: .5rem;
    margin-top: .9rem;
}

.pending-order-create-shell .ai-helper-list div[b-a4x7akmr5f] {
    align-items: center;
    color: #475569;
    display: flex;
    font-size: .82rem;
    gap: .5rem;
}

.pending-order-create-shell .ai-helper-list span[b-a4x7akmr5f] {
    align-items: center;
    background: rgba(33, 102, 216, .1);
    border-radius: 999px;
    color: #2166d8;
    display: inline-flex;
    flex: 0 0 1.45rem;
    font-size: .72rem;
    font-weight: 900;
    height: 1.45rem;
    justify-content: center;
}

.pending-order-create-shell .form-grid[b-a4x7akmr5f] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
    align-items: start;
    padding-bottom: 6.5rem;
}

.pending-order-create-shell .form-grid > div[b-a4x7akmr5f],
.pending-order-create-shell .trip-form > div[b-a4x7akmr5f] {
    min-width: 0;
}

.pending-order-create-shell .form-label[b-a4x7akmr5f] {
    color: #334155;
    font-size: .86rem;
    font-weight: 700;
    margin-bottom: .38rem;
}

.pending-order-create-shell .form-control[b-a4x7akmr5f],
.pending-order-create-shell .form-select[b-a4x7akmr5f] {
    border-color: rgba(148, 163, 184, .42);
    border-radius: 12px;
    min-height: 2.5rem;
}

.pending-order-create-shell .field-hint[b-a4x7akmr5f] {
    color: #64748b;
    font-size: .78rem;
    line-height: 1.45;
    margin-top: .38rem;
}

.pending-order-create-shell .map-field[b-a4x7akmr5f]  .form-control,
.pending-order-create-shell .map-field[b-a4x7akmr5f]  input {
    border-color: rgba(148, 163, 184, .42);
    border-radius: 12px;
    min-height: 2.5rem;
}

.pending-order-create-shell .map-field[b-a4x7akmr5f]  .dropdown-menu {
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
    overflow: hidden;
    z-index: 1080;
}

.pending-order-create-shell .span-2[b-a4x7akmr5f] {
    grid-column: span 2;
}

.pending-order-create-shell .span-full[b-a4x7akmr5f] {
    grid-column: 1 / -1;
}

.pending-order-create-shell .point-grid[b-a4x7akmr5f] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
    gap: .75rem;
}

.pending-order-create-shell .excel-active-banner[b-a4x7akmr5f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(33, 102, 216, .10), rgba(20, 184, 166, .10));
    border: 1px solid rgba(33, 102, 216, .12);
}

.pending-order-create-shell .excel-active-banner span[b-a4x7akmr5f] {
    display: block;
    margin-top: .2rem;
    color: #64748b;
    font-size: .84rem;
}

.pending-order-create-shell .excel-active-actions[b-a4x7akmr5f] {
    align-items: center;
    display: flex;
    gap: .4rem;
    white-space: nowrap;
}

.pending-order-create-shell .excel-active-counter[b-a4x7akmr5f] {
    color: #334155;
    font-size: .82rem;
    font-weight: 800;
    padding: .25rem .55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
}

.pending-order-create-shell .excel-review-head[b-a4x7akmr5f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pending-order-create-shell .excel-review-actions[b-a4x7akmr5f] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-end;
}

.pending-order-create-shell .trip-editor[b-a4x7akmr5f] {
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(248, 250, 252, .98), rgba(241, 245, 249, .94)),
        radial-gradient(circle at 0 0, rgba(33, 102, 216, .10), transparent 34%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    padding: 1rem;
}

.pending-order-create-shell .trip-editor-head[b-a4x7akmr5f],
.pending-order-create-shell .trip-editor-actions[b-a4x7akmr5f] {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.pending-order-create-shell .trip-tabs[b-a4x7akmr5f] {
    display: flex;
    gap: .45rem;
    margin: 1rem 0;
    overflow-x: auto;
    padding: .45rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 18px;
    background: rgba(226, 232, 240, .42);
    scrollbar-width: thin;
}

.pending-order-create-shell .trip-tab[b-a4x7akmr5f] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 15px;
    background: transparent;
    color: #334155;
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    min-width: 12.5rem;
    padding: .6rem .75rem;
    text-align: left;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pending-order-create-shell .trip-tab:hover[b-a4x7akmr5f] {
    background: rgba(255, 255, 255, .62);
    transform: translateY(-1px);
}

.pending-order-create-shell .trip-tab.active[b-a4x7akmr5f] {
    border-color: rgba(33, 102, 216, .18);
    background: #fff;
    box-shadow: 0 14px 30px rgba(33, 102, 216, .14);
    color: #0f172a;
}

.pending-order-create-shell .trip-tab-index[b-a4x7akmr5f] {
    align-items: center;
    background: rgba(100, 116, 139, .14);
    border-radius: 999px;
    color: #475569;
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: .82rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
}

.pending-order-create-shell .trip-tab.active .trip-tab-index[b-a4x7akmr5f] {
    background: #2166d8;
    color: #fff;
}

.pending-order-create-shell .trip-tab-copy[b-a4x7akmr5f] {
    display: grid;
    gap: .08rem;
    min-width: 0;
}

.pending-order-create-shell .trip-tab-copy strong[b-a4x7akmr5f] {
    color: #0f172a;
    display: block;
    font-size: .9rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pending-order-create-shell .trip-tab-copy small[b-a4x7akmr5f] {
    color: #64748b;
    display: block;
    font-size: .78rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pending-order-create-shell .trip-form[b-a4x7akmr5f] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.pending-order-create-shell .trip-detail-panel[b-a4x7akmr5f] {
    background: rgba(255, 255, 255, .84);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 18px;
    padding: .95rem;
}

.pending-order-create-shell .trip-editor-actions[b-a4x7akmr5f] {
    border-top: 1px dashed rgba(148, 163, 184, .32);
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: .9rem;
}

.pending-order-create-shell .form-action-dock[b-a4x7akmr5f] {
    align-items: center;
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .98) 38%);
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 18px;
    bottom: 0;
    box-shadow: 0 -10px 34px rgba(15, 23, 42, .08);
    display: grid;
    gap: .9rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 1rem;
    padding: .85rem;
    position: sticky;
    z-index: 4;
}

.pending-order-create-shell .form-feedback-stack[b-a4x7akmr5f] {
    display: grid;
    gap: .5rem;
    min-width: 0;
}

.pending-order-create-shell .validation-summary-errors[b-a4x7akmr5f] {
    background: rgba(220, 38, 38, .08);
    border: 1px solid rgba(220, 38, 38, .18);
    border-radius: 12px;
    color: #991b1b;
    padding: .65rem .8rem;
}

.pending-order-create-shell .validation-summary-errors ul[b-a4x7akmr5f] {
    margin-bottom: 0;
}

.pending-order-create-shell .validation-summary-valid[b-a4x7akmr5f] {
    display: none;
}

.pending-order-create-shell .create-feedback[b-a4x7akmr5f] {
    align-items: flex-start;
    border-radius: 12px;
    display: flex;
    font-size: .86rem;
    gap: .55rem;
    line-height: 1.45;
    padding: .65rem .8rem;
    white-space: pre-wrap;
}

.pending-order-create-shell .create-feedback-error[b-a4x7akmr5f] {
    background: rgba(220, 38, 38, .08);
    border: 1px solid rgba(220, 38, 38, .18);
    color: #991b1b;
}

.pending-order-create-shell .create-feedback-success[b-a4x7akmr5f] {
    background: rgba(22, 163, 74, .08);
    border: 1px solid rgba(22, 163, 74, .18);
    color: #166534;
}

.pending-order-create-shell .form-actions[b-a4x7akmr5f] {
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .pending-order-create-shell .pending-create-grid[b-a4x7akmr5f] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1rem;
    }

    .pending-order-create-shell .form-grid[b-a4x7akmr5f] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pending-order-create-shell .trip-form[b-a4x7akmr5f] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1440px) {
    .pending-order-create-shell .pending-create-grid[b-a4x7akmr5f] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 920px) {
    .pending-order-create-shell .pending-create-hero[b-a4x7akmr5f],
    .pending-order-create-shell .pending-create-grid[b-a4x7akmr5f],
    .pending-order-create-shell .form-grid[b-a4x7akmr5f],
    .pending-order-create-shell .point-grid[b-a4x7akmr5f],
    .pending-order-create-shell .trip-form[b-a4x7akmr5f] {
        grid-template-columns: 1fr;
    }

    .pending-order-create-shell .pending-create-hero[b-a4x7akmr5f] {
        align-items: stretch;
        flex-direction: column;
    }

    .pending-order-create-shell .pending-create-hero-actions[b-a4x7akmr5f] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .pending-order-create-shell .span-2[b-a4x7akmr5f] {
        grid-column: auto;
    }

    .pending-order-create-shell .span-full[b-a4x7akmr5f] {
        grid-column: auto;
    }

    .pending-order-create-shell .excel-review-head[b-a4x7akmr5f] {
        flex-direction: column;
    }

    .pending-order-create-shell .excel-active-banner[b-a4x7akmr5f] {
        align-items: stretch;
        flex-direction: column;
    }

    .pending-order-create-shell .trip-tab[b-a4x7akmr5f] {
        min-width: min(18rem, 78vw);
    }

    .pending-order-create-shell .trip-editor-head[b-a4x7akmr5f],
    .pending-order-create-shell .trip-editor-actions[b-a4x7akmr5f] {
        align-items: stretch;
        flex-direction: column;
    }

    .pending-order-create-shell .excel-review-actions[b-a4x7akmr5f] {
        width: 100%;
        justify-content: stretch;
    }

    .pending-order-create-shell .excel-review-actions .btn[b-a4x7akmr5f],
    .pending-order-create-shell .excel-active-actions .btn[b-a4x7akmr5f] {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .pending-order-create-shell .ops-workspace[b-a4x7akmr5f] {
        padding: .55rem;
    }

    .pending-order-create-shell .pending-card[b-a4x7akmr5f] {
        border-radius: 16px;
        padding: .9rem;
    }

    .pending-order-create-shell .section-title[b-a4x7akmr5f] {
        margin-bottom: .75rem;
    }

    .pending-order-create-shell .ai-textarea[b-a4x7akmr5f] {
        height: 360px;
        min-height: 360px !important;
    }

    .pending-order-create-shell .ai-drawer-panel[b-a4x7akmr5f] {
        border-radius: 22px 22px 0 0;
        bottom: 0;
        height: min(88dvh, 44rem);
        max-width: none;
        top: auto;
        width: 100%;
    }

    .pending-order-create-shell .trip-editor[b-a4x7akmr5f] {
        border-radius: 18px;
        padding: .85rem;
    }

    .pending-order-create-shell .trip-tabs[b-a4x7akmr5f] {
        margin: .75rem 0;
        padding: .35rem;
        border-radius: 16px;
    }

    .pending-order-create-shell .trip-tab[b-a4x7akmr5f] {
        min-width: min(16rem, 84vw);
        padding: .52rem .62rem;
    }

    .pending-order-create-shell .trip-detail-panel[b-a4x7akmr5f] {
        border-radius: 15px;
        padding: .8rem;
    }

    .pending-order-create-shell .form-action-dock[b-a4x7akmr5f] {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: .6rem !important;
        margin-top: 1rem !important;
        padding: .7rem;
    }

    .pending-order-create-shell .form-grid[b-a4x7akmr5f] {
        padding-bottom: 9.5rem;
    }

    .pending-order-create-shell .form-actions .btn[b-a4x7akmr5f] {
        width: 100%;
        min-height: 2.65rem;
    }

    .pending-order-create-shell .form-actions[b-a4x7akmr5f] {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: .6rem !important;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .pending-order-create-shell .ops-workspace[b-a4x7akmr5f] {
        padding: .4rem;
    }

    .pending-order-create-shell .pending-card[b-a4x7akmr5f] {
        padding: .8rem;
    }

    .pending-order-create-shell .excel-active-actions[b-a4x7akmr5f] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        white-space: normal;
    }

    .pending-order-create-shell .excel-active-counter[b-a4x7akmr5f] {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .pending-order-create-shell .form-actions[b-a4x7akmr5f] {
        grid-template-columns: 1fr;
    }

    .pending-order-create-shell .pending-create-hero-actions[b-a4x7akmr5f] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/RevenueStatistics/Index.razor.rz.scp.css */
.revenue-stat-shell[b-nevlvtkcqn] {
    gap: 0.85rem;
}

.revenue-stat-mobile-toolbar[b-nevlvtkcqn] {
    display: none;
}

.revenue-stat-filter[b-nevlvtkcqn] {
    padding: 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 249, 252, 0.98) 100%);
    box-shadow: var(--dispatch-shadow-soft);
    border: 1px solid rgba(212, 221, 230, 0.7);
}

.revenue-stat-filter-grid[b-nevlvtkcqn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px)) auto;
    gap: 0.8rem;
    align-items: end;
}

.revenue-stat-filter-field[b-nevlvtkcqn] {
    display: grid;
    gap: 0.35rem;
}

.revenue-stat-filter-field span[b-nevlvtkcqn] {
    color: var(--dispatch-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.revenue-stat-filter-button[b-nevlvtkcqn] {
    min-height: 2.8rem;
    white-space: nowrap;
    width: auto;
    justify-self: start;
    align-self: end;
}

.revenue-stat-kpis[b-nevlvtkcqn] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.revenue-stat-feedback[b-nevlvtkcqn] {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    font-size: 0.84rem;
    font-weight: 700;
}

.revenue-stat-feedback.is-error[b-nevlvtkcqn] {
    background: rgba(206, 75, 73, 0.1);
    color: var(--dispatch-danger);
}

.revenue-stat-table-shell[b-nevlvtkcqn] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

.revenue-stat-table-header[b-nevlvtkcqn] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0.35rem 0.9rem;
}

.revenue-stat-table-title[b-nevlvtkcqn] {
    color: var(--dispatch-ink);
    font-size: 1.02rem;
    font-weight: 800;
}

.revenue-stat-table-subtitle[b-nevlvtkcqn] {
    color: var(--dispatch-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.revenue-stat-table-wrap[b-nevlvtkcqn] {
    min-height: 0;
    flex: 1;
    overflow: auto;
    border-radius: 22px;
    border: 1px solid rgba(212, 221, 230, 0.76);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.revenue-stat-table[b-nevlvtkcqn] {
    margin-bottom: 0;
}

.revenue-stat-table thead th[b-nevlvtkcqn] {
    position: sticky;
    top: 0;
    background: var(--dispatch-surface-muted);
    z-index: 1;
}

.revenue-stat-money[b-nevlvtkcqn] {
    color: var(--dispatch-accent);
    font-weight: 800;
}

.revenue-stat-margin[b-nevlvtkcqn] {
    color: var(--dispatch-success);
    font-weight: 800;
}

.revenue-stat-empty[b-nevlvtkcqn] {
    flex: 1;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--dispatch-muted);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .revenue-stat-filter-grid[b-nevlvtkcqn] {
        grid-template-columns: 1fr;
    }

    .revenue-stat-filter-button[b-nevlvtkcqn] {
        width: auto;
        justify-self: start;
    }

    .revenue-stat-kpis[b-nevlvtkcqn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .revenue-stat-mobile-toolbar[b-nevlvtkcqn] {
        display: flex;
    }

    .revenue-stat-filter.is-open[b-nevlvtkcqn] {
        display: block !important;
    }

    .revenue-stat-kpis.is-open[b-nevlvtkcqn] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .revenue-stat-kpis.is-open .ops-mobile-sheet-head[b-nevlvtkcqn] {
        grid-column: 1 / -1;
    }

    .revenue-stat-filter[b-nevlvtkcqn] {
        padding: 0.8rem;
        border-radius: 18px;
    }

    .revenue-stat-filter-button[b-nevlvtkcqn] {
        width: 100%;
    }

    .revenue-stat-table-header[b-nevlvtkcqn] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
        padding: 0.35rem 0.1rem 0.7rem;
    }

    .revenue-stat-table-wrap[b-nevlvtkcqn] {
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .revenue-stat-kpis.is-open[b-nevlvtkcqn] {
        grid-template-columns: 1fr;
    }

    .revenue-stat-kpis[b-nevlvtkcqn] {
        grid-template-columns: 1fr;
    }

    .revenue-stat-filter[b-nevlvtkcqn],
    .revenue-stat-table-wrap[b-nevlvtkcqn] {
        border-radius: 16px;
    }
}
/* /Components/Pages/SystemSettings/Index.razor.rz.scp.css */
.system-setting-page[b-ftetisarsn] {
    display: grid;
    gap: 1rem;
    min-height: 0;
}

.system-setting-hero[b-ftetisarsn],
.system-setting-group[b-ftetisarsn],
.system-setting-empty[b-ftetisarsn] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.94);
    border-radius: 26px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.system-setting-hero[b-ftetisarsn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
}

.system-setting-kicker[b-ftetisarsn],
.system-setting-group-head span[b-ftetisarsn] {
    color: #2166d8;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.system-setting-hero h1[b-ftetisarsn],
.system-setting-group-head h2[b-ftetisarsn] {
    margin: 0.1rem 0;
    color: #102033;
    font-weight: 850;
}

.system-setting-hero p[b-ftetisarsn] {
    max-width: 58rem;
    margin: 0;
    color: #667789;
}

.system-setting-actions[b-ftetisarsn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
}

.system-setting-message[b-ftetisarsn],
.system-setting-empty[b-ftetisarsn] {
    padding: 0.85rem 1rem;
    border-radius: 20px;
    font-weight: 750;
}

.system-setting-message.is-info[b-ftetisarsn] {
    background: rgba(33, 102, 216, 0.08);
    color: #1d4f99;
}

.system-setting-message.is-success[b-ftetisarsn] {
    background: rgba(18, 128, 92, 0.1);
    color: #0f6c50;
}

.system-setting-message.is-danger[b-ftetisarsn] {
    background: rgba(194, 65, 58, 0.1);
    color: #b2322d;
}

.system-setting-form[b-ftetisarsn] {
    display: grid;
    gap: 1rem;
}

.system-setting-group[b-ftetisarsn] {
    overflow: hidden;
}

.system-setting-group-head[b-ftetisarsn] {
    padding: 1rem 1.1rem 0.85rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.system-setting-grid[b-ftetisarsn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1rem;
}

.system-setting-field[b-ftetisarsn] {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
    padding: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 20px;
    background: #ffffff;
}

.system-setting-field:focus-within[b-ftetisarsn] {
    border-color: rgba(33, 102, 216, 0.45);
    box-shadow: 0 0 0 4px rgba(33, 102, 216, 0.08);
}

.system-setting-label[b-ftetisarsn] {
    color: #24364a;
    font-size: 0.9rem;
    font-weight: 800;
}

.system-setting-field small[b-ftetisarsn] {
    color: #6f7f91;
    line-height: 1.45;
}

.system-setting-field code[b-ftetisarsn] {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.16rem 0.42rem;
    border-radius: 999px;
    background: #edf2f7;
    color: #526273;
    font-size: 0.72rem;
}

.system-setting-switch[b-ftetisarsn] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.system-setting-switch input[b-ftetisarsn] {
    width: 2.65rem;
    height: 1.4rem;
    accent-color: #2166d8;
}

.system-setting-switch em[b-ftetisarsn] {
    color: #506174;
    font-style: normal;
    font-weight: 750;
}

@media (max-width: 768px) {
    .system-setting-hero[b-ftetisarsn] {
        align-items: stretch;
        flex-direction: column;
        border-radius: 22px;
        padding: 1rem;
    }

    .system-setting-actions[b-ftetisarsn] {
        justify-content: stretch;
    }

    .system-setting-actions .btn[b-ftetisarsn] {
        flex: 1 1 auto;
    }

    .system-setting-grid[b-ftetisarsn] {
        grid-template-columns: minmax(0, 1fr);
        padding: 0.75rem;
    }

    .system-setting-field[b-ftetisarsn] {
        border-radius: 18px;
    }
}
