/* /Features/Administration/Views/SystemSettingsPage.razor.rz.scp.css */
/* Header sits on the same surface as the panel paper so the tabs read as a single card. */
.settings-tabs[b-ri4xfqif02]  .mud-tabs-toolbar {
    background-color: var(--mud-palette-surface);
}

/* Each panel body is a flat MudPaper (Elevation 0). Square its TOP corners so it joins the
   tab-header strip seamlessly; the bottom corners keep MudPaper's default rounding to finish the card. */
.settings-tabs[b-ri4xfqif02]  .settings-panel {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
}

/* Template-parameter reference tables. These elements are authored in this page (inside the
   expansion panel's content), so they carry the scope attribute and style with plain rules. */
.param-table[b-ri4xfqif02] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 4px;
}

.param-table td[b-ri4xfqif02] {
    padding: 5px 0;
    font-size: 0.82rem;
    vertical-align: top;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.param-table td:first-child[b-ri4xfqif02] {
    width: 1%;
    white-space: nowrap;
    padding-inline-end: 20px;
}

.param-table code[b-ri4xfqif02] {
    font-family: var(--mud-typography-monospace, monospace);
    font-size: 0.8rem;
    color: var(--mud-palette-primary);
    background: none;
}

.param-snippet[b-ri4xfqif02] {
    margin: 0 0 4px;
    padding: 10px 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 6px;
    background: var(--mud-palette-background-grey);
    color: var(--mud-palette-text-primary);
    font-family: var(--mud-typography-monospace, monospace);
    font-size: 0.78rem;
    line-height: 1.5;
    white-space: pre;
    overflow-x: auto;
}
/* /Features/Delivery/Components/CourierPortalDeliveries.razor.rz.scp.css */
.courier-delivery-card__quantities[b-3c2m7irf6e] { display: flex; justify-content: space-between; gap: .75rem; flex-wrap: wrap; font-size: .875rem; }
/* /Features/Delivery/Components/DeliveryCourierPicker.razor.rz.scp.css */
.courier-picker[b-y5n78gohuc] {
    display: grid;
    justify-items: start;
    gap: 16px;
}

.selected-courier-card[b-y5n78gohuc] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: min(100%, 640px);
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-inline-start: 4px solid var(--mud-palette-primary);
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.selected-courier-icon[b-y5n78gohuc] {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.selected-courier-copy[b-y5n78gohuc] {
    min-width: 0;
    text-align: start;
}

.selected-courier-meta[b-y5n78gohuc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 8px;
    color: var(--mud-palette-text-secondary);
}

.selected-courier-meta span[b-y5n78gohuc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 600px) {
    .courier-picker[b-y5n78gohuc],
    .courier-picker[b-y5n78gohuc]  .mud-button-root {
        width: 100%;
    }

    .selected-courier-card[b-y5n78gohuc] {
        align-items: start;
    }
}
/* /Features/Delivery/Components/DeliveryFinance.razor.rz.scp.css */
.delivery-stage[b-nzfhylx3lh],
.finance-record-list[b-nzfhylx3lh],
.finance-acceptance-list[b-nzfhylx3lh],
.acceptance-cell[b-nzfhylx3lh],
.delivery-row-actions[b-nzfhylx3lh] {
    display: grid;
}

.delivery-stage[b-nzfhylx3lh] {
    gap: 28px;
}

.finance-section[b-nzfhylx3lh] {
    min-width: 0;
    padding: 24px;
    border-radius: 12px;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-2);
}

.finance-section--acceptances[b-nzfhylx3lh] {
    padding-block: 4px;
}

.finance-section--acceptances .finance-acceptance-list[b-nzfhylx3lh] {
    gap: 0;
}

.delivery-stage .finance-acceptance-list[b-nzfhylx3lh]  .finance-acceptance-card {
    padding-inline: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.delivery-stage .finance-acceptance-list[b-nzfhylx3lh]  .finance-acceptance-card:not(:first-child) {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.delivery-stage .finance-section[b-nzfhylx3lh]  .workflow-table {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.finance-section .finance-record-list[b-nzfhylx3lh] {
    gap: 0;
}

.finance-section .finance-remittance-record[b-nzfhylx3lh] {
    padding-inline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.finance-section .finance-remittance-record + .finance-remittance-record[b-nzfhylx3lh] {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.delivery-stage .finance-section[b-nzfhylx3lh]  .finance-record {
    padding-inline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.delivery-stage .finance-section[b-nzfhylx3lh]  .finance-record + .finance-record {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-list[b-nzfhylx3lh] {
    gap: 18px;
}

.finance-acceptance-list[b-nzfhylx3lh]  .finance-acceptance-list__history-title {
    margin-top: 10px;
    padding-top: 18px;
    border-top: 1px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-secondary);
}

.finance-action-editor[b-nzfhylx3lh] {
    min-width: 0;
    scroll-margin-block-start: 110px;
}

.finance-action-editor:focus-visible[b-nzfhylx3lh] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 3px;
    border-radius: 12px;
}

.delivery-stage[b-nzfhylx3lh]  .finance-acceptance-card {
    min-width: 0;
    padding: 24px;
    border-radius: 10px;
    background: var(--mud-palette-surface);
}

.delivery-stage[b-nzfhylx3lh]  .finance-acceptance-card--corrected {
    background: var(--mud-palette-background-grey);
}

.finance-acceptance-card__primary[b-nzfhylx3lh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.finance-acceptance-card__primary > *[b-nzfhylx3lh] {
    min-width: 0;
}

.finance-acceptance-card__overview[b-nzfhylx3lh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 30%);
    gap: 24px;
}

.finance-acceptance-card__overview > *[b-nzfhylx3lh] {
    min-width: 0;
}

.finance-acceptance-card__identity[b-nzfhylx3lh] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 14px;
}

.finance-acceptance-card__lines[b-nzfhylx3lh] {
    display: grid;
}

.finance-acceptance-card__line[b-nzfhylx3lh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 12px;
    padding-block: 8px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__product[b-nzfhylx3lh] {
    min-width: 0;
    text-align: start;
    overflow-wrap: anywhere;
}

.finance-acceptance-card__line > strong[b-nzfhylx3lh] {
    justify-self: end;
}

.finance-acceptance-card__billing[b-nzfhylx3lh] {
    display: grid;
    align-content: start;
    gap: 14px;
    padding-inline-start: 24px;
    border-inline-start: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__invoice-state[b-nzfhylx3lh] {
    display: grid;
    justify-items: start;
    gap: 4px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.finance-acceptance-card__amounts[b-nzfhylx3lh] {
    display: grid;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__amounts > div[b-nzfhylx3lh] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.finance-acceptance-card__primary[b-nzfhylx3lh] {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__correction[b-nzfhylx3lh] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__primary > div[b-nzfhylx3lh] {
    display: grid;
    gap: 4px;
}

.finance-acceptance-card__optional[b-nzfhylx3lh] {
    display: grid;
    margin-top: 18px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__option[b-nzfhylx3lh] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px 24px;
    min-width: 0;
    padding-block: 18px;
}

.finance-acceptance-card__option + .finance-acceptance-card__option[b-nzfhylx3lh] {
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-acceptance-card__option-action[b-nzfhylx3lh] {
    min-width: 0;
    justify-self: end;
}

.stage-heading[b-nzfhylx3lh],
.primary-actions[b-nzfhylx3lh],
.finance-record[b-nzfhylx3lh],
.delivery-stage[b-nzfhylx3lh]  .finance-record,
.finance-record__body[b-nzfhylx3lh],
.finance-record__actions[b-nzfhylx3lh] {
    display: flex;
    align-items: center;
}

.stage-heading[b-nzfhylx3lh],
.finance-record[b-nzfhylx3lh],
.delivery-stage[b-nzfhylx3lh]  .finance-record {
    justify-content: space-between;
    gap: 20px;
}

.delivery-stage[b-nzfhylx3lh]  .workflow-table {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.acceptance-cell[b-nzfhylx3lh] {
    align-content: start;
    gap: 12px;
    min-width: 0;
}

.acceptance-cell time[b-nzfhylx3lh] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.delivery-row-actions[b-nzfhylx3lh] {
    justify-items: start;
    gap: 8px;
    min-width: 180px;
}

.delivery-row-actions[b-nzfhylx3lh]  .mud-button-root {
    min-width: 170px;
    justify-content: flex-start;
}

.delivery-stage[b-nzfhylx3lh]  .section-title {
    margin-bottom: 16px;
    font-weight: 600;
}

.finance-record-list[b-nzfhylx3lh] {
    gap: 16px;
}

.finance-remittance-record[b-nzfhylx3lh] {
    min-width: 0;
    padding: 20px 24px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.finance-remittance-record__header[b-nzfhylx3lh],
.finance-remittance-record__meta[b-nzfhylx3lh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.finance-remittance-record__header[b-nzfhylx3lh] {
    justify-content: space-between;
}

.finance-remittance-record__header > strong[b-nzfhylx3lh] {
    font-size: 1rem;
}

.finance-remittance-record__meta time[b-nzfhylx3lh] {
    color: var(--mud-palette-text-secondary);
}

.finance-remittance-record__amounts[b-nzfhylx3lh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 16px 24px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.finance-remittance-record__amounts > div[b-nzfhylx3lh] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.finance-remittance-record__amounts span[b-nzfhylx3lh] {
    color: var(--mud-palette-text-secondary);
    font-size: .875rem;
}

.finance-remittance-record[b-nzfhylx3lh]  .finance-remittance-record__reason {
    margin-top: 16px;
    overflow-wrap: anywhere;
}

.finance-record[b-nzfhylx3lh],
.delivery-stage[b-nzfhylx3lh]  .finance-record {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.finance-record__body[b-nzfhylx3lh] {
    flex: 1;
    flex-wrap: wrap;
    gap: 8px 14px;
    min-width: 0;
}

.finance-record__body > span[b-nzfhylx3lh],
.finance-record__body > small[b-nzfhylx3lh],
.finance-record__body > .finance-caption[b-nzfhylx3lh] {
    overflow-wrap: anywhere;
}

.finance-record__body time[b-nzfhylx3lh],
.finance-record__body small[b-nzfhylx3lh],
.finance-record__body .finance-caption[b-nzfhylx3lh] {
    color: var(--mud-palette-text-secondary);
}

.finance-record__actions[b-nzfhylx3lh],
.primary-actions[b-nzfhylx3lh] {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.compact-record .finance-record__body[b-nzfhylx3lh] {
    justify-content: space-between;
}

.finance-action-card[b-nzfhylx3lh],
.delivery-stage[b-nzfhylx3lh]  .finance-action-card {
    padding: 24px;
    border-inline-start: 4px solid var(--mud-palette-primary);
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-list {
    display: grid;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group {
    display: grid;
    gap: 16px;
    padding: 20px 4px;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group:first-child {
    padding-block-start: 4px;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group:last-child {
    padding-block-end: 4px;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group + .exception-action-group {
    border-block-start: 1px solid var(--mud-palette-lines-default);
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__controls {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__summary {
    display: flex;
    align-items: center;
    gap: 4px;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background: var(--mud-palette-background-grey);
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__details {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__details span {
    color: var(--mud-palette-text-secondary);
    font-size: .875rem;
}

.delivery-stage[b-nzfhylx3lh]  .exception-action-group__reference {
    white-space: nowrap;
}

@media (max-width: 700px) {
    .finance-section[b-nzfhylx3lh] {
        padding: 16px;
    }

    .stage-heading[b-nzfhylx3lh],
    .finance-acceptance-card__primary[b-nzfhylx3lh],
    .finance-record[b-nzfhylx3lh],
    .delivery-stage[b-nzfhylx3lh]  .finance-record {
        align-items: stretch;
        flex-direction: column;
    }

    .finance-acceptance-card__overview[b-nzfhylx3lh] {
        grid-template-columns: 1fr;
    }

    .finance-acceptance-card__billing[b-nzfhylx3lh] {
        padding-inline-start: 0;
        padding-top: 16px;
        border-inline-start: 0;
        border-top: 1px solid var(--mud-palette-lines-default);
    }

    .finance-acceptance-card__option[b-nzfhylx3lh] {
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
    }

    .finance-acceptance-card__option-action[b-nzfhylx3lh] {
        justify-self: stretch;
    }

    .finance-acceptance-card__primary[b-nzfhylx3lh]  .mud-button-root,
    .finance-acceptance-card__option[b-nzfhylx3lh]  .mud-button-root {
        width: 100%;
    }

    .finance-acceptance-card__correction[b-nzfhylx3lh]  [data-action="replace-delivery-invoice"] {
        flex: 1;
        min-width: 0;
    }

    .finance-record__body[b-nzfhylx3lh] {
        align-items: flex-start;
        flex-direction: column;
    }

    .finance-record__actions[b-nzfhylx3lh],
    .primary-actions[b-nzfhylx3lh] {
        justify-content: stretch;
    }

    .finance-record__actions[b-nzfhylx3lh]  .mud-button-root,
    .primary-actions[b-nzfhylx3lh]  .mud-button-root,
    .delivery-row-actions[b-nzfhylx3lh]  .mud-button-root {
        width: 100%;
        min-width: 0;
    }

    .delivery-stage[b-nzfhylx3lh]  .exception-action-group {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .delivery-stage[b-nzfhylx3lh]  .exception-action-group__item {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .delivery-stage[b-nzfhylx3lh]  .exception-action-group__item .mud-button-root {
        width: 100%;
    }
}
/* /Features/Delivery/Components/DeliveryOrderCard.razor.rz.scp.css */
.delivery-order-card__icon[b-br63mq6591] {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.delivery-order-card__details[b-br63mq6591] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1rem;
}

.delivery-order-card__address[b-br63mq6591] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.min-width-0[b-br63mq6591] {
    min-width: 0;
}

@media (max-width: 420px) {
    .delivery-order-card__details[b-br63mq6591] {
        grid-template-columns: 1fr;
    }
}
/* /Features/Delivery/Components/DeliveryOrderPreparation.razor.rz.scp.css */
.delivery-stage[b-dwczb9rxgq] {
    display: grid;
    gap: 28px;
}

.stage-heading[b-dwczb9rxgq],
.primary-actions[b-dwczb9rxgq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stage-heading[b-dwczb9rxgq] {
    justify-content: space-between;
}

.terms-card[b-dwczb9rxgq],
.terms-summary[b-dwczb9rxgq] {
    padding: 24px;
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.terms-card[b-dwczb9rxgq] {
    display: grid;
    gap: 24px;
}

.delivery-fee-choice[b-dwczb9rxgq] {
    display: grid;
    gap: 6px;
}

.terms-summary[b-dwczb9rxgq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 32px;
}

.terms-summary > div[b-dwczb9rxgq] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.terms-summary .wide[b-dwczb9rxgq] {
    grid-column: span 2;
}

.terms-summary span[b-dwczb9rxgq] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.terms-summary strong[b-dwczb9rxgq] {
    overflow-wrap: anywhere;
}

.delivery-stage[b-dwczb9rxgq]  .workflow-table {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.item-identity[b-dwczb9rxgq] {
    display: grid;
    gap: 2px;
    min-width: 0;
    text-align: start;
}

.item-identity strong[b-dwczb9rxgq],
.item-identity span[b-dwczb9rxgq] {
    overflow-wrap: anywhere;
}

.item-identity span[b-dwczb9rxgq] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.primary-actions[b-dwczb9rxgq] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.stage-next-action[b-dwczb9rxgq] {
    padding-block: 8px;
}

.delivery-stage[b-dwczb9rxgq]  .quantity-field {
    width: 150px;
}

.delivery-stage[b-dwczb9rxgq]  .advanced-options {
    margin-top: 4px;
}

.optional-actions-intro[b-dwczb9rxgq] {
    display: grid;
    gap: 16px;
    padding: 4px 4px 20px;
}

.optional-action-list[b-dwczb9rxgq] {
    display: grid;
    gap: 16px;
}

.optional-action-content[b-dwczb9rxgq] {
    display: grid;
    gap: 20px;
    padding: 8px 4px 6px;
}

.optional-action-content .primary-actions[b-dwczb9rxgq] {
    padding-top: 4px;
}

.optional-action-content[b-dwczb9rxgq]  .optional-action-table .mud-table-cell {
    height: 76px;
    padding-block: 14px;
    vertical-align: middle;
}

.delivery-stage[b-dwczb9rxgq]  .cancellation-options {
    margin-top: 4px;
}

.cancellation-content[b-dwczb9rxgq] {
    display: grid;
    gap: 20px;
}

.cancellation-actions[b-dwczb9rxgq] {
    padding-top: 4px;
}

.cancellation-guidance-action[b-dwczb9rxgq] {
    margin-top: 20px;
}

.history-list[b-dwczb9rxgq] {
    display: grid;
    gap: 16px;
    padding: 8px 4px 4px;
}

.history-card[b-dwczb9rxgq] {
    display: grid;
    gap: 16px;
    padding: 20px;
    background: var(--mud-palette-background-grey);
}

.history-card__header[b-dwczb9rxgq],
.history-line[b-dwczb9rxgq],
.history-card__actions[b-dwczb9rxgq] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.history-card__header[b-dwczb9rxgq],
.history-line[b-dwczb9rxgq] {
    justify-content: space-between;
}

.history-card__header span[b-dwczb9rxgq],
.history-line small[b-dwczb9rxgq],
.delivery-stage[b-dwczb9rxgq]  .history-card__reason {
    color: var(--mud-palette-text-secondary);
}

.delivery-stage[b-dwczb9rxgq]  .history-card__reason {
    overflow-wrap: anywhere;
}

.history-line[b-dwczb9rxgq] {
    padding-block: 8px;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.history-line > span[b-dwczb9rxgq] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.history-line strong[b-dwczb9rxgq] {
    flex: 0 0 auto;
}

.history-line--total[b-dwczb9rxgq] {
    font-weight: 600;
}

.history-card__actions[b-dwczb9rxgq] {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 4px;
}

@media (max-width: 900px) {
    .terms-summary[b-dwczb9rxgq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .stage-heading[b-dwczb9rxgq] {
        align-items: stretch;
        flex-direction: column;
    }

    .terms-card[b-dwczb9rxgq],
    .terms-summary[b-dwczb9rxgq] {
        padding: 16px;
    }

    .terms-summary[b-dwczb9rxgq] {
        grid-template-columns: 1fr;
    }

    .terms-summary .wide[b-dwczb9rxgq] {
        grid-column: auto;
    }

    .delivery-stage[b-dwczb9rxgq]  .quantity-field {
        width: 100%;
    }

    .cancellation-actions[b-dwczb9rxgq]  .mud-button-root {
        width: 100%;
    }

    .history-card__header[b-dwczb9rxgq],
    .history-line[b-dwczb9rxgq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .history-card__actions[b-dwczb9rxgq]  .mud-button-root {
        width: 100%;
    }

    .optional-action-list[b-dwczb9rxgq] {
        gap: 14px;
    }

    .optional-action-content[b-dwczb9rxgq] {
        gap: 16px;
        padding-inline: 0;
    }

    .optional-action-content[b-dwczb9rxgq]  .optional-action-table .mud-table-cell {
        height: auto;
        padding-block: 12px;
    }
}
/* /Features/Delivery/Components/DeliveryProcurementPicker.razor.rz.scp.css */
.delivery-procurement-picker[b-bg7ggsd6fe]  .workflow-table {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.reference-cell[b-bg7ggsd6fe],
.quantity-cell[b-bg7ggsd6fe] {
    display: grid;
}

.reference-cell[b-bg7ggsd6fe],
.quantity-cell[b-bg7ggsd6fe] {
    gap: 2px;
    text-align: start;
}

.reference-cell span[b-bg7ggsd6fe],
.quantity-cell span[b-bg7ggsd6fe] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.delivery-procurement-picker[b-bg7ggsd6fe]  .selection-card {
    display: grid;
    gap: 20px;
    padding: 20px;
    background: var(--mud-palette-background-grey);
}

.selection-card__actions[b-bg7ggsd6fe] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .selection-card__actions[b-bg7ggsd6fe]  .mud-button-root {
        width: 100%;
    }
}
/* /Features/Delivery/Components/DeliveryShipments.razor.rz.scp.css */
.delivery-stage[b-13piy04n1c] {
    display: grid;
    gap: 28px;
}

.stage-heading[b-13piy04n1c],
.action-card-heading[b-13piy04n1c],
.parcel-summary[b-13piy04n1c],
.primary-actions[b-13piy04n1c],
.secondary-actions[b-13piy04n1c],
.alert-action[b-13piy04n1c] {
    display: flex;
    align-items: center;
}

.stage-heading[b-13piy04n1c],
.action-card-heading[b-13piy04n1c],
.parcel-summary[b-13piy04n1c],
.alert-action[b-13piy04n1c] {
    justify-content: space-between;
    gap: 20px;
}

.handover-block-copy[b-13piy04n1c] {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.handover-block-copy strong[b-13piy04n1c],
.handover-block-copy span[b-13piy04n1c],
.handover-block-copy small[b-13piy04n1c] {
    overflow-wrap: anywhere;
}

.handover-block-copy small[b-13piy04n1c] {
    color: var(--mud-palette-text-secondary);
}

.shipment-picker[b-13piy04n1c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.shipment-choice[b-13piy04n1c] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 70px;
    padding: 12px 14px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-surface);
    font: inherit;
    text-align: start;
    cursor: pointer;
}

.shipment-choice:hover:not(:disabled)[b-13piy04n1c],
.shipment-choice:focus-visible[b-13piy04n1c],
.shipment-choice.is-selected[b-13piy04n1c] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-action-default-hover);
    outline: none;
}

.shipment-choice.is-selected[b-13piy04n1c] {
    border-inline-start-width: 4px;
}

.shipment-choice-icon[b-13piy04n1c],
.parcel-icon[b-13piy04n1c] {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-hover);
}

.shipment-choice-copy[b-13piy04n1c] {
    display: grid;
    gap: 3px;
    flex: 1;
    min-width: 0;
}

.shipment-choice-copy small[b-13piy04n1c] {
    overflow: hidden;
    color: var(--mud-palette-text-secondary);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.create-choice[b-13piy04n1c] {
    border-style: dashed;
}

.current-action-card[b-13piy04n1c],
.parcel-summary[b-13piy04n1c] {
    padding: 24px;
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.current-action-card[b-13piy04n1c] {
    display: grid;
    gap: 24px;
    border-inline-start: 4px solid var(--mud-palette-primary);
}

.compact-action[b-13piy04n1c] {
    grid-template-columns: 1fr auto;
    align-items: center;
}

.parcel-identity[b-13piy04n1c] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.parcel-status[b-13piy04n1c] {
    display: grid;
    gap: 4px;
    justify-items: end;
    text-align: end;
}

.delivery-stage[b-13piy04n1c]  .workflow-table {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    overflow: hidden;
}

.numbered-item[b-13piy04n1c],
.item-identity[b-13piy04n1c] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.numbered-item[b-13piy04n1c] {
    gap: 10px;
}

.item-identity[b-13piy04n1c] {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    text-align: start;
}

.item-identity strong[b-13piy04n1c],
.item-identity span[b-13piy04n1c] {
    overflow-wrap: anywhere;
}

.item-identity span[b-13piy04n1c] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.delivery-stage[b-13piy04n1c]  .quantity-field {
    width: 150px;
}

.delivery-stage[b-13piy04n1c]  .line-number {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-inline-end: 8px;
    font-size: .75rem;
    font-weight: 700;
}

.courier-selection[b-13piy04n1c],
.partial-lines[b-13piy04n1c],
.advanced-grid section[b-13piy04n1c] {
    display: grid;
    gap: 16px;
}

.quantity-entry[b-13piy04n1c] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 320px);
    align-items: end;
    gap: 20px;
    padding: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-surface);
}

.courier-selection[b-13piy04n1c] {
    padding: 20px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-surface);
}

.primary-actions[b-13piy04n1c],
.secondary-actions[b-13piy04n1c] {
    flex-wrap: wrap;
    gap: 14px;
}

.outcome-actions[b-13piy04n1c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
}

.primary-actions[b-13piy04n1c] {
    justify-content: flex-end;
}

.secondary-actions[b-13piy04n1c] {
    justify-content: space-between;
}

.acceptance-choice[b-13piy04n1c],
.date-fields[b-13piy04n1c] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.delivery-stage[b-13piy04n1c]  .batch-select {
    width: min(100%, 520px);
}

.advanced-options[b-13piy04n1c] {
    margin-top: 4px;
}

.shipment-detail-panels[b-13piy04n1c] {
    display: grid;
    gap: 16px;
}

.advanced-grid[b-13piy04n1c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.advanced-grid section[b-13piy04n1c] {
    align-content: start;
    padding: 20px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.history-list[b-13piy04n1c],
.history-card[b-13piy04n1c],
.history-lines[b-13piy04n1c],
.history-line__values[b-13piy04n1c] {
    display: grid;
}

.history-list[b-13piy04n1c] {
    gap: 16px;
}

.history-card[b-13piy04n1c] {
    gap: 12px;
    padding: 20px;
    background: var(--mud-palette-background-grey);
}

.history-card__header[b-13piy04n1c],
.history-line[b-13piy04n1c],
.history-card__actions[b-13piy04n1c] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.history-card__header[b-13piy04n1c],
.history-line[b-13piy04n1c] {
    justify-content: space-between;
}

.history-card__header time[b-13piy04n1c],
.history-line__values small[b-13piy04n1c],
.delivery-stage[b-13piy04n1c]  .history-card__reason {
    color: var(--mud-palette-text-secondary);
}

.delivery-stage[b-13piy04n1c]  .history-card__reason {
    overflow-wrap: anywhere;
}

.history-lines[b-13piy04n1c] {
    gap: 0;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.history-line[b-13piy04n1c] {
    min-width: 0;
    padding-block: 9px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.history-line > span:first-child[b-13piy04n1c] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.history-line__values[b-13piy04n1c] {
    flex: 0 0 auto;
    justify-items: end;
    gap: 2px;
    text-align: end;
}

.history-card__actions[b-13piy04n1c] {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 4px;
}

[data-section="handover-card"][b-13piy04n1c] {
    grid-template-columns: 1fr;
}

.delivery-provenance dd[b-13piy04n1c] {
    margin-inline-start: 0;
    margin-block-end: .5rem;
    overflow-wrap: anywhere;
}

.delivery-provenance dt[b-13piy04n1c] {
    font-weight: 600;
}

@media (max-width: 700px) {
    .stage-heading[b-13piy04n1c],
    .action-card-heading[b-13piy04n1c],
    .parcel-summary[b-13piy04n1c],
    .compact-action[b-13piy04n1c],
    .alert-action[b-13piy04n1c] {
        align-items: stretch;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .parcel-status[b-13piy04n1c] {
        justify-items: start;
        text-align: start;
    }

    .acceptance-choice[b-13piy04n1c],
    .date-fields[b-13piy04n1c],
    .outcome-actions[b-13piy04n1c] {
        grid-template-columns: 1fr;
    }

    .outcome-actions[b-13piy04n1c] {
        display: grid;
    }

    .delivery-stage[b-13piy04n1c]  .quantity-field {
        width: 100%;
    }

    .quantity-entry[b-13piy04n1c] {
        grid-template-columns: 1fr;
    }

    .history-card__header[b-13piy04n1c],
    .history-line[b-13piy04n1c] {
        align-items: flex-start;
        flex-direction: column;
    }

    .history-line__values[b-13piy04n1c] {
        justify-items: start;
        text-align: start;
    }

    .history-card__actions[b-13piy04n1c]  .mud-button-root,
    .secondary-actions[b-13piy04n1c]  .mud-button-root {
        width: 100%;
    }
}
/* /Features/Delivery/Views/DeliveryReportsPage.razor.rz.scp.css */
.delivery-report__header[b-cyssrgsx9j] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-block-end: 1.5rem;
}

.delivery-reports[b-cyssrgsx9j]  .delivery-report__queue-grid > .mud-grid-item {
    display: flex;
}

.delivery-reports[b-cyssrgsx9j]  .delivery-report__queue-grid > .mud-grid-item > .mud-paper {
    width: 100%;
    min-height: 8.5rem;
    justify-content: space-between;
}

.delivery-reports[b-cyssrgsx9j]  .delivery-report__section,
.delivery-reports[b-cyssrgsx9j]  .report-exception-card {
    border-radius: 14px;
}

.delivery-reports[b-cyssrgsx9j]  .delivery-report__section .mud-table-root {
    border-radius: 10px;
    overflow: hidden;
}

.delivery-reports[b-cyssrgsx9j]  .report-exception-card {
    min-height: 9rem;
}

@media (max-width: 600px) {
    .delivery-report__header[b-cyssrgsx9j] {
        align-items: flex-start;
        flex-direction: column;
        margin-block-end: 1rem;
    }

    .delivery-reports[b-cyssrgsx9j]  .delivery-report__section {
        padding: 1rem !important;
    }
}
/* /Features/Delivery/Views/DeliveryWorkspacePage.razor.rz.scp.css */
.delivery-workspace[b-b9mzr53x9a] {
    display: grid;
    align-content: start;
    gap: 24px;
    max-width: 1480px;
    margin-inline: auto;
}

.workflow-page-heading[b-b9mzr53x9a] {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1480px;
    margin: 0 auto 24px;
}

.workflow-header[b-b9mzr53x9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 112px;
    padding: 20px 24px;
    border-radius: 14px;
    background: var(--mud-palette-surface);
}

.workflow-identity[b-b9mzr53x9a] {
    display: flex;
    align-items: center;
}

.workflow-identity[b-b9mzr53x9a] {
    gap: 16px;
    min-width: 0;
}

.workflow-icon[b-b9mzr53x9a] {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
}

.delivery-workspace[b-b9mzr53x9a]  .workflow-title {
    overflow-wrap: anywhere;
}

.delivery-workspace[b-b9mzr53x9a]  .workflow-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

.workflow-totals[b-b9mzr53x9a] {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 8px;
    min-width: min(100%, 500px);
}

.workflow-totals > div[b-b9mzr53x9a] {
    display: grid;
    gap: 4px;
    padding: 10px 14px;
    border-inline-start: 1px solid var(--mud-palette-lines-default);
}

.workflow-totals span[b-b9mzr53x9a] {
    color: var(--mud-palette-text-secondary);
    font-size: .75rem;
}

.workflow-totals strong[b-b9mzr53x9a] {
    font-size: 1rem;
    white-space: nowrap;
}

.workflow-grand-total strong[b-b9mzr53x9a] {
    color: var(--mud-palette-primary);
    font-size: 1.1rem;
}

.workflow-steps[b-b9mzr53x9a] {
    display: grid;
    gap: 8px;
    min-height: 96px;
    padding: 8px;
    border-radius: 14px;
    background: var(--mud-palette-surface);
}

.workflow-steps.has-two-stages[b-b9mzr53x9a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workflow-steps.has-three-stages[b-b9mzr53x9a] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-step[b-b9mzr53x9a] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--mud-palette-text-primary);
    background: transparent;
    font: inherit;
    text-align: start;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.workflow-step:hover:not(:disabled):not(.is-current)[b-b9mzr53x9a],
.workflow-step:focus-visible:not(.is-current)[b-b9mzr53x9a] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-action-default-hover);
    outline: none;
}

.workflow-step.is-current[b-b9mzr53x9a] {
    border-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    background: var(--mud-palette-primary);
    box-shadow: var(--mud-elevation-2);
}

.workflow-step.is-current:focus-visible[b-b9mzr53x9a] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.workflow-step:disabled[b-b9mzr53x9a] {
    cursor: wait;
}

.workflow-step-number[b-b9mzr53x9a] {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-weight: 700;
}

.workflow-step.is-complete .workflow-step-number[b-b9mzr53x9a] {
    color: var(--mud-palette-success);
    border-color: var(--mud-palette-success);
}

.workflow-step-copy[b-b9mzr53x9a] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.workflow-step-copy strong[b-b9mzr53x9a] {
    font-size: .95rem;
}

.workflow-step-copy small[b-b9mzr53x9a] {
    color: inherit;
    font-size: .76rem;
    opacity: .78;
    line-height: 1.35;
}

.workflow-stage-card[b-b9mzr53x9a] {
    min-width: 0;
}

.delivery-workspace[b-b9mzr53x9a]  .mud-expand-panels {
    display: grid;
    gap: 14px;
}

.delivery-workspace[b-b9mzr53x9a]  .mud-expand-panel {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.delivery-workspace[b-b9mzr53x9a]  .mud-expand-panel-header {
    min-height: 60px;
    padding-inline: 20px;
    font-weight: 600;
    background: var(--mud-palette-background-grey);
}

.delivery-workspace[b-b9mzr53x9a]  .mud-expand-panel-content {
    padding: 20px 24px 24px;
}

.delivery-workspace[b-b9mzr53x9a]  .workflow-table .mud-table-cell {
    height: 68px;
    padding-block: 12px;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .workflow-header[b-b9mzr53x9a] {
        align-items: stretch;
        flex-direction: column;
    }

    .workflow-totals[b-b9mzr53x9a] {
        min-width: 0;
    }

    .workflow-step-copy small[b-b9mzr53x9a] {
        display: none;
    }
}

@media (max-width: 600px) {
    .workflow-page-heading[b-b9mzr53x9a] {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .delivery-workspace[b-b9mzr53x9a] {
        gap: 12px;
    }

    .workflow-header[b-b9mzr53x9a] {
        padding: 16px;
    }

    .delivery-workspace[b-b9mzr53x9a]  .mud-expand-panel-content {
        padding: 16px;
    }

    .workflow-totals[b-b9mzr53x9a] {
        grid-template-columns: 1fr;
    }

    .workflow-totals > div[b-b9mzr53x9a] {
        grid-template-columns: 1fr auto;
        align-items: center;
        border-inline-start: 0;
        border-top: 1px solid var(--mud-palette-lines-default);
    }

    .workflow-steps[b-b9mzr53x9a] {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .workflow-steps.has-two-stages[b-b9mzr53x9a],
    .workflow-steps.has-three-stages[b-b9mzr53x9a] {
        grid-template-columns: 1fr;
    }

    .workflow-step[b-b9mzr53x9a] {
        min-height: 52px;
        padding-block: 8px;
    }

    .workflow-step-copy small[b-b9mzr53x9a] {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .workflow-step[b-b9mzr53x9a] {
        transition: none;
    }
}
/* /Features/Delivery/Views/MyCourierPage.razor.rz.scp.css */
.courier-portal[b-ad6aqtcmrs] { max-width: 1200px; margin-inline: auto; }
.courier-portal[b-ad6aqtcmrs]  .courier-portal__identity { border-radius: 16px; }
.courier-portal[b-ad6aqtcmrs]  .courier-portal__money-card { border-radius: 14px; }
.courier-portal[b-ad6aqtcmrs]  .courier-portal__money-card > div { display: flex; justify-content: space-between; gap: 1rem; margin-top: .6rem; }
/* /Features/Inventory/Components/StockValueVerificationDialog.razor.rz.scp.css */
.stock-value-review__identity[b-w7ce3q3g8p],
.stock-value-review__issue-heading[b-w7ce3q3g8p],
.stock-value-review__status[b-w7ce3q3g8p],
.stock-value-review__issue[b-w7ce3q3g8p] {
    display: flex;
    align-items: center;
}

.stock-value-review__identity[b-w7ce3q3g8p] {
    gap: 12px;
}

.stock-value-review__summary[b-w7ce3q3g8p] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.stock-value-review__metric[b-w7ce3q3g8p] {
    display: grid;
    align-content: start;
    gap: 4px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.stock-value-review__status[b-w7ce3q3g8p] {
    align-self: start;
    gap: 7px;
    width: fit-content;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: .875rem;
    font-weight: 700;
}

.stock-value-review__status.is-ready[b-w7ce3q3g8p] {
    color: var(--mud-palette-success-darken);
    background: var(--mud-palette-success-hover);
}

.stock-value-review__status.is-blocked[b-w7ce3q3g8p] {
    color: var(--mud-palette-error-darken);
    background: var(--mud-palette-error-hover);
}

.stock-value-review[b-w7ce3q3g8p]  .stock-value-review__blocked .mud-alert-message,
.stock-value-review[b-w7ce3q3g8p]  .stock-value-review__next-step .mud-alert-message {
    display: grid;
    gap: 4px;
}

.stock-value-review__issues[b-w7ce3q3g8p] {
    display: grid;
    gap: 12px;
}

.stock-value-review__issue-group[b-w7ce3q3g8p] {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--mud-palette-lines-default);
    border-inline-start: 4px solid var(--mud-palette-error);
    border-radius: 10px;
    background: var(--mud-palette-surface);
}

.stock-value-review__issue-heading[b-w7ce3q3g8p] {
    align-items: flex-start;
    gap: 10px;
}

.stock-value-review__issue-list[b-w7ce3q3g8p] {
    display: grid;
    border-top: 1px solid var(--mud-palette-lines-default);
}

.stock-value-review__issue[b-w7ce3q3g8p] {
    justify-content: space-between;
    gap: 16px;
    padding-block: 11px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.stock-value-review__issue:last-child[b-w7ce3q3g8p] {
    padding-bottom: 0;
    border-bottom: 0;
}

.stock-value-review__count[b-w7ce3q3g8p] {
    flex: 0 0 auto;
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--mud-palette-text-secondary);
    background: var(--mud-palette-action-default-hover);
    font-size: .75rem;
    font-weight: 600;
}

@media (max-width: 700px) {
    .stock-value-review__summary[b-w7ce3q3g8p] {
        grid-template-columns: 1fr;
    }

    .stock-value-review__metric[b-w7ce3q3g8p] {
        min-height: auto;
    }

    .stock-value-review__issue[b-w7ce3q3g8p] {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
/* /Features/Shared/Components/AppPagedCards.razor.rz.scp.css */
.app-paged-cards__toolbar[b-98brekujhq] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.app-paged-cards__grid[b-98brekujhq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr));
    gap: 1rem;
    align-items: stretch;
}

.app-paged-cards__empty[b-98brekujhq] {
    min-height: 14rem;
}

@media (max-width: 600px) {
    .app-paged-cards__grid[b-98brekujhq] {
        padding: 0.75rem !important;
        gap: 0.75rem;
    }
}
/* /Features/Shared/Components/InvoiceTotalsCard.razor.rz.scp.css */
.invoice-totals-layout[b-rz2er75w0k] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
}

.invoice-totals-controls[b-rz2er75w0k] {
    flex: 1 1 320px;
    max-inline-size: 420px;
    min-inline-size: 0;
}

.invoice-totals-summary[b-rz2er75w0k] {
    min-inline-size: min(280px, 100%);
    max-inline-size: 100%;
    margin-inline-start: auto;
}

@media (max-width: 599.98px) {
    .invoice-totals-controls[b-rz2er75w0k],
    .invoice-totals-summary[b-rz2er75w0k] {
        flex-basis: 100%;
        inline-size: 100%;
        max-inline-size: none;
    }
}
/* /Features/Shared/Components/LineQuantityStepper.razor.rz.scp.css */
.line-quantity-editor[b-sjqjl3tscq] {
    position: relative;
    margin-block: 8px 4px;
}

.line-quantity-editor[b-sjqjl3tscq]  .mud-input-control {
    margin: 0;
}

.line-quantity-editor[b-sjqjl3tscq]  input.mud-input-root {
    box-sizing: border-box;
    height: 40px;
    padding-inline: 32px;
    text-align: center;
    direction: ltr;
    font-variant-numeric: tabular-nums;
}

.line-quantity-editor[b-sjqjl3tscq]  .quantity-decrement,
.line-quantity-editor[b-sjqjl3tscq]  .quantity-increment {
    position: absolute;
    top: 4px;
    width: 32px;
    height: 32px;
}

.line-quantity-editor[b-sjqjl3tscq]  .quantity-decrement {
    inset-inline-start: 0;
}

.line-quantity-editor[b-sjqjl3tscq]  .quantity-increment {
    inset-inline-end: 0;
}

.line-quantity-editor--invalid[b-sjqjl3tscq]  .mud-input-outlined-border {
    border-color: var(--mud-palette-error);
}
/* /Features/Shared/Components/LineUnitCostField.razor.rz.scp.css */
.line-unit-cost--missing[b-2k3qb1vn13]  .mud-input-outlined-border {
    border-color: var(--mud-palette-warning);
}

.line-unit-cost--missing[b-2k3qb1vn13]  .mud-input-helper-text {
    color: var(--mud-palette-warning);
}
/* /Features/Storefront/Components/StorefrontPublicationDialog.razor.rz.scp.css */
.storefront-variant-row + .storefront-variant-row[b-e7utepuk9z] { border-top:1px solid var(--mud-palette-lines-default); }
/* /Features/Storefront/Components/WebsiteOrderCard.razor.rz.scp.css */
.website-order-card__icon[b-g8hdjxo56t] {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    border-radius: .75rem;
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.website-order-card__details[b-g8hdjxo56t] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem 1rem;
}

.min-width-0[b-g8hdjxo56t] { min-width: 0; }

@media (max-width: 420px) {
    .website-order-card__details[b-g8hdjxo56t] { grid-template-columns: 1fr; }
}
/* /Features/Storefront/Components/WebsiteOrderReviewDialog.razor.rz.scp.css */
.website-order-quantity[b-2ppzqr5bwl] { max-width: 8rem; }
/* /Features/Storefront/Views/StorefrontSettingsPage.razor.rz.scp.css */
.storefront-header[b-sc301i6kvk] { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1.25rem; }
.storefront-actions[b-sc301i6kvk] { display:flex; justify-content:flex-end; gap:.75rem; flex-wrap:wrap; padding-bottom:1.5rem; }
.storefront-preview-sticky[b-sc301i6kvk] { position:sticky; top:1rem; }
.storefront-preview[b-sc301i6kvk] { overflow:hidden; border:1px solid var(--mud-palette-lines-default); border-radius:16px; background:var(--preview-paper); box-shadow:0 12px 30px rgba(15,23,42,.10); font-family:var(--preview-font); }
.preview-nav[b-sc301i6kvk] { min-height:64px; display:flex; align-items:center; gap:.75rem; padding:1rem; color:var(--mud-palette-text-primary); background:color-mix(in srgb, var(--mud-palette-surface) 90%, var(--preview-primary) 10%); border-bottom:1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, var(--preview-primary) 20%); }
.preview-nav img[b-sc301i6kvk] { width:36px; height:36px; border-radius:8px; object-fit:contain; background:white; }
.preview-hero[b-sc301i6kvk] { min-height:220px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:.65rem; padding:2rem 1.4rem; background:linear-gradient(145deg, color-mix(in srgb, var(--preview-primary) 18%, transparent), transparent); }
.preview-button[b-sc301i6kvk] { display:inline-flex; padding:.55rem 1rem; margin-top:.35rem; border-radius:999px; color:white; background:var(--preview-primary); font-weight:600; }
.storefront-preview-market[b-sc301i6kvk] { border-radius:9px; background:color-mix(in srgb, var(--mud-palette-surface) 94%, var(--preview-primary) 6%); }
.preview-market-utility[b-sc301i6kvk] { height:16px; background:color-mix(in srgb, var(--preview-primary) 78%, #000 22%); }
.preview-market-header[b-sc301i6kvk] { min-height:58px; padding:.6rem .7rem; display:grid; grid-template-columns:minmax(74px,.7fr) minmax(100px,1.3fr) 28px; gap:.55rem; align-items:center; background:var(--mud-palette-surface); }
.preview-market-brand[b-sc301i6kvk] { min-width:0; display:flex; align-items:center; gap:.4rem; }
.preview-market-brand img[b-sc301i6kvk] { width:28px; height:28px; object-fit:contain; }
.preview-market-brand strong[b-sc301i6kvk] { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.72rem; }
.preview-market-search[b-sc301i6kvk] { height:27px; border:2px solid var(--preview-primary); border-radius:4px; }
.preview-market-search[b-sc301i6kvk]::after { content:""; width:30%; height:100%; display:block; margin-inline-start:auto; background:var(--preview-primary); }
.preview-market-cart[b-sc301i6kvk] { width:28px; height:28px; border:1px solid color-mix(in srgb, var(--mud-palette-lines-default) 65%, var(--preview-primary) 35%); border-radius:4px; background:color-mix(in srgb, var(--mud-palette-surface) 82%, var(--preview-primary) 18%); }
.preview-market-links[b-sc301i6kvk] { height:22px; padding-inline:.7rem; display:flex; align-items:center; gap:.75rem; border-block:1px solid var(--mud-palette-lines-default); background:var(--mud-palette-background); }
.preview-market-links span[b-sc301i6kvk] { width:32px; height:3px; border-radius:9px; background:var(--mud-palette-text-secondary); opacity:.55; }
.preview-market-body[b-sc301i6kvk] { padding:.65rem; display:grid; grid-template-columns:64px minmax(0,1fr); gap:.5rem; }
.preview-market-categories[b-sc301i6kvk] { overflow:hidden; display:grid; align-content:start; border:1px solid var(--mud-palette-lines-default); border-radius:5px; background:var(--mud-palette-surface); }
.preview-market-categories b[b-sc301i6kvk] { height:25px; background:var(--preview-primary); }
.preview-market-categories span[b-sc301i6kvk] { height:20px; border-bottom:1px solid var(--mud-palette-lines-default); }
.preview-market-feature[b-sc301i6kvk] { min-height:138px; padding:.85rem; display:grid; grid-template-columns:minmax(0,1fr) 72px; gap:.55rem; align-items:center; overflow:hidden; border:1px solid color-mix(in srgb, var(--mud-palette-lines-default) 72%, var(--preview-primary) 28%); border-radius:6px; background:linear-gradient(120deg, color-mix(in srgb, var(--mud-palette-surface) 82%, var(--preview-primary) 18%), var(--mud-palette-surface)); }
.preview-market-feature[b-sc301i6kvk]  .mud-typography-h6 { font-size:.94rem; line-height:1.18; }
.preview-market-feature[b-sc301i6kvk]  .mud-typography-body2 { margin-top:.25rem; font-size:.66rem; line-height:1.3; }
.storefront-preview-market .preview-button[b-sc301i6kvk] { margin-top:.55rem; padding:.35rem .6rem; border-radius:4px; font-size:.63rem; }
.preview-market-product-stack[b-sc301i6kvk] { height:96px; display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows:1fr 1fr; gap:4px; }
.preview-market-product-stack span[b-sc301i6kvk] { border:3px solid var(--mud-palette-surface); border-radius:4px; background:color-mix(in srgb, var(--preview-primary) 26%, var(--mud-palette-background) 74%); box-shadow:0 4px 8px rgba(15,23,42,.12); }
.preview-market-product-stack span:first-child[b-sc301i6kvk] { grid-row:1 / -1; }
.preview-market-shelf[b-sc301i6kvk] { padding:0 .65rem .65rem; display:grid; grid-template-columns:repeat(4,1fr); gap:.35rem; }
.preview-market-shelf span[b-sc301i6kvk] { height:52px; border:1px solid var(--mud-palette-lines-default); border-radius:4px; background:linear-gradient(var(--mud-palette-background) 62%, var(--mud-palette-surface) 62%); }
.storefront-preview-gallery[b-sc301i6kvk] { border-radius:12px; background:color-mix(in srgb,var(--preview-primary) 10%,var(--preview-paper)); }
.preview-gallery-header[b-sc301i6kvk] { min-height:44px; padding:.55rem .7rem; display:flex; align-items:center; justify-content:space-between; gap:.7rem; color:var(--mud-palette-text-primary); background:var(--mud-palette-surface); }
.preview-gallery-brand[b-sc301i6kvk] { min-width:0; display:flex; align-items:center; gap:.4rem; }
.preview-gallery-brand img[b-sc301i6kvk] { width:24px; height:24px; object-fit:contain; }
.preview-gallery-brand strong[b-sc301i6kvk] { overflow:hidden; font-size:.72rem; text-overflow:ellipsis; white-space:nowrap; }
.preview-gallery-cart[b-sc301i6kvk] { width:23px; height:23px; flex:none; border-radius:50%; background:var(--preview-primary); }
.preview-gallery-window[b-sc301i6kvk] { margin:.65rem; display:grid; grid-template-columns:52px minmax(0,1fr); overflow:hidden; border-radius:9px; background:var(--mud-palette-surface); }
.preview-gallery-rail[b-sc301i6kvk] { padding:.7rem .4rem; display:grid; align-content:start; gap:11px; border-inline-end:1px solid var(--mud-palette-lines-default); }
.preview-gallery-rail span[b-sc301i6kvk] { height:5px; border-radius:5px; background:var(--mud-palette-lines-default); }
.preview-gallery-rail span:nth-child(2)[b-sc301i6kvk] { background:var(--preview-primary); }
.preview-gallery-content[b-sc301i6kvk] { min-width:0; padding:.7rem; }
.preview-gallery-toolbar[b-sc301i6kvk] { margin-bottom:.55rem; display:flex; align-items:center; justify-content:space-between; gap:.4rem; }
.preview-gallery-toolbar b[b-sc301i6kvk] { font-size:.72rem; }
.preview-gallery-toolbar span[b-sc301i6kvk] { width:35%; height:15px; border:1px solid var(--mud-palette-lines-default); border-radius:20px; }
.preview-gallery-grid[b-sc301i6kvk] { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); grid-template-rows:72px 56px; gap:5px; }
.preview-gallery-story[b-sc301i6kvk] { position:relative; grid-column:span 2; padding:.45rem; display:flex; flex-direction:column; justify-content:center; overflow:hidden; border-radius:7px; background:color-mix(in srgb,var(--preview-primary) 22%,var(--mud-palette-surface)); }
.preview-gallery-story[b-sc301i6kvk]  .mud-typography-h6 { display:-webkit-box; overflow:hidden; font-size:.72rem; line-height:1.14; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.preview-gallery-story[b-sc301i6kvk]  .mud-typography-body2 { display:-webkit-box; overflow:hidden; margin-top:.2rem; font-size:.49rem; line-height:1.2; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.preview-gallery-category[b-sc301i6kvk] { grid-column:1 / span 2; grid-row:2; border-radius:7px; background:color-mix(in srgb,#f5cf79 35%,var(--mud-palette-surface)); }
.preview-gallery-category[b-sc301i6kvk]::after { content:""; width:55%; height:5px; margin:.8rem; display:block; border-radius:9px; background:var(--mud-palette-text-secondary); opacity:.45; }
.preview-gallery-product[b-sc301i6kvk] { grid-row:1 / span 2; border-radius:7px; background:linear-gradient(color-mix(in srgb,var(--preview-primary) 18%,var(--mud-palette-surface)) 66%,var(--mud-palette-background) 66%); }
.preview-gallery-product:nth-last-child(2)[b-sc301i6kvk] { grid-column:3; }
.preview-gallery-product:last-child[b-sc301i6kvk] { grid-column:4; }
.storefront-preview-gallery .preview-product-card[b-sc301i6kvk] { margin:.65rem; grid-template-columns:70px minmax(0,1fr); gap:.6rem; padding:.6rem; border:0; border-radius:8px; box-shadow:none; }
.storefront-preview-gallery .preview-product-image[b-sc301i6kvk] { min-height:70px; border-radius:6px; background:color-mix(in srgb,var(--preview-primary) 12%,var(--mud-palette-surface)); }
.storefront-preview-gallery .preview-product-copy[b-sc301i6kvk] { justify-content:center; }
.storefront-assets-grid[b-sc301i6kvk] { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr); gap:1rem; }
.storefront-asset-card[b-sc301i6kvk] { min-width:0; display:grid; grid-template-rows:auto 1fr auto; gap:.65rem; padding:1rem; border:1px solid var(--mud-palette-lines-default); border-radius:12px; background:color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-primary) 6%); }
.storefront-asset-editor[b-sc301i6kvk] { display:flex; align-items:center; gap:1rem; min-width:0; }
.storefront-asset-preview[b-sc301i6kvk] { display:grid; place-items:center; overflow:hidden; flex:none; border:1px dashed var(--mud-palette-lines-inputs); border-radius:10px; background:var(--mud-palette-surface); }
.storefront-logo-preview[b-sc301i6kvk] { width:112px; height:80px; }
.storefront-favicon-preview[b-sc301i6kvk] { width:80px; height:80px; }
.storefront-asset-preview img[b-sc301i6kvk] { width:100%; height:100%; padding:.5rem; object-fit:contain; }
.storefront-favicon-preview img[b-sc301i6kvk] { padding:.7rem; }
.storefront-asset-actions[b-sc301i6kvk] { min-width:0; display:flex; align-items:center; gap:.35rem; flex:1; flex-wrap:wrap; }
.storefront-hero-background-picker[b-sc301i6kvk] { min-width:0; margin:0; padding:0; border:0; }
.storefront-hero-background-picker legend[b-sc301i6kvk] { margin-bottom:.15rem; color:var(--mud-palette-text-primary); font-size:.875rem; font-weight:700; }
.storefront-hero-background-options[b-sc301i6kvk] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.75rem; margin-top:.75rem; }
.storefront-hero-background-option[b-sc301i6kvk] { min-width:0; display:grid; grid-template-rows:104px auto; align-content:start; gap:.6rem; padding:.55rem; border:1px solid var(--mud-palette-lines-default); border-radius:10px; color:var(--mud-palette-text-primary); background:var(--mud-palette-surface); font:inherit; text-align:start; }
button.storefront-hero-background-option[b-sc301i6kvk] { cursor:pointer; }
.storefront-hero-background-option.selected[b-sc301i6kvk] { border-color:var(--mud-palette-primary); box-shadow:inset 0 0 0 1px var(--mud-palette-primary); }
button.storefront-hero-background-option:focus-visible[b-sc301i6kvk] { outline:3px solid var(--mud-palette-primary); outline-offset:2px; }
.storefront-hero-background-option strong[b-sc301i6kvk] { padding-inline:.25rem; font-size:.84rem; }
.storefront-hero-background-sample[b-sc301i6kvk] { position:relative; display:grid; place-items:center; overflow:hidden; border-radius:6px; background:color-mix(in srgb,var(--cover-sample-primary) 9%,var(--cover-sample-paper) 91%); }
.storefront-hero-background-sample-classic[b-sc301i6kvk]::after { content:""; width:72px; height:72px; border:1px solid color-mix(in srgb,var(--cover-sample-primary) 26%,transparent); border-radius:50%; box-shadow:0 0 0 16px color-mix(in srgb,var(--cover-sample-primary) 7%,transparent),0 0 0 31px color-mix(in srgb,var(--cover-sample-primary) 4%,transparent); }
.storefront-hero-background-sample-market[b-sc301i6kvk] { background:var(--cover-sample-primary); }
.storefront-hero-background-sample-market[b-sc301i6kvk]::after { content:""; width:84px; height:84px; border-radius:50%; background:rgba(255,255,255,.13); box-shadow:75px -28px 0 -16px rgba(255,255,255,.13),-76px 32px 0 -23px rgba(255,255,255,.13); }
.storefront-hero-background-sample-gallery[b-sc301i6kvk] { background:color-mix(in srgb,var(--cover-sample-primary) 12%,var(--cover-sample-paper)); }
.storefront-hero-background-sample-gallery[b-sc301i6kvk]::after { content:""; width:70%; height:62%; border:9px solid var(--mud-palette-surface); border-inline-start-width:21px; border-radius:8px; background:linear-gradient(90deg,color-mix(in srgb,var(--cover-sample-primary) 25%,var(--mud-palette-surface)) 52%,var(--cover-sample-paper) 52%); }
.storefront-hero-background-image-sample[b-sc301i6kvk] { background:var(--mud-palette-background); }
.storefront-hero-background-image-sample img[b-sc301i6kvk] { width:100%; height:100%; object-fit:cover; }
.storefront-hero-background-image-sample[b-sc301i6kvk]  .mud-icon-root { color:var(--mud-palette-text-secondary); }
.storefront-hero-background-upload[b-sc301i6kvk] { display:flex; justify-content:space-between; align-items:center; gap:.4rem; flex-wrap:wrap; }
.storefront-hero-background-upload[b-sc301i6kvk]  .mud-button-root { padding-inline:.3rem; }
.preview-hero.has-hero-image[b-sc301i6kvk],.preview-market-feature.has-hero-image[b-sc301i6kvk],.preview-gallery-story.has-hero-image[b-sc301i6kvk] { position:relative; isolation:isolate; overflow:hidden; color:#fff; }
.preview-hero-background-image[b-sc301i6kvk] { position:absolute; z-index:-2; inset:0; width:100%; height:100%; object-fit:cover; }
.preview-hero.has-hero-image[b-sc301i6kvk]::before,.preview-market-feature.has-hero-image[b-sc301i6kvk]::before,.preview-gallery-story.has-hero-image[b-sc301i6kvk]::before { content:""; position:absolute; z-index:-1; inset:0; background:rgba(4,17,24,.72); }
.preview-hero.has-hero-image[b-sc301i6kvk]  .mud-typography,.preview-market-feature.has-hero-image[b-sc301i6kvk]  .mud-typography,.preview-gallery-story.has-hero-image[b-sc301i6kvk]  .mud-typography { color:#fff; }
.preview-market-feature.has-hero-image[b-sc301i6kvk] { border-color:transparent; }
.storefront-appearance-grid[b-sc301i6kvk]  .mud-grid-item { display:flex; }
.storefront-appearance-field[b-sc301i6kvk] { width:100%; display:grid; grid-template-rows:1.25rem 56px; gap:.35rem; }
.storefront-appearance-label[b-sc301i6kvk] { align-self:end; padding-inline-start:.15rem; color:var(--mud-palette-text-secondary); font-size:.75rem; line-height:1.25rem; }
.storefront-required[b-sc301i6kvk] { margin-inline-start:.1rem; }
.storefront-theme-picker[b-sc301i6kvk] { min-width:0; margin:0; padding:0; border:0; }
.storefront-theme-picker legend[b-sc301i6kvk] { margin-bottom:.15rem; color:var(--mud-palette-text-primary); font-size:.875rem; font-weight:700; }
.storefront-theme-options[b-sc301i6kvk] { margin-top:.75rem; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.65rem; }
.storefront-theme-option[b-sc301i6kvk] { min-width:0; min-height:68px; position:relative; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:.65rem; padding:.7rem; border:1px solid var(--mud-palette-lines-default); border-radius:10px; color:var(--mud-palette-text-primary); background:var(--mud-palette-surface); font:inherit; text-align:start; cursor:pointer; transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease; }
.storefront-theme-option:hover[b-sc301i6kvk] { border-color:var(--mud-palette-primary); transform:translateY(-1px); }
.storefront-theme-option:focus-visible[b-sc301i6kvk] { outline:3px solid color-mix(in srgb,var(--mud-palette-primary) 35%,transparent); outline-offset:2px; }
.storefront-theme-option.selected[b-sc301i6kvk] { border-color:var(--mud-palette-primary); box-shadow:0 0 0 1px var(--mud-palette-primary),0 6px 16px rgba(15,23,42,.08); }
.storefront-theme-option[b-sc301i6kvk]  .mud-icon-root { color:var(--mud-palette-primary); }
.storefront-theme-swatches[b-sc301i6kvk] { width:48px; height:34px; display:grid; grid-template-columns:1fr 1fr; grid-template-rows:1fr 1fr; overflow:hidden; flex:none; border:1px solid color-mix(in srgb,var(--mud-palette-lines-default) 70%,transparent); border-radius:7px; }
.storefront-theme-swatches i[b-sc301i6kvk] { display:block; }
.storefront-theme-swatches i:last-child[b-sc301i6kvk] { grid-column:1 / -1; }
.storefront-appearance-field[b-sc301i6kvk]  .storefront-appearance-select,
.storefront-appearance-field[b-sc301i6kvk]  .storefront-appearance-select .mud-input-control-input-container,
.storefront-appearance-field[b-sc301i6kvk]  .storefront-appearance-select .mud-input { height:56px; min-height:56px; margin:0; }
.storefront-display-options-grid[b-sc301i6kvk] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:1rem; }
.storefront-display-options-card[b-sc301i6kvk] { min-width:0; display:grid; align-content:start; gap:.75rem; padding:1rem; border:1px solid var(--mud-palette-lines-default); border-radius:12px; background:color-mix(in srgb,var(--mud-palette-surface) 95%,var(--mud-palette-primary) 5%); }
.storefront-display-options-list[b-sc301i6kvk] { display:grid; gap:.15rem; padding-top:.25rem; border-top:1px solid color-mix(in srgb,var(--mud-palette-lines-default) 70%,transparent); }
.storefront-display-options-list[b-sc301i6kvk]  .mud-switch { margin-inline:0; }
.preview-product-card[b-sc301i6kvk] { margin:.7rem; display:grid; grid-template-columns:76px minmax(0,1fr); gap:.7rem; padding:.65rem; border:1px solid color-mix(in srgb,var(--mud-palette-lines-default) 78%,var(--preview-primary) 22%); border-radius:10px; background:var(--mud-palette-surface); color:var(--mud-palette-text-primary); }
.preview-product-image[b-sc301i6kvk] { min-height:88px; border-radius:8px; background:linear-gradient(145deg,color-mix(in srgb,var(--preview-primary) 26%,var(--mud-palette-background) 74%),color-mix(in srgb,var(--preview-primary) 8%,var(--mud-palette-surface) 92%)); }
.preview-product-copy[b-sc301i6kvk] { min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:.18rem; }
.preview-product-copy strong[b-sc301i6kvk] { overflow:hidden; max-width:100%; text-overflow:ellipsis; white-space:nowrap; font-size:.82rem; }
.preview-product-copy small[b-sc301i6kvk] { color:var(--mud-palette-text-secondary); font-size:.64rem; }
.preview-product-copy p[b-sc301i6kvk] { display:-webkit-box; overflow:hidden; margin:.08rem 0; color:var(--mud-palette-text-secondary); font-size:.65rem; line-height:1.35; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.preview-product-copy b[b-sc301i6kvk] { margin-top:auto; color:var(--preview-primary); font-size:.76rem; }
@media (max-width: 1279px) { .storefront-preview-sticky[b-sc301i6kvk] { position:static; } }
@media (max-width: 959px) { .storefront-assets-grid[b-sc301i6kvk], .storefront-display-options-grid[b-sc301i6kvk] { grid-template-columns:1fr; } }
@media (max-width: 959px) { .storefront-theme-options[b-sc301i6kvk] { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 599px) { .storefront-asset-editor[b-sc301i6kvk] { align-items:flex-start; flex-direction:column; } .storefront-theme-options[b-sc301i6kvk] { grid-template-columns:1fr; } }
@media (max-width: 599px) { .storefront-hero-background-options[b-sc301i6kvk] { grid-template-columns:1fr; } }
/* /Layout/MainLayout.razor.rz.scp.css */
/* MudBlazor handles all layout styling via MainLayout.razor */

/* Ensure the layout fills the entire viewport */
[b-94nhnaalw1] .mud-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-94nhnaalw1] .mud-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* /Pages/Home.razor.rz.scp.css */
.top-products-scroll[b-anv8v5cpmx] {
    max-height: 360px;
    overflow-y: auto;
    padding-inline-end: 8px;
    scrollbar-width: thin;
}

.top-products-scroll:focus-visible[b-anv8v5cpmx] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.top-products-list[b-anv8v5cpmx] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top-product-heading[b-anv8v5cpmx] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    font-size: 0.875rem;
}

.top-product-name[b-anv8v5cpmx] {
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: start;
}

.top-product-quantity[b-anv8v5cpmx] {
    flex-shrink: 0;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.top-product-track[b-anv8v5cpmx] {
    height: 6px;
    background: var(--mud-palette-action-default-hover);
    border-radius: 3px;
    overflow: hidden;
}

.top-product-bar[b-anv8v5cpmx] {
    height: 100%;
    background: var(--mud-palette-primary);
    border-radius: inherit;
}
