/* /Layout/MainLayout.razor.rz.scp.css */
[b-287ic0tq67] .rz-sidebar {
    background-color: var(--rz-base-200);
}

[b-287ic0tq67] .main-header {
    padding: var(--rz-header-padding);
}

[b-287ic0tq67] .main-header-content {
    box-sizing: border-box;
}

[b-287ic0tq67] .rz-sidebar .rz-panel-menu .rz-navigation-item-link {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

[b-287ic0tq67] .rz-sidebar .rz-panel-menu .rz-navigation-item {
    margin: 0;
}

[b-287ic0tq67] .rz-panel-menu .rz-navigation-item-icon {
    margin-right: 0.5rem;
}

.header-location-picker[b-287ic0tq67] {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

[b-287ic0tq67] .header-location-picker .rz-dropdown {
    background: var(--rz-base-background-color);
    border: 1px solid var(--rz-border-color);
    border-radius: var(--rz-border-radius);
}

[b-287ic0tq67] .header-timezone-select,
[b-287ic0tq67] .header-timezone-select.rz-dropdown,
[b-287ic0tq67] .header-timezone-select.rz-dropdown.rz-state-focus {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    color: #ffffff;
    border-radius: 6px;
    padding-right: 6px;
    box-shadow: none !important;
}

[b-287ic0tq67] .header-location-picker .rz-dropdown .rz-inputtext,
[b-287ic0tq67] .header-location-picker .rz-dropdown .rz-dropdown-label {
    color: var(--rz-text-title-color);
}

[b-287ic0tq67] .header-timezone-select .rz-dropdown,
[b-287ic0tq67] .header-timezone-select .rz-dropdown:focus-within,
[b-287ic0tq67] .header-timezone-select .rz-dropdown.rz-state-focus,
[b-287ic0tq67] .header-timezone-select .rz-inputtext,
[b-287ic0tq67] .header-timezone-select .rz-inputtext:focus,
[b-287ic0tq67] .header-timezone-select .rz-inputtext:active {
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

[b-287ic0tq67] .header-timezone-select .rz-dropdown-label {
    font-weight: 700;
}

[b-287ic0tq67] .header-timezone-select:hover,
[b-287ic0tq67] .header-timezone-select:focus-within,
[b-287ic0tq67] .header-timezone-select.rz-state-focus {
    border-color: #ffffff;
    background: rgba(255,255,255,0.12);
}

[b-287ic0tq67] .header-location-picker .rz-icon {
    color: var(--rz-text-secondary-color);
}

[b-287ic0tq67] .header-time-chip-text {
    font-weight: 700;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    min-height: 40px;
    line-height: 28px;
    user-select: none;
    pointer-events: none;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
/* /Layout/MobileLayout.razor.rz.scp.css */
.nexus-mobile-shell[b-noccphufgx] {
    min-height: 100svh;
    background: #f4f6f8;
    color: #202124;
    display: flex;
    flex-direction: column;
}

.nexus-mobile-main[b-noccphufgx] {
    flex: 1;
    min-width: 0;
    padding: 0.85rem 0.85rem calc(4.6rem + env(safe-area-inset-bottom, 0px));
}

.nexus-mobile-tabbar[b-noccphufgx] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 48px 48px;
    gap: 0.2rem;
    padding: 0.5rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #d0d5dd;
    box-shadow: 0 -8px 18px rgba(16, 24, 40, 0.08);
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item,
.nexus-mobile-tabbar-action[b-noccphufgx] {
    border: 0;
    min-height: 50px;
    border-radius: 8px;
    color: #4b5563;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0 0.25rem;
    min-width: 0;
    -webkit-tap-highlight-color: transparent;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item:hover,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item:focus,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item:visited {
    color: #4b5563;
    text-decoration: none;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item:focus {
    outline: none;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item:focus-visible,
.nexus-mobile-tabbar-action:focus-visible[b-noccphufgx] {
    outline: 2px solid rgba(15, 118, 110, 0.34);
    outline-offset: 2px;
}

.nexus-mobile-tabbar-action[b-noccphufgx] {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #374151;
}

.nexus-mobile-tabbar-action:disabled[b-noccphufgx] {
    color: #98a2b3;
    background: #f2f4f7;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item .rz-icon,
.nexus-mobile-tabbar-action[b-noccphufgx]  .rz-icon {
    font-size: 1.65rem;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item.active {
    color: #007a5a;
    background: #d5f5ef;
}

.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item.active,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item.active:hover,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item.active:focus,
.nexus-mobile-tabbar[b-noccphufgx]  .nexus-mobile-tabbar-item.active:visited {
    color: #007a5a;
}

.nexus-mobile-spin[b-noccphufgx] {
    animation: nexus-mobile-spin-b-noccphufgx 0.9s linear infinite;
}

@keyframes nexus-mobile-spin-b-noccphufgx {
    to {
        transform: rotate(360deg);
    }
}
/* /Pages/Mobile/Cycles.razor.rz.scp.css */
.mobile-cycles-page[b-u9yq0ernye] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.mobile-loading[b-u9yq0ernye] {
    min-height: 45svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-empty[b-u9yq0ernye] {
    padding: 2rem 1rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
    text-align: center;
}

.mobile-cycle-card[b-u9yq0ernye] {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mobile-metric-editor[b-u9yq0ernye] {
    display: grid;
    gap: 0.7rem;
}

.mobile-share-input-row[b-u9yq0ernye] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.45rem;
}

.mobile-share-unit[b-u9yq0ernye] {
    min-width: 2.25rem;
    min-height: 40px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #f8fafc;
    color: #344054;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
}

.mobile-share-slider[b-u9yq0ernye] {
    display: grid;
    gap: 0.25rem;
    padding: 0 0.1rem;
}

.mobile-share-slider-labels[b-u9yq0ernye] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #667085;
    font-size: 0.68rem;
    font-weight: 800;
}

.mobile-share-presets[b-u9yq0ernye] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
}

.mobile-share-preset[b-u9yq0ernye] {
    min-height: 34px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0 0.2rem;
    white-space: nowrap;
}

.mobile-share-preset-active[b-u9yq0ernye] {
    border-color: #0f766e;
    background: #e6fffb;
    color: #0f766e;
}

.mobile-share-preset:disabled[b-u9yq0ernye] {
    opacity: 0.65;
}

.mobile-editor-actions[b-u9yq0ernye] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.mobile-action-button[b-u9yq0ernye] {
    min-height: 42px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 0.86rem;
    font-weight: 800;
}

.mobile-action-button-primary[b-u9yq0ernye] {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.mobile-action-button:disabled[b-u9yq0ernye] {
    opacity: 0.65;
}

.mobile-field-error[b-u9yq0ernye] {
    color: #b42318;
    font-size: 0.78rem;
    font-weight: 700;
}

.mobile-cycle-list[b-u9yq0ernye] {
    display: block;
}

.mobile-cycle-card[b-u9yq0ernye] {
    padding: 0.85rem;
    margin-bottom: 0.7rem;
}

.mobile-ratio-meter[b-u9yq0ernye] {
    margin-top: 0.2rem;
}

.mobile-ratio-track[b-u9yq0ernye],
.mobile-zone-track[b-u9yq0ernye] {
    position: relative;
    height: 28px;
    border-radius: 6px;
    background: #e5e7eb;
    overflow: visible;
}

.mobile-ratio-fill[b-u9yq0ernye],
.mobile-zone-fill[b-u9yq0ernye] {
    height: 100%;
    min-width: 2px;
    border-radius: 6px;
}

.mobile-ratio-actual[b-u9yq0ernye] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0.25rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.86);
    color: #202124;
    font-size: 0.72rem;
    font-weight: 800;
    white-space: nowrap;
}

.mobile-ratio-target[b-u9yq0ernye] {
    position: absolute;
    top: -0.25rem;
    bottom: -0.25rem;
    border-left: 2px solid #2563eb;
}

.mobile-zone-track[b-u9yq0ernye] {
    margin-top: 0.9rem;
}

.mobile-zone-value[b-u9yq0ernye] {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.mobile-cycle-fields[b-u9yq0ernye] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.85rem;
}

.mobile-cycle-fields > div[b-u9yq0ernye],
.mobile-cycle-field-button[b-u9yq0ernye] {
    min-width: 0;
    padding: 0.6rem;
    border: 0;
    border-radius: 8px;
    background: #f4f6f8;
    color: inherit;
    text-align: left;
}

.mobile-cycle-field-button[b-u9yq0ernye] {
    cursor: pointer;
}

.mobile-cycle-field-button:disabled[b-u9yq0ernye] {
    cursor: default;
    opacity: 0.7;
}

.mobile-share-summary-button[b-u9yq0ernye] {
    outline-offset: 2px;
}

.mobile-share-summary-button:focus-visible[b-u9yq0ernye] {
    outline: 2px solid rgba(15, 118, 110, 0.32);
}

.mobile-cycle-fields > div > span[b-u9yq0ernye],
.mobile-cycle-field-button > span[b-u9yq0ernye] {
    display: block;
    margin-bottom: 0.2rem;
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
}

.mobile-cycle-fields > div > strong[b-u9yq0ernye],
.mobile-cycle-field-button > strong[b-u9yq0ernye] {
    display: block;
    overflow-wrap: anywhere;
    font-size: 0.85rem;
}

.mobile-cycle-share-editor[b-u9yq0ernye] {
    grid-column: 1 / -1;
    background: #f8fafc;
}
/* /Pages/Mobile/Index.razor.rz.scp.css */
.mobile-page-state[b-hf0wemaczo] {
    min-height: 55svh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Pages/Mobile/Orders.razor.rz.scp.css */
.mobile-orders-page[b-zt4hp4xqf1] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.mobile-orders-sticky-header[b-zt4hp4xqf1] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin: -0.85rem -0.85rem 0;
    padding: 0.5rem 0.65rem 0.6rem;
    border-bottom: 1px solid #d0d5dd;
    background: rgba(244, 246, 248, 0.98);
    backdrop-filter: blur(8px);
}

.mobile-period-panel[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem;
}

.mobile-period-navigation[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    align-items: center;
    min-width: 0;
    gap: 0.25rem;
}

.mobile-period-navigation-custom[b-zt4hp4xqf1] {
    grid-template-columns: minmax(0, 1fr);
}

.mobile-period-fields[b-zt4hp4xqf1] {
    min-width: 0;
}

.mobile-period-field-grid[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

.mobile-period-field[b-zt4hp4xqf1] {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
    overflow: hidden;
}

.mobile-period-static-field[b-zt4hp4xqf1] {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
}

.mobile-period-static-field strong[b-zt4hp4xqf1] {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.35rem 0.55rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-period-field[b-zt4hp4xqf1]  .rz-datepicker,
.mobile-period-field[b-zt4hp4xqf1]  .rz-inputtext {
    min-width: 0;
    width: 100%;
}

.mobile-period-field[b-zt4hp4xqf1]  .rz-inputtext,
.mobile-period-month-input[b-zt4hp4xqf1] {
    height: 38px;
    min-height: 38px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
}

.mobile-period-month-input[b-zt4hp4xqf1] {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0.35rem 0.5rem;
    box-sizing: border-box;
    color-scheme: light;
}

.mobile-period-navigation-custom .mobile-period-field[b-zt4hp4xqf1]  .rz-inputtext {
    padding-left: 0.4rem;
    padding-right: 1.65rem;
}

.mobile-period-navigation-custom .mobile-period-field[b-zt4hp4xqf1]  .rz-datepicker-trigger {
    width: 1.65rem;
    min-width: 1.65rem;
}

.mobile-period-navigation-custom .mobile-period-field[b-zt4hp4xqf1]  .rz-datepicker-trigger .rz-button-icon-left {
    font-size: 1rem;
}

.mobile-period-mode-toggle[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: repeat(4, 34px);
    gap: 0.22rem;
}

.mobile-period-mode-button[b-zt4hp4xqf1] {
    min-width: 0;
    width: 34px;
    height: 38px;
    min-height: 38px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 0.66rem;
    line-height: 1.1;
    font-weight: 800;
    padding: 0.35rem 0.2rem;
    white-space: normal;
}

.mobile-period-step-button[b-zt4hp4xqf1] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 34px;
    height: 38px;
    min-height: 38px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    padding: 0.25rem;
}

.mobile-period-step-button:active[b-zt4hp4xqf1] {
    border-color: #99e5df;
    background: #dff5f2;
    color: #0f766e;
}

.mobile-period-step-button[b-zt4hp4xqf1]  .rz-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.mobile-period-mode-button-active[b-zt4hp4xqf1] {
    border-color: #99e5df;
    background: #dff5f2;
    color: #0f766e;
}

.mobile-shift-summary[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.mobile-shift-summary-item[b-zt4hp4xqf1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.45rem 0.55rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
}

.mobile-shift-summary-item strong[b-zt4hp4xqf1] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-shift-summary-icon[b-zt4hp4xqf1] {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
}

.mobile-shift-summary-item strong[b-zt4hp4xqf1] {
    color: #101828;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.15;
}

.mobile-shift-summary-cash[b-zt4hp4xqf1] {
    border-color: #86efac;
    background: #ecfdf3;
}

.mobile-shift-summary-card[b-zt4hp4xqf1] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.mobile-shift-summary-cash strong[b-zt4hp4xqf1],
.mobile-shift-summary-cash[b-zt4hp4xqf1]  .mobile-shift-summary-icon {
    color: #047857;
}

.mobile-shift-summary-card strong[b-zt4hp4xqf1],
.mobile-shift-summary-card[b-zt4hp4xqf1]  .mobile-shift-summary-icon {
    color: #1d4ed8;
}

.mobile-shift-summary-return[b-zt4hp4xqf1]  .mobile-shift-summary-icon,
.mobile-shift-summary-return strong[b-zt4hp4xqf1] {
    color: #b42318;
}

/* VEC-269: All Orders totals — Total (blue) / Unpaid (orange) / Paid (green). */
.mobile-shift-summary-total[b-zt4hp4xqf1] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.mobile-shift-summary-unpaid[b-zt4hp4xqf1] {
    border-color: #fdba74;
    background: #fff7ed;
}

.mobile-shift-summary-paid[b-zt4hp4xqf1] {
    border-color: #86efac;
    background: #ecfdf3;
}

.mobile-shift-summary-total strong[b-zt4hp4xqf1],
.mobile-shift-summary-total[b-zt4hp4xqf1]  .mobile-shift-summary-icon {
    color: #1d4ed8;
}

.mobile-shift-summary-unpaid strong[b-zt4hp4xqf1],
.mobile-shift-summary-unpaid[b-zt4hp4xqf1]  .mobile-shift-summary-icon {
    color: #c2410c;
}

.mobile-shift-summary-paid strong[b-zt4hp4xqf1],
.mobile-shift-summary-paid[b-zt4hp4xqf1]  .mobile-shift-summary-icon {
    color: #047857;
}

.mobile-loading[b-zt4hp4xqf1] {
    min-height: 45svh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-empty[b-zt4hp4xqf1] {
    padding: 2rem 1rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
    text-align: center;
}

.mobile-order-list[b-zt4hp4xqf1] {
    display: block;
}

.mobile-order-card[b-zt4hp4xqf1] {
    position: relative;
    display: block;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.55rem;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mobile-order-card-signed[b-zt4hp4xqf1] {
    border-color: #7bc69a;
    background: #dff3e7;
    box-shadow: inset 4px 0 0 #2f9e44, 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mobile-order-card-unsigned[b-zt4hp4xqf1] {
    border-color: #c9d1dc;
    background: #eef1f5;
    box-shadow: inset 4px 0 0 #8a94a3, 0 1px 2px rgba(16, 24, 40, 0.04);
}

.mobile-order-card-deleted[b-zt4hp4xqf1] {
    border-color: #9aa4b2;
    background: #d9dfe7;
    box-shadow: inset 4px 0 0 #667085, 0 1px 2px rgba(16, 24, 40, 0.06);
}

.mobile-order-card-placeholder[b-zt4hp4xqf1] {
    min-height: 58px;
    pointer-events: none;
}

.mobile-placeholder-line[b-zt4hp4xqf1],
.mobile-placeholder-badges span[b-zt4hp4xqf1] {
    display: block;
    border-radius: 4px;
    background: linear-gradient(90deg, #eef2f7 25%, #e4e9f0 37%, #eef2f7 63%);
    background-size: 400% 100%;
    animation: mobile-placeholder-b-zt4hp4xqf1 1.2s ease-in-out infinite;
}

.mobile-placeholder-line[b-zt4hp4xqf1] {
    width: 74%;
    height: 14px;
    margin-bottom: 0.55rem;
}

.mobile-placeholder-line-short[b-zt4hp4xqf1] {
    width: 42%;
}

.mobile-placeholder-badges[b-zt4hp4xqf1] {
    display: flex;
    gap: 0.35rem;
    margin-top: 0.8rem;
}

.mobile-placeholder-badges span[b-zt4hp4xqf1] {
    width: 52px;
    height: 22px;
}

.mobile-order-row[b-zt4hp4xqf1] {
    display: grid;
    grid-template-columns: max-content max-content minmax(0, 1fr) max-content max-content;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
}

.mobile-order-date[b-zt4hp4xqf1] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

.mobile-order-date-compact[b-zt4hp4xqf1] {
    display: none;
}

.mobile-order-badges[b-zt4hp4xqf1] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
    gap: 0.32rem;
    min-width: 0;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
}

.mobile-order-badges > *[b-zt4hp4xqf1] {
    flex: 0 0 auto;
}

.mobile-order-amount[b-zt4hp4xqf1] {
    grid-column: 4;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.mobile-order-amount-cash[b-zt4hp4xqf1] {
    color: #047857;
}

.mobile-order-amount-card[b-zt4hp4xqf1] {
    color: #1d4ed8;
}

.mobile-order-return-ratio[b-zt4hp4xqf1],
.mobile-order-return-ratio-over[b-zt4hp4xqf1] {
    color: #b42318;
    font-size: 0.82rem;
}

.mobile-order-return-ratio-over[b-zt4hp4xqf1] {
    color: #b42318;
}

.mobile-order-items[b-zt4hp4xqf1] {
    grid-column: 5;
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.mobile-payment-icon[b-zt4hp4xqf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.14);
}

.mobile-payment-icon .rz-icon[b-zt4hp4xqf1] {
    font-size: 1rem;
}

.mobile-payment-icon-cash[b-zt4hp4xqf1] {
    color: #15803d;
}

.mobile-payment-icon-card[b-zt4hp4xqf1] {
    color: #1d4ed8;
}

/* VEC-266: unpaid carry-over warning — clean orange triangle, no chip background. */
.mobile-unpaid-carryover[b-zt4hp4xqf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
}

.mobile-unpaid-carryover .rz-icon[b-zt4hp4xqf1] {
    font-size: 1.2rem;
}

/* VEC-266: today's open order (unpaid, in service) — orange fork/knife (same #f97316 as
   the carry-over warning; the two markers never share a view and differ by shape). */
.mobile-open-dining[b-zt4hp4xqf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
}

.mobile-open-dining .rz-icon[b-zt4hp4xqf1] {
    font-size: 1.2rem;
}

.mobile-badge[b-zt4hp4xqf1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    width: max-content;
    max-width: max-content;
    padding: 0.08rem 0.28rem;
    border-radius: 4px;
    font-size: 0.64rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.mobile-badge-success[b-zt4hp4xqf1] {
    background: #2f9e44;
    color: #ffffff;
}

.mobile-badge-muted[b-zt4hp4xqf1] {
    background: #8a8f98;
    color: #ffffff;
}

.mobile-badge-light[b-zt4hp4xqf1] {
    background: #e5e7eb;
    color: #344054;
}

.mobile-badge-info[b-zt4hp4xqf1] {
    background: #1d4ed8;
    color: #ffffff;
}

.mobile-badge-warning[b-zt4hp4xqf1] {
    background: #f97316;
    color: #ffffff;
}

.mobile-badge-danger[b-zt4hp4xqf1] {
    background: #ef4444;
    color: #ffffff;
}

.mobile-badge-deleted[b-zt4hp4xqf1] {
    background: #616161;
    color: #ffffff;
}

@media (max-width: 420px) {
    .mobile-period-panel[b-zt4hp4xqf1] {
        gap: 0.25rem;
    }

    .mobile-period-navigation[b-zt4hp4xqf1] {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        gap: 0.18rem;
    }

    .mobile-period-navigation-custom[b-zt4hp4xqf1] {
        grid-template-columns: minmax(0, 1fr);
    }

    .mobile-period-field-grid[b-zt4hp4xqf1] {
        gap: 0.22rem;
    }

    .mobile-period-mode-toggle[b-zt4hp4xqf1] {
        grid-template-columns: repeat(4, 30px);
        gap: 0.18rem;
    }

    .mobile-period-mode-button[b-zt4hp4xqf1],
    .mobile-period-step-button[b-zt4hp4xqf1] {
        width: 30px;
        height: 36px;
        min-height: 36px;
        font-size: 0.62rem;
    }

    .mobile-period-field[b-zt4hp4xqf1]  .rz-inputtext,
    .mobile-period-month-input[b-zt4hp4xqf1],
    .mobile-period-static-field strong[b-zt4hp4xqf1] {
        height: 36px;
        min-height: 36px;
        font-size: 0.7rem;
    }

    .mobile-period-navigation-custom .mobile-period-field[b-zt4hp4xqf1]  .rz-inputtext {
        font-size: 0.66rem;
        padding-left: 0.32rem;
        padding-right: 1.5rem;
    }

    .mobile-period-navigation-custom .mobile-period-field[b-zt4hp4xqf1]  .rz-datepicker-trigger {
        width: 1.45rem;
        min-width: 1.45rem;
    }
}

@media (max-width: 360px) {
    .mobile-order-row[b-zt4hp4xqf1] {
        gap: 0.25rem;
    }

    .mobile-order-badges[b-zt4hp4xqf1] {
        gap: 0.25rem;
    }

    .mobile-order-date-full[b-zt4hp4xqf1] {
        display: none;
    }

    .mobile-order-date-compact[b-zt4hp4xqf1] {
        display: inline;
    }

    .mobile-order-amount[b-zt4hp4xqf1] {
        font-size: 0.84rem;
    }

    .mobile-order-row-returned .mobile-order-items[b-zt4hp4xqf1] {
        display: none;
    }

    .mobile-order-return-ratio[b-zt4hp4xqf1],
    .mobile-order-return-ratio-over[b-zt4hp4xqf1] {
        font-size: 0.78rem;
    }

    .mobile-shift-summary[b-zt4hp4xqf1] {
        gap: 0.25rem;
    }

    .mobile-orders-sticky-header[b-zt4hp4xqf1] {
        gap: 0.38rem;
        padding: 0.42rem 0.55rem 0.52rem;
    }

    .mobile-shift-summary-item[b-zt4hp4xqf1] {
        padding: 0.4rem 0.42rem;
        gap: 0.25rem;
    }

    .mobile-shift-summary-icon[b-zt4hp4xqf1] {
        font-size: 0.9rem;
    }

    .mobile-shift-summary-item strong[b-zt4hp4xqf1] {
        font-size: 0.7rem;
    }

    .mobile-order-items[b-zt4hp4xqf1] {
        font-size: 0.68rem;
    }

    .mobile-badge[b-zt4hp4xqf1] {
        padding: 0.06rem 0.22rem;
        font-size: 0.58rem;
    }
}

@keyframes mobile-placeholder-b-zt4hp4xqf1 {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}
/* /Pages/Orders/Index.razor.rz.scp.css */
[b-fpqcowbqye] .order-signature-risk-row > td {
    background-color: #ffe4e6 !important;
}

[b-fpqcowbqye] .order-signature-risk-row > td:first-child {
    box-shadow: inset 4px 0 0 #dc2626;
}
/* /Pages/Orders/OrderDetailDialog.razor.rz.scp.css */
/* VEC-268: single-page mobile order details — simple, clean design. */
.mobile-order-detail[b-mzesjb0p0m] {
    width: 100%;
}

/* ---- Summary header ---- */
.mobile-detail-summary[b-mzesjb0p0m] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.15rem 0 0.9rem;
    border-bottom: 1px solid #eceef1;
}

.mobile-detail-summary-top[b-mzesjb0p0m] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.mobile-detail-total[b-mzesjb0p0m] {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: #111827;
    white-space: nowrap;
}

.mobile-detail-meta[b-mzesjb0p0m] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem 1rem;
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
}

.mobile-detail-label[b-mzesjb0p0m] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #98a2b3;
    line-height: 1.3;
}

.mobile-detail-value[b-mzesjb0p0m] {
    font-size: 0.95rem;
    color: #1f2937;
    word-break: break-word;
}

/* ---- Sections ---- */
.mobile-detail-section[b-mzesjb0p0m] {
    margin-top: 1.1rem;
}

.mobile-detail-section-head[b-mzesjb0p0m] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.6rem;
}

.mobile-detail-section-head .rz-icon[b-mzesjb0p0m] {
    font-size: 1.15rem;
    color: #98a2b3;
}

.mobile-detail-section-title[b-mzesjb0p0m] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #475467;
}

.mobile-detail-count[b-mzesjb0p0m] {
    margin-left: auto;
    background: #eef1f5;
    color: #475467;
    font-size: 0.72rem;
    font-weight: 700;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.mobile-detail-empty[b-mzesjb0p0m] {
    color: #98a2b3;
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 10px;
}

/* ---- Panels / payments ---- */
.mobile-detail-panel[b-mzesjb0p0m] {
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 10px;
    padding: 0.75rem;
}

.mobile-payment-list[b-mzesjb0p0m] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-payment-row[b-mzesjb0p0m] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 0.8rem;
    background: #f7f8fa;
    border: 1px solid #eef0f2;
    border-radius: 10px;
}

.mobile-payment-source[b-mzesjb0p0m] {
    font-weight: 600;
    color: #1f2937;
}

.mobile-payment-amount[b-mzesjb0p0m] {
    font-weight: 700;
    white-space: nowrap;
    color: #15803d;
}

.mobile-payment-sub[b-mzesjb0p0m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0 0.8rem 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
}
