/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-u4lese854i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.shell-layout.welcome-active[b-u4lese854i] {
    filter: blur(10px);
    pointer-events: none;
    user-select: none;
}

.welcome-overlay[b-u4lese854i] {
    position: fixed;
    inset: 0;
    z-index: 2900;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(248, 250, 252, 0.7);
    backdrop-filter: blur(9px);
}

.welcome-card[b-u4lese854i] {
    width: min(540px, calc(100vw - 30px));
    padding: 29px 21px 26px;
    border-radius: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 27px 68px rgba(31, 111, 235, 0.22);
    border: 1px solid rgba(147, 197, 253, 0.95);
}

.welcome-brand[b-u4lese854i] {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 0 auto 18px;
}

.welcome-brand-symbol[b-u4lese854i] {
    width: 62px;
    height: 81px;
    object-fit: contain;
}

.welcome-brand-wordmark[b-u4lese854i] {
    width: min(210px, 58vw);
    height: auto;
}

.welcome-card h2[b-u4lese854i] {
    margin: 0;
    color: #172033;
    font-size: clamp(1.5rem, 2.25vw, 2.25rem);
    font-weight: 700;
}

.welcome-card p[b-u4lese854i] {
    margin: 9px 0 0;
    color: #6b7280;
    font-size: 0.84rem;
}

main[b-u4lese854i] {
    flex: 1;
}

.sidebar[b-u4lese854i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u4lese854i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u4lese854i]  a, .top-row[b-u4lese854i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u4lese854i]  a:hover, .top-row[b-u4lese854i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u4lese854i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u4lese854i] {
        justify-content: space-between;
    }

    .top-row[b-u4lese854i]  a, .top-row[b-u4lese854i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u4lese854i] {
        flex-direction: row;
    }

    .sidebar[b-u4lese854i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u4lese854i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u4lese854i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u4lese854i], article[b-u4lese854i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-u4lese854i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-u4lese854i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AttributeDefinitions.razor.rz.scp.css */
.attributes-page[b-3bc2h7sip1],
.attributes-page > .attribute-panel[b-3bc2h7sip1],
.attribute-grid-scroll-affordance[b-3bc2h7sip1] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.attribute-panel[b-3bc2h7sip1] {
    overflow: hidden;
}

.attribute-panel-head[b-3bc2h7sip1] {
    align-items: center;
}

.attributes-page .attribute-list-toolbar[b-3bc2h7sip1],
.attributes-page .attribute-code-toolbar[b-3bc2h7sip1] {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.attributes-page .product-search[b-3bc2h7sip1] {
    min-width: 12rem;
    flex: 1 1 18rem;
}

.attributes-page .attribute-secondary-button:hover:not(:disabled)[b-3bc2h7sip1],
.attributes-page .attribute-secondary-button:focus-visible:not(:disabled)[b-3bc2h7sip1] {
    border-color: #526071;
    background-color: #526071;
    color: #fff !important;
}

.attributes-page .attribute-secondary-button:hover:not(:disabled) i[b-3bc2h7sip1],
.attributes-page .attribute-secondary-button:hover:not(:disabled) span[b-3bc2h7sip1],
.attributes-page .attribute-secondary-button:focus-visible:not(:disabled) i[b-3bc2h7sip1],
.attributes-page .attribute-secondary-button:focus-visible:not(:disabled) span[b-3bc2h7sip1] {
    color: #fff !important;
}

.attribute-filter-count[b-3bc2h7sip1] {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    border-radius: 999px;
    background: #0f5fc7;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
}

.attribute-list-meta[b-3bc2h7sip1] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 30px;
    margin: -4px 2px 8px;
    color: #475467;
    font-size: .8125rem;
    font-weight: 700;
}

.attribute-active-filters[b-3bc2h7sip1] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 9px 10px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f7faff;
}

.attribute-active-filters-label[b-3bc2h7sip1] {
    color: #34445a;
    font-size: .8125rem;
    font-weight: 800;
}

.attribute-filter-chip[b-3bc2h7sip1] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    max-width: min(100%, 22rem);
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #bad3f4;
    border-radius: 999px;
    background: #fff;
    color: #294b78;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 700;
}

.attribute-filter-chip span[b-3bc2h7sip1] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attribute-filter-chip i[b-3bc2h7sip1] {
    flex: 0 0 auto;
}

.attribute-filter-chip:hover[b-3bc2h7sip1],
.attribute-filter-chip:focus-visible[b-3bc2h7sip1] {
    border-color: #76a9e8;
    background: #eaf3ff;
    color: #0f5fc7;
}

.attribute-clear-filters[b-3bc2h7sip1] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-left: auto;
    padding: 7px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #0f5fc7;
    font-size: .8125rem;
    font-weight: 800;
}

.attribute-clear-filters:hover[b-3bc2h7sip1],
.attribute-clear-filters:focus-visible[b-3bc2h7sip1] {
    background: #eaf3ff;
}

.attribute-import-summary[b-3bc2h7sip1],
.attribute-list-error[b-3bc2h7sip1],
.attribute-list-loading[b-3bc2h7sip1] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 11px 12px;
    border: 1px solid #b9dfc9;
    border-radius: 12px;
    background: #eefbf3;
    color: #17643a;
    font-size: .875rem;
    line-height: 1.45;
}

.attribute-import-summary.is-warning[b-3bc2h7sip1] {
    border-color: #e8ca8c;
    background: #fff8e8;
    color: #7a4b00;
}

.attribute-list-error[b-3bc2h7sip1] {
    justify-content: space-between;
    border-color: #efb8b3;
    background: #fff4f2;
    color: #8f241c;
}

.attribute-list-error h2[b-3bc2h7sip1],
.attribute-list-error h4[b-3bc2h7sip1],
.attribute-list-error p[b-3bc2h7sip1] {
    margin: 0;
    color: inherit;
    font: inherit;
}

.attribute-list-error h2[b-3bc2h7sip1],
.attribute-list-error h4[b-3bc2h7sip1] {
    font-weight: 800;
}

.attribute-list-error .btn[b-3bc2h7sip1] {
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 auto;
}

.attribute-list-loading[b-3bc2h7sip1] {
    border-color: #cfe0f7;
    background: #f5f9ff;
    color: #294b78;
}

.attribute-grid-scroll-affordance[b-3bc2h7sip1] {
    position: relative;
    overflow: hidden;
}

.attribute-grid-scroll-affordance[b-3bc2h7sip1]::after {
    position: absolute;
    z-index: 4;
    top: 46px;
    right: 210px;
    bottom: 52px;
    width: 18px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14));
    content: "";
    opacity: 0;
}

.attribute-code-grid-region[b-3bc2h7sip1]::after {
    right: 120px;
}

.attributes-page[b-3bc2h7sip1]  .attributes-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.attributes-page[b-3bc2h7sip1]  .attributes-grid .rz-grid-table-container,
.attributes-page[b-3bc2h7sip1]  .attributes-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.attributes-page[b-3bc2h7sip1]  .attribute-types-grid .rz-grid-table {
    width: 100%;
    min-width: 866px;
    table-layout: fixed;
}

.attributes-page[b-3bc2h7sip1]  .attribute-codes-grid .rz-grid-table {
    width: 100%;
    min-width: 810px;
    table-layout: fixed;
}

.attributes-page[b-3bc2h7sip1]  .attributes-grid .rz-grid-table thead th {
    height: 46px;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;
}

.attributes-page[b-3bc2h7sip1]  .attributes-grid .rz-grid-table tbody td {
    height: 56px;
    vertical-align: middle;
}

.attributes-page[b-3bc2h7sip1]  th[data-sort-property]:not([aria-sort]) .product-sort-trigger::after {
    color: #64748b;
    content: "↕";
    font-size: .75rem;
}

.attributes-page[b-3bc2h7sip1]  .attribute-cell-value {
    line-height: inherit;
}

.attributes-page[b-3bc2h7sip1]  .attribute-manage-codes {
    display: inline-flex;
    min-width: 172px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid #bad3f4;
    border-radius: 10px;
    background: #f7faff;
    color: #0f5fc7;
    font-size: .8125rem;
    font-weight: 800;
    white-space: nowrap;
}

.attributes-page[b-3bc2h7sip1]  .attribute-manage-codes:hover,
.attributes-page[b-3bc2h7sip1]  .attribute-manage-codes:focus-visible {
    border-color: #76a9e8;
    background: #eaf3ff;
    color: #0b4f9f;
}

.attributes-page[b-3bc2h7sip1]  .attribute-codes-grid .user-action-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 44px;
}

.attributes-page[b-3bc2h7sip1]  .attribute-list-empty {
    display: grid;
    width: min(100%, 580px);
    min-height: 190px;
    place-items: center;
    align-content: center;
    gap: 8px;
    margin-inline: auto;
    padding: 26px 18px;
    color: #475467;
    text-align: center;
}

.attributes-page[b-3bc2h7sip1]  .attribute-list-empty > i {
    color: #6b7d93;
    font-size: 1.5rem;
}

.attributes-page[b-3bc2h7sip1]  .attribute-list-empty h2,
.attributes-page[b-3bc2h7sip1]  .attribute-list-empty h4,
.attributes-page[b-3bc2h7sip1]  .attribute-list-empty p {
    margin: 0;
    color: inherit;
}

.attributes-page[b-3bc2h7sip1]  .attribute-list-empty h2,
.attributes-page[b-3bc2h7sip1]  .attribute-list-empty h4 {
    font-size: 1rem;
    font-weight: 800;
}

.attributes-page[b-3bc2h7sip1]  .attribute-list-empty p {
    max-width: 34rem;
    font-size: .875rem;
    line-height: 1.5;
}

.attribute-empty-actions[b-3bc2h7sip1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.attribute-empty-actions .btn[b-3bc2h7sip1],
.attributes-page[b-3bc2h7sip1]  .attribute-list-empty .btn {
    min-height: 44px;
}

.attributes-page[b-3bc2h7sip1]  .attribute-code-dialog {
    display: flex;
    width: min(96vw, 1080px);
    max-height: min(90dvh, 860px);
    padding: 0;
    overflow: hidden;
    flex-direction: column;
}

.attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-header {
    margin: 0;
    padding: 20px 22px 16px;
    border-bottom: 1px solid #e5edf7;
    flex: 0 0 auto;
}

.attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-header .attribute-heading {
    min-width: 0;
}

.attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-header .support-copy {
    margin-top: 4px;
    color: #526175;
    font-size: .8125rem;
    line-height: 1.45;
}

.attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-body {
    min-height: 0;
    padding: 16px 22px 22px;
    overflow: auto;
}

.attributes-page .attribute-code-toolbar[b-3bc2h7sip1] {
    margin-bottom: 10px;
}

.attributes-page[b-3bc2h7sip1]  .attribute-editor-dialog,
.attributes-page[b-3bc2h7sip1]  .attribute-value-dialog {
    width: min(92vw, 680px);
}

.attribute-child-backdrop[b-3bc2h7sip1] {
    z-index: 1210;
}

.attribute-validation-summary[b-3bc2h7sip1] {
    margin-bottom: 14px;
}

.attribute-editor-fields[b-3bc2h7sip1] {
    margin-bottom: 0;
}

.attribute-editor-actions .btn[b-3bc2h7sip1],
.attributes-page[b-3bc2h7sip1]  .iw-modal-header .btn {
    min-width: 44px;
    min-height: 44px;
}

.attributes-page[b-3bc2h7sip1]  .attribute-full-value {
    max-height: 46vh;
    margin: 0;
    padding: 14px;
    overflow: auto;
    border-radius: 12px;
    background: #f7faff;
    color: #0f172a;
    font-size: .9375rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    user-select: text;
}

@media (max-width: 1100px) {
    .attributes-page .attribute-list-toolbar[b-3bc2h7sip1],
    .attributes-page .attribute-code-toolbar[b-3bc2h7sip1] {
        flex-wrap: wrap;
    }

    .attributes-page .product-search[b-3bc2h7sip1] {
        flex-basis: 100%;
    }

    .attribute-grid-scroll-affordance[b-3bc2h7sip1]::after {
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .attributes-page .product-toolbar-button[b-3bc2h7sip1] {
        min-height: 44px;
        flex: 1 1 142px;
    }

    .attribute-list-meta[b-3bc2h7sip1] {
        justify-content: flex-start;
        margin-inline: 2px;
    }

    .attribute-active-filters[b-3bc2h7sip1] {
        align-items: stretch;
    }

    .attribute-filter-chip[b-3bc2h7sip1] {
        max-width: 100%;
    }

    .attribute-clear-filters[b-3bc2h7sip1] {
        margin-left: 0;
    }

    .attribute-list-error[b-3bc2h7sip1] {
        align-items: stretch;
        flex-direction: column;
    }

    .attribute-list-error .btn[b-3bc2h7sip1] {
        width: 100%;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-code-backdrop,
    .attributes-page[b-3bc2h7sip1]  .attribute-child-backdrop {
        padding: 10px;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-code-dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        border-radius: 18px;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-header {
        padding: 14px 16px;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-body {
        padding: 12px 16px 16px;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-editor-dialog,
    .attributes-page[b-3bc2h7sip1]  .attribute-value-dialog,
    .attributes-page[b-3bc2h7sip1]  .product-filter-dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        padding: 16px;
        overflow-y: auto;
        border-radius: 18px;
    }

    .attribute-editor-actions[b-3bc2h7sip1] {
        position: sticky;
        z-index: 2;
        bottom: -16px;
        display: grid;
        grid-template-columns: 1fr;
        padding: 12px 0 0;
        background: #fff;
    }

    .attribute-editor-actions .btn[b-3bc2h7sip1] {
        width: 100%;
    }

    .attribute-empty-actions[b-3bc2h7sip1] {
        width: 100%;
        flex-direction: column;
    }

    .attribute-empty-actions .btn[b-3bc2h7sip1] {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .attributes-page .product-toolbar-button[b-3bc2h7sip1] {
        padding-inline: 10px;
        font-size: .8125rem;
    }

    .attributes-page[b-3bc2h7sip1]  .attribute-code-dialog-header h3 {
        font-size: 1rem;
    }
}
/* /Components/Pages/Colors.razor.rz.scp.css */
.colors-page[b-ylotup8cck],
.colors-page > .panel-card[b-ylotup8cck],
.color-grid-scroll-affordance[b-ylotup8cck] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.colors-page > .panel-card[b-ylotup8cck] {
    overflow: hidden;
}

.colors-page .product-list-toolbar[b-ylotup8cck] {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.colors-page .product-search[b-ylotup8cck] {
    flex: 1 1 18rem;
    min-width: 12rem;
}

.colors-page .color-import-button:hover:not(:disabled)[b-ylotup8cck],
.colors-page .color-import-button:focus-visible:not(:disabled)[b-ylotup8cck] {
    border-color: #526071;
    background-color: #526071;
    color: #fff !important;
}

.colors-page .color-import-button:hover:not(:disabled) i[b-ylotup8cck],
.colors-page .color-import-button:hover:not(:disabled) span[b-ylotup8cck],
.colors-page .color-import-button:focus-visible:not(:disabled) i[b-ylotup8cck],
.colors-page .color-import-button:focus-visible:not(:disabled) span[b-ylotup8cck] {
    color: #fff !important;
}

.color-filter-count[b-ylotup8cck] {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    border-radius: 999px;
    background: #0f5fc7;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
}

.color-import-summary[b-ylotup8cck],
.color-list-error[b-ylotup8cck],
.color-list-loading[b-ylotup8cck] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 11px 12px;
    border: 1px solid #b9dfc9;
    border-radius: 12px;
    background: #eefbf3;
    color: #17643a;
    font-size: .875rem;
    line-height: 1.45;
}

.color-import-summary.is-warning[b-ylotup8cck] {
    border-color: #e8ca8c;
    background: #fff8e8;
    color: #7a4b00;
}

.color-list-error[b-ylotup8cck] {
    justify-content: space-between;
    border-color: #efb8b3;
    background: #fff4f2;
    color: #8f241c;
}

.color-list-error h2[b-ylotup8cck],
.color-list-error p[b-ylotup8cck] {
    margin: 0;
    color: inherit;
    font: inherit;
}

.color-list-error h2[b-ylotup8cck] {
    font-weight: 800;
}

.color-list-error .btn[b-ylotup8cck] {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
}

.color-list-loading[b-ylotup8cck] {
    border-color: #cfe0f7;
    background: #f5f9ff;
    color: #294b78;
}

.color-grid-scroll-affordance[b-ylotup8cck] {
    position: relative;
    overflow: hidden;
}

.color-grid-scroll-affordance[b-ylotup8cck]::after {
    position: absolute;
    z-index: 4;
    top: 46px;
    right: 120px;
    bottom: 52px;
    width: 18px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14));
    content: "";
    opacity: 0;
}

.colors-page[b-ylotup8cck]  .colors-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.colors-page[b-ylotup8cck]  .colors-grid .rz-grid-table-container,
.colors-page[b-ylotup8cck]  .colors-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.colors-page[b-ylotup8cck]  .colors-grid .rz-grid-table {
    width: 100%;
    min-width: 780px;
    table-layout: fixed;
}

.colors-page[b-ylotup8cck]  .colors-grid .rz-grid-table thead th {
    height: 46px;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.colors-page[b-ylotup8cck]  .colors-grid .rz-grid-table tbody td {
    height: 56px;
    vertical-align: middle;
}

.colors-page[b-ylotup8cck]  th[data-sort-property]:not([aria-sort]) .product-sort-trigger::after {
    color: #64748b;
    content: "↕";
    font-size: .75rem;
}

.colors-page[b-ylotup8cck]  .colors-grid .user-action-button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
}

.colors-page[b-ylotup8cck]  .color-cell-value {
    line-height: inherit;
}

.colors-page[b-ylotup8cck]  .color-list-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 24px;
    color: #475467;
    text-align: center;
}

.colors-page[b-ylotup8cck]  .color-list-empty i {
    color: #5b6f88;
    font-size: 1.5rem;
}

.colors-page[b-ylotup8cck]  .color-list-empty h2,
.colors-page[b-ylotup8cck]  .color-list-empty p {
    margin: 0;
    color: inherit;
}

.colors-page[b-ylotup8cck]  .color-list-empty h2 {
    font-size: 1rem;
    font-weight: 800;
}

.colors-page[b-ylotup8cck]  .color-list-empty p {
    font-size: .875rem;
}

.colors-page[b-ylotup8cck]  .color-editor-dialog {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(620px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.colors-page[b-ylotup8cck]  .color-editor-dialog form {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.colors-page[b-ylotup8cck]  .color-editor-fields {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
}

.colors-page[b-ylotup8cck]  .color-validation-summary {
    margin-bottom: 10px;
}

.colors-page[b-ylotup8cck]  .color-editor-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8e6f7;
    background: #fff;
}

.colors-page[b-ylotup8cck]  .color-value-dialog {
    width: min(100%, 620px);
}

.colors-page[b-ylotup8cck]  .color-full-value {
    margin: 0;
}

@media (max-width: 980px) {
    .color-grid-scroll-affordance[b-ylotup8cck]::after {
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .colors-page .product-list-toolbar[b-ylotup8cck] {
        align-items: stretch !important;
    }

    .colors-page .product-search[b-ylotup8cck] {
        flex-basis: 100%;
        min-width: 0;
    }

    .colors-page .product-toolbar-button[b-ylotup8cck] {
        flex: 1 1 calc(50% - 4px);
    }

    .color-list-error[b-ylotup8cck] {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .colors-page[b-ylotup8cck]  .color-editor-dialog,
    .colors-page[b-ylotup8cck]  .color-value-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 12px;
        border-radius: 16px;
    }

    .colors-page[b-ylotup8cck]  .color-editor-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .colors-page[b-ylotup8cck]  .color-editor-actions .btn {
        width: 100%;
    }

    .color-grid-scroll-affordance[b-ylotup8cck]::after {
        top: 44px;
        bottom: 50px;
    }
}
/* /Components/Pages/ErpInventory.razor.rz.scp.css */
.erp-inventory-page[b-ao8f0a76j2],
.erp-inventory-panel[b-ao8f0a76j2],
.erp-inventory-toolbar[b-ao8f0a76j2],
.erp-search-field[b-ao8f0a76j2],
.erp-grid-region[b-ao8f0a76j2],
.erp-desktop-grid[b-ao8f0a76j2],
.erp-dialog-form[b-ao8f0a76j2],
.erp-dialog-body[b-ao8f0a76j2],
.erp-mobile-cards[b-ao8f0a76j2],
.erp-inventory-card[b-ao8f0a76j2] {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
}

.erp-inventory-page[b-ao8f0a76j2] {
    overflow-x: clip;
}

.erp-inventory-panel[b-ao8f0a76j2] {
    overflow: hidden;
}

.erp-inventory-panel > .panel-head[b-ao8f0a76j2] {
    align-items: stretch;
}

.erp-inventory-toolbar[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: none !important;
    margin: 0;
}

.erp-search-field[b-ao8f0a76j2] {
    position: relative;
    flex: 1 1 18rem;
    min-width: min(18rem, 100%);
}

.erp-search-field .product-search[b-ao8f0a76j2] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-right: 48px;
    font-size: .875rem;
}

.erp-search-clear[b-ao8f0a76j2] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #334155;
}

.erp-search-clear:hover[b-ao8f0a76j2],
.erp-search-clear:focus-visible[b-ao8f0a76j2] {
    background: #e8f2ff;
    color: #0b57b7;
}

.erp-inventory-toolbar .product-toolbar-button[b-ao8f0a76j2] {
    flex: 0 1 auto;
    min-width: 104px;
    min-height: 44px !important;
    height: 44px !important;
    padding-inline: 12px;
    font-size: .8125rem;
    white-space: nowrap;
}

.erp-inventory-page .product-toolbar-button:hover[b-ao8f0a76j2],
.erp-inventory-page .product-toolbar-button:focus-visible[b-ao8f0a76j2] {
    transform: none;
}

.erp-spin[b-ao8f0a76j2] {
    animation: erp-busy-pulse-b-ao8f0a76j2 .8s ease-in-out infinite alternate;
}

@keyframes erp-busy-pulse-b-ao8f0a76j2 {
    to {
        opacity: .42;
    }
}

.erp-toolbar-actions[b-ao8f0a76j2],
.erp-view-switch[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.erp-view-switch[b-ao8f0a76j2] {
    flex-wrap: nowrap;
}

.erp-filter-count[b-ao8f0a76j2] {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    min-height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #0b57b7;
    color: #ffffff;
    font-size: .75rem;
    line-height: 1;
}

.erp-active-filters[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f8fbff;
}

.erp-active-filters-label[b-ao8f0a76j2] {
    color: #334155;
    font-size: .8125rem;
    font-weight: 800;
}

.erp-filter-chip[b-ao8f0a76j2],
.erp-clear-filters[b-ao8f0a76j2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 44px;
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid #9fc5f2;
    border-radius: 999px;
    background: #edf5ff;
    color: #0b4f9c;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.25;
}

.erp-clear-filters[b-ao8f0a76j2] {
    border-color: #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.erp-filter-chip:hover[b-ao8f0a76j2],
.erp-filter-chip:focus-visible[b-ao8f0a76j2],
.erp-clear-filters:hover[b-ao8f0a76j2],
.erp-clear-filters:focus-visible[b-ao8f0a76j2] {
    border-color: #146fe0;
    outline: 3px solid rgba(20, 111, 224, .2);
    outline-offset: 1px;
}

.erp-list-summary[b-ao8f0a76j2],
.erp-snapshot-summary[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 10px;
    color: #334155;
    font-size: .875rem;
    font-weight: 700;
}

.erp-snapshot-summary[b-ao8f0a76j2] {
    padding: 10px 12px;
    border: 1px solid #d8e6f7;
    border-radius: 12px;
    background: #f8fbff;
}

.erp-snapshot-summary > span[b-ao8f0a76j2] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.erp-zero-stock-toggle[b-ao8f0a76j2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    color: #334155;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 700;
}

.erp-zero-stock-toggle input[b-ao8f0a76j2] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.erp-grid-region[b-ao8f0a76j2] {
    position: relative;
    width: 100%;
}

.erp-refresh-status[b-ao8f0a76j2],
.erp-search-status[b-ao8f0a76j2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #b8d4f6;
    border-radius: 12px;
    background: #eef6ff;
    color: #174f8f;
    font-size: .8125rem;
    font-weight: 700;
}

.erp-refresh-status[b-ao8f0a76j2] {
    position: absolute;
    z-index: 8;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.erp-list-state[b-ao8f0a76j2] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 230px;
    padding: 28px;
    border: 1px dashed #b8cee8;
    border-radius: 14px;
    background: #f8fbff;
    color: #334155;
}

.erp-list-state > i[b-ao8f0a76j2] {
    color: #146fe0;
    font-size: 1.75rem;
}

.erp-list-state h2[b-ao8f0a76j2],
.erp-list-state p[b-ao8f0a76j2] {
    margin: 0;
}

.erp-list-state h2[b-ao8f0a76j2] {
    color: #0f172a;
    font-size: 1rem;
}

.erp-list-state p[b-ao8f0a76j2] {
    margin-top: 5px;
    line-height: 1.5;
}

.erp-list-state .btn[b-ao8f0a76j2],
.erp-empty-actions .btn[b-ao8f0a76j2] {
    min-width: 44px;
    min-height: 44px;
}

.erp-list-loading[b-ao8f0a76j2] {
    grid-template-columns: auto minmax(0, 1fr);
}

.erp-list-error[b-ao8f0a76j2] {
    border-color: #f2b8b5;
    background: #fff7f6;
    color: #7a271a;
}

.erp-list-error > i[b-ao8f0a76j2] {
    color: #b42318;
}

.erp-empty-actions[b-ao8f0a76j2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.erp-loading-skeleton[b-ao8f0a76j2] {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
}

.erp-loading-skeleton span[b-ao8f0a76j2] {
    display: block;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e7eef7 25%, #f7faff 50%, #e7eef7 75%);
    background-size: 200% 100%;
    animation: erp-skeleton-b-ao8f0a76j2 1.2s linear infinite;
}

@keyframes erp-skeleton-b-ao8f0a76j2 {
    to {
        background-position-x: -200%;
    }
}

[b-ao8f0a76j2] .erp-desktop-grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    font-size: .875rem !important;
}

/* Radzen renders the table directly in its data viewport in the current
   version. Keep that real viewport as the single horizontal scroll owner. */
[b-ao8f0a76j2] .erp-desktop-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    box-shadow: inset -12px 0 15px -16px rgba(15, 23, 42, .85);
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    box-shadow: inset -12px 0 15px -16px rgba(15, 23, 42, .85);
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table {
    width: 100%;
    min-width: 1560px;
    table-layout: fixed;
}

[b-ao8f0a76j2] .erp-desktop-grid.erp-grouped-grid .rz-grid-table,
[b-ao8f0a76j2] #erp-grouped-grid .rz-grid-table {
    min-width: 720px;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table thead th {
    height: 48px !important;
    padding: 0 8px !important;
    overflow: visible;
    color: #1e293b;
    font-size: .8125rem !important;
    white-space: nowrap;
    vertical-align: middle;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table tbody td {
    height: 54px !important;
    padding: 6px 10px !important;
    color: #253247;
    font-size: .875rem !important;
    vertical-align: middle;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table tbody tr:hover > td {
    background: #eef6ff !important;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-column-resizer {
    cursor: col-resize;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-paginator {
    min-height: 54px !important;
    overflow-x: auto;
    padding: 5px 8px !important;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-paginator-element {
    min-width: 44px !important;
    width: 44px;
    height: 44px !important;
}

[b-ao8f0a76j2] .erp-desktop-grid .product-sort-trigger {
    min-height: 44px;
    font-size: .8125rem;
}

[b-ao8f0a76j2] .erp-desktop-grid .rz-sortable-column-icon {
    display: none !important;
}

[b-ao8f0a76j2] .erp-desktop-grid th[aria-sort="none"] .product-sort-trigger::after {
    content: "↕";
    color: #475569;
    font-size: .75rem;
}

[b-ao8f0a76j2] .erp-desktop-grid th[aria-sort="ascending"] .product-sort-trigger::after {
    content: "▲";
    color: #0b57b7;
    font-size: .7rem;
}

[b-ao8f0a76j2] .erp-desktop-grid th[aria-sort="descending"] .product-sort-trigger::after {
    content: "▼";
    color: #0b57b7;
    font-size: .7rem;
}

.erp-header-actions[b-ao8f0a76j2],
.erp-column-header[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    gap: 2px;
    min-width: 0;
}

.erp-header-actions .product-sort-trigger[b-ao8f0a76j2],
.erp-column-header .product-sort-trigger[b-ao8f0a76j2] {
    flex: 1 1 auto;
}

.erp-sort-numeric[b-ao8f0a76j2] {
    justify-content: flex-end !important;
    text-align: right !important;
}

[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #334155;
}

[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button:hover,
[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button:focus-visible,
[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button[aria-expanded="true"] {
    background: #e8f2ff;
    color: #0b57b7;
}

[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button[data-active="true"] {
    color: #0b57b7;
}

[b-ao8f0a76j2] .erp-desktop-grid .product-sort-trigger:focus-visible,
[b-ao8f0a76j2] .erp-desktop-grid .erp-column-filter-button:focus-visible,
.erp-card-detail-button:focus-visible[b-ao8f0a76j2],
.erp-dialog-close:focus-visible[b-ao8f0a76j2],
.erp-search-clear:focus-visible[b-ao8f0a76j2],
.erp-zero-stock-toggle:focus-within[b-ao8f0a76j2] {
    border-radius: 7px;
    outline: 3px solid #146fe0;
    outline-offset: 2px;
}

.erp-cell-text[b-ao8f0a76j2],
.erp-cell-code[b-ao8f0a76j2],
.erp-cell-product[b-ao8f0a76j2] {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erp-cell-code[b-ao8f0a76j2] {
    color: #0f4f9d;
    font-weight: 800;
}

.erp-cell-product[b-ao8f0a76j2] {
    color: #253247;
}

.erp-cell-quantity[b-ao8f0a76j2],
.erp-quantity-cell[b-ao8f0a76j2],
.erp-quantity[b-ao8f0a76j2] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: 100%;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    text-align: right;
}

.erp-quantity-negative[b-ao8f0a76j2] {
    color: #a51d14;
}

.erp-row-detail-button[b-ao8f0a76j2] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid #9fc5f2;
    border-radius: 10px;
    background: #edf5ff;
    color: #0b57b7;
}

.erp-row-detail-button:hover[b-ao8f0a76j2],
.erp-row-detail-button:focus-visible[b-ao8f0a76j2] {
    border-color: #146fe0;
    background: #146fe0;
    color: #ffffff;
}

.erp-attribute-summary[b-ao8f0a76j2] {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #334155;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.erp-column-filter-layer[b-ao8f0a76j2] {
    position: fixed;
    z-index: 1240;
    inset: 0;
    background: transparent;
}

.erp-column-filter-popup[b-ao8f0a76j2] {
    position: fixed;
    z-index: 1241;
    display: grid;
    gap: 12px;
    width: min(340px, calc(100vw - 24px));
    max-height: min(70dvh, 520px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #9fc5f2;
    border-radius: 14px;
    background: #ffffff;
    color: #253247;
    box-shadow: 0 20px 48px rgba(15, 23, 42, .22);
}

.erp-column-filter-popup h2[b-ao8f0a76j2],
.erp-column-filter-popup h3[b-ao8f0a76j2] {
    margin: 0;
    color: #0f172a;
    font-size: 1rem;
}

.erp-column-filter-head[b-ao8f0a76j2],
.erp-column-filter-footer[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.erp-column-filter-head > div[b-ao8f0a76j2] {
    min-width: 0;
}

.erp-column-filter-body[b-ao8f0a76j2] {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.erp-column-filter-footer[b-ao8f0a76j2] {
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid #d8e6f7;
}

.erp-column-filter-footer .btn[b-ao8f0a76j2] {
    min-width: 80px;
    min-height: 44px;
}

.erp-column-filter-popup .form-control[b-ao8f0a76j2],
.erp-column-filter-popup .form-select[b-ao8f0a76j2],
[b-ao8f0a76j2] .erp-column-filter-popup .rz-dropdown,
[b-ao8f0a76j2] .erp-column-filter-popup .rz-datepicker,
[b-ao8f0a76j2] .erp-column-filter-popup .rz-numeric {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.erp-column-filter-actions[b-ao8f0a76j2] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.erp-column-filter-actions .btn[b-ao8f0a76j2] {
    min-width: 96px;
    min-height: 44px;
}

.erp-mobile-cards[b-ao8f0a76j2] {
    display: none;
}

.inventory-dialog[b-ao8f0a76j2] {
    display: grid;
    width: min(94vw, 920px);
    max-width: calc(100vw - 32px);
    max-height: calc(100dvh - 32px);
    overflow: hidden;
    padding: 0;
}

.erp-group-dialog[b-ao8f0a76j2],
.erp-confirm-dialog[b-ao8f0a76j2],
.erp-value-dialog[b-ao8f0a76j2] {
    width: min(94vw, 640px);
}

.erp-dialog-form[b-ao8f0a76j2] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 0;
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.inventory-dialog .iw-modal-header[b-ao8f0a76j2],
.erp-dialog-header[b-ao8f0a76j2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 16px 18px;
    border-bottom: 1px solid #d8e6f7;
    background: #ffffff;
}

.inventory-dialog .iw-modal-header h2[b-ao8f0a76j2],
.inventory-dialog .iw-modal-header h3[b-ao8f0a76j2],
.erp-dialog-header h2[b-ao8f0a76j2],
.erp-dialog-header h3[b-ao8f0a76j2] {
    margin: 0;
    color: #0f172a;
    font-size: 1.125rem;
}

.inventory-dialog .iw-modal-header p[b-ao8f0a76j2],
.erp-dialog-header p[b-ao8f0a76j2] {
    margin: 4px 0 0;
    color: #526071;
    font-size: .8125rem;
    line-height: 1.45;
}

.erp-dialog-close[b-ao8f0a76j2] {
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
}

.erp-dialog-body[b-ao8f0a76j2] {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 18px;
}

.erp-dialog-footer[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 12px 18px;
    border-top: 1px solid #d8e6f7;
    background: #ffffff;
}

.erp-dialog-footer .btn[b-ao8f0a76j2] {
    min-width: 112px;
    min-height: 44px;
}

.erp-dialog-error[b-ao8f0a76j2],
.erp-dialog-loading[b-ao8f0a76j2],
.erp-dialog-info[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #b8d4f6;
    border-radius: 10px;
    background: #eef6ff;
    color: #174f8f;
}

.erp-dialog-error[b-ao8f0a76j2] {
    border-color: #f2b8b5;
    background: #fff3f2;
    color: #7a271a;
}

.erp-dialog-error .btn[b-ao8f0a76j2],
.erp-dialog-loading .btn[b-ao8f0a76j2] {
    min-height: 44px;
}

.erp-dialog-loading[b-ao8f0a76j2] {
    justify-content: flex-start;
}

.erp-dialog-section[b-ao8f0a76j2] {
    min-width: 0;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    background: #f8fbff;
}

.erp-filter-section[b-ao8f0a76j2] {
    min-width: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    background: #f8fbff;
}

.erp-filter-section legend[b-ao8f0a76j2] {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 4px;
    color: #145cb8;
    font-size: .8125rem;
    font-weight: 800;
}

.erp-dialog-section legend[b-ao8f0a76j2] {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 4px;
    color: #145cb8;
    font-size: .8125rem;
    font-weight: 800;
}

.erp-form-grid[b-ao8f0a76j2],
.erp-dialog-grid[b-ao8f0a76j2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.erp-common-filter-grid[b-ao8f0a76j2],
.erp-attribute-filter-grid[b-ao8f0a76j2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.erp-form-field[b-ao8f0a76j2] {
    display: grid;
    align-content: start;
    gap: 6px;
    min-width: 0;
}

.erp-form-field--wide[b-ao8f0a76j2],
.inventory-filter-dialog__field--wide[b-ao8f0a76j2] {
    grid-column: 1 / -1;
}

.erp-dialog-body .form-control[b-ao8f0a76j2],
.erp-dialog-body .form-select[b-ao8f0a76j2],
[b-ao8f0a76j2] .erp-dialog-body .rz-dropdown,
[b-ao8f0a76j2] .erp-dialog-body .rz-datepicker,
[b-ao8f0a76j2] .erp-dialog-body .rz-numeric,
[b-ao8f0a76j2] .erp-dialog-body .rz-spinner {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

[b-ao8f0a76j2] .erp-dialog-body .rz-dropdown-label {
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.erp-dialog-help[b-ao8f0a76j2] {
    margin: 0;
    color: #526071;
    font-size: .8125rem;
    line-height: 1.45;
}

.erp-advanced-filters[b-ao8f0a76j2] {
    margin-top: 14px;
    border: 1px solid #cfe0f7;
    border-radius: 14px;
    background: #ffffff;
}

.erp-advanced-toggle[b-ao8f0a76j2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    background: #edf5ff;
    color: #0b4f9c;
    font-weight: 800;
    text-align: left;
}

.erp-advanced-toggle:hover[b-ao8f0a76j2],
.erp-advanced-toggle:focus-visible[b-ao8f0a76j2] {
    background: #dcebff;
    outline: 3px solid rgba(20, 111, 224, .2);
    outline-offset: 2px;
}

.erp-advanced-content[b-ao8f0a76j2] {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.erp-row-detail-dialog[b-ao8f0a76j2] {
    width: min(94vw, 680px);
}

.erp-row-detail-list[b-ao8f0a76j2],
.erp-import-summary[b-ao8f0a76j2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.erp-row-detail-list > div[b-ao8f0a76j2],
.erp-import-summary > div[b-ao8f0a76j2] {
    min-width: 0;
    padding: 10px;
    border: 1px solid #d8e6f7;
    border-radius: 10px;
    background: #f8fbff;
}

.erp-row-detail-list dt[b-ao8f0a76j2],
.erp-import-summary dt[b-ao8f0a76j2] {
    color: #475569;
    font-size: .75rem;
    font-weight: 800;
}

.erp-row-detail-list dd[b-ao8f0a76j2],
.erp-import-summary dd[b-ao8f0a76j2] {
    margin: 4px 0 0;
    color: #0f172a;
    overflow-wrap: anywhere;
}

.erp-value-content[b-ao8f0a76j2] {
    max-height: min(50dvh, 360px);
    overflow: auto;
    padding: 12px;
    border: 1px solid #cfe0f7;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    line-height: 1.55;
    overflow-wrap: anywhere;
    user-select: text;
    white-space: pre-wrap;
}

@media (max-width: 1126px) {
    .erp-inventory-toolbar[b-ao8f0a76j2] {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
    }

    .erp-search-field[b-ao8f0a76j2] {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }

    .erp-inventory-toolbar .product-toolbar-button[b-ao8f0a76j2] {
        width: 100%;
        min-width: 0;
        padding-inline: 10px;
    }

    .erp-view-switch[b-ao8f0a76j2] {
        flex: 0 0 auto;
    }
}

@media (max-width: 900px) {
    .erp-inventory-toolbar[b-ao8f0a76j2] {
        align-items: stretch !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erp-search-field[b-ao8f0a76j2] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .erp-toolbar-actions[b-ao8f0a76j2] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .erp-view-switch[b-ao8f0a76j2] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column: span 2;
    }

    .erp-inventory-toolbar .product-toolbar-button[b-ao8f0a76j2] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .erp-inventory-page[b-ao8f0a76j2] {
        overflow-x: hidden;
    }

    .erp-toolbar-actions[b-ao8f0a76j2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erp-view-switch[b-ao8f0a76j2] {
        grid-column: 1 / -1;
    }

    [b-ao8f0a76j2] .erp-desktop-grid .rz-data-grid-data,
    [b-ao8f0a76j2] .erp-desktop-grid .rz-grid-table-container {
        display: none;
    }

    [b-ao8f0a76j2] .erp-desktop-grid {
        border: 0;
        overflow: visible;
    }

    [b-ao8f0a76j2] .erp-desktop-grid .rz-paginator {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        overflow-x: visible;
        margin-top: 12px;
        border: 1px solid #d8e6f7;
        border-radius: 12px;
        background: #ffffff;
    }

    .erp-mobile-cards[b-ao8f0a76j2] {
        display: grid;
        gap: 12px;
    }

    .erp-inventory-card[b-ao8f0a76j2] {
        padding: 14px;
        border: 1px solid #d8e6f7;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
    }

    .erp-inventory-card > header[b-ao8f0a76j2],
    .erp-card-header[b-ao8f0a76j2] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e4edf8;
    }

    .erp-card-identity[b-ao8f0a76j2] {
        display: grid;
        min-width: 0;
        gap: 3px;
    }

    .erp-card-identity strong[b-ao8f0a76j2],
    .erp-card-identity > span:not(.erp-card-label)[b-ao8f0a76j2] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .erp-card-identity strong[b-ao8f0a76j2] {
        color: #0f4f9d;
        font-size: .9375rem;
    }

    .erp-card-identity > span:not(.erp-card-label)[b-ao8f0a76j2] {
        color: #253247;
        font-size: .875rem;
    }

    .erp-card-status[b-ao8f0a76j2] {
        display: grid;
        flex: 0 0 auto;
        justify-items: end;
        gap: 4px;
    }

    .erp-card-quantity[b-ao8f0a76j2] {
        display: grid;
        flex: 0 0 auto;
        justify-items: end;
        gap: 3px;
        color: #0f172a;
        font-variant-numeric: tabular-nums;
    }

    .erp-card-quantity strong[b-ao8f0a76j2] {
        font-size: 1rem;
    }

    .erp-card-grid[b-ao8f0a76j2],
    .erp-card-critical[b-ao8f0a76j2],
    .erp-card-quantities[b-ao8f0a76j2],
    .erp-card-details dl[b-ao8f0a76j2] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0;
        padding-top: 12px;
    }

    .erp-card-grid > div[b-ao8f0a76j2],
    .erp-card-critical > div[b-ao8f0a76j2],
    .erp-card-quantities > div[b-ao8f0a76j2],
    .erp-card-details dl > div[b-ao8f0a76j2] {
        min-width: 0;
        padding: 9px;
        border-radius: 9px;
        background: #f5f9ff;
    }

    .erp-card-label[b-ao8f0a76j2],
    .erp-card-grid dt[b-ao8f0a76j2],
    .erp-card-critical dt[b-ao8f0a76j2],
    .erp-card-quantities dt[b-ao8f0a76j2],
    .erp-card-details dt[b-ao8f0a76j2] {
        color: #475569;
        font-size: .75rem;
        font-weight: 800;
    }

    .erp-card-grid dd[b-ao8f0a76j2],
    .erp-card-critical dd[b-ao8f0a76j2],
    .erp-card-quantities dd[b-ao8f0a76j2],
    .erp-card-details dd[b-ao8f0a76j2] {
        margin: 4px 0 0;
        color: #0f172a;
        font-size: .875rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .erp-card-details[b-ao8f0a76j2] {
        margin-top: 10px;
        border-top: 1px solid #e4edf8;
    }

    .erp-card-details summary[b-ao8f0a76j2] {
        display: flex;
        align-items: center;
        min-height: 44px;
        color: #0b57b7;
        cursor: pointer;
        font-size: .875rem;
        font-weight: 800;
    }

    .erp-card-detail-button[b-ao8f0a76j2] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
    }

    .erp-list-summary[b-ao8f0a76j2],
    .erp-snapshot-summary[b-ao8f0a76j2] {
        align-items: flex-start;
        flex-direction: column;
    }

    .erp-refresh-status[b-ao8f0a76j2] {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 620px) {
    .erp-list-state[b-ao8f0a76j2] {
        grid-template-columns: 1fr;
        justify-items: start;
        min-height: 200px;
        padding: 20px;
    }

    .erp-list-loading[b-ao8f0a76j2] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .erp-form-grid[b-ao8f0a76j2],
    .erp-dialog-grid[b-ao8f0a76j2],
    .erp-common-filter-grid[b-ao8f0a76j2],
    .erp-attribute-filter-grid[b-ao8f0a76j2],
    .erp-row-detail-list[b-ao8f0a76j2],
    .erp-import-summary[b-ao8f0a76j2] {
        grid-template-columns: minmax(0, 1fr);
    }

    .erp-form-field--wide[b-ao8f0a76j2],
    .inventory-filter-dialog__field--wide[b-ao8f0a76j2] {
        grid-column: auto;
    }

    .inventory-dialog[b-ao8f0a76j2] {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 16px;
    }

    .erp-dialog-form[b-ao8f0a76j2] {
        max-height: calc(100dvh - 16px);
    }

    .inventory-dialog .iw-modal-header[b-ao8f0a76j2],
    .erp-dialog-header[b-ao8f0a76j2],
    .erp-dialog-body[b-ao8f0a76j2],
    .erp-dialog-footer[b-ao8f0a76j2] {
        padding-inline: 12px;
    }

    .erp-dialog-footer[b-ao8f0a76j2] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .erp-dialog-footer .btn[b-ao8f0a76j2] {
        width: 100%;
    }

    .erp-column-filter-popup[b-ao8f0a76j2] {
        right: 12px !important;
        left: 12px !important;
        width: auto;
        max-width: none;
    }
}

@media (max-width: 420px) {
    .erp-inventory-toolbar[b-ao8f0a76j2] {
        grid-template-columns: minmax(0, 1fr);
    }

    .erp-toolbar-actions[b-ao8f0a76j2] {
        grid-template-columns: minmax(0, 1fr);
    }

    .erp-view-switch[b-ao8f0a76j2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .erp-inventory-card > header[b-ao8f0a76j2],
    .erp-card-header[b-ao8f0a76j2] {
        align-items: stretch;
        flex-direction: column;
    }

    .erp-card-status[b-ao8f0a76j2] {
        justify-items: start;
    }

    .erp-card-quantity[b-ao8f0a76j2] {
        justify-items: start;
    }

    .erp-card-grid[b-ao8f0a76j2],
    .erp-card-critical[b-ao8f0a76j2],
    .erp-card-quantities[b-ao8f0a76j2],
    .erp-card-details dl[b-ao8f0a76j2] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .erp-loading-skeleton span[b-ao8f0a76j2] {
        animation: none;
    }

    .erp-inventory-page *[b-ao8f0a76j2],
    .erp-inventory-page *[b-ao8f0a76j2]::before,
    .erp-inventory-page *[b-ao8f0a76j2]::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-shell[b-dj39a4imih] {
    gap: 1.5rem;
}

.dashboard-boot-loader[b-dj39a4imih] {
    min-height: min(70vh, 720px);
    display: grid;
    place-items: center;
}

.dashboard-loading-state[b-dj39a4imih] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
}

.dashboard-header-btn[b-dj39a4imih] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
}

.dashboard-filter-actions[b-dj39a4imih] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dashboard-hero[b-dj39a4imih] {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.4rem 1.5rem 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.24), transparent 42%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(8, 15, 31, 0.98), rgba(18, 58, 53, 0.94));
    color: #f8fafc;
}

.dashboard-hero-top[b-dj39a4imih] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.dashboard-hero-bottom[b-dj39a4imih] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(500px, 0.95fr);
    gap: 1rem 1.2rem;
    align-items: end;
}

.dashboard-hero-actions[b-dj39a4imih] {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.dashboard-hero-filter-btn[b-dj39a4imih],
.dashboard-refresh[b-dj39a4imih] {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 28px rgba(2, 8, 23, 0.18);
}

.dashboard-hero-copy p[b-dj39a4imih],
.dashboard-hero-copy h1[b-dj39a4imih],
.dashboard-hero-copy .eyebrow[b-dj39a4imih] {
    color: inherit;
}

.dashboard-hero-copy p[b-dj39a4imih] {
    max-width: 72ch;
    margin-bottom: 0;
}

.dashboard-hero-copy h1[b-dj39a4imih] {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 2.55vw, 3rem);
}

.dashboard-hero-meta[b-dj39a4imih] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
    color: rgba(241, 245, 249, 0.82);
    font-size: 0.9rem;
    align-self: center;
}

.dashboard-hero-meta span[b-dj39a4imih] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.dashboard-hero-aside[b-dj39a4imih] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.dashboard-hero-metric[b-dj39a4imih] {
    min-height: 100%;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-hero-metric span[b-dj39a4imih],
.dashboard-hero-metric small[b-dj39a4imih] {
    display: block;
    color: rgba(241, 245, 249, 0.82);
}

.dashboard-hero-metric strong[b-dj39a4imih] {
    display: block;
    margin: 0.22rem 0;
    font-size: 1.9rem;
    line-height: 1;
    color: #fff;
}

.dashboard-hero-metric.success[b-dj39a4imih] {
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.18);
}

.dashboard-hero-metric.warning[b-dj39a4imih] {
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.2);
}

.dashboard-hero-metric.danger[b-dj39a4imih] {
    box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.24);
}

.dashboard-refresh[b-dj39a4imih] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
}

.dashboard-warning-card[b-dj39a4imih] {
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(245, 158, 11, 0.18);
    background: linear-gradient(135deg, rgba(255, 251, 235, 0.96), rgba(255, 247, 237, 0.96));
}

.dashboard-warning-list[b-dj39a4imih] {
    margin: 0.85rem 0 0;
    padding-left: 1rem;
    color: #92400e;
}

.dashboard-kpi-grid[b-dj39a4imih] {
    gap: 1rem;
}

.dashboard-reveal[b-dj39a4imih] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
    will-change: opacity, transform;
}

.dashboard-reveal.is-visible[b-dj39a4imih] {
    opacity: 1;
    transform: translateY(0);
}

.dashboard-kpi-card[b-dj39a4imih] {
    min-height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.12);
    position: relative;
    overflow: hidden;
    animation: dashboardCardIn-b-dj39a4imih 780ms cubic-bezier(.2, .8, .2, 1) both;
}

.dashboard-kpi-card[b-dj39a4imih]::after {
    content: "";
    position: absolute;
    inset: auto -20% -35% auto;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.42), transparent 68%);
    pointer-events: none;
}

.dashboard-kpi-link[b-dj39a4imih] {
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-kpi-link:hover[b-dj39a4imih] {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.dashboard-kpi-insight-shell[b-dj39a4imih] {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 2;
}

.dashboard-kpi-insight-trigger[b-dj39a4imih] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.dashboard-kpi-insight-popover[b-dj39a4imih] {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    width: min(250px, 72vw);
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
    color: #f8fafc;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.24);
    display: grid;
    gap: 0.55rem;
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.dashboard-kpi-card:hover .dashboard-kpi-insight-popover[b-dj39a4imih],
.dashboard-kpi-card:focus-within .dashboard-kpi-insight-popover[b-dj39a4imih] {
    opacity: 1;
    transform: translateY(0);
}

.dashboard-kpi-insight-row[b-dj39a4imih] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.8rem;
}

.dashboard-kpi-insight-row span[b-dj39a4imih] {
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.78rem;
}

.dashboard-kpi-insight-row strong[b-dj39a4imih] {
    font-size: 0.84rem;
}

.dashboard-kpi-insight-row strong.success[b-dj39a4imih] { color: #86efac; }
.dashboard-kpi-insight-row strong.warning[b-dj39a4imih] { color: #fcd34d; }
.dashboard-kpi-insight-row strong.danger[b-dj39a4imih] { color: #fca5a5; }
.dashboard-kpi-insight-row strong.info[b-dj39a4imih] { color: #67e8f9; }
.dashboard-kpi-insight-row strong.accent[b-dj39a4imih] { color: #bfdbfe; }
.dashboard-kpi-insight-row strong.rose[b-dj39a4imih] { color: #f9a8d4; }

.dashboard-kpi-progress[b-dj39a4imih] {
    margin-top: 0.9rem;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(226, 232, 240, 0.72);
}

.dashboard-kpi-progress-fill[b-dj39a4imih] {
    height: 100%;
    border-radius: inherit;
    box-shadow: 0 0 18px rgba(15, 23, 42, 0.14);
    transform-origin: left;
    animation: dashboardProgressFill-b-dj39a4imih 1200ms cubic-bezier(.2, .8, .2, 1) both;
}

.dashboard-kpi-meta[b-dj39a4imih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.dashboard-kpi-delta[b-dj39a4imih] {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.2;
    background: rgba(226, 232, 240, 0.8);
}

.dashboard-kpi-sparkline[b-dj39a4imih] {
    margin-top: 0.75rem;
    height: 34px;
}

.dashboard-kpi-sparkline svg[b-dj39a4imih] {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.dashboard-kpi-sparkline path[b-dj39a4imih] {
    fill: none;
    stroke-width: 3.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.12));
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    animation: dashboardSparkDraw-b-dj39a4imih 1500ms cubic-bezier(.2, .8, .2, 1) 260ms both;
}

.dashboard-kpi-card:nth-child(2)[b-dj39a4imih] { animation-delay: 70ms; }
.dashboard-kpi-card:nth-child(3)[b-dj39a4imih] { animation-delay: 140ms; }
.dashboard-kpi-card:nth-child(4)[b-dj39a4imih] { animation-delay: 210ms; }
.dashboard-kpi-card:nth-child(5)[b-dj39a4imih] { animation-delay: 280ms; }
.dashboard-kpi-card:nth-child(6)[b-dj39a4imih] { animation-delay: 350ms; }
.dashboard-kpi-card:nth-child(7)[b-dj39a4imih] { animation-delay: 420ms; }
.dashboard-kpi-card:nth-child(8)[b-dj39a4imih] { animation-delay: 490ms; }
.dashboard-kpi-card:nth-child(9)[b-dj39a4imih] { animation-delay: 560ms; }
.dashboard-kpi-card:nth-child(10)[b-dj39a4imih] { animation-delay: 630ms; }
.dashboard-kpi-card:nth-child(11)[b-dj39a4imih] { animation-delay: 700ms; }

.dashboard-kpi-card[b-dj39a4imih],
.dashboard-kpi-progress-fill[b-dj39a4imih],
.dashboard-kpi-sparkline path[b-dj39a4imih],
.dashboard-chart-bar-fill[b-dj39a4imih],
.dashboard-chart-bar-value[b-dj39a4imih],
.dashboard-chart-bar-label[b-dj39a4imih],
.dashboard-module-row[b-dj39a4imih],
.dashboard-module-bar-fill[b-dj39a4imih] {
    animation-play-state: paused;
}

.dashboard-reveal.is-visible[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-kpi-progress-fill[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-kpi-sparkline path[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-chart-bar-fill[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-chart-bar-value[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-chart-bar-label[b-dj39a4imih],
.dashboard-reveal.is-visible .dashboard-module-bar-fill[b-dj39a4imih] {
    animation-play-state: running;
}

.dashboard-kpi-card.accent[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 1));
}

.dashboard-kpi-card.success[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(240, 253, 244, 0.96), rgba(255, 255, 255, 1));
}

.dashboard-kpi-card.warning[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.96), rgba(255, 255, 255, 1));
}

.dashboard-kpi-card.info[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(236, 254, 255, 0.96), rgba(255, 255, 255, 1));
}

.dashboard-kpi-card.rose[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(255, 241, 242, 0.96), rgba(255, 255, 255, 1));
}

.dashboard-kpi-card.danger[b-dj39a4imih] {
    background: linear-gradient(180deg, rgba(254, 242, 242, 0.96), rgba(255, 255, 255, 1));
}

.dashboard-chart-grid[b-dj39a4imih] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-chart-card[b-dj39a4imih] {
    padding: 1.15rem 1.2rem;
    overflow: hidden;
    position: relative;
}

.dashboard-chart-card[b-dj39a4imih]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,.32), transparent 30%);
    pointer-events: none;
}

.dashboard-chart-bars[b-dj39a4imih] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 0.85rem;
    align-items: end;
    min-height: 210px;
}

.dashboard-chart-bar-col[b-dj39a4imih] {
    display: grid;
    gap: 0.55rem;
    align-items: end;
    justify-items: center;
}

.dashboard-chart-bar-value[b-dj39a4imih] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
}

.dashboard-chart-bar-track[b-dj39a4imih] {
    width: 100%;
    max-width: 54px;
    height: 148px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(226, 232, 240, 0.58), rgba(241, 245, 249, 0.95));
    display: flex;
    align-items: end;
    padding: 0.28rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
    overflow: hidden;
}

.dashboard-chart-bar-fill[b-dj39a4imih] {
    width: 100%;
    border-radius: 18px;
    min-height: 10%;
    transform-origin: bottom;
    animation: dashboardBarFill-b-dj39a4imih 1500ms cubic-bezier(.16, .9, .22, 1) both;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.dashboard-chart-bar-col:nth-child(2) .dashboard-chart-bar-fill[b-dj39a4imih] { animation-delay: 160ms; }
.dashboard-chart-bar-col:nth-child(3) .dashboard-chart-bar-fill[b-dj39a4imih] { animation-delay: 320ms; }
.dashboard-chart-bar-col:nth-child(4) .dashboard-chart-bar-fill[b-dj39a4imih] { animation-delay: 480ms; }
.dashboard-chart-bar-col:nth-child(5) .dashboard-chart-bar-fill[b-dj39a4imih] { animation-delay: 640ms; }
.dashboard-chart-bar-col:nth-child(6) .dashboard-chart-bar-fill[b-dj39a4imih] { animation-delay: 800ms; }

.dashboard-chart-bar-value[b-dj39a4imih],
.dashboard-chart-bar-label[b-dj39a4imih] {
    animation: dashboardRise-b-dj39a4imih 520ms ease both;
}

.dashboard-chart-bar-label[b-dj39a4imih] {
    font-size: 0.78rem;
    text-align: center;
    color: var(--app-text-soft);
}

.dashboard-chart-card .success[b-dj39a4imih],
.dashboard-kpi-delta.success[b-dj39a4imih],
.dashboard-kpi-progress-fill.success[b-dj39a4imih],
.dashboard-chart-bar-fill.success[b-dj39a4imih] {
    background: linear-gradient(180deg, #34d399, #16a34a);
}

.dashboard-kpi-sparkline path.success[b-dj39a4imih] {
    stroke: #16a34a;
}

.dashboard-chart-card .warning[b-dj39a4imih],
.dashboard-kpi-delta.warning[b-dj39a4imih],
.dashboard-kpi-progress-fill.warning[b-dj39a4imih],
.dashboard-chart-bar-fill.warning[b-dj39a4imih] {
    background: linear-gradient(180deg, #fbbf24, #f97316);
}

.dashboard-kpi-sparkline path.warning[b-dj39a4imih] {
    stroke: #f97316;
}

.dashboard-chart-card .danger[b-dj39a4imih],
.dashboard-kpi-delta.danger[b-dj39a4imih],
.dashboard-kpi-progress-fill.danger[b-dj39a4imih],
.dashboard-chart-bar-fill.danger[b-dj39a4imih] {
    background: linear-gradient(180deg, #fb7185, #dc2626);
}

.dashboard-kpi-sparkline path.danger[b-dj39a4imih] {
    stroke: #dc2626;
}

.dashboard-chart-card .info[b-dj39a4imih],
.dashboard-kpi-delta.info[b-dj39a4imih],
.dashboard-kpi-progress-fill.info[b-dj39a4imih],
.dashboard-chart-bar-fill.info[b-dj39a4imih] {
    background: linear-gradient(180deg, #67e8f9, #0891b2);
}

.dashboard-kpi-sparkline path.info[b-dj39a4imih] {
    stroke: #0891b2;
}

.dashboard-chart-card .accent[b-dj39a4imih],
.dashboard-kpi-delta.accent[b-dj39a4imih],
.dashboard-kpi-progress-fill.accent[b-dj39a4imih],
.dashboard-chart-bar-fill.accent[b-dj39a4imih] {
    background: linear-gradient(180deg, #93c5fd, #2563eb);
}

.dashboard-kpi-sparkline path.accent[b-dj39a4imih] {
    stroke: #2563eb;
}

.dashboard-chart-card .rose[b-dj39a4imih],
.dashboard-kpi-delta.rose[b-dj39a4imih],
.dashboard-kpi-progress-fill.rose[b-dj39a4imih],
.dashboard-chart-bar-fill.rose[b-dj39a4imih] {
    background: linear-gradient(180deg, #f9a8d4, #db2777);
}

.dashboard-kpi-sparkline path.rose[b-dj39a4imih] {
    stroke: #db2777;
}

.dashboard-main-grid[b-dj39a4imih] {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-panel[b-dj39a4imih] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dashboard-panel.span-7[b-dj39a4imih] {
    grid-column: span 7;
}

.dashboard-panel.span-5[b-dj39a4imih] {
    grid-column: span 5;
}

.dashboard-panel.span-4[b-dj39a4imih] {
    grid-column: span 4;
}

.dashboard-panel.full-width[b-dj39a4imih] {
    grid-column: 1 / -1;
}

.dashboard-module-list[b-dj39a4imih],
.dashboard-alert-list[b-dj39a4imih],
.dashboard-job-list[b-dj39a4imih],
.dashboard-link-grid[b-dj39a4imih] {
    display: grid;
    gap: 0.85rem;
}

.dashboard-module-row[b-dj39a4imih] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(140px, 0.9fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    color: inherit;
    text-decoration: none;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    animation: dashboardModuleIn-b-dj39a4imih 760ms cubic-bezier(.2, .8, .2, 1) both;
}

.dashboard-module-row:nth-child(2)[b-dj39a4imih] { animation-delay: 90ms; }
.dashboard-module-row:nth-child(3)[b-dj39a4imih] { animation-delay: 180ms; }
.dashboard-module-row:nth-child(4)[b-dj39a4imih] { animation-delay: 270ms; }
.dashboard-module-row:nth-child(5)[b-dj39a4imih] { animation-delay: 360ms; }
.dashboard-module-row:nth-child(6)[b-dj39a4imih] { animation-delay: 450ms; }
.dashboard-module-row:nth-child(7)[b-dj39a4imih] { animation-delay: 540ms; }

.dashboard-module-row:hover[b-dj39a4imih] {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.dashboard-module-copy small[b-dj39a4imih],
.dashboard-module-metrics span[b-dj39a4imih],
.dashboard-job-row small[b-dj39a4imih],
.dashboard-link-card span[b-dj39a4imih],
.dashboard-health-item small[b-dj39a4imih],
.dashboard-footprint-item small[b-dj39a4imih],
.dashboard-alert-row p[b-dj39a4imih] {
    color: var(--app-text-soft);
}

.dashboard-module-title-row[b-dj39a4imih] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.dashboard-module-badge[b-dj39a4imih],
.dashboard-job-status[b-dj39a4imih] {
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.dashboard-module-badge.success[b-dj39a4imih],
.dashboard-job-status.success[b-dj39a4imih] {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
}

.dashboard-module-badge.warning[b-dj39a4imih],
.dashboard-job-status.warning[b-dj39a4imih] {
    background: rgba(245, 158, 11, 0.14);
    color: #92400e;
}

.dashboard-module-badge.danger[b-dj39a4imih],
.dashboard-job-status.danger[b-dj39a4imih] {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.dashboard-module-bar-shell[b-dj39a4imih] {
    display: flex;
    align-items: center;
}

.dashboard-module-bar[b-dj39a4imih] {
    width: 100%;
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.9);
}

.dashboard-module-bar-fill[b-dj39a4imih] {
    height: 100%;
    border-radius: inherit;
    transform-origin: left;
    animation: dashboardModuleBarFill-b-dj39a4imih 1450ms cubic-bezier(.16, .9, .22, 1) both;
}

.dashboard-module-row:nth-child(2) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 180ms; }
.dashboard-module-row:nth-child(3) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 320ms; }
.dashboard-module-row:nth-child(4) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 460ms; }
.dashboard-module-row:nth-child(5) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 600ms; }
.dashboard-module-row:nth-child(6) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 740ms; }
.dashboard-module-row:nth-child(7) .dashboard-module-bar-fill[b-dj39a4imih] { animation-delay: 880ms; }

.dashboard-module-bar-fill.success[b-dj39a4imih] {
    background: linear-gradient(90deg, #10b981, #22c55e);
}

.dashboard-module-bar-fill.warning[b-dj39a4imih] {
    background: linear-gradient(90deg, #f59e0b, #f97316);
}

.dashboard-module-bar-fill.danger[b-dj39a4imih] {
    background: linear-gradient(90deg, #ef4444, #f97316);
}

.dashboard-module-metrics[b-dj39a4imih] {
    text-align: right;
}

.dashboard-module-metrics strong[b-dj39a4imih],
.dashboard-module-metrics span[b-dj39a4imih] {
    display: block;
}

.dashboard-alert-row[b-dj39a4imih] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(255, 255, 255, 0.96);
}

.dashboard-alert-row strong[b-dj39a4imih],
.dashboard-link-card strong[b-dj39a4imih],
.dashboard-job-row strong[b-dj39a4imih] {
    display: block;
    margin-bottom: 0.25rem;
}

.dashboard-alert-row p[b-dj39a4imih] {
    margin: 0;
    font-size: 0.92rem;
}

.dashboard-alert-row span[b-dj39a4imih] {
    align-self: center;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.dashboard-alert-row.success[b-dj39a4imih] {
    border-color: rgba(34, 197, 94, 0.18);
}

.dashboard-alert-row.warning[b-dj39a4imih] {
    border-color: rgba(245, 158, 11, 0.2);
}

.dashboard-alert-row.danger[b-dj39a4imih] {
    border-color: rgba(239, 68, 68, 0.18);
}

.dashboard-footprint-grid[b-dj39a4imih] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.dashboard-footprint-item[b-dj39a4imih],
.dashboard-health-item[b-dj39a4imih] {
    padding: 1rem;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.dashboard-footprint-item span[b-dj39a4imih],
.dashboard-footprint-item strong[b-dj39a4imih],
.dashboard-footprint-item small[b-dj39a4imih],
.dashboard-health-item span[b-dj39a4imih],
.dashboard-health-item strong[b-dj39a4imih],
.dashboard-health-item small[b-dj39a4imih] {
    display: block;
}

.dashboard-footprint-item strong[b-dj39a4imih],
.dashboard-health-item strong[b-dj39a4imih] {
    margin: 0.3rem 0 0.2rem;
    font-size: 1.15rem;
}

.dashboard-health-stack[b-dj39a4imih] {
    display: grid;
    gap: 0.8rem;
}

.dashboard-health-item[b-dj39a4imih] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.dashboard-health-item strong[b-dj39a4imih] {
    margin: 0;
    white-space: nowrap;
}

.dashboard-health-stack.compact[b-dj39a4imih] {
    margin-bottom: 0.5rem;
}

.dashboard-job-row[b-dj39a4imih] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.dashboard-job-row:first-child[b-dj39a4imih] {
    padding-top: 0;
    border-top: 0;
}

.dashboard-job-meta[b-dj39a4imih] {
    text-align: right;
}

.dashboard-link-grid[b-dj39a4imih] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-link-card[b-dj39a4imih] {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 1));
    border: 1px solid rgba(148, 163, 184, 0.12);
}

.dashboard-link-card i[b-dj39a4imih] {
    font-size: 1.2rem;
    color: #0f766e;
}

.dashboard-link-card strong[b-dj39a4imih],
.dashboard-link-card span[b-dj39a4imih] {
    display: block;
}

.dashboard-filter-modal-backdrop[b-dj39a4imih] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1100;
}

.dashboard-filter-modal[b-dj39a4imih] {
    width: min(720px, 100%);
    padding: 1.35rem;
    border-radius: 28px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
    background:
        radial-gradient(circle at top right, rgba(15,118,110,.12), transparent 30%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

@keyframes dashboardRise-b-dj39a4imih {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dashboardCardIn-b-dj39a4imih {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes dashboardProgressFill-b-dj39a4imih {
    from {
        transform: scaleX(0);
    }

    72% {
        transform: scaleX(1.035);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes dashboardSparkDraw-b-dj39a4imih {
    from {
        stroke-dashoffset: 180;
        opacity: .35;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes dashboardModuleIn-b-dj39a4imih {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dashboardModuleBarFill-b-dj39a4imih {
    from {
        opacity: .55;
        transform: scaleX(0);
    }

    76% {
        opacity: 1;
        transform: scaleX(1.025);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes dashboardBarFill-b-dj39a4imih {
    from {
        opacity: .45;
        transform: scaleY(0);
        filter: saturate(.86);
    }

    74% {
        opacity: 1;
        transform: scaleY(1.035);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        filter: saturate(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-reveal[b-dj39a4imih] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .dashboard-chart-bar-fill[b-dj39a4imih],
    .dashboard-chart-bar-value[b-dj39a4imih],
    .dashboard-chart-bar-label[b-dj39a4imih],
    .dashboard-kpi-card[b-dj39a4imih],
    .dashboard-kpi-progress-fill[b-dj39a4imih],
    .dashboard-kpi-sparkline path[b-dj39a4imih],
    .dashboard-module-row[b-dj39a4imih],
    .dashboard-module-bar-fill[b-dj39a4imih] {
        animation: none;
        stroke-dashoffset: 0;
    }
}

@media (max-width: 1280px) {
    .dashboard-main-grid[b-dj39a4imih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-chart-grid[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-panel.span-7[b-dj39a4imih],
    .dashboard-panel.span-5[b-dj39a4imih],
    .dashboard-panel.span-4[b-dj39a4imih] {
        grid-column: span 1;
    }

    .dashboard-panel.full-width[b-dj39a4imih] {
        grid-column: 1 / -1;
    }

    .dashboard-link-grid[b-dj39a4imih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .dashboard-hero-top[b-dj39a4imih],
    .dashboard-hero-bottom[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-actions[b-dj39a4imih] {
        justify-content: flex-start;
    }

    .dashboard-hero-aside[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-module-row[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-module-metrics[b-dj39a4imih] {
        text-align: left;
    }
}

.dashboard-redundant-panel[b-dj39a4imih] {
    display: none;
}

.dashboard-refresh-feedback[b-dj39a4imih],
.dashboard-data-state[b-dj39a4imih],
.dashboard-warning-actions[b-dj39a4imih],
.dashboard-card-cta[b-dj39a4imih],
.dashboard-chart-empty[b-dj39a4imih] {
    display: flex;
    align-items: center;
}

.dashboard-refresh-feedback[b-dj39a4imih] {
    gap: 0.4rem;
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    background: rgba(15, 118, 110, 0.18);
    color: #d1fae5;
    font-size: 0.7rem;
    font-weight: 700;
}

.dashboard-refresh-feedback.danger[b-dj39a4imih] {
    background: rgba(220, 38, 38, 0.2);
    color: #fee2e2;
}

.dashboard-warning-actions[b-dj39a4imih] {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.dashboard-kpi-card.data-unavailable[b-dj39a4imih] {
    border-style: dashed;
    border-color: #f59e0b;
    background: #fffbeb;
}

.dashboard-data-state[b-dj39a4imih] {
    gap: 0.3rem;
    width: fit-content;
    margin-top: 0.35rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.62rem;
    font-weight: 800;
}

.dashboard-card-cta[b-dj39a4imih] {
    position: absolute;
    right: 0.8rem;
    bottom: 0.65rem;
    gap: 0.3rem;
    color: #0f766e;
    font-size: 0.62rem;
    font-weight: 800;
}

.dashboard-kpi-link[b-dj39a4imih] {
    padding-bottom: 1.65rem;
}

.dashboard-kpi-link:focus-visible[b-dj39a4imih],
.dashboard-module-row:focus-visible[b-dj39a4imih],
.dashboard-alert-row:focus-visible[b-dj39a4imih],
.dashboard-header-btn:focus-visible[b-dj39a4imih],
.dashboard-kpi-insight-trigger:focus-visible[b-dj39a4imih] {
    outline: 3px solid #0ea5e9;
    outline-offset: 3px;
}

.dashboard-kpi-link:hover .dashboard-card-cta i[b-dj39a4imih] {
    translate: 3px 0;
}

.dashboard-chart-empty[b-dj39a4imih] {
    grid-column: 1 / -1;
    min-height: 112px;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
    text-align: center;
}

.dashboard-chart-empty i[b-dj39a4imih] {
    font-size: 1.5rem;
}

.dashboard-chart-empty span[b-dj39a4imih],
.dashboard-kpi-card .stat-copy p[b-dj39a4imih] {
    color: #475569;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.45;
}

.dashboard-kpi-insight-trigger[b-dj39a4imih] {
    min-height: 32px;
    min-width: 32px;
    font-size: 0.62rem;
}

[data-bs-theme="dark"] .dashboard-page-compact .dashboard-kpi-card[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-chart-card[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-panel[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-alert-row[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-module-row[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-health-item[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-footprint-item[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-filter-modal[b-dj39a4imih] {
    background: #111827;
    border-color: #334155;
    color: #f8fafc;
}

[data-bs-theme="dark"] .dashboard-page-compact .dashboard-kpi-card.data-unavailable[b-dj39a4imih] {
    background: #292211;
    border-color: #f59e0b;
}

[data-bs-theme="dark"] .dashboard-page-compact .stat-copy span[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .stat-copy p[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact small[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .panel-head span[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact .dashboard-chart-bar-label[b-dj39a4imih] {
    color: #cbd5e1;
}

[data-bs-theme="dark"] .dashboard-page-compact .dashboard-chart-empty[b-dj39a4imih] {
    background: #0f172a;
    border-color: #475569;
    color: #e2e8f0;
}

[data-bs-theme="dark"] .dashboard-page-compact .dashboard-chart-bar-value[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-page-compact strong[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-filter-modal strong[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-filter-modal h3[b-dj39a4imih],
[data-bs-theme="dark"] .dashboard-filter-modal .field-label[b-dj39a4imih] {
    color: #f8fafc;
}

@media (max-width: 768px) {
    .dashboard-kpi-grid[b-dj39a4imih] {
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-chart-grid[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-aside[b-dj39a4imih] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .dashboard-kpi-grid[b-dj39a4imih],
    .dashboard-hero-aside[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-kpi-insight-shell[b-dj39a4imih] {
        position: static;
        margin: 0 0 0.45rem auto;
    }

    .dashboard-kpi-insight-popover[b-dj39a4imih] {
        right: auto;
        left: 0;
        width: min(240px, 80vw);
    }
}

@media (max-width: 768px) {
    .dashboard-footprint-grid[b-dj39a4imih],
    .dashboard-chart-grid[b-dj39a4imih],
    .dashboard-link-grid[b-dj39a4imih],
    .dashboard-main-grid[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }

    .dashboard-panel.span-7[b-dj39a4imih],
    .dashboard-panel.span-5[b-dj39a4imih],
    .dashboard-panel.span-4[b-dj39a4imih],
    .dashboard-panel.full-width[b-dj39a4imih] {
        grid-column: auto;
    }

    .dashboard-alert-row[b-dj39a4imih],
    .dashboard-health-item[b-dj39a4imih],
    .dashboard-job-row[b-dj39a4imih] {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-job-meta[b-dj39a4imih] {
        text-align: left;
    }
}

/* Dashboard surface: 25% compact sizing with explicit dimensions (no scale/zoom). */
.dashboard-page-compact[b-dj39a4imih] {
    font-size: 75%;
}

.dashboard-shell[b-dj39a4imih] {
    gap: 1.125rem;
}

.dashboard-boot-loader[b-dj39a4imih] {
    min-height: min(52.5vh, 540px);
}

.dashboard-loading-state[b-dj39a4imih] {
    gap: 0.5625rem;
    padding: 0.9375rem 1.125rem;
}

.dashboard-header-btn[b-dj39a4imih],
.dashboard-refresh[b-dj39a4imih] {
    gap: 0.4125rem;
    padding: 0.28125rem 0.5625rem;
    font-size: 0.65625rem;
}

.dashboard-header-btn i[b-dj39a4imih] {
    font-size: 0.75rem;
}

.dashboard-filter-actions[b-dj39a4imih] {
    gap: 0.5625rem;
}

.dashboard-hero[b-dj39a4imih] {
    gap: 0.75rem;
    padding: 1.05rem 1.125rem 0.9375rem;
    border-radius: 21px;
}

.dashboard-hero-top[b-dj39a4imih] {
    gap: 0.75rem;
}

.dashboard-hero-bottom[b-dj39a4imih] {
    grid-template-columns: minmax(0, 1fr) minmax(375px, 0.95fr);
    gap: 0.75rem 0.9rem;
}

.dashboard-hero-actions[b-dj39a4imih] {
    gap: 0.525rem;
}

.dashboard-hero-copy .eyebrow[b-dj39a4imih] {
    font-size: 0.65625rem;
}

.dashboard-hero-copy h1[b-dj39a4imih] {
    margin-bottom: 0.4875rem;
    font-size: clamp(1.5rem, 1.9125vw, 2.25rem);
}

.dashboard-hero-copy p[b-dj39a4imih] {
    font-size: 0.75rem;
}

.dashboard-hero-meta[b-dj39a4imih] {
    gap: 0.675rem 0.9rem;
    font-size: 0.675rem;
}

.dashboard-hero-meta span[b-dj39a4imih] {
    gap: 0.3375rem;
}

.dashboard-hero-aside[b-dj39a4imih] {
    gap: 0.5625rem;
}

.dashboard-hero-metric[b-dj39a4imih] {
    padding: 0.675rem 0.75rem;
    border-radius: 13.5px;
}

.dashboard-hero-metric span[b-dj39a4imih],
.dashboard-hero-metric small[b-dj39a4imih] {
    font-size: 0.65625rem;
}

.dashboard-hero-metric strong[b-dj39a4imih] {
    margin: 0.165rem 0;
    font-size: 1.425rem;
}

.dashboard-warning-card[b-dj39a4imih] {
    padding: 0.9375rem 1.125rem;
    border-radius: 18px;
}

.dashboard-warning-list[b-dj39a4imih] {
    margin-top: 0.6375rem;
    padding-left: 0.75rem;
}

.dashboard-kpi-grid[b-dj39a4imih],
.dashboard-chart-grid[b-dj39a4imih],
.dashboard-main-grid[b-dj39a4imih] {
    gap: 0.75rem;
}

.dashboard-kpi-card[b-dj39a4imih] {
    gap: 0.75rem;
    padding: 1.03125rem;
    border-radius: 16.5px;
}

.dashboard-kpi-card[b-dj39a4imih]::after {
    width: 105px;
    height: 105px;
}

.dashboard-kpi-card .stat-icon[b-dj39a4imih] {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 0.75rem;
}

.dashboard-kpi-card .stat-copy span[b-dj39a4imih] {
    font-size: 0.645rem;
}

.dashboard-kpi-card .stat-copy strong[b-dj39a4imih] {
    margin-top: 0.46875rem;
    font-size: 1.35rem;
}

.dashboard-kpi-card .stat-copy small[b-dj39a4imih] {
    margin-top: 0.5625rem;
    font-size: 0.65625rem;
}

.dashboard-kpi-insight-shell[b-dj39a4imih] {
    top: 0.675rem;
    right: 0.675rem;
}

.dashboard-kpi-insight-trigger[b-dj39a4imih] {
    gap: 0.2625rem;
    padding: 0.21rem 0.45rem;
    font-size: 0.525rem;
}

.dashboard-kpi-insight-popover[b-dj39a4imih] {
    top: calc(100% + 0.4125rem);
    width: min(187.5px, 72vw);
    padding: 0.6375rem;
    border-radius: 13.5px;
    gap: 0.4125rem;
}

.dashboard-kpi-insight-row[b-dj39a4imih] {
    gap: 0.6rem;
}

.dashboard-kpi-insight-row span[b-dj39a4imih] {
    font-size: 0.585rem;
}

.dashboard-kpi-insight-row strong[b-dj39a4imih] {
    font-size: 0.63rem;
}

.dashboard-kpi-progress[b-dj39a4imih] {
    margin-top: 0.675rem;
    height: 6px;
}

.dashboard-kpi-meta[b-dj39a4imih] {
    gap: 0.4875rem;
}

.dashboard-kpi-delta[b-dj39a4imih] {
    padding: 0.135rem 0.4125rem;
    font-size: 0.555rem;
}

.dashboard-kpi-sparkline[b-dj39a4imih] {
    margin-top: 0.5625rem;
    height: 25.5px;
}

.dashboard-kpi-sparkline path[b-dj39a4imih] {
    stroke-width: 2.4375;
}

.dashboard-chart-card[b-dj39a4imih] {
    padding: 0.8625rem 0.9rem;
    border-radius: 18px;
}

.dashboard-chart-card .panel-head[b-dj39a4imih] {
    gap: 0.75rem;
    margin-bottom: 0.84375rem;
}

.dashboard-chart-card .panel-head h3[b-dj39a4imih],
.dashboard-panel .panel-head h3[b-dj39a4imih],
.dashboard-filter-modal .panel-head h3[b-dj39a4imih] {
    font-size: 0.975rem;
}

.dashboard-chart-card .panel-head span[b-dj39a4imih],
.dashboard-panel .panel-head span[b-dj39a4imih],
.dashboard-filter-modal .panel-head span[b-dj39a4imih] {
    font-size: 0.645rem;
}

.dashboard-chart-bars[b-dj39a4imih] {
    grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
    gap: 0.6375rem;
    min-height: 157.5px;
}

.dashboard-chart-bar-col[b-dj39a4imih] {
    gap: 0.4125rem;
}

.dashboard-chart-bar-value[b-dj39a4imih] {
    font-size: 0.615rem;
}

.dashboard-chart-bar-track[b-dj39a4imih] {
    max-width: 40.5px;
    height: 111px;
    border-radius: 16.5px;
    padding: 0.21rem;
}

.dashboard-chart-bar-fill[b-dj39a4imih] {
    border-radius: 13.5px;
}

.dashboard-chart-bar-label[b-dj39a4imih] {
    font-size: 0.585rem;
}

.dashboard-panel[b-dj39a4imih] {
    gap: 0.75rem;
    padding: 1.125rem;
    border-radius: 18px;
}

.dashboard-panel .panel-head[b-dj39a4imih] {
    gap: 0.75rem;
    margin-bottom: 0.84375rem;
}

.dashboard-module-list[b-dj39a4imih],
.dashboard-alert-list[b-dj39a4imih],
.dashboard-job-list[b-dj39a4imih],
.dashboard-link-grid[b-dj39a4imih] {
    gap: 0.6375rem;
}

.dashboard-module-row[b-dj39a4imih] {
    grid-template-columns: minmax(0, 1.4fr) minmax(105px, 0.9fr) auto;
    gap: 0.75rem;
    padding: 0.7125rem 0.75rem;
    border-radius: 15px;
}

.dashboard-module-title-row[b-dj39a4imih] {
    gap: 0.5625rem;
    margin-bottom: 0.1875rem;
}

.dashboard-module-badge[b-dj39a4imih],
.dashboard-job-status[b-dj39a4imih] {
    padding: 0.21rem 0.4875rem;
    font-size: 0.585rem;
}

.dashboard-module-bar[b-dj39a4imih] {
    height: 8.25px;
}

.dashboard-alert-row[b-dj39a4imih] {
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 13.5px;
}

.dashboard-alert-row strong[b-dj39a4imih],
.dashboard-link-card strong[b-dj39a4imih],
.dashboard-job-row strong[b-dj39a4imih],
.dashboard-module-row strong[b-dj39a4imih] {
    font-size: 0.75rem;
}

.dashboard-module-copy small[b-dj39a4imih],
.dashboard-module-metrics span[b-dj39a4imih],
.dashboard-job-row small[b-dj39a4imih],
.dashboard-link-card span[b-dj39a4imih],
.dashboard-health-item small[b-dj39a4imih],
.dashboard-footprint-item small[b-dj39a4imih] {
    font-size: 0.65625rem;
}

.dashboard-alert-row p[b-dj39a4imih] {
    font-size: 0.69rem;
}

.dashboard-alert-row span[b-dj39a4imih] {
    font-size: 0.615rem;
}

.dashboard-footprint-grid[b-dj39a4imih] {
    gap: 0.6375rem;
}

.dashboard-footprint-item[b-dj39a4imih],
.dashboard-health-item[b-dj39a4imih] {
    padding: 0.75rem;
    border-radius: 13.5px;
}

.dashboard-footprint-item strong[b-dj39a4imih],
.dashboard-health-item strong[b-dj39a4imih] {
    margin: 0.225rem 0 0.15rem;
    font-size: 0.8625rem;
}

.dashboard-health-stack[b-dj39a4imih] {
    gap: 0.6rem;
}

.dashboard-health-item[b-dj39a4imih],
.dashboard-job-row[b-dj39a4imih] {
    gap: 0.75rem;
}

.dashboard-health-stack.compact[b-dj39a4imih] {
    margin-bottom: 0.375rem;
}

.dashboard-job-row[b-dj39a4imih] {
    padding-top: 0.6375rem;
}

.dashboard-link-card[b-dj39a4imih] {
    gap: 0.675rem;
    padding: 0.75rem;
    border-radius: 15px;
}

.dashboard-link-card i[b-dj39a4imih] {
    font-size: 0.9rem;
}

.dashboard-filter-modal-backdrop[b-dj39a4imih] {
    padding: 0.75rem;
    backdrop-filter: blur(6px);
}

.dashboard-filter-modal[b-dj39a4imih] {
    width: min(540px, 100%);
    padding: 1.0125rem;
    border-radius: 21px;
}

.dashboard-filter-modal .panel-head[b-dj39a4imih] {
    gap: 0.75rem;
    margin-bottom: 0.84375rem;
}

.dashboard-filter-modal .erp-form-grid[b-dj39a4imih] {
    gap: 0.84375rem;
}

.dashboard-filter-modal .erp-form-field[b-dj39a4imih] {
    gap: 0.375rem;
}

.dashboard-filter-modal .field-label[b-dj39a4imih] {
    margin-bottom: 0.375rem;
    font-size: 0.66rem;
}

.dashboard-filter-modal[b-dj39a4imih]  .rz-dropdown,
.dashboard-filter-modal[b-dj39a4imih]  .rz-datepicker,
.dashboard-filter-modal[b-dj39a4imih]  .rz-inputtext {
    min-height: 30px;
    font-size: 0.75rem;
}

.dashboard-filter-modal .btn[b-dj39a4imih] {
    padding: 0.28125rem 0.5625rem;
    font-size: 0.65625rem;
}

@media (max-width: 992px) {
    .dashboard-hero-bottom[b-dj39a4imih],
    .dashboard-module-row[b-dj39a4imih] {
        grid-template-columns: 1fr;
    }
}

/* Operations dashboard production QA overrides. Keep dimensions explicit; never scale the surface. */
.operations-dashboard[b-dj39a4imih] {
    min-width: 0;
    max-width: 100%;
    gap: 1.125rem;
    color: #15213a;
}

.operations-command-bar[b-dj39a4imih] {
    flex-wrap: wrap;
    align-items: flex-start;
}

.operations-command-bar > div:first-child[b-dj39a4imih] {
    min-width: min(100%, 18rem);
}

.operations-command-bar h1[b-dj39a4imih] {
    font-size: clamp(26px, 2.4vw, 32px);
    line-height: 1.2;
}

.operations-command-bar h1:focus[b-dj39a4imih] {
    outline: 2px solid #5b4bc4;
    outline-offset: 6px;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 6px rgba(91, 75, 196, 0.14);
}

.operations-kicker[b-dj39a4imih],
.operations-panel header span[b-dj39a4imih] {
    color: #40536d;
    font-size: 14px;
    line-height: 1.35;
}

.operations-filter[b-dj39a4imih] {
    min-width: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
}

.operations-filter-field[b-dj39a4imih] {
    display: grid;
    min-width: 0;
    gap: 0.35rem;
}

.operations-filter label[b-dj39a4imih] {
    color: #40536d;
    font-size: 14px;
    line-height: 1.35;
}

.operations-filter input[b-dj39a4imih] {
    width: 10rem;
    min-height: 2.75rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.7rem;
    color: #15213a;
    font-size: 16px;
}

.operations-filter input[aria-invalid="true"][b-dj39a4imih] {
    border-color: #b42318;
    box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.operations-filter input:focus-visible[b-dj39a4imih] {
    outline: 3px solid rgba(20, 111, 224, 0.32);
    outline-offset: 1px;
    border-color: #146fe0;
}

.operations-filter button[b-dj39a4imih] {
    min-height: 2.75rem;
    margin-top: 1.55rem;
    padding: 0.55rem 0.85rem;
    font-size: 15px;
}

.operations-field-error[b-dj39a4imih] {
    width: 10rem;
    min-height: 1.1rem;
    color: #a61b1b;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.operations-load-error[b-dj39a4imih] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.85rem 1rem;
    border: 1px solid #efb2ad;
    border-radius: 0.85rem;
    background: #fff4f2;
    color: #7a211a;
    font-size: 15px;
    line-height: 1.45;
}

.operations-load-error > span[b-dj39a4imih],
.operations-load-error > div[b-dj39a4imih] {
    min-width: 0;
    flex: 1;
}

.operations-load-error-empty > div[b-dj39a4imih] {
    display: grid;
    gap: 0.2rem;
}

.operations-primary-grid[b-dj39a4imih],
.operations-split-grid[b-dj39a4imih],
.operations-work-grid[b-dj39a4imih],
.operations-lower-grid[b-dj39a4imih] {
    min-width: 0;
}

.operations-metric[b-dj39a4imih] {
    min-width: 0;
}

.operations-metric span[b-dj39a4imih] {
    min-height: 0;
    color: #294d70;
    font-size: 14px;
    line-height: 1.4;
}

.operations-metric strong[b-dj39a4imih] {
    max-width: 100%;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 0.95;
    overflow-wrap: anywhere;
}

.operations-panel h2[b-dj39a4imih],
.inventory-health-copy h2[b-dj39a4imih],
.operations-dashboard[b-dj39a4imih]  .operations-panel h2 {
    color: inherit;
    font-size: 17px;
    line-height: 1.3;
}

.operations-panel header > small[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
    line-height: 1.35;
}

.trend-legend[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
}

.bar-day[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
}

.oms-panel header span[b-dj39a4imih] {
    color: #b9ddff;
}

.oms-score-grid span[b-dj39a4imih] {
    color: #d5e5f5;
    font-size: 14px;
    line-height: 1.35;
}

.oms-score-grid strong[b-dj39a4imih] {
    font-size: 22px;
}

.oms-store-exits span[b-dj39a4imih] {
    color: #c5e4ff;
    font-size: 14px;
}

.oms-store-exits strong[b-dj39a4imih] {
    font-size: 15px;
}

.operations-dashboard[b-dj39a4imih]  .workload-values strong {
    font-size: 20px;
}

.operations-dashboard[b-dj39a4imih]  .workload-values span,
.putaway-value span[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
    line-height: 1.35;
}

.putaway-value strong[b-dj39a4imih] {
    font-size: 29px;
}

.inventory-health[b-dj39a4imih] {
    align-items: flex-start;
    gap: 0.9rem;
}

.health-ring[b-dj39a4imih] {
    --health-color: #64748b;
    width: 4.75rem;
    height: 4.75rem;
    flex-basis: 4.75rem;
    background: conic-gradient(var(--health-color) calc(var(--health) * 1%), #e2e8f0 0);
}

.inventory-health[data-health-tone="success"] .health-ring[b-dj39a4imih] {
    --health-color: #15803d;
}

.inventory-health[data-health-tone="warning"] .health-ring[b-dj39a4imih] {
    --health-color: #b45309;
}

.inventory-health[data-health-tone="danger"] .health-ring[b-dj39a4imih] {
    --health-color: #b42318;
}

.health-ring.is-no-data[b-dj39a4imih] {
    background: #e2e8f0;
}

.health-ring span[b-dj39a4imih] {
    max-width: 3.5rem;
    color: #17243a;
    font-size: 14px;
    line-height: 1.15;
    text-align: center;
}

.inventory-health-copy[b-dj39a4imih] {
    display: grid;
    min-width: 0;
    gap: 0.6rem;
}

.inventory-health-copy h2[b-dj39a4imih] {
    margin: 0;
}

.inventory-health-copy dl[b-dj39a4imih] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.inventory-health-copy dl > div[b-dj39a4imih] {
    display: grid;
    gap: 0.12rem;
}

.inventory-health-copy dt[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.inventory-health-copy dd[b-dj39a4imih] {
    margin: 0;
    color: #17243a;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
}

.inventory-health-no-data[b-dj39a4imih] {
    margin: 0;
    color: #52627a;
    font-size: 14px;
    line-height: 1.45;
}

.operations-lower-grid[b-dj39a4imih] {
    align-items: start;
}

.operations-dashboard[b-dj39a4imih]  .reason-pivot {
    align-self: start;
}

.operations-dashboard[b-dj39a4imih]  .reason-pivot header > span {
    min-width: 2rem;
    min-height: 2rem;
    font-size: 14px;
    line-height: 1;
}

.operations-dashboard[b-dj39a4imih]  .reason-list span {
    color: #40536d;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
}

.operations-dashboard[b-dj39a4imih]  .reason-list strong {
    font-size: 14px;
}

.operations-dashboard[b-dj39a4imih]  .panel-empty,
.panel-empty[b-dj39a4imih] {
    color: #52627a;
    font-size: 15px;
    line-height: 1.5;
}

.aged-list header > strong[b-dj39a4imih] {
    font-size: 18px;
    line-height: 1.2;
}

.aged-order-table-shell[b-dj39a4imih] {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.aged-order-table[b-dj39a4imih] {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 0.5rem;
    border-collapse: collapse;
}

.aged-order-table caption[b-dj39a4imih] {
    caption-side: top;
    padding: 0.65rem 0 0.45rem;
    color: #40536d;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
    text-align: left;
}

.aged-order-table th[b-dj39a4imih],
.aged-order-table td[b-dj39a4imih] {
    padding: 0.65rem 0.5rem;
    border-bottom: 1px solid #e3e9f1;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

.aged-order-table .aged-order-empty[b-dj39a4imih] {
    padding-block: 1rem;
    text-align: center;
}

.aged-order-table th[b-dj39a4imih] {
    color: #40536d;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-align: left;
}

.aged-order-table td[b-dj39a4imih] {
    color: #263a55;
    font-size: 15px;
    line-height: 1.4;
}

.aged-order-table .aged-order-column-order[b-dj39a4imih] {
    width: 34%;
}

.aged-order-table .aged-order-column-channel[b-dj39a4imih] {
    width: 24%;
}

.aged-order-table .aged-order-column-quantity[b-dj39a4imih] {
    width: 23%;
}

.aged-order-table .aged-order-column-age[b-dj39a4imih] {
    width: 19%;
}

.aged-order-table .aged-order-quantity[b-dj39a4imih],
.aged-order-table .aged-order-age[b-dj39a4imih],
.aged-order-table th:nth-child(3)[b-dj39a4imih],
.aged-order-table th:nth-child(4)[b-dj39a4imih] {
    text-align: right;
}

.aged-order-number strong[b-dj39a4imih] {
    color: #17243a;
    font-size: 15px;
}

.aged-order-age span[b-dj39a4imih] {
    display: inline-block;
    padding: 0.35rem 0.5rem;
    border-radius: 0.55rem;
    background: #fdebed;
    color: #8f2032;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.25;
    white-space: normal;
}

.operations-freshness[b-dj39a4imih] {
    color: #52627a;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 760px) {
    .operations-filter[b-dj39a4imih] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .operations-filter-field[b-dj39a4imih],
    .operations-filter input[b-dj39a4imih],
    .operations-field-error[b-dj39a4imih] {
        width: 100%;
    }

    .operations-filter button[b-dj39a4imih] {
        margin-top: 0;
    }

    .operations-load-error[b-dj39a4imih] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .operations-metric strong[b-dj39a4imih] {
        font-size: clamp(32px, 12vw, 48px);
    }
}

@media (max-width: 520px) {
    .operations-command-bar[b-dj39a4imih] {
        padding: 1rem;
    }

    .operations-filter[b-dj39a4imih] {
        grid-template-columns: minmax(0, 1fr);
    }

    .operations-filter button[b-dj39a4imih] {
        grid-column: auto;
    }

    .inventory-health[b-dj39a4imih] {
        flex-wrap: wrap;
    }

    .aged-list[b-dj39a4imih] {
        padding-inline: 0.8rem;
    }

    .aged-order-table th[b-dj39a4imih],
    .aged-order-table td[b-dj39a4imih] {
        padding-inline: 0.3rem;
    }

    .aged-order-table th[b-dj39a4imih] {
        font-size: 13px;
    }

    .aged-order-table td[b-dj39a4imih],
    .aged-order-number strong[b-dj39a4imih],
    .aged-order-age span[b-dj39a4imih] {
        font-size: 14px;
    }
}

/* User-requested dashboard density: reduce the rendered QA baseline by 10% using real dimensions. */
.operations-dashboard[b-dj39a4imih] {
    gap: 1.0125rem;
}

.operations-command-bar[b-dj39a4imih] {
    gap: 17.82px;
    padding: 17.82px 19.44px;
    border-radius: 17.82px;
    box-shadow: 0 11.34px 27.54px rgba(24, 48, 84, 0.07);
}

.operations-command-bar > div:first-child[b-dj39a4imih] {
    min-width: min(100%, 16.2rem);
}

.operations-command-bar h1[b-dj39a4imih] {
    margin: 3.24px 0 4.05px;
    font-size: clamp(23.4px, 2.16vw, 28.8px);
}

.operations-command-bar h1:focus[b-dj39a4imih] {
    outline-offset: 5.4px;
    border-radius: 0.45rem;
    box-shadow: 0 0 0 5.4px rgba(91, 75, 196, 0.14);
}

.operations-kicker[b-dj39a4imih],
.operations-panel header span[b-dj39a4imih],
.operations-dashboard[b-dj39a4imih]  .operations-panel header span {
    font-size: 12.6px;
}

.operations-filter[b-dj39a4imih] {
    gap: 0.675rem;
}

.operations-filter-field[b-dj39a4imih] {
    gap: 0.315rem;
}

.operations-filter label[b-dj39a4imih] {
    gap: 4.05px;
    font-size: 12.6px;
}

.operations-filter input[b-dj39a4imih] {
    width: 9rem;
    min-height: 2.475rem;
    padding: 0.495rem 0.63rem;
    border-radius: 0.63rem;
    font-size: 14.4px;
}

.operations-filter input[aria-invalid="true"][b-dj39a4imih] {
    box-shadow: 0 0 0 2.7px rgba(180, 35, 24, 0.12);
}

.operations-filter input:focus-visible[b-dj39a4imih] {
    outline-width: 2.7px;
    outline-offset: 0.9px;
}

.operations-filter button[b-dj39a4imih] {
    min-height: 2.475rem;
    margin-top: 1.395rem;
    gap: 5.67px;
    padding: 0.495rem 0.765rem;
    border-radius: 8.91px;
    font-size: 13.5px;
}

.operations-field-error[b-dj39a4imih] {
    width: 9rem;
    min-height: 0.99rem;
    font-size: 12.6px;
}

.operations-load-error[b-dj39a4imih] {
    gap: 0.675rem;
    padding: 0.765rem 0.9rem;
    border-radius: 0.765rem;
    font-size: 13.5px;
}

.operations-primary-grid[b-dj39a4imih],
.operations-split-grid[b-dj39a4imih],
.operations-work-grid[b-dj39a4imih],
.operations-lower-grid[b-dj39a4imih] {
    gap: 9.72px;
}

.operations-metric[b-dj39a4imih] {
    min-height: 102.06px;
    grid-template-columns: 34.02px minmax(0, 1fr);
    gap: 10.53px;
    padding: 14.58px;
    border-radius: 15.39px;
    box-shadow: 0 9.72px 22.68px rgba(24, 94, 180, 0.12);
}

.operations-metric .metric-icon[b-dj39a4imih] {
    width: 34.02px;
    height: 34.02px;
    border-radius: 10.53px;
    font-size: 11.34px;
}

.operations-metric > div:last-child[b-dj39a4imih] {
    gap: 3.6px;
}

.operations-metric span[b-dj39a4imih] {
    font-size: 12.6px;
}

.operations-metric strong[b-dj39a4imih] {
    font-size: clamp(30.6px, 3.6vw, 43.2px);
}

.operations-split-grid[b-dj39a4imih] {
    grid-template-columns: minmax(0, 1.65fr) minmax(226.8px, 0.75fr);
}

.operations-panel[b-dj39a4imih],
.operations-dashboard[b-dj39a4imih]  .operations-panel {
    padding: 14.58px;
    border-radius: 15.39px;
    box-shadow: 0 9.72px 22.68px rgba(24, 48, 84, 0.055);
}

.operations-panel header[b-dj39a4imih],
.operations-dashboard[b-dj39a4imih]  .operations-panel header {
    gap: 9.72px;
}

.operations-panel h2[b-dj39a4imih],
.inventory-health-copy h2[b-dj39a4imih],
.operations-dashboard[b-dj39a4imih]  .operations-panel h2 {
    font-size: 15.3px;
}

.operations-panel header > small[b-dj39a4imih] {
    font-size: 12.6px;
}

.trend-legend[b-dj39a4imih] {
    gap: 12.96px;
    margin-top: 6.48px;
    font-size: 12.6px;
}

.operations-bar-chart[b-dj39a4imih] {
    height: 144.18px;
    grid-auto-columns: minmax(27.54px, 1fr);
    gap: 8.1px;
    margin-top: 6.48px;
    padding: 6.48px 1.8px 0;
}

.bar-day[b-dj39a4imih] {
    grid-template-rows: 1fr 22.68px;
    gap: 4.86px;
    font-size: 12.6px;
}

.oms-panel header i[b-dj39a4imih] {
    font-size: 1.0125rem;
}

.oms-score-grid[b-dj39a4imih] {
    gap: 7.29px;
    margin-top: 16.2px;
}

.oms-score-grid > div[b-dj39a4imih] {
    padding: 10.53px 8.1px;
    border-radius: 11.34px;
}

.oms-score-grid span[b-dj39a4imih] {
    font-size: 12.6px;
}

.oms-score-grid strong[b-dj39a4imih] {
    margin-top: 4.86px;
    font-size: 19.8px;
}

.oms-store-exits[b-dj39a4imih] {
    gap: 5.67px;
    margin-top: 8.1px;
    padding-top: 8.1px;
}

.oms-store-exits > div[b-dj39a4imih] {
    min-width: 56.7px;
    gap: 7.29px;
    padding: 5.67px 7.29px;
    border-radius: 8.1px;
}

.oms-store-exits span[b-dj39a4imih] {
    font-size: 12.6px;
}

.oms-store-exits strong[b-dj39a4imih] {
    font-size: 13.5px;
}

.operations-dashboard[b-dj39a4imih]  .workload-card header i {
    font-size: 0.81rem;
}

.operations-dashboard[b-dj39a4imih]  .workload-values {
    gap: 6.48px;
    margin-top: 12.15px;
}

.operations-dashboard[b-dj39a4imih]  .workload-values > div {
    padding: 8.91px;
    border-radius: 10.53px;
}

.operations-dashboard[b-dj39a4imih]  .workload-values strong {
    font-size: 18px;
}

.operations-dashboard[b-dj39a4imih]  .workload-values span,
.putaway-value span[b-dj39a4imih] {
    font-size: 12.6px;
}

.putaway-value[b-dj39a4imih] {
    gap: 6.48px;
    margin-top: 12.15px;
    padding: 8.91px;
    border-radius: 10.53px;
}

.putaway-value strong[b-dj39a4imih] {
    font-size: 26.1px;
}

.inventory-health[b-dj39a4imih] {
    gap: 0.81rem;
}

.health-ring[b-dj39a4imih] {
    width: 4.275rem;
    height: 4.275rem;
    flex-basis: 4.275rem;
}

.health-ring[b-dj39a4imih]::after {
    inset: 6.48px;
}

.health-ring span[b-dj39a4imih] {
    max-width: 3.15rem;
    font-size: 12.6px;
}

.inventory-health-copy[b-dj39a4imih] {
    gap: 0.54rem;
}

.inventory-health-copy dl[b-dj39a4imih] {
    gap: 0.495rem;
}

.inventory-health-copy dl > div[b-dj39a4imih] {
    gap: 0.108rem;
}

.inventory-health-copy dt[b-dj39a4imih] {
    font-size: 12.6px;
}

.inventory-health-copy dd[b-dj39a4imih] {
    font-size: 13.5px;
}

.inventory-health-no-data[b-dj39a4imih] {
    font-size: 12.6px;
}

.operations-dashboard[b-dj39a4imih]  .reason-pivot header > span {
    min-width: 1.8rem;
    min-height: 1.8rem;
    font-size: 12.6px;
}

.operations-dashboard[b-dj39a4imih]  .reason-list {
    gap: 7.29px;
    margin-top: 11.34px;
}

.operations-dashboard[b-dj39a4imih]  .reason-list > div {
    grid-template-columns: minmax(0, 1fr) 25.92px;
    gap: 6.48px;
    padding-bottom: 4.86px;
}

.operations-dashboard[b-dj39a4imih]  .reason-list span,
.operations-dashboard[b-dj39a4imih]  .reason-list strong {
    font-size: 12.6px;
}

.operations-dashboard[b-dj39a4imih]  .panel-empty,
.panel-empty[b-dj39a4imih] {
    margin-top: 14.58px;
    font-size: 13.5px;
}

.aged-list header > strong[b-dj39a4imih] {
    font-size: 16.2px;
}

.aged-order-table[b-dj39a4imih] {
    margin-top: 0.45rem;
}

.aged-order-table caption[b-dj39a4imih] {
    padding: 0.585rem 0 0.405rem;
    font-size: 12.6px;
}

.aged-order-table th[b-dj39a4imih],
.aged-order-table td[b-dj39a4imih] {
    padding: 0.585rem 0.45rem;
}

.aged-order-table .aged-order-empty[b-dj39a4imih] {
    padding-block: 0.9rem;
}

.aged-order-table th[b-dj39a4imih] {
    font-size: 11.7px;
}

.aged-order-table td[b-dj39a4imih],
.aged-order-number strong[b-dj39a4imih] {
    font-size: 13.5px;
}

.aged-order-age span[b-dj39a4imih] {
    padding: 0.315rem 0.45rem;
    border-radius: 0.495rem;
    font-size: 12.6px;
}

.operations-freshness[b-dj39a4imih] {
    gap: 5.67px;
    font-size: 12.6px;
}

@media (max-width: 760px) {
    .operations-filter button[b-dj39a4imih] {
        margin-top: 0;
    }

    .operations-metric[b-dj39a4imih] {
        min-height: 90.9px;
    }

    .operations-metric strong[b-dj39a4imih] {
        font-size: clamp(28.8px, 10.8vw, 43.2px);
    }
}

@media (max-width: 520px) {
    .operations-command-bar[b-dj39a4imih] {
        padding: 0.9rem;
    }

    .aged-list[b-dj39a4imih] {
        padding-inline: 0.72rem;
    }

    .aged-order-table th[b-dj39a4imih],
    .aged-order-table td[b-dj39a4imih] {
        padding-inline: 0.27rem;
    }

    .aged-order-table th[b-dj39a4imih] {
        font-size: 11.7px;
    }

    .aged-order-table td[b-dj39a4imih],
    .aged-order-number strong[b-dj39a4imih],
    .aged-order-age span[b-dj39a4imih] {
        font-size: 12.6px;
    }
}
/* /Components/Pages/InboundFreeEntry.razor.rz.scp.css */
.panel-head.inbound-selection-head[b-bom9ynpud1] {
    margin-bottom: 1rem;
}

.inbound-feedback[b-bom9ynpud1] {
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 700;
    padding: 0.8rem 1rem;
}

.inbound-feedback-success[b-bom9ynpud1] {
    background: #e9f7ef;
    border-color: #7fd3a6;
    color: #14532d;
}

.inbound-feedback-warning[b-bom9ynpud1] {
    background: #fff4e5;
    border-color: #f4b860;
    color: #7a3e00;
}

[b-bom9ynpud1] .inbound-row-scanned td {
    background: #dff6e8 !important;
    border-top: 2px solid #2f9e44 !important;
    border-bottom: 2px solid #2f9e44 !important;
}

.inbound-modal-backdrop[b-bom9ynpud1] {
    align-items: center;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 2000;
}

.inbound-modal[b-bom9ynpud1] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    max-width: 420px;
    padding: 1.25rem;
    width: 100%;
}

.inbound-modal h4[b-bom9ynpud1] {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.inbound-modal p[b-bom9ynpud1] {
    color: #334155;
    margin: 0;
}

.inbound-modal-actions[b-bom9ynpud1] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.inbound-bottom-actions[b-bom9ynpud1] {
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
}

.inbound-modal-wide[b-bom9ynpud1] {
    max-width: 560px;
}

.inbound-erp-form[b-bom9ynpud1] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.erp-form-field-full[b-bom9ynpud1] {
    grid-column: 1 / -1;
}

.inbound-complete-done[b-bom9ynpud1] {
    background: #e9f7ef;
    border-color: #2f9e44;
    color: #14532d;
    font-weight: 800;
}

.inbound-line-actions[b-bom9ynpud1] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    white-space: nowrap;
}

.inbound-photo-thumb[b-bom9ynpud1],
[b-bom9ynpud1] .inbound-photo-thumb {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    max-height: 48px;
    max-width: 48px;
    overflow: hidden;
    padding: 0;
    width: 48px;
}

.inbound-photo-thumb img[b-bom9ynpud1],
[b-bom9ynpud1] .inbound-photo-thumb img {
    display: block;
    height: 48px !important;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px;
    object-fit: cover;
    width: 48px !important;
}

.inbound-photo-placeholder[b-bom9ynpud1],
[b-bom9ynpud1] .inbound-photo-placeholder {
    align-items: center;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    display: inline-flex;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    max-height: 48px;
    max-width: 48px;
    width: 48px;
}

[b-bom9ynpud1] .inbound-photo-placeholder i {
    font-size: 1.25rem;
}

.inbound-photo-backdrop[b-bom9ynpud1] {
    align-items: center;
    background: rgba(15, 23, 42, 0.72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    z-index: 2200;
}

.inbound-photo-dialog[b-bom9ynpud1] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.38);
    max-height: calc(100vh - 3rem);
    max-width: min(900px, 96vw);
    padding: 1rem;
    position: relative;
}

.inbound-photo-dialog img[b-bom9ynpud1] {
    border-radius: 8px;
    display: block;
    max-height: calc(100vh - 8rem);
    max-width: 100%;
    object-fit: contain;
}

.inbound-photo-close[b-bom9ynpud1] {
    margin-bottom: 0.75rem;
}

@media (max-width: 768px) {
    .inbound-bottom-actions[b-bom9ynpud1] {
        flex-direction: column;
    }

    .inbound-erp-form[b-bom9ynpud1] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/InboundOrderBased.razor.rz.scp.css */
.inbound-order-based-page[b-dyficqq3i8] {
    display: grid;
    font-size: 0.8075rem;
    gap: 17px;
    min-width: 0;
    width: 100%;
}

.inbound-order-based-page > .panel-card[b-dyficqq3i8] {
    border-radius: 17px;
    min-width: 0;
    padding: 17px;
}

.inbound-scan-panel--sticky[b-dyficqq3i8] {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    position: sticky;
    top: 12px;
    z-index: 1050;
}

.inbound-open-receipts-launch[b-dyficqq3i8] {
    display: flex;
    justify-content: flex-end;
}

.inbound-open-receipts-launch .btn[b-dyficqq3i8] {
    align-items: center;
    display: inline-flex;
    gap: 7px;
}

.inbound-open-receipts-count[b-dyficqq3i8] {
    align-items: center;
    background: #146fe0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    justify-content: center;
    min-height: 20px;
    min-width: 20px;
    padding: 1px 6px;
}

.inbound-open-receipts-dialog[b-dyficqq3i8] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.inbound-open-receipts-dialog .iw-modal-header[b-dyficqq3i8] {
    flex: 0 0 auto;
    margin-bottom: 12px;
}

.inbound-open-receipts-dialog .support-copy[b-dyficqq3i8] {
    margin: 4px 0 0;
}

.inbound-open-receipts-dialog-body[b-dyficqq3i8] {
    min-height: 0;
    overflow: auto;
}

.inbound-open-receipts-grid[b-dyficqq3i8] {
    max-width: 100%;
    overflow: auto;
}

.inbound-erp-shipment-dialog[b-dyficqq3i8] {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    overflow: hidden;
}

.inbound-erp-shipment-dialog .iw-modal-header[b-dyficqq3i8] {
    flex: 0 0 auto;
    margin-bottom: 12px;
}

.inbound-erp-shipment-dialog .support-copy[b-dyficqq3i8] {
    margin: 4px 0 0;
}

.inbound-erp-shipment-dialog-body[b-dyficqq3i8] {
    min-height: 0;
    overflow-y: auto;
}

.inbound-auto-number-option[b-dyficqq3i8] {
    align-items: flex-start;
    background: #f3f8ff;
    border: 1px solid #cfe0f7;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    padding: 12px;
}

.inbound-auto-number-option input[b-dyficqq3i8] {
    accent-color: #146fe0;
    height: 17px;
    margin-top: 2px;
    width: 17px;
}

.inbound-auto-number-option span[b-dyficqq3i8] {
    display: grid;
    gap: 3px;
}

.inbound-auto-number-option strong[b-dyficqq3i8] {
    color: #10233f;
    font-size: 0.82rem;
}

.inbound-auto-number-option small[b-dyficqq3i8] {
    color: #64748b;
    font-size: 0.73rem;
    line-height: 1.4;
}

.inbound-erp-shipment-validation[b-dyficqq3i8] {
    background: #fff2f2;
    border: 1px solid #ffc9c9;
    border-radius: 8px;
    color: #b42318;
    font-size: 0.76rem;
    margin-top: 10px;
    padding: 9px 11px;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-open-receipts-grid .rz-grid-table {
    min-width: 975px;
    table-layout: fixed;
}

.inbound-order-based-page .row.g-3[b-dyficqq3i8] {
    --bs-gutter-x: 0.85rem;
    --bs-gutter-y: 0.85rem;
}

.inbound-order-based-page .panel-head[b-dyficqq3i8] {
    gap: 13.6px;
    margin-bottom: 15.3px;
}

.inbound-order-based-page .panel-head.inbound-selection-head[b-dyficqq3i8] {
    margin-bottom: 13.6px;
}

.inbound-order-based-page h3[b-dyficqq3i8] {
    font-size: 0.867rem;
    line-height: 1.2;
}

.inbound-order-based-page .support-copy[b-dyficqq3i8] {
    font-size: 0.7225rem;
    line-height: 1.35;
    margin-top: 4px;
}

.inbound-order-based-page .form-label[b-dyficqq3i8],
.inbound-order-based-page .field-label[b-dyficqq3i8] {
    font-size: 0.8075rem;
    line-height: 1.3;
    margin-bottom: 3.4px;
}

.inbound-order-based-page .form-control[b-dyficqq3i8],
.inbound-order-based-page .form-select[b-dyficqq3i8] {
    border-radius: 4.5px;
    font-size: 0.85rem;
    min-height: 28.5px;
    padding: 4.5px 8.9px;
}

.inbound-order-based-page .form-select[b-dyficqq3i8] {
    background-position: right 0.64rem center;
    background-size: 13.6px 10.2px;
    padding-right: 25.5px;
}

.inbound-order-based-page .btn[b-dyficqq3i8] {
    border-radius: 6px;
    font-size: 0.85rem;
    line-height: 1.35;
    padding: 5.95px 11.9px;
}

.inbound-order-based-page .btn-lg[b-dyficqq3i8] {
    font-size: 1.0625rem;
    min-height: 35.9px;
    padding: 5.95px 11.9px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-dropdown,
.inbound-order-based-page[b-dyficqq3i8]  .rz-numeric {
    border-radius: 4.5px;
    font-size: 0.85rem;
    min-height: 28.5px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-dropdown-label,
.inbound-order-based-page[b-dyficqq3i8]  .rz-inputtext {
    font-size: 0.85rem;
    line-height: 1.35;
    padding: 4.5px 8.9px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-dropdown-trigger,
.inbound-order-based-page[b-dyficqq3i8]  .rz-spinner-button {
    width: 27.2px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-data-grid {
    border-radius: 8.5px;
    max-width: 100%;
    overflow: auto;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-grid-table {
    font-size: 0.8075rem;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-grid-table {
    min-width: 1437px;
    table-layout: fixed;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-grid-table thead th {
    font-size: 0.8075rem;
    height: 36.6px;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-grid-table thead th {
    height: auto;
    min-height: 44px;
    vertical-align: middle;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-column-title,
.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-column-title-content {
    line-height: 1.25;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-cell-data {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inbound-order-based-page[b-dyficqq3i8]  .inbound-lines-grid .rz-column-resizer {
    cursor: col-resize;
    width: 8px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-grid-table th .rz-column-title-content {
    padding: 6.4px 11.9px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-grid-table tbody td {
    font-size: 0.8075rem;
    padding: 7.4px 11.9px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-paginator {
    font-size: 0.8075rem;
    min-height: 34px;
    padding: 5.1px 8.5px;
}

.inbound-order-based-page[b-dyficqq3i8]  .rz-paginator-element {
    font-size: 0.8075rem;
    height: 27.2px;
    min-width: 27.2px;
}

.inbound-feedback[b-dyficqq3i8] {
    border: 1px solid transparent;
    border-radius: 6.8px;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.68rem 0.85rem;
}

.inbound-feedback-success[b-dyficqq3i8] {
    background: #e9f7ef;
    border-color: #7fd3a6;
    color: #14532d;
}

.inbound-feedback-warning[b-dyficqq3i8] {
    background: #fff4e5;
    border-color: #f4b860;
    color: #7a3e00;
}

[b-dyficqq3i8] .inbound-row-scanned td {
    background: #dff6e8 !important;
    border-top: 2px solid #2f9e44 !important;
    border-bottom: 2px solid #2f9e44 !important;
}




.inbound-modal-backdrop[b-dyficqq3i8] {
    align-items: center;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 0.85rem;
    position: fixed;
    z-index: 2000;
}

.inbound-modal[b-dyficqq3i8] {
    background: #ffffff;
    border-radius: 6.8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    max-width: 357px;
    padding: 1.0625rem;
    width: 100%;
}

.inbound-modal h4[b-dyficqq3i8] {
    font-size: 0.935rem;
    font-weight: 800;
    margin: 0 0 0.6375rem;
}

.inbound-modal p[b-dyficqq3i8] {
    color: #334155;
    font-size: 0.85rem;
    margin: 0;
}

.inbound-modal-actions[b-dyficqq3i8] {
    display: flex;
    gap: 0.6375rem;
    justify-content: flex-end;
    margin-top: 1.0625rem;
}

.inbound-bottom-actions[b-dyficqq3i8] {
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.6375rem;
    justify-content: flex-end;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.inbound-modal-wide[b-dyficqq3i8] {
    max-width: 476px;
}

.inbound-erp-form[b-dyficqq3i8] {
    margin-top: 0.85rem;
}

@media (max-width: 768px) {
    .inbound-scan-panel--sticky[b-dyficqq3i8] {
        top: 6px;
    }

    .inbound-bottom-actions[b-dyficqq3i8] {
        flex-direction: column;
    }
}

.inbound-complete-done[b-dyficqq3i8] {
    background: #e9f7ef;
    border-color: #2f9e44;
    color: #14532d;
    font-weight: 800;
}

.inbound-photo-thumb[b-dyficqq3i8],
[b-dyficqq3i8] .inbound-photo-thumb {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dbe3ef;
    border-radius: 6.8px;
    display: inline-flex;
    height: 41px;
    justify-content: center;
    max-height: 41px;
    max-width: 41px;
    overflow: hidden;
    padding: 0;
    width: 41px;
}

.inbound-photo-thumb img[b-dyficqq3i8],
[b-dyficqq3i8] .inbound-photo-thumb img {
    display: block;
    height: 41px !important;
    max-height: 41px;
    max-width: 41px;
    min-height: 41px;
    min-width: 41px;
    object-fit: cover;
    width: 41px !important;
}

.inbound-photo-placeholder[b-dyficqq3i8],
[b-dyficqq3i8] .inbound-photo-placeholder {
    align-items: center;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6.8px;
    color: #64748b;
    display: inline-flex;
    font-weight: 800;
    height: 41px;
    justify-content: center;
    max-height: 41px;
    max-width: 41px;
    width: 41px;
}

[b-dyficqq3i8] .inbound-photo-placeholder i {
    font-size: 1.0625rem;
}

.inbound-photo-backdrop[b-dyficqq3i8] {
    align-items: center;
    background: rgba(15, 23, 42, 0.72);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.275rem;
    position: fixed;
    z-index: 2200;
}

.inbound-photo-dialog[b-dyficqq3i8] {
    background: #ffffff;
    border-radius: 6.8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.38);
    max-height: calc(100vh - 2.55rem);
    max-width: min(765px, 96vw);
    padding: 0.85rem;
    position: relative;
}

.inbound-photo-dialog img[b-dyficqq3i8] {
    border-radius: 6.8px;
    display: block;
    max-height: calc(100vh - 6.8rem);
    max-width: 100%;
    object-fit: contain;
}

.inbound-photo-close[b-dyficqq3i8] {
    margin-bottom: 0.6375rem;
}
/* /Components/Pages/InboundReceipts.razor.rz.scp.css */
.inbound-receipt-dialog-backdrop[b-xuyr3wxroz] {
    align-items: center;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 2000;
}

.inbound-receipts-page[b-xuyr3wxroz] {
    min-width: 0;
}

.inbound-receipts-toolbar[b-xuyr3wxroz] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.inbound-receipts-search-wrap[b-xuyr3wxroz] {
    align-items: center;
    display: flex;
    flex: 1 1 420px;
    max-width: 620px;
    position: relative;
}

.inbound-receipts-search-wrap > i[b-xuyr3wxroz] {
    color: #64748b;
    left: 0.9rem;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.inbound-receipts-search[b-xuyr3wxroz] {
    min-height: 42px;
    padding-left: 2.55rem;
}

.inbound-receipts-toolbar-meta[b-xuyr3wxroz] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.9rem;
}

.inbound-receipts-grid-shell[b-xuyr3wxroz] {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid {
    min-width: 2140px;
}

.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid .rz-grid-table {
    table-layout: fixed;
}

.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid .rz-column-title,
.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid td {
    font-size: 0.9rem;
    line-height: 1.35;
}

.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid th {
    background: #f8fafc;
    vertical-align: top;
}

.inbound-receipts-page[b-xuyr3wxroz]  .inbound-receipts-grid td {
    height: 58px;
    padding-block: 0.7rem;
}

.inbound-grid-header[b-xuyr3wxroz] {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
    width: 100%;
}

.inbound-grid-header > span[b-xuyr3wxroz] {
    color: #0f172a;
    font-weight: 700;
    min-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inbound-grid-filter[b-xuyr3wxroz] {
    font-size: 0.78rem;
    min-height: 32px;
    width: 100%;
}

.inbound-receipts-page[b-xuyr3wxroz]  button.inbound-cell-value {
    background: transparent;
    border: 0;
    color: #24324a;
    cursor: pointer;
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding: 0.25rem 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inbound-receipts-page[b-xuyr3wxroz]  button.inbound-cell-value:hover {
    color: #146fe0;
    text-decoration: underline;
}

.inbound-receipts-page[b-xuyr3wxroz]  button.inbound-cell-value:focus-visible {
    border-radius: 4px;
    outline: 2px solid #146fe0;
    outline-offset: 2px;
}

.inbound-receipt-type[b-xuyr3wxroz] {
    color: #334155;
    font-weight: 650;
}

.status-badge.status-muted[b-xuyr3wxroz] {
    background: #eef2f7;
    color: #526174;
}

.status-badge.status-warning[b-xuyr3wxroz] {
    background: #fff3d6;
    color: #9a5b00;
}

.status-badge.status-inactive[b-xuyr3wxroz] {
    background: #fee8eb;
    color: #b4233c;
}

.inbound-value-dialog-content[b-xuyr3wxroz] {
    color: #172033;
    font-size: 1rem;
    line-height: 1.6;
    max-height: min(45vh, 360px);
    overflow: auto;
    padding: 1.25rem;
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
}

.inbound-receipt-dialog[b-xuyr3wxroz] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 1.5rem);
    max-width: 1480px;
    overflow: hidden;
    width: min(1480px, 98vw);
}

.inbound-receipt-dialog-head[b-xuyr3wxroz] {
    align-items: flex-start;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.25rem;
}

.inbound-receipt-dialog-head h3[b-xuyr3wxroz] {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
}

.inbound-receipt-dialog-body[b-xuyr3wxroz] {
    overflow: auto;
    padding: 1.25rem;
}

.inbound-detail-tabs[b-xuyr3wxroz] {
    align-items: center;
    border-bottom: 1px solid #dbe3ef;
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0 1.25rem;
}

.inbound-detail-tab[b-xuyr3wxroz] {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #475569;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.inbound-detail-tab-active[b-xuyr3wxroz] {
    border-bottom-color: #2563eb;
    color: #1d4ed8;
}

.inbound-detail-tab-panel[b-xuyr3wxroz] {
    min-height: 440px;
}

.inbound-history-panel[b-xuyr3wxroz] {
    max-width: 980px;
}

.inbound-erp-modal-backdrop[b-xuyr3wxroz] {
    align-items: center;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 2100;
}

.inbound-erp-modal[b-xuyr3wxroz] {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.34);
    max-width: 560px;
    overflow: hidden;
    width: min(560px, 94vw);
}

.inbound-erp-modal-head[b-xuyr3wxroz] {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 1.25rem 0.9rem;
}

.inbound-erp-modal-head h4[b-xuyr3wxroz] {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.inbound-erp-modal-head p[b-xuyr3wxroz] {
    color: #64748b;
    margin: 0;
}

.inbound-erp-modal-body[b-xuyr3wxroz] {
    padding: 1.25rem;
}

.inbound-erp-form[b-xuyr3wxroz] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.erp-form-field-full[b-xuyr3wxroz] {
    grid-column: 1 / -1;
}

.inbound-erp-modal-actions[b-xuyr3wxroz] {
    align-items: center;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 1rem 1.25rem;
}

.inbound-erp-result-modal[b-xuyr3wxroz] {
    max-width: 460px;
    width: min(460px, 94vw);
}

.inbound-erp-result-number[b-xuyr3wxroz] {
    background: #eef6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #1e3a8a;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 1rem;
    text-align: center;
    word-break: break-word;
}

@media (max-width: 768px) {
    .inbound-receipts-toolbar[b-xuyr3wxroz] {
        align-items: stretch;
        flex-direction: column;
    }

    .inbound-receipts-search-wrap[b-xuyr3wxroz] {
        flex-basis: auto;
        max-width: none;
    }

    .inbound-receipts-toolbar-meta[b-xuyr3wxroz] {
        justify-content: space-between;
    }

    .inbound-receipt-dialog-backdrop[b-xuyr3wxroz] {
        align-items: stretch;
        padding: 0.5rem;
    }

    .inbound-receipt-dialog[b-xuyr3wxroz] {
        max-height: calc(100vh - 1rem);
        width: 100%;
    }

    .inbound-receipt-dialog-head[b-xuyr3wxroz] {
        flex-direction: column;
    }

    .inbound-erp-modal-backdrop[b-xuyr3wxroz] {
        align-items: flex-start;
        padding: 4rem 0.75rem 0.75rem;
    }

    .inbound-erp-form[b-xuyr3wxroz] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/InventoryAdjustments.razor.rz.scp.css */
.panel-card[b-x4q99474o7] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.adjustment-toolbar[b-x4q99474o7] {
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    max-width: 100%;
}

.adjustment-subtitle[b-x4q99474o7] {
    margin: 0.35rem 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.adjustment-toolbar-actions[b-x4q99474o7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.adjustment-search[b-x4q99474o7] {
    flex: 1 1 320px;
    max-width: 500px;
    min-width: 220px;
}

.adjustment-warehouse-filter[b-x4q99474o7] {
    flex: 0 1 260px;
    min-width: 210px;
}

.adjustment-toolbar-button[b-x4q99474o7] {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
    justify-content: center;
    min-height: 2.5rem;
    white-space: nowrap;
}

.adjustment-toolbar-actions .adjustment-toolbar-button.btn-primary[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-primary > span[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-primary > i[b-x4q99474o7] {
    color: #fff !important;
}

.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):hover[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):hover > span[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):hover > i[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):focus-visible[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):focus-visible > span[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-success:not(:disabled):focus-visible > i[b-x4q99474o7] {
    color: #fff !important;
}

.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):hover[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):hover > span[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):hover > i[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):focus-visible[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):focus-visible > span[b-x4q99474o7],
.adjustment-toolbar-actions .adjustment-toolbar-button.btn-outline-dark:not(.disabled):focus-visible > i[b-x4q99474o7] {
    color: #fff !important;
}

.adjustment-filter-field[b-x4q99474o7] {
    min-width: 260px;
}

.adjustment-list-grid-shell[b-x4q99474o7] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.adjustment-list-grid-shell[b-x4q99474o7]  .adjustment-list-grid { min-width: 1240px; }
.adjustment-list-grid-shell[b-x4q99474o7]  .rz-datatable-tablewrapper { overflow-x: visible; }

.adjustment-list-grid-shell[b-x4q99474o7]  button.adjustment-cell-value {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adjustment-list-grid-shell[b-x4q99474o7]  button.adjustment-cell-value:hover {
    color: #146fe0;
}

.adjustment-list-grid-shell[b-x4q99474o7]  button.adjustment-cell-value:focus:not(:focus-visible) {
    outline: 0 !important;
}

.adjustment-list-grid-shell[b-x4q99474o7]  button.adjustment-cell-value:focus-visible {
    border-radius: 0.25rem;
    outline: 2px solid #146fe0 !important;
    outline-offset: 2px;
}

.adjustment-list-grid-shell[b-x4q99474o7]  .erp-grid-actions .user-action-button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #b8d4f6;
    border-radius: 0.55rem;
    outline: 0;
    background: #f3f8ff;
    box-shadow: none;
    color: #146fe0;
}

.adjustment-list-grid-shell[b-x4q99474o7]  .erp-grid-actions .user-action-button:hover,
.adjustment-list-grid-shell[b-x4q99474o7]  .erp-grid-actions .user-action-button:focus-visible {
    border-color: #146fe0;
    background: #146fe0;
    color: #fff;
}

.adjustment-list-grid-shell[b-x4q99474o7]  .erp-grid-actions .user-action-button:focus-visible {
    outline: 2px solid rgba(20, 111, 224, 0.35);
    outline-offset: 2px;
}

.adjustment-list-grid-shell[b-x4q99474o7]  .erp-grid-actions .user-action-button:focus:not(:focus-visible) {
    outline: 0;
}

.adjustment-difference-pill[b-x4q99474o7] {
    display: inline-flex;
    min-width: 4.5rem;
    justify-content: flex-end;
    border-radius: 999px;
    padding: 0.18rem 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.adjustment-difference-pill.positive[b-x4q99474o7] { background: #e8f7ee; color: #178246; }
.adjustment-difference-pill.negative[b-x4q99474o7] { background: #fff0f1; color: #c93a47; }
.adjustment-difference-pill.neutral[b-x4q99474o7] { background: #eef2f7; color: #667085; }

.user-action-button.warning[b-x4q99474o7] { color: #b7791f; }
.adjustment-full-value[b-x4q99474o7] { margin: 0; padding: 1.25rem 1.5rem 1.5rem; line-height: 1.65; overflow-wrap: anywhere; user-select: text; }

.adjustment-import-status[b-x4q99474o7] {
    display: grid;
    gap: 0.85rem;
    padding: 0 1rem 1rem;
}

.adjustment-import-progress[b-x4q99474o7],
.adjustment-import-result[b-x4q99474o7] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
    background: #f8fafc;
}

.adjustment-import-result.has-errors[b-x4q99474o7] {
    border-color: rgba(217, 119, 6, 0.32);
    background: #fffbeb;
}

.adjustment-import-result.is-failed[b-x4q99474o7] {
    border-color: rgba(220, 38, 38, 0.32);
    background: #fef2f2;
    color: #991b1b;
}

.adjustment-import-result.is-failed > div > i[b-x4q99474o7] {
    margin-top: 0.1rem;
    font-size: 1.15rem;
}

.adjustment-progress-bar[b-x4q99474o7] {
    height: 0.55rem;
}

.adjustment-master-grid[b-x4q99474o7] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.adjustment-lines-head[b-x4q99474o7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin: 1.5rem 0 1rem;
}

.adjustment-grid-shell[b-x4q99474o7] {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.adjustment-grid-shell :deep(.adjustment-entry-grid)[b-x4q99474o7] {
    min-width: 1900px;
}

.adjustment-grid-shell :deep(.adjustment-entry-grid .rz-datatable-tablewrapper)[b-x4q99474o7] {
    overflow-x: visible;
}

.adjustment-grid-shell :deep(.adjustment-entry-grid table)[b-x4q99474o7] {
    width: 100%;
}

.adjustment-grid-shell :deep(.adjustment-entry-grid .rz-cell-data)[b-x4q99474o7],
.adjustment-grid-shell :deep(.adjustment-entry-grid .rz-column-title-content)[b-x4q99474o7] {
    white-space: nowrap;
}

.adjustment-entry-grid .rz-cell-data[b-x4q99474o7],
.adjustment-entry-grid .rz-cell-data .form-control[b-x4q99474o7],
.adjustment-entry-grid .rz-cell-data .form-select[b-x4q99474o7] {
    font-size: 0.92rem;
}

.adjustment-product-cell[b-x4q99474o7] {
    display: grid;
    gap: 0.45rem;
}

.adjustment-lookup-row[b-x4q99474o7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
    align-items: center;
}

.adjustment-lookup-button[b-x4q99474o7] {
    min-width: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.adjustment-cell-help[b-x4q99474o7] {
    min-height: 1rem;
    color: #64748b;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adjustment-chip-row[b-x4q99474o7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.adjustment-chip[b-x4q99474o7] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
}

.adjustment-detail-grid[b-x4q99474o7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.adjustment-detail-card[b-x4q99474o7] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    padding: 1rem;
    background: #f8fafc;
}

.adjustment-detail-card span[b-x4q99474o7] {
    display: block;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.adjustment-empty-state[b-x4q99474o7] {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
    text-align: center;
    color: #64748b;
}

.adjustment-empty-state i[b-x4q99474o7] {
    font-size: 2.25rem;
    color: #2563eb;
}

.adjustment-product-dialog[b-x4q99474o7] {
    max-width: 980px;
}

.adjustment-slip-dialog[b-x4q99474o7] {
    max-width: 1180px;
}

.adjustment-slip-chip-row[b-x4q99474o7] {
    margin-bottom: 1rem;
}

.adjustment-dialog-toolbar[b-x4q99474o7] {
    margin-bottom: 1rem;
}

.adjustment-dialog-actions[b-x4q99474o7] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .adjustment-master-grid[b-x4q99474o7],
    .adjustment-detail-grid[b-x4q99474o7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .adjustment-toolbar[b-x4q99474o7],
    .adjustment-lines-head[b-x4q99474o7] {
        flex-direction: column;
        align-items: stretch;
    }

    .adjustment-toolbar-actions[b-x4q99474o7] { align-items: stretch; flex-direction: column; }
    .adjustment-search[b-x4q99474o7],
    .adjustment-warehouse-filter[b-x4q99474o7] { flex-basis: auto; max-width: none; width: 100%; }
    .adjustment-toolbar-button[b-x4q99474o7] { width: 100%; }

    .adjustment-master-grid[b-x4q99474o7],
    .adjustment-detail-grid[b-x4q99474o7] {
        grid-template-columns: 1fr;
    }

    .adjustment-filter-field[b-x4q99474o7] {
        min-width: 100%;
    }

    .adjustment-grid-shell :deep(.adjustment-entry-grid)[b-x4q99474o7] {
        min-width: 1500px;
    }
}
/* /Components/Pages/InventoryMovements.razor.rz.scp.css */
.inventory-movements-page[b-pl5mkfxkl5] {
    --movement-blue: #146fe0;
    --movement-ink: #172033;
    --movement-muted: #667085;
    --movement-line: #dce5f2;
    --movement-wash: #f5f8fc;
}

.panel-card[b-pl5mkfxkl5] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.movement-toolbar[b-pl5mkfxkl5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    width: 100%;
}

.movement-search[b-pl5mkfxkl5] {
    flex: 1 1 360px;
    max-width: 560px;
    min-width: 220px;
}

.movement-grid-shell[b-pl5mkfxkl5] {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.movement-grid-shell :deep(.inventory-movements-grid)[b-pl5mkfxkl5] { min-width: 1740px; }
.movement-grid-shell :deep(.rz-datatable-tablewrapper)[b-pl5mkfxkl5] { overflow-x: visible; }
.movement-grid-shell :deep(.rz-cell-data)[b-pl5mkfxkl5] { overflow: hidden; }

.movement-grid-header[b-pl5mkfxkl5] {
    display: grid;
    gap: 0.38rem;
    min-width: 0;
}

.movement-grid-filter[b-pl5mkfxkl5] {
    min-height: 1.9rem;
    min-width: 0;
    padding: 0.22rem 0.42rem;
    font-size: 0.78rem;
}

.movement-cell-value[b-pl5mkfxkl5] {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movement-cell-value:focus-visible[b-pl5mkfxkl5] {
    border-radius: 0.25rem;
    outline: 2px solid var(--movement-blue);
    outline-offset: 2px;
}

.movement-type-pill[b-pl5mkfxkl5] {
    display: inline-flex;
    align-items: center;
    min-height: 1.65rem;
    padding: 0.2rem 0.58rem;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0d5ec5;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.movement-filter-dialog[b-pl5mkfxkl5] { max-width: 860px; }
.movement-detail-dialog[b-pl5mkfxkl5] { max-width: 920px; }

.movement-filter-grid[b-pl5mkfxkl5],
.movement-detail-grid[b-pl5mkfxkl5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.5rem;
}

.movement-detail-grid[b-pl5mkfxkl5] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.movement-detail-grid > div[b-pl5mkfxkl5] { min-width: 0; padding-bottom: 0.85rem; border-bottom: 1px solid var(--movement-line); }
.movement-detail-grid dt[b-pl5mkfxkl5] { margin-bottom: 0.28rem; color: var(--movement-muted); font-size: 0.78rem; font-weight: 700; }
.movement-detail-grid dd[b-pl5mkfxkl5] { margin: 0; overflow-wrap: anywhere; color: var(--movement-ink); font-weight: 600; }

.movement-full-value[b-pl5mkfxkl5] {
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    color: var(--movement-ink);
    line-height: 1.65;
    overflow-wrap: anywhere;
    user-select: text;
}

@media (max-width: 900px) {
    .movement-toolbar[b-pl5mkfxkl5] { align-items: stretch; flex-direction: column; }
    .movement-search[b-pl5mkfxkl5] { max-width: none; width: 100%; }
    .movement-grid-shell :deep(.inventory-movements-grid)[b-pl5mkfxkl5] { min-width: 1450px; }
    .movement-detail-grid[b-pl5mkfxkl5] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .movement-filter-grid[b-pl5mkfxkl5],
    .movement-detail-grid[b-pl5mkfxkl5] { grid-template-columns: 1fr; padding: 1rem; }
}
/* /Components/Pages/InventoryReconciliation.razor.rz.scp.css */
.inventory-reconciliation-workspace[b-guqjc93urq] {
    padding: 1.25rem;
    overflow: hidden;
}

.reconciliation-workspace-tabs[b-guqjc93urq] {
    display: flex;
    gap: 1.5rem;
    margin: -0.25rem 0 1.1rem;
    border-bottom: 1px solid #dbe4f0;
}

.reconciliation-workspace-tab[b-guqjc93urq] {
    position: relative;
    padding: 0.75rem 0.1rem 0.8rem;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.reconciliation-workspace-tab[b-guqjc93urq]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: transparent;
    content: "";
}

.reconciliation-workspace-tab:hover[b-guqjc93urq],
.reconciliation-workspace-tab:focus-visible[b-guqjc93urq],
.reconciliation-workspace-tab.is-active[b-guqjc93urq] {
    color: #146fe0;
    outline: none;
}

.reconciliation-workspace-tab.is-active[b-guqjc93urq]::after,
.reconciliation-workspace-tab:focus-visible[b-guqjc93urq]::after {
    background: #146fe0;
}

.inventory-reconciliation-toolbar[b-guqjc93urq] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
}

.inventory-reconciliation-search[b-guqjc93urq] {
    min-width: 0;
}

.reconciliation-action-row[b-guqjc93urq],
.reconciliation-tab-row[b-guqjc93urq],
.detail-action-row[b-guqjc93urq],
.flag-stack[b-guqjc93urq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.reconciliation-action-row[b-guqjc93urq] {
    justify-content: flex-end;
}

.reconciliation-action-row .btn[b-guqjc93urq] {
    white-space: nowrap;
}

.inventory-reconciliation-scope[b-guqjc93urq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 280px)) minmax(180px, 1fr);
    align-items: end;
    gap: 0.75rem;
    margin-top: 1rem;
}

.reconciliation-history-toolbar[b-guqjc93urq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 320px));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.reconciliation-history-grid-shell[b-guqjc93urq]  .rz-data-grid {
    min-width: 1080px;
}

.reconciliation-summary-strip[b-guqjc93urq] {
    display: grid;
    grid-template-columns: repeat(7, minmax(90px, 1fr));
    gap: 0;
    margin: 1rem 0;
    border-block: 1px solid #e2e8f0;
}

.reconciliation-summary-strip > span[b-guqjc93urq] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    padding: 0.75rem;
}

.reconciliation-summary-strip > span + span[b-guqjc93urq] {
    border-inline-start: 1px solid #e2e8f0;
}

.reconciliation-summary-strip small[b-guqjc93urq] {
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.25;
}

.reconciliation-summary-strip strong[b-guqjc93urq] {
    color: #0f172a;
    font-size: 1rem;
}

.reconciliation-tab-row[b-guqjc93urq] {
    margin-bottom: 0.75rem;
}

.reconciliation-tab[b-guqjc93urq],
.review-pill[b-guqjc93urq],
.flag-pill[b-guqjc93urq],
.difference-pill[b-guqjc93urq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
}

.reconciliation-tab[b-guqjc93urq] {
    min-height: 2.25rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #d7e0ec;
    background: #fff;
    color: #334155;
}

.reconciliation-tab:hover[b-guqjc93urq],
.reconciliation-tab:focus-visible[b-guqjc93urq],
.reconciliation-tab.is-active[b-guqjc93urq] {
    border-color: #146fe0;
    background: #146fe0;
    color: #fff;
    outline: none;
}

.inventory-reconciliation-grid-shell[b-guqjc93urq] {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #dbe4f0;
    border-radius: 1rem;
}

.inventory-reconciliation-grid-shell[b-guqjc93urq]  .rz-data-grid {
    min-width: 1180px;
    border: 0;
}

.inventory-reconciliation-grid-shell[b-guqjc93urq]  .rz-grid-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reconciliation-column-head[b-guqjc93urq] {
    display: grid;
    gap: 0.35rem;
    width: 100%;
}

.reconciliation-column-head input[b-guqjc93urq] {
    width: 100%;
    min-width: 0;
    height: 1.9rem;
    padding: 0.25rem 0.45rem;
    border: 1px solid #d7e0ec;
    border-radius: 0.45rem;
    background: #fff;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 400;
}

.reconciliation-column-head input:focus[b-guqjc93urq] {
    border-color: #146fe0;
    outline: 2px solid rgba(20, 111, 224, 0.16);
}

.reconciliation-progress-card[b-guqjc93urq] {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #dbeafe;
    border-radius: 0.75rem;
    background: #f8fbff;
}

.reconciliation-progress-topline[b-guqjc93urq] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
    color: #1f2937;
}

.reconciliation-progress-track[b-guqjc93urq] {
    width: 100%;
    height: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: #dbe4f0;
}

.reconciliation-progress-bar[b-guqjc93urq] {
    height: 100%;
    border-radius: inherit;
    background: #146fe0;
    transition: width 240ms ease;
}

.reconciliation-progress-message[b-guqjc93urq] {
    margin-top: 0.6rem;
    color: #475569;
    font-size: 0.85rem;
}

.difference-pill[b-guqjc93urq],
.review-pill[b-guqjc93urq],
.flag-pill[b-guqjc93urq] {
    padding: 0.3rem 0.6rem;
}

.difference-pill[b-guqjc93urq] { background: #e2e8f0; color: #1e293b; }
.difference-pill--positive[b-guqjc93urq] { background: #dcfce7; color: #166534; }
.difference-pill--negative[b-guqjc93urq] { background: #fee2e2; color: #b91c1c; }
.review-pill--done[b-guqjc93urq] { background: #dcfce7; color: #166534; }
.review-pill--pending[b-guqjc93urq] { background: #fef3c7; color: #92400e; }
.flag-pill--warning[b-guqjc93urq] { background: #ffedd5; color: #c2410c; }
.flag-pill--danger[b-guqjc93urq] { background: #fee2e2; color: #b91c1c; }

.reconciliation-detail-dialog[b-guqjc93urq] {
    width: min(1200px, 96vw);
    max-width: 1200px;
    max-height: 92vh;
}

.reconciliation-detail-body[b-guqjc93urq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    overflow-y: auto;
}

.detail-kpi-grid[b-guqjc93urq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 0.75rem;
}

.detail-section[b-guqjc93urq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (max-width: 1100px) {
    .inventory-reconciliation-toolbar[b-guqjc93urq] {
        grid-template-columns: 1fr;
    }

    .reconciliation-action-row[b-guqjc93urq] {
        justify-content: flex-start;
    }

    .reconciliation-summary-strip[b-guqjc93urq] {
        grid-template-columns: repeat(4, minmax(110px, 1fr));
    }

    .reconciliation-summary-strip > span + span[b-guqjc93urq] {
        border-inline-start: 0;
    }
}

@media (max-width: 768px) {
    .inventory-reconciliation-workspace[b-guqjc93urq] {
        padding: 1rem;
    }

    .inventory-reconciliation-scope[b-guqjc93urq],
    .reconciliation-history-toolbar[b-guqjc93urq],
    .detail-kpi-grid[b-guqjc93urq] {
        grid-template-columns: 1fr;
    }

    .reconciliation-action-row[b-guqjc93urq] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reconciliation-action-row .btn[b-guqjc93urq] {
        width: 100%;
    }

    .reconciliation-summary-strip[b-guqjc93urq] {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}

@media (max-width: 460px) {
    .reconciliation-action-row[b-guqjc93urq],
    .reconciliation-summary-strip[b-guqjc93urq] {
        grid-template-columns: 1fr;
    }

    .reconciliation-tab-row[b-guqjc93urq] {
        display: grid;
    }
}
/* /Components/Pages/LiveOperationsDashboard.razor.rz.scp.css */
.live-ops-shell[b-irk4zoxwx8] {
    --ops-bg: #eef3f8;
    --ops-surface: #ffffff;
    --ops-ink: #0f1f33;
    --ops-muted: #66758c;
    --ops-border: rgba(22, 39, 64, 0.1);
    --ops-info: #1479ff;
    --ops-success: #13a66b;
    --ops-warning: #e0a018;
    --ops-danger: #dc3d45;
    --ops-accent: #0f9f9a;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 68vh;
    color: var(--ops-ink);
}

.live-ops-shell.fullscreen[b-irk4zoxwx8] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    min-height: 100vh;
    padding: 22px;
    overflow: auto;
    background:
        linear-gradient(120deg, rgba(20, 121, 255, 0.12), transparent 34%),
        linear-gradient(180deg, #08121f 0%, #101b2d 100%);
    color: #edf5ff;
}

.live-ops-topbar[b-irk4zoxwx8],
.live-ops-summary-card[b-irk4zoxwx8],
.live-ops-lane[b-irk4zoxwx8],
.live-ops-alert[b-irk4zoxwx8],
.live-ops-activity[b-irk4zoxwx8] {
    border: 1px solid var(--ops-border);
    background: var(--ops-surface);
    box-shadow: 0 14px 40px rgba(16, 35, 63, 0.08);
}

.fullscreen .live-ops-topbar[b-irk4zoxwx8],
.fullscreen .live-ops-summary-card[b-irk4zoxwx8],
.fullscreen .live-ops-lane[b-irk4zoxwx8],
.fullscreen .live-ops-alert[b-irk4zoxwx8],
.fullscreen .live-ops-activity[b-irk4zoxwx8] {
    border-color: rgba(219, 232, 248, 0.14);
    background: rgba(12, 25, 43, 0.88);
    box-shadow: none;
}

.live-ops-topbar[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-radius: 8px;
}

.live-ops-title h1[b-irk4zoxwx8] {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2.3rem);
    line-height: 1.1;
}

.live-ops-title p[b-irk4zoxwx8],
.live-ops-kicker[b-irk4zoxwx8],
.live-ops-refresh span[b-irk4zoxwx8],
.live-ops-summary-card small[b-irk4zoxwx8],
.live-ops-task-card span[b-irk4zoxwx8],
.live-ops-task-card small[b-irk4zoxwx8],
.live-ops-section-head span[b-irk4zoxwx8] {
    color: var(--ops-muted);
}

.fullscreen .live-ops-title p[b-irk4zoxwx8],
.fullscreen .live-ops-kicker[b-irk4zoxwx8],
.fullscreen .live-ops-refresh span[b-irk4zoxwx8],
.fullscreen .live-ops-summary-card small[b-irk4zoxwx8],
.fullscreen .live-ops-task-card span[b-irk4zoxwx8],
.fullscreen .live-ops-task-card small[b-irk4zoxwx8],
.fullscreen .live-ops-section-head span[b-irk4zoxwx8] {
    color: #9fb2c8;
}

.live-ops-kicker[b-irk4zoxwx8] {
    display: block;
    margin-bottom: 5px;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.live-ops-title p[b-irk4zoxwx8] {
    margin: 5px 0 0;
    font-weight: 700;
}

.live-ops-controls[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-ops-select[b-irk4zoxwx8],
.live-ops-icon-button[b-irk4zoxwx8] {
    height: 42px;
    border: 1px solid var(--ops-border);
    border-radius: 8px;
    background: #fff;
    color: var(--ops-ink);
}

.live-ops-select[b-irk4zoxwx8] {
    min-width: 260px;
    padding: 0 12px;
    font-weight: 700;
}

.live-ops-icon-button[b-irk4zoxwx8] {
    width: 42px;
    display: grid;
    place-items: center;
}

.fullscreen .live-ops-icon-button[b-irk4zoxwx8],
.fullscreen .live-ops-select[b-irk4zoxwx8] {
    border-color: rgba(219, 232, 248, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #edf5ff;
}

.live-ops-refresh[b-irk4zoxwx8] {
    min-width: 136px;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(20, 121, 255, 0.08);
}

.live-ops-refresh span[b-irk4zoxwx8],
.live-ops-refresh strong[b-irk4zoxwx8] {
    display: block;
}

.live-ops-refresh strong[b-irk4zoxwx8] {
    font-size: 1.05rem;
}

.live-ops-rotation-tabs[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgba(219, 232, 248, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.live-ops-rotation-tabs button[b-irk4zoxwx8] {
    width: 38px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #9fb2c8;
}

.live-ops-rotation-tabs button.active[b-irk4zoxwx8] {
    background: rgba(20, 121, 255, 0.22);
    color: #edf5ff;
}

.live-ops-summary-grid[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.live-ops-summary-card[b-irk4zoxwx8] {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 116px;
    padding: 18px;
    border-radius: 8px;
}

.live-ops-summary-card i[b-irk4zoxwx8] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(20, 121, 255, 0.12);
    color: var(--ops-info);
    font-size: 1.25rem;
}

.live-ops-summary-card strong[b-irk4zoxwx8] {
    display: block;
    margin: 2px 0;
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    line-height: 1;
}

.live-ops-summary-card span[b-irk4zoxwx8] {
    font-size: 0.82rem;
    font-weight: 800;
}

.live-ops-alert-strip[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
}

.live-ops-alert[b-irk4zoxwx8] {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 12px 14px;
    border-radius: 8px;
}

.live-ops-alert i[b-irk4zoxwx8] {
    font-size: 1.25rem;
}

.live-ops-alert strong[b-irk4zoxwx8],
.live-ops-alert span[b-irk4zoxwx8] {
    display: block;
}

.live-ops-alert span[b-irk4zoxwx8] {
    font-size: 0.86rem;
    color: var(--ops-muted);
}

.fullscreen .live-ops-alert span[b-irk4zoxwx8] {
    color: #aabbd0;
}

.live-ops-lanes[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(5, minmax(230px, 1fr));
    gap: 12px;
    align-items: start;
}

.live-ops-lane[b-irk4zoxwx8] {
    min-width: 0;
    border-radius: 8px;
    overflow: hidden;
}

.live-ops-lane header[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid var(--ops-border);
}

.live-ops-lane header div[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    font-weight: 900;
}

.live-ops-lane header span[b-irk4zoxwx8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-ops-lane header strong[b-irk4zoxwx8] {
    font-size: 1.5rem;
}

.live-ops-task-stack[b-irk4zoxwx8] {
    display: grid;
    gap: 10px;
    max-height: 58vh;
    padding: 10px;
    overflow: auto;
}

.fullscreen .live-ops-task-stack[b-irk4zoxwx8] {
    max-height: 62vh;
}

.live-ops-task-card[b-irk4zoxwx8] {
    display: grid;
    gap: 10px;
    min-height: 238px;
    padding: 12px;
    border: 1px solid var(--ops-border);
    border-radius: 8px;
    background: rgba(248, 251, 255, 0.92);
}

.fullscreen .live-ops-task-card[b-irk4zoxwx8] {
    border-color: rgba(219, 232, 248, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.live-ops-task-card.overdue[b-irk4zoxwx8] {
    border-color: rgba(220, 61, 69, 0.42);
}

.live-ops-task-head[b-irk4zoxwx8],
.live-ops-progress-meta[b-irk4zoxwx8],
.live-ops-task-tags[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.live-ops-task-head div[b-irk4zoxwx8] {
    min-width: 0;
}

.live-ops-task-head strong[b-irk4zoxwx8],
.live-ops-task-head span[b-irk4zoxwx8] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-ops-task-head b[b-irk4zoxwx8] {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 0.72rem;
    background: rgba(20, 121, 255, 0.12);
}

.live-ops-progress-track[b-irk4zoxwx8] {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(111, 127, 151, 0.16);
}

.live-ops-progress-fill[b-irk4zoxwx8] {
    height: 100%;
    border-radius: inherit;
    background: var(--ops-info);
}

.live-ops-progress-fill.success[b-irk4zoxwx8],
.live-ops-task-head b.success[b-irk4zoxwx8] {
    color: var(--ops-success);
    background: rgba(19, 166, 107, 0.14);
}

.live-ops-progress-fill.warning[b-irk4zoxwx8],
.live-ops-task-head b.warning[b-irk4zoxwx8] {
    color: var(--ops-warning);
    background: rgba(224, 160, 24, 0.16);
}

.live-ops-progress-fill.danger[b-irk4zoxwx8],
.live-ops-task-head b.danger[b-irk4zoxwx8] {
    color: var(--ops-danger);
    background: rgba(220, 61, 69, 0.16);
}

.live-ops-progress-fill.info[b-irk4zoxwx8],
.live-ops-task-head b.info[b-irk4zoxwx8] {
    color: var(--ops-info);
    background: rgba(20, 121, 255, 0.14);
}

.live-ops-task-grid[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.live-ops-task-grid div[b-irk4zoxwx8] {
    min-width: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(111, 127, 151, 0.08);
}

.live-ops-task-grid strong[b-irk4zoxwx8] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
}

.live-ops-task-tags[b-irk4zoxwx8] {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.live-ops-task-tags span[b-irk4zoxwx8] {
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(15, 159, 154, 0.12);
    color: var(--ops-accent);
    font-size: 0.72rem;
    font-weight: 800;
}

.live-ops-task-tags small[b-irk4zoxwx8] {
    margin-left: auto;
    font-weight: 800;
}

.live-ops-empty-lane[b-irk4zoxwx8],
.live-ops-loading[b-irk4zoxwx8] {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 220px;
    color: var(--ops-muted);
}

.live-ops-loading.live-ops-loading-skeleton[b-irk4zoxwx8] {
    place-items: stretch;
    align-content: start;
    gap: 14px;
}

.live-ops-loading-copy[b-irk4zoxwx8] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.live-ops-skeleton-card[b-irk4zoxwx8],
.live-ops-skeleton-lane[b-irk4zoxwx8],
.live-ops-skeleton-task[b-irk4zoxwx8] {
    pointer-events: none;
}

.live-ops-skeleton-lanes[b-irk4zoxwx8] {
    align-items: stretch;
}

.live-ops-skeleton-task[b-irk4zoxwx8] {
    display: grid;
    gap: 12px;
}

.live-ops-skeleton-metrics[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.live-ops-skeleton-block[b-irk4zoxwx8] {
    position: relative;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(221, 232, 243, 0.92) 0%, rgba(245, 249, 252, 0.98) 48%, rgba(221, 232, 243, 0.92) 100%);
    background-size: 220% 100%;
    animation: liveOpsSkeletonShimmer-b-irk4zoxwx8 1.2s linear infinite;
}

.fullscreen .live-ops-skeleton-block[b-irk4zoxwx8] {
    background: linear-gradient(90deg, rgba(34, 50, 72, 0.92) 0%, rgba(58, 78, 104, 0.98) 48%, rgba(34, 50, 72, 0.92) 100%);
    background-size: 220% 100%;
}

.live-ops-skeleton-block.icon[b-irk4zoxwx8],
.live-ops-skeleton-block.lane-icon[b-irk4zoxwx8] {
    width: 38px;
    height: 38px;
    border-radius: 14px;
}

.live-ops-skeleton-block.label[b-irk4zoxwx8] {
    width: 120px;
    height: 12px;
    margin-bottom: 10px;
}

.live-ops-skeleton-block.value[b-irk4zoxwx8] {
    width: 72px;
    height: 26px;
    margin-bottom: 10px;
}

.live-ops-skeleton-block.meta[b-irk4zoxwx8] {
    width: 180px;
    height: 12px;
}

.live-ops-skeleton-block.lane-title[b-irk4zoxwx8] {
    width: 140px;
    height: 14px;
}

.live-ops-skeleton-block.lane-count[b-irk4zoxwx8] {
    width: 34px;
    height: 24px;
}

.live-ops-skeleton-block.task-title[b-irk4zoxwx8] {
    width: 68%;
    height: 16px;
}

.live-ops-skeleton-block.task-meta[b-irk4zoxwx8] {
    width: 48%;
    height: 12px;
}

.live-ops-skeleton-block.metric[b-irk4zoxwx8] {
    width: 100%;
    height: 48px;
    border-radius: 14px;
}

@keyframes liveOpsSkeletonShimmer-b-irk4zoxwx8 {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -20% 0;
    }
}

.live-ops-empty-lane i[b-irk4zoxwx8] {
    font-size: 2rem;
}

.live-ops-activity[b-irk4zoxwx8] {
    padding: 14px;
    border-radius: 8px;
}

.live-ops-activity.prominent[b-irk4zoxwx8] {
    min-height: 58vh;
}

.live-ops-activity.prominent .live-ops-activity-list[b-irk4zoxwx8] {
    grid-template-columns: repeat(2, minmax(320px, 1fr));
}

.live-ops-activity.prominent .live-ops-activity-row[b-irk4zoxwx8] {
    min-height: 82px;
    padding: 16px;
}

.live-ops-activity.prominent .live-ops-activity-row time[b-irk4zoxwx8] {
    width: 86px;
    font-size: 1.28rem;
}

.live-ops-tv-panel[b-irk4zoxwx8] {
    min-height: 58vh;
    padding: 16px;
    border: 1px solid var(--ops-border);
    border-radius: 8px;
    background: var(--ops-surface);
    box-shadow: 0 14px 40px rgba(16, 35, 63, 0.08);
}

.fullscreen .live-ops-tv-panel[b-irk4zoxwx8] {
    border-color: rgba(219, 232, 248, 0.14);
    background: rgba(12, 25, 43, 0.88);
    box-shadow: none;
}

.live-ops-tv-task-grid[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 1fr));
    gap: 12px;
}

.live-ops-tv-empty[b-irk4zoxwx8] {
    min-height: 46vh;
    display: grid;
    place-items: center;
    gap: 12px;
    color: var(--ops-muted);
}

.live-ops-tv-empty i[b-irk4zoxwx8] {
    font-size: 3rem;
    color: var(--ops-success);
}

.live-ops-tv-empty strong[b-irk4zoxwx8] {
    font-size: 1.6rem;
}

.live-ops-staff-grid[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 12px;
}

.live-ops-staff-card[b-irk4zoxwx8],
.live-ops-density-card[b-irk4zoxwx8] {
    display: grid;
    gap: 12px;
    min-height: 174px;
    padding: 14px;
    border: 1px solid var(--ops-border);
    border-radius: 8px;
    background: rgba(248, 251, 255, 0.92);
}

.fullscreen .live-ops-staff-card[b-irk4zoxwx8],
.fullscreen .live-ops-density-card[b-irk4zoxwx8] {
    border-color: rgba(219, 232, 248, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.live-ops-staff-card.danger[b-irk4zoxwx8] {
    border-color: rgba(220, 61, 69, 0.42);
}

.live-ops-staff-card span[b-irk4zoxwx8],
.live-ops-staff-card small[b-irk4zoxwx8],
.live-ops-density-card span[b-irk4zoxwx8] {
    color: var(--ops-muted);
}

.fullscreen .live-ops-staff-card span[b-irk4zoxwx8],
.fullscreen .live-ops-staff-card small[b-irk4zoxwx8],
.fullscreen .live-ops-density-card span[b-irk4zoxwx8] {
    color: #9fb2c8;
}

.live-ops-staff-card strong[b-irk4zoxwx8] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.15rem;
}

.live-ops-staff-card b[b-irk4zoxwx8] {
    font-size: 1.65rem;
}

.live-ops-staff-card footer[b-irk4zoxwx8] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-weight: 900;
}

.live-ops-density-grid[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    gap: 14px;
}

.live-ops-density-card[b-irk4zoxwx8] {
    min-height: 440px;
}

.live-ops-density-card header[b-irk4zoxwx8],
.live-ops-density-metric[b-irk4zoxwx8],
.live-ops-density-list div[b-irk4zoxwx8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.live-ops-density-card header i[b-irk4zoxwx8] {
    font-size: 1.35rem;
}

.live-ops-density-card header span[b-irk4zoxwx8] {
    margin-right: auto;
    font-size: 1.15rem;
    font-weight: 900;
}

.live-ops-density-card header strong[b-irk4zoxwx8],
.live-ops-density-metric b[b-irk4zoxwx8] {
    font-size: clamp(2rem, 4vw, 4.8rem);
    line-height: 1;
}

.live-ops-density-list[b-irk4zoxwx8] {
    display: grid;
    gap: 8px;
}

.live-ops-density-list div[b-irk4zoxwx8] {
    min-height: 46px;
    padding: 9px 10px;
    border-radius: 8px;
    background: rgba(111, 127, 151, 0.08);
}

.live-ops-density-list strong[b-irk4zoxwx8] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-ops-density-list b[b-irk4zoxwx8] {
    flex: 0 0 auto;
    color: var(--ops-info);
}

.live-ops-section-head[b-irk4zoxwx8] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.live-ops-section-head h2[b-irk4zoxwx8] {
    margin: 0;
    font-size: 1rem;
}

.live-ops-activity-list[b-irk4zoxwx8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 8px;
}

.live-ops-activity-row[b-irk4zoxwx8] {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 9px;
    border-radius: 8px;
    background: rgba(111, 127, 151, 0.08);
}

.live-ops-activity-row time[b-irk4zoxwx8] {
    width: 58px;
    font-weight: 900;
    color: var(--ops-info);
}

.live-ops-activity-row strong[b-irk4zoxwx8],
.live-ops-activity-row span[b-irk4zoxwx8] {
    display: block;
}

.live-ops-activity-row span[b-irk4zoxwx8] {
    color: var(--ops-muted);
    font-size: 0.82rem;
}

.fullscreen .live-ops-activity-row span[b-irk4zoxwx8] {
    color: #9fb2c8;
}

@media (max-width: 1400px) {
    .live-ops-lanes[b-irk4zoxwx8] {
        grid-template-columns: repeat(3, minmax(240px, 1fr));
    }

    .live-ops-tv-task-grid[b-irk4zoxwx8],
    .live-ops-staff-grid[b-irk4zoxwx8] {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}

@media (max-width: 900px) {
    .live-ops-topbar[b-irk4zoxwx8],
    .live-ops-controls[b-irk4zoxwx8] {
        align-items: stretch;
        flex-direction: column;
    }

    .live-ops-controls[b-irk4zoxwx8],
    .live-ops-select[b-irk4zoxwx8] {
        width: 100%;
    }

    .live-ops-summary-grid[b-irk4zoxwx8],
    .live-ops-lanes[b-irk4zoxwx8],
    .live-ops-tv-task-grid[b-irk4zoxwx8],
    .live-ops-staff-grid[b-irk4zoxwx8],
    .live-ops-density-grid[b-irk4zoxwx8],
    .live-ops-activity.prominent .live-ops-activity-list[b-irk4zoxwx8] {
        grid-template-columns: 1fr;
    }

    .live-ops-skeleton-metrics[b-irk4zoxwx8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/OmsDashboard.razor.rz.scp.css */
.oms-dashboard-shell[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oms-dashboard-loading[b-vsgih4c458] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.oms-toolbar-card[b-vsgih4c458] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    background:
        radial-gradient(circle at top left, rgba(71, 139, 248, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
}

.oms-toolbar-copy[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.oms-toolbar-copy strong[b-vsgih4c458] {
    font-size: 1.05rem;
    color: #17324f;
}

.oms-toolbar-copy small[b-vsgih4c458] {
    color: #647791;
}

.oms-toolbar-actions[b-vsgih4c458] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oms-kicker.light[b-vsgih4c458] {
    color: #47698d;
    border-color: rgba(71, 105, 141, 0.18);
    background: rgba(71, 139, 248, 0.06);
}

.oms-hero-card[b-vsgih4c458] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr);
    gap: 20px;
    overflow: hidden;
    color: #f4f8ff;
    background:
        radial-gradient(circle at top left, rgba(120, 191, 255, 0.28), transparent 26%),
        radial-gradient(circle at right center, rgba(255, 196, 92, 0.18), transparent 20%),
        linear-gradient(135deg, #15345d 0%, #0f2744 52%, #102033 100%);
}

.oms-kicker[b-vsgih4c458] {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.74);
}

.oms-hero-copy h3[b-vsgih4c458] {
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 2vw, 2.15rem);
    color: #ffffff;
}

.oms-hero-copy p[b-vsgih4c458] {
    max-width: 60ch;
    margin-bottom: 0;
    color: rgba(238, 245, 255, 0.82);
}

.oms-hero-metrics[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.oms-hero-metric[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 128px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.oms-hero-metric span[b-vsgih4c458],
.oms-hero-metric small[b-vsgih4c458] {
    color: rgba(238, 245, 255, 0.8);
}

.oms-hero-metric strong[b-vsgih4c458] {
    font-size: 1.75rem;
    color: #fff;
}

.oms-hero-metric.danger[b-vsgih4c458] {
    background: rgba(149, 41, 58, 0.28);
    border-color: rgba(255, 167, 179, 0.24);
}

.oms-kpi-grid[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.oms-advanced-kpi-grid[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.oms-kpi-card[b-vsgih4c458] {
    position: relative;
    overflow: hidden;
}

.oms-kpi-card[b-vsgih4c458]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 999px;
    background: #89a7d4;
}

.oms-kpi-card span[b-vsgih4c458] {
    display: block;
    margin-bottom: 8px;
    font-size: 0.82rem;
    color: var(--bs-secondary-color);
}

.oms-kpi-card strong[b-vsgih4c458] {
    display: block;
    margin-bottom: 6px;
    font-size: 1.7rem;
    line-height: 1.1;
    color: #16304a;
}

.oms-kpi-card small[b-vsgih4c458] {
    color: #5f7188;
}

.oms-kpi-card.accent[b-vsgih4c458]::before { background: #3d8bfd; }
.oms-kpi-card.success[b-vsgih4c458]::before { background: #1f9d68; }
.oms-kpi-card.warning[b-vsgih4c458]::before { background: #d89a1d; }
.oms-kpi-card.rose[b-vsgih4c458]::before { background: #d75f7b; }
.oms-kpi-card.neutral[b-vsgih4c458]::before { background: #7b8ca6; }

.oms-advanced-kpi[b-vsgih4c458] {
    padding: 18px 20px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.oms-advanced-kpi.warning[b-vsgih4c458] {
    background: linear-gradient(180deg, #fffdf8 0%, #fff5df 100%);
}

.oms-advanced-kpi span[b-vsgih4c458] {
    display: block;
    margin-bottom: 8px;
    color: #647791;
    font-size: 0.82rem;
}

.oms-advanced-kpi strong[b-vsgih4c458] {
    display: block;
    margin-bottom: 6px;
    font-size: 1.85rem;
    color: #17324f;
}

.oms-advanced-kpi small[b-vsgih4c458] {
    color: #5f7188;
}

.oms-dashboard-grid[b-vsgih4c458] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
    gap: 16px;
}

.oms-analytics-grid[b-vsgih4c458] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 16px;
}

.oms-trend-card[b-vsgih4c458],
.oms-insight-card[b-vsgih4c458],
.oms-store-card[b-vsgih4c458],
.oms-drilldown-card[b-vsgih4c458],
.oms-aging-card[b-vsgih4c458],
.oms-reason-trend-card[b-vsgih4c458],
.oms-heatmap-card[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oms-trend-summary[b-vsgih4c458],
.oms-drilldown-grid[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.oms-trend-summary-card[b-vsgih4c458] {
    padding: 14px 16px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #fcfdff 0%, #f5f8fc 100%);
}

.oms-trend-summary-card.danger[b-vsgih4c458] {
    background: linear-gradient(180deg, #fff8fa 0%, #fff1f4 100%);
}

.oms-trend-summary-card span[b-vsgih4c458],
.oms-drilldown-metrics span[b-vsgih4c458],
.oms-insight-item span[b-vsgih4c458],
.oms-store-copy span[b-vsgih4c458] {
    display: block;
    color: #647791;
    font-size: 0.82rem;
}

.oms-trend-summary-card strong[b-vsgih4c458],
.oms-drilldown-metrics strong[b-vsgih4c458],
.oms-insight-item strong[b-vsgih4c458],
.oms-store-copy strong[b-vsgih4c458],
.oms-drilldown-copy strong[b-vsgih4c458] {
    color: #17324f;
}

.oms-trend-summary-card strong[b-vsgih4c458] {
    display: block;
    margin: 6px 0 4px;
    font-size: 1.5rem;
}

.oms-chart-shell[b-vsgih4c458] {
    padding: 16px 14px 10px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfdff 0%, #f1f6fc 100%);
}

.oms-trend-chart[b-vsgih4c458] {
    width: 100%;
    height: auto;
}

.oms-trend-chart .axis[b-vsgih4c458] {
    stroke: #b7c7da;
    stroke-width: 1.4;
}

.oms-trend-chart .axis.faint[b-vsgih4c458] {
    stroke: #dbe6f2;
}

.oms-trend-chart .bar[b-vsgih4c458] {
    fill: rgba(72, 137, 248, 0.18);
}

.oms-trend-chart .line[b-vsgih4c458] {
    fill: none;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oms-trend-chart .line.assigned[b-vsgih4c458],
.oms-trend-chart .dot.assigned[b-vsgih4c458] {
    stroke: #20a36d;
    fill: #20a36d;
}

.oms-trend-chart .line.exceptions[b-vsgih4c458],
.oms-trend-chart .dot.exceptions[b-vsgih4c458] {
    stroke: #d85d78;
    fill: #d85d78;
}

.oms-chart-legend[b-vsgih4c458] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #5f7188;
    font-size: 0.84rem;
}

.oms-chart-label-row[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
    gap: 8px;
    margin-top: -4px;
    color: #667991;
    font-size: 0.76rem;
    text-align: center;
}

.oms-chart-legend span[b-vsgih4c458] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.legend-bar[b-vsgih4c458],
.legend-line[b-vsgih4c458] {
    display: inline-block;
    width: 18px;
    height: 10px;
    border-radius: 999px;
}

.legend-bar[b-vsgih4c458] {
    background: rgba(72, 137, 248, 0.24);
}

.legend-line.assigned[b-vsgih4c458] {
    background: linear-gradient(90deg, #20a36d, #52c692);
}

.legend-line.exceptions[b-vsgih4c458] {
    background: linear-gradient(90deg, #d85d78, #f090a2);
}

.oms-insight-list[b-vsgih4c458],
.oms-leaderboard[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oms-insight-item[b-vsgih4c458] {
    padding: 14px 16px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #fcfdff 0%, #f5f8fc 100%);
}

.oms-insight-item p[b-vsgih4c458],
.oms-drilldown-copy p[b-vsgih4c458] {
    margin: 8px 0 0;
    color: #5f7188;
}

.oms-store-row[b-vsgih4c458] {
    display: grid;
    grid-template-columns: minmax(84px, 112px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.oms-store-row.actionable[b-vsgih4c458] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 16px;
    background: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.oms-store-row.actionable:hover[b-vsgih4c458] {
    transform: translateY(-1px);
    border-color: rgba(61, 139, 253, 0.22);
    box-shadow: 0 18px 28px rgba(20, 48, 74, 0.08);
}

.oms-store-bar[b-vsgih4c458] {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf3fb;
}

.oms-store-bar-fill[b-vsgih4c458] {
    height: 100%;
    border-radius: inherit;
}

.oms-store-bar-fill.success[b-vsgih4c458] { background: linear-gradient(90deg, #2cb67d, #42d392); }
.oms-store-bar-fill.danger[b-vsgih4c458] { background: linear-gradient(90deg, #dc5b77, #f28ca1); }

.oms-drilldown-card[b-vsgih4c458] {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.oms-drilldown-copy[b-vsgih4c458] {
    padding: 8px 4px 0 0;
}

.oms-drilldown-metrics[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.oms-drilldown-metrics div[b-vsgih4c458] {
    padding: 14px 16px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 16px;
    background: #fff;
}

.oms-drilldown-metrics strong[b-vsgih4c458] {
    display: block;
    margin-top: 6px;
    font-size: 1.45rem;
}

.oms-drilldown-actions[b-vsgih4c458] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oms-aging-list[b-vsgih4c458],
.oms-reason-trend-list[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oms-aging-item[b-vsgih4c458],
.oms-reason-trend-item[b-vsgih4c458] {
    display: grid;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(23, 50, 79, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #fcfdff 0%, #f5f8fc 100%);
}

.oms-aging-item[b-vsgih4c458] {
    grid-template-columns: minmax(0, 1fr) auto;
}

.oms-aging-item strong[b-vsgih4c458],
.oms-reason-trend-item strong[b-vsgih4c458] {
    color: #17324f;
}

.oms-aging-item span[b-vsgih4c458],
.oms-reason-trend-item span[b-vsgih4c458] {
    display: block;
    margin-top: 4px;
    color: #647791;
    font-size: 0.82rem;
}

.oms-aging-item.good[b-vsgih4c458] {
    background: linear-gradient(180deg, #f8fffb 0%, #eefcf5 100%);
}

.oms-aging-item.watch[b-vsgih4c458] {
    background: linear-gradient(180deg, #fffdf8 0%, #fff7e8 100%);
}

.oms-aging-item.risk[b-vsgih4c458] {
    background: linear-gradient(180deg, #fff8fa 0%, #fff1f4 100%);
}

.oms-aging-item b[b-vsgih4c458],
.oms-reason-trend-item b[b-vsgih4c458] {
    font-size: 1.15rem;
    color: #17324f;
}

.oms-reason-trend-item[b-vsgih4c458] {
    grid-template-columns: minmax(180px, 1fr) minmax(0, 1.2fr) auto;
}

.oms-reason-trend-copy strong[b-vsgih4c458] {
    display: block;
}

.oms-reason-sparkline[b-vsgih4c458] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: end;
    gap: 6px;
    min-height: 64px;
}

.oms-reason-sparkline-bar-wrap[b-vsgih4c458] {
    display: flex;
    align-items: end;
    height: 64px;
}

.oms-reason-sparkline-bar[b-vsgih4c458] {
    width: 100%;
    min-height: 8px;
    border-radius: 999px 999px 6px 6px;
    background: linear-gradient(180deg, #ee8ba0 0%, #d85d78 100%);
}

.oms-reason-trend-item b.is-up[b-vsgih4c458] {
    color: #c54d69;
}

.oms-reason-trend-item b.is-down[b-vsgih4c458] {
    color: #1f9d68;
}

.oms-reason-trend-item b.is-flat[b-vsgih4c458] {
    color: #7b8ca6;
}

.oms-heatmap-table[b-vsgih4c458] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oms-heatmap-header[b-vsgih4c458],
.oms-heatmap-row[b-vsgih4c458] {
    display: grid;
    grid-template-columns: minmax(120px, 160px) repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
}

.oms-heatmap-header span[b-vsgih4c458] {
    font-size: 0.8rem;
    color: #647791;
}

.oms-heatmap-row strong[b-vsgih4c458] {
    color: #17324f;
}

.oms-heatmap-cell[b-vsgih4c458] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    padding: 8px;
    border-radius: 14px;
    font-weight: 700;
    color: #17324f;
    background: #f3f7fd;
}

.oms-heatmap-cell.low[b-vsgih4c458] {
    background: #feeef2;
}

.oms-heatmap-cell.medium[b-vsgih4c458] {
    background: #fccfd9;
}

.oms-heatmap-cell.high[b-vsgih4c458] {
    background: #f39aae;
}

.oms-heatmap-cell.empty[b-vsgih4c458] {
    color: #8a9bb0;
    background: #f4f7fb;
}

.oms-modal-backdrop[b-vsgih4c458] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(9, 21, 35, 0.52);
    backdrop-filter: blur(3px);
}

.oms-modal-shell[b-vsgih4c458] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.oms-modal-card[b-vsgih4c458] {
    width: min(720px, 100%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 30px 60px rgba(15, 39, 68, 0.2);
}

.oms-modal-actions[b-vsgih4c458] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 1199.98px) {
    .oms-kpi-grid[b-vsgih4c458],
    .oms-advanced-kpi-grid[b-vsgih4c458] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .oms-dashboard-grid[b-vsgih4c458],
    .oms-analytics-grid[b-vsgih4c458],
    .oms-drilldown-grid[b-vsgih4c458] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .oms-hero-card[b-vsgih4c458],
    .oms-hero-metrics[b-vsgih4c458],
    .oms-kpi-grid[b-vsgih4c458],
    .oms-advanced-kpi-grid[b-vsgih4c458],
    .oms-trend-summary[b-vsgih4c458],
    .oms-drilldown-metrics[b-vsgih4c458] {
        grid-template-columns: 1fr;
    }

    .oms-toolbar-card[b-vsgih4c458] {
        flex-direction: column;
        align-items: stretch;
    }

    .oms-store-row[b-vsgih4c458] {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .oms-drilldown-actions[b-vsgih4c458],
    .oms-modal-actions[b-vsgih4c458] {
        flex-direction: column;
        align-items: stretch;
    }

    .oms-reason-trend-item[b-vsgih4c458],
    .oms-heatmap-header[b-vsgih4c458],
    .oms-heatmap-row[b-vsgih4c458] {
        grid-template-columns: 1fr;
    }

    .oms-reason-sparkline[b-vsgih4c458] {
        min-height: 48px;
    }

    .oms-modal-shell[b-vsgih4c458] {
        align-items: flex-end;
        padding: 12px;
    }
}
/* /Components/Pages/OmsRejectedOrders.razor.rz.scp.css */
.oms-rejected-filter-card[b-j0vl4mn5fn],
.oms-rejected-loading[b-j0vl4mn5fn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oms-rejected-loading[b-j0vl4mn5fn] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.oms-rejected-shell[b-j0vl4mn5fn] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oms-reason-kpi-grid[b-j0vl4mn5fn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.oms-reason-kpi-card span[b-j0vl4mn5fn] {
    display: block;
    margin-bottom: 8px;
    color: #647791;
    font-size: 0.82rem;
}

.oms-reason-kpi-card[b-j0vl4mn5fn] {
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.oms-reason-kpi-card:hover[b-j0vl4mn5fn],
.oms-reason-kpi-card.active[b-j0vl4mn5fn] {
    transform: translateY(-1px);
    border-color: rgba(220, 91, 119, 0.24);
    box-shadow: 0 18px 28px rgba(20, 48, 74, 0.08);
}

.oms-reason-kpi-card strong[b-j0vl4mn5fn] {
    display: block;
    margin-bottom: 6px;
    color: #17324f;
    font-size: 1.7rem;
}

.oms-reason-kpi-card small[b-j0vl4mn5fn] {
    color: #5f7188;
}

.oms-rejected-grid[b-j0vl4mn5fn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.oms-reason-active-bar[b-j0vl4mn5fn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid rgba(220, 91, 119, 0.18);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff8fa 0%, #fff1f4 100%);
}

.oms-reason-active-bar span[b-j0vl4mn5fn] {
    color: #5f7188;
}

.oms-reason-active-bar strong[b-j0vl4mn5fn] {
    color: #17324f;
}

.oms-reason-chart[b-j0vl4mn5fn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oms-reason-bar-row[b-j0vl4mn5fn] {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.oms-reason-bar-copy strong[b-j0vl4mn5fn] {
    display: block;
    color: #17324f;
}

.oms-reason-bar-copy span[b-j0vl4mn5fn] {
    color: #647791;
    font-size: 0.82rem;
}

.oms-reason-bar-track[b-j0vl4mn5fn] {
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf3fb;
}

.oms-reason-bar-fill[b-j0vl4mn5fn] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #dc5b77, #f28ca1);
}

.oms-reason-trend[b-j0vl4mn5fn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oms-trend-row[b-j0vl4mn5fn] {
    display: grid;
    grid-template-columns: minmax(110px, 150px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
}

.oms-trend-copy strong[b-j0vl4mn5fn] {
    display: block;
    color: #17324f;
}

.oms-trend-copy span[b-j0vl4mn5fn] {
    color: #647791;
    font-size: 0.82rem;
}

.oms-trend-track[b-j0vl4mn5fn] {
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf3fb;
}

.oms-trend-fill[b-j0vl4mn5fn] {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #677eea, #8db3ff);
}

@media (max-width: 1199.98px) {
    .oms-reason-kpi-grid[b-j0vl4mn5fn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oms-rejected-grid[b-j0vl4mn5fn] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .oms-reason-kpi-grid[b-j0vl4mn5fn] {
        grid-template-columns: 1fr;
    }

    .oms-reason-bar-row[b-j0vl4mn5fn] {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .oms-trend-row[b-j0vl4mn5fn],
    .oms-reason-active-bar[b-j0vl4mn5fn] {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

.oms-rejected-actions[b-j0vl4mn5fn] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.oms-rejected-actions .btn[b-j0vl4mn5fn],
.oms-filter-dialog-actions .btn[b-j0vl4mn5fn] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.oms-filter-trigger span[b-j0vl4mn5fn] {
    display: grid;
    min-width: 20px;
    height: 20px;
    padding: 0 .3rem;
    place-items: center;
    border-radius: 999px;
    background: #dce9ff;
    color: #1d4ed8;
    font-size: .68rem;
    font-weight: 800;
}

.oms-active-filter-strip[b-j0vl4mn5fn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .55rem .7rem;
    border: 1px solid #dce7f2;
    border-radius: 10px;
    background: #f6f9fd;
    color: #60758d;
    font-size: .72rem;
}

.oms-active-filter-strip span[b-j0vl4mn5fn] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
}

.oms-active-filter-strip button[b-j0vl4mn5fn] {
    border: 0;
    background: transparent;
    color: #2563eb;
    font-weight: 750;
}

.oms-filter-backdrop[b-j0vl4mn5fn] {
    z-index: 1060;
}

.oms-filter-dialog[b-j0vl4mn5fn] {
    width: min(760px, calc(100vw - 2rem));
    max-height: min(720px, calc(100vh - 2rem));
    overflow: auto;
    padding: 0;
    border-radius: 16px;
}

.oms-filter-dialog-head[b-j0vl4mn5fn] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem .85rem;
    border-bottom: 1px solid #e2eaf2;
}

.oms-filter-dialog-head span[b-j0vl4mn5fn] {
    color: #337466;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.oms-filter-dialog-head h3[b-j0vl4mn5fn] {
    margin: .18rem 0;
    color: #203b59;
    font-size: 1.05rem;
}

.oms-filter-dialog-head p[b-j0vl4mn5fn] {
    margin: 0;
    color: #60758d;
    font-size: .75rem;
}

.oms-rejected-popup-grid[b-j0vl4mn5fn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem 1.1rem;
    background: #f8fafd;
}

.oms-filter-dialog-actions[b-j0vl4mn5fn] {
    display: flex;
    justify-content: flex-end;
    gap: .55rem;
    padding: .8rem 1.1rem 1rem;
    border-top: 1px solid #e2eaf2;
    background: #fff;
}

[b-j0vl4mn5fn] .oms-compact-grid .rz-grid-table th {
    height: 40px;
    padding: .42rem .55rem;
    font-size: .7rem;
}

[b-j0vl4mn5fn] .oms-compact-grid .rz-grid-table td {
    height: 36px;
    padding: .34rem .55rem;
    font-size: .72rem;
    line-height: 1.2;
}

@media (max-width: 640px) {
    .oms-rejected-actions[b-j0vl4mn5fn] {
        width: 100%;
    }

    .oms-rejected-actions .btn[b-j0vl4mn5fn] {
        flex: 1;
        justify-content: center;
    }

    .oms-rejected-popup-grid[b-j0vl4mn5fn] {
        grid-template-columns: 1fr;
    }

    .oms-filter-dialog[b-j0vl4mn5fn] {
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 1rem);
    }
}
/* /Components/Pages/OmsStores.razor.rz.scp.css */
.oms-stores-density[b-ehukvtzn1y] {
    font-size: 0.75rem;
    --store-blue: #2563eb;
    --store-blue-dark: #1e40af;
    --store-ink: #172033;
    --store-muted: #6b7890;
    --store-line: #e3e9f3;
    --store-surface: #f7f9fd;
}

.store-overview[b-ehukvtzn1y] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
    padding: 15px 18px;
    overflow: hidden;
    border: 1px solid #dbe7ff;
    border-radius: 15px;
    background:
        radial-gradient(circle at 88% 0%, rgba(96, 165, 250, 0.22), transparent 34%),
        linear-gradient(112deg, #f7faff 0%, #edf4ff 58%, #f8fbff 100%);
    box-shadow: 0 10px 25px rgba(35, 71, 145, 0.07);
}

.store-overview[b-ehukvtzn1y]::after {
    position: absolute;
    right: 12%;
    bottom: -24px;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 50%;
    content: "";
}

.store-overview-copy[b-ehukvtzn1y],
.store-modal-heading[b-ehukvtzn1y] {
    display: flex;
    align-items: center;
    gap: 11px;
}

.store-overview-icon[b-ehukvtzn1y],
.store-modal-heading > span[b-ehukvtzn1y] {
    display: grid;
    flex: 0 0 auto;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(145deg, #3b82f6, #1d4ed8);
    box-shadow: 0 7px 14px rgba(37, 99, 235, 0.22);
    font-size: 0.9rem;
}

.store-overview-kicker[b-ehukvtzn1y],
.section-kicker[b-ehukvtzn1y],
.store-modal-heading small[b-ehukvtzn1y] {
    display: block;
    margin-bottom: 2px;
    color: var(--store-blue);
    font-size: 0.57rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.store-overview-copy strong[b-ehukvtzn1y] {
    display: block;
    color: var(--store-ink);
    font-size: 0.9rem;
}

.store-overview-copy p[b-ehukvtzn1y] {
    margin: 2px 0 0;
    color: var(--store-muted);
    font-size: 0.66rem;
}

.store-overview-state[b-ehukvtzn1y] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    white-space: nowrap;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    color: #1e40af;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.64rem;
    font-weight: 750;
}

.store-overview-pulse[b-ehukvtzn1y] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.11);
}

.store-metrics[b-ehukvtzn1y] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 12px;
}

.store-metric[b-ehukvtzn1y] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--store-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(26, 39, 70, 0.045);
}

.store-metric-icon[b-ehukvtzn1y] {
    display: flex;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 9px;
    font-size: 0.78rem;
    line-height: 1;
}

.store-metric-icon i[b-ehukvtzn1y] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
}

.store-metric-icon i[b-ehukvtzn1y]::before {
    display: block;
    margin: 0;
    line-height: 1;
    vertical-align: 0;
}

.store-metric-primary .store-metric-icon[b-ehukvtzn1y] { color: #1d4ed8; background: #eaf1ff; }
.store-metric-ready .store-metric-icon[b-ehukvtzn1y] { color: #047857; background: #e8f8f1; }
.store-metric-warning .store-metric-icon[b-ehukvtzn1y] { color: #b45309; background: #fff5df; }
.store-metric-neutral .store-metric-icon[b-ehukvtzn1y] { color: #6d28d9; background: #f2edff; }

.store-metric strong[b-ehukvtzn1y],
.store-metric span[b-ehukvtzn1y] {
    display: block;
}

.store-metric strong[b-ehukvtzn1y] {
    color: var(--store-ink);
    font-size: 1rem;
    line-height: 1.05;
}

.store-metric div > span[b-ehukvtzn1y] {
    margin-top: 3px;
    overflow: hidden;
    color: var(--store-muted);
    font-size: 0.59rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-list-shell[b-ehukvtzn1y] {
    border: 1px solid var(--store-line);
    box-shadow: 0 12px 30px rgba(25, 40, 75, 0.055);
}

.store-list-shell > .panel-head[b-ehukvtzn1y] {
    align-items: flex-end;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f7;
}

.store-toolbar[b-ehukvtzn1y] {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.store-toolbar-button[b-ehukvtzn1y] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.oms-stores-density[b-ehukvtzn1y]  .store-create-button,
.oms-stores-density[b-ehukvtzn1y]  .store-create-button:hover,
.oms-stores-density[b-ehukvtzn1y]  .store-create-button:focus,
.oms-stores-density[b-ehukvtzn1y]  .store-create-button:active {
    color: #fff;
}

.oms-stores-density[b-ehukvtzn1y]  .store-create-button i,
.oms-stores-density[b-ehukvtzn1y]  .store-create-button span {
    color: inherit;
}

.store-search[b-ehukvtzn1y] {
    position: relative;
    display: block;
}

.store-search > i[b-ehukvtzn1y] {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 9px;
    color: #8290a8;
    transform: translateY(-50%);
    pointer-events: none;
}

.oms-stores-density[b-ehukvtzn1y]  .store-search .form-control {
    padding-left: 27px;
    border-color: #dbe3ef;
    background: #f9fbfe;
}

.oms-stores-density[b-ehukvtzn1y]  .inventory-grid {
    overflow: hidden;
    border: 1px solid #e5eaf2;
    background: #fff;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-grid-table thead th {
    color: #5d6b82;
    border-bottom: 1px solid #dfe6f0;
    background: #f5f8fc;
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-grid-table tbody tr {
    transition: background-color 150ms ease;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-grid-table tbody tr:hover {
    background: #f7faff;
}

.store-code-cell[b-ehukvtzn1y],
.region-chip[b-ehukvtzn1y],
.warehouse-count[b-ehukvtzn1y],
.oms-state[b-ehukvtzn1y] {
    display: inline-flex;
    align-items: center;
}

.store-code-cell[b-ehukvtzn1y] {
    gap: 8px;
}

.store-code-cell > span[b-ehukvtzn1y] {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 8px;
    color: var(--store-blue);
    background: #edf4ff;
}

.store-code-cell strong[b-ehukvtzn1y],
.store-name-cell strong[b-ehukvtzn1y] {
    color: var(--store-ink);
    font-size: 0.69rem;
}

.store-name-cell span[b-ehukvtzn1y] {
    display: block;
    margin-top: 2px;
    color: #7b879b;
    font-size: 0.58rem;
}

.region-chip[b-ehukvtzn1y],
.warehouse-count[b-ehukvtzn1y] {
    gap: 5px;
    padding: 4px 7px;
    border-radius: 7px;
    color: #536176;
    background: #f1f4f8;
    font-size: 0.62rem;
    font-weight: 700;
}

.rent-type-chip[b-ehukvtzn1y] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 7px;
    border: 1px solid #dce4ef;
    border-radius: 7px;
    font-size: 0.59rem;
    font-weight: 750;
    white-space: nowrap;
}

.rent-type-chip.fixed[b-ehukvtzn1y] {
    color: #475569;
    background: #f5f7fa;
}

.rent-type-chip.turnover[b-ehukvtzn1y] {
    color: #1d4ed8;
    border-color: #cfe0ff;
    background: #edf4ff;
}

.warehouse-count[b-ehukvtzn1y] {
    color: #5b21b6;
    background: #f3efff;
}

.store-status-stack[b-ehukvtzn1y] {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;
}

.oms-state[b-ehukvtzn1y] {
    gap: 4px;
    font-size: 0.55rem;
    font-weight: 700;
}

.oms-state.enabled[b-ehukvtzn1y] { color: #1d4ed8; }
.oms-state.disabled[b-ehukvtzn1y] { color: #9a5b0a; }

.oms-stores-density[b-ehukvtzn1y]  .erp-grid-actions {
    display: flex;
    flex-wrap: nowrap;
}

.store-action[b-ehukvtzn1y],
.modal-close-button[b-ehukvtzn1y] {
    position: relative;
    display: inline-grid;
    width: 26px;
    height: 26px;
    padding: 0;
    place-items: center;
    border: 1px solid #dce3ed;
    border-radius: 7px;
    color: #56647a;
    background: #fff;
    font-size: 0.65rem;
    transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}

.store-action:hover[b-ehukvtzn1y],
.modal-close-button:hover[b-ehukvtzn1y] {
    border-color: #b9cdf8;
    color: var(--store-blue);
    background: #edf4ff;
}

.store-action.primary[b-ehukvtzn1y] { color: #1d4ed8; background: #f1f6ff; }
.store-action.danger[b-ehukvtzn1y] { color: #c2414b; }
.store-action.danger:hover[b-ehukvtzn1y] { border-color: #fecdd3; color: #be123c; background: #fff1f2; }

.store-action[b-ehukvtzn1y]::before,
.store-action[b-ehukvtzn1y]::after {
    position: absolute;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.store-action[b-ehukvtzn1y]::before {
    top: 50%;
    right: calc(100% + 7px);
    width: max-content;
    max-width: 150px;
    padding: 5px 7px;
    border-radius: 6px;
    color: #fff;
    background: #172033;
    content: attr(data-tooltip);
    font-size: 0.57rem;
    font-weight: 650;
    line-height: 1.25;
    text-align: center;
    transform: translateY(-50%);
    white-space: nowrap;
}

.store-action[b-ehukvtzn1y]::after {
    top: 50%;
    right: calc(100% + 3px);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #172033;
    content: "";
    transform: translateY(-50%);
}

.store-action:hover[b-ehukvtzn1y]::before,
.store-action:hover[b-ehukvtzn1y]::after,
.store-action:focus-visible[b-ehukvtzn1y]::before,
.store-action:focus-visible[b-ehukvtzn1y]::after {
    visibility: visible;
    opacity: 1;
}

.oms-stores-density[b-ehukvtzn1y]  .store-modal {
    border: 1px solid #dfe6f1;
    box-shadow: 0 24px 70px rgba(15, 32, 68, 0.2);
}

.oms-stores-density[b-ehukvtzn1y]  .store-modal .iw-modal-header {
    padding-bottom: 11px;
    border-bottom: 1px solid #e9edf4;
}

.store-modal-heading h3[b-ehukvtzn1y] {
    margin: 0;
    color: var(--store-ink);
}

.store-modal-heading .support-copy[b-ehukvtzn1y] {
    margin-top: 2px;
}

.form-section-label[b-ehukvtzn1y] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    color: #34435b;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.form-section-label i[b-ehukvtzn1y] { color: var(--store-blue); }

.store-toggle-grid[b-ehukvtzn1y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.store-rent-options[b-ehukvtzn1y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.store-rent-card[b-ehukvtzn1y] {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
    padding: 10px;
    border: 1px solid #dfe6f0;
    border-radius: 11px;
    background: #fafbfd;
    cursor: pointer;
}

.store-rent-card > input[b-ehukvtzn1y] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.store-rent-card.is-selected[b-ehukvtzn1y] {
    border-color: #8eb5f7;
    background: #f1f6ff;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.store-rent-icon[b-ehukvtzn1y] {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 8px;
    color: #1d4ed8;
    background: #e5efff;
}

.store-rent-card strong[b-ehukvtzn1y],
.store-rent-card small[b-ehukvtzn1y] {
    display: block;
}

.store-rent-card strong[b-ehukvtzn1y] {
    color: #27364d;
    font-size: 0.65rem;
}

.store-rent-card small[b-ehukvtzn1y] {
    margin-top: 2px;
    color: #748197;
    font-size: 0.54rem;
}

.store-rent-check[b-ehukvtzn1y] {
    color: #2563eb;
    opacity: 0;
}

.store-rent-card.is-selected .store-rent-check[b-ehukvtzn1y] {
    opacity: 1;
}

.store-toggle-card[b-ehukvtzn1y] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 9px;
    border: 1px solid #e1e7f0;
    border-radius: 10px;
    background: #fafbfd;
    cursor: pointer;
}

.store-toggle-card > span:nth-child(2)[b-ehukvtzn1y] {
    min-width: 0;
}

.store-toggle-card strong[b-ehukvtzn1y],
.store-toggle-card small[b-ehukvtzn1y] {
    display: block;
}

.store-toggle-card strong[b-ehukvtzn1y] {
    color: #2e3a4f;
    font-size: 0.62rem;
}

.store-toggle-card small[b-ehukvtzn1y] {
    margin-top: 2px;
    color: #7b879a;
    font-size: 0.52rem;
    line-height: 1.25;
}

.store-toggle-icon[b-ehukvtzn1y] {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 7px;
}

.store-toggle-icon.success[b-ehukvtzn1y] { color: #047857; background: #e8f8f1; }
.store-toggle-icon.primary[b-ehukvtzn1y] { color: #1d4ed8; background: #eaf1ff; }
.store-toggle-icon.warning[b-ehukvtzn1y] { color: #b45309; background: #fff3dc; }

.modal-actions[b-ehukvtzn1y] {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e9edf4;
}

.modal-actions .btn[b-ehukvtzn1y] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.store-modal-callout[b-ehukvtzn1y] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 13px;
    padding: 9px 10px;
    border: 1px solid #d9e6ff;
    border-radius: 9px;
    color: #405575;
    background: #f4f8ff;
    font-size: 0.61rem;
    line-height: 1.4;
}

.store-modal-callout i[b-ehukvtzn1y] {
    color: var(--store-blue);
}

.assignment-card[b-ehukvtzn1y] {
    padding: 12px;
    border: 1px solid #e2e8f1;
    border-radius: 11px;
    background: #fafbfd;
}

.oms-stores-density[b-ehukvtzn1y]  .page-header-card {
    gap: 14px;
    padding: 18px 21px;
    border-radius: 18px;
}

.oms-stores-density[b-ehukvtzn1y]  .page-header-card h1 {
    font-size: 1.5rem;
}

.oms-stores-density[b-ehukvtzn1y]  .page-header-card p {
    margin-top: 8px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .app-breadcrumb {
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.675rem;
}

.oms-stores-density[b-ehukvtzn1y]  .eyebrow {
    margin-bottom: 6px;
    font-size: 0.54rem;
    letter-spacing: 0.12em;
}

.oms-stores-density[b-ehukvtzn1y]  .panel-card {
    padding: 18px;
    border-radius: 18px;
}

.oms-stores-density[b-ehukvtzn1y]  .panel-head {
    gap: 12px;
    margin-bottom: 14px;
}

.oms-stores-density[b-ehukvtzn1y]  .panel-head h3,
.oms-stores-density[b-ehukvtzn1y]  .iw-modal-header h3 {
    font-size: 0.8625rem;
}

.oms-stores-density[b-ehukvtzn1y]  .d-flex.gap-2,
.oms-stores-density[b-ehukvtzn1y]  .d-grid.gap-2 {
    gap: 0.375rem !important;
}

.oms-stores-density[b-ehukvtzn1y]  .d-grid.gap-3 {
    gap: 0.75rem !important;
}

.oms-stores-density[b-ehukvtzn1y]  .row {
    --bs-gutter-x: 1.125rem;
    --bs-gutter-y: 1.125rem;
}

.oms-stores-density[b-ehukvtzn1y]  .row.g-3 {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .mt-4 {
    margin-top: 1.125rem !important;
}

.oms-stores-density[b-ehukvtzn1y]  .btn {
    --bs-btn-padding-x: 0.5625rem;
    --bs-btn-padding-y: 0.28125rem;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-border-radius: 0.28125rem;
}

.oms-stores-density[b-ehukvtzn1y]  .btn-sm {
    --bs-btn-padding-x: 0.375rem;
    --bs-btn-padding-y: 0.1875rem;
    --bs-btn-font-size: 0.65625rem;
    --bs-btn-border-radius: 0.1875rem;
}

.oms-stores-density[b-ehukvtzn1y]  .form-control,
.oms-stores-density[b-ehukvtzn1y]  .form-select {
    min-height: 28.5px;
    padding: 0.28125rem 0.5625rem;
    border-radius: 0.28125rem;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .oms-stores-search {
    min-width: 195px;
}

.oms-stores-density[b-ehukvtzn1y]  .field-label {
    margin-bottom: 6px;
    font-size: 0.66rem;
}

.oms-stores-density[b-ehukvtzn1y]  .checkbox-line {
    gap: 8px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .form-check-input {
    width: 0.75rem;
    height: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .inventory-grid {
    border-radius: 14px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-grid-table th,
.oms-stores-density[b-ehukvtzn1y]  .rz-grid-table td {
    padding: 0.5625rem 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-column-title,
.oms-stores-density[b-ehukvtzn1y]  .rz-cell-data,
.oms-stores-density[b-ehukvtzn1y]  .rz-paginator {
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-paginator {
    min-height: 36px;
    padding: 0.375rem 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-paginator-element {
    min-width: 24px;
    height: 24px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .warehouse-pill {
    padding: 8px 11px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .erp-grid-actions {
    gap: 6px;
}

.oms-stores-density[b-ehukvtzn1y]  .support-copy {
    font-size: 0.6375rem;
}

.oms-stores-density[b-ehukvtzn1y]  .planner-empty-state {
    padding: 18px;
    border-radius: 14px;
    font-size: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .iw-modal-backdrop {
    padding: 0.75rem;
    backdrop-filter: blur(3px);
}

.oms-stores-density[b-ehukvtzn1y]  .iw-modal-panel {
    width: min(100%, 570px);
    max-height: calc(100vh - 1.5rem);
    padding: 0.9375rem;
    border-radius: 18px;
}

.oms-stores-density[b-ehukvtzn1y]  .iw-modal-panel-wide {
    width: min(100%, 690px);
}

.oms-stores-density[b-ehukvtzn1y]  .iw-modal-header {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.oms-stores-density[b-ehukvtzn1y]  .rz-dropdown,
.oms-stores-density[b-ehukvtzn1y]  .rz-numeric,
.oms-stores-density[b-ehukvtzn1y]  .rz-textbox {
    min-height: 28.5px;
    font-size: 0.75rem;
}

@media (max-width: 640px) {
    .store-overview[b-ehukvtzn1y] {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-metrics[b-ehukvtzn1y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oms-stores-density[b-ehukvtzn1y]  .panel-head {
        align-items: stretch;
        flex-direction: column;
    }

    .store-toolbar[b-ehukvtzn1y],
    .store-search[b-ehukvtzn1y] {
        width: 100%;
    }

    .oms-stores-density[b-ehukvtzn1y]  .oms-stores-search {
        min-width: 100%;
    }

    .store-toggle-grid[b-ehukvtzn1y] {
        grid-template-columns: 1fr;
    }

    .store-rent-options[b-ehukvtzn1y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .store-metrics[b-ehukvtzn1y] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/PackagingMaterials.razor.rz.scp.css */
.packaging-materials-page[b-bmwengvgl1],
.packaging-materials-page > .panel-card[b-bmwengvgl1],
.packaging-grid-scroll-affordance[b-bmwengvgl1] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.packaging-materials-page > .panel-card[b-bmwengvgl1] {
    overflow: hidden;
}

.packaging-grid-scroll-affordance[b-bmwengvgl1] {
    position: relative;
    overflow: hidden;
}

/* The frozen action column and this edge shade keep horizontal scrolling
   discoverable without allowing the data table to widen the page itself. */
.packaging-grid-scroll-affordance[b-bmwengvgl1]::after {
    position: absolute;
    z-index: 4;
    top: 46px;
    right: 120px;
    bottom: 52px;
    width: 18px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14));
    content: "";
    opacity: 0;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-grid-table-container,
.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-grid-table {
    width: 100%;
    min-width: 890px;
    table-layout: fixed;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-grid-table thead th {
    height: 46px;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-grid-table tbody td {
    height: 56px;
    vertical-align: middle;
}

.packaging-materials-page[b-bmwengvgl1]  th[data-sort-property]:not([aria-sort]) .product-sort-trigger::after {
    color: #64748b;
    content: "↕";
    font-size: .75rem;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .user-action-button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-cell-value {
    line-height: inherit;
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-value-dialog {
    width: min(100%, 620px);
}

.packaging-materials-page[b-bmwengvgl1]  .packaging-full-value {
    max-height: min(50dvh, 360px);
    margin: 0;
    overflow: auto;
    overflow-wrap: anywhere;
    user-select: text;
}

@media (max-width: 980px) {
    .packaging-grid-scroll-affordance[b-bmwengvgl1]::after {
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .packaging-materials-page[b-bmwengvgl1]  .packaging-material-grid .rz-grid-table {
        min-width: 890px;
    }
}

@media (max-width: 520px) {
    .packaging-grid-scroll-affordance[b-bmwengvgl1]::after {
        top: 44px;
        bottom: 50px;
    }
}
/* /Components/Pages/ProductDialogs/PackagingMaterialEditorDialog.razor.rz.scp.css */
.packaging-material-editor-shell[b-x4f0c643qj] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.packaging-validation-summary[b-x4f0c643qj] {
    position: sticky;
    top: 0;
    z-index: 8;
}

.packaging-tabs[b-x4f0c643qj],
.packaging-tab-panel[b-x4f0c643qj],
.packaging-general-layout[b-x4f0c643qj],
.packaging-general-fields[b-x4f0c643qj],
.packaging-linked-table-wrap[b-x4f0c643qj] {
    min-width: 0;
    max-width: 100%;
}

.packaging-tab-list[b-x4f0c643qj] {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #d8e6f7;
    scrollbar-width: thin;
}

.packaging-tab-list > button[b-x4f0c643qj] {
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 44px;
    padding: 9px 14px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #526071;
    font: inherit;
    font-weight: 700;
}

.packaging-tab-list > button[aria-selected="true"][b-x4f0c643qj] {
    border-bottom-color: #146fe0;
    color: #145cb8;
}

.packaging-tab-list > button:focus-visible[b-x4f0c643qj],
.packaging-tab-panel:focus-visible[b-x4f0c643qj] {
    outline: 3px solid #146fe0;
    outline-offset: 2px;
}

.packaging-tab-panel[b-x4f0c643qj] {
    padding-inline: 2px;
}

.packaging-general-layout[b-x4f0c643qj] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 1rem;
    align-items: start;
}

.packaging-general-fields[b-x4f0c643qj] {
    display: grid;
    gap: .85rem;
}

.packaging-general-photos[b-x4f0c643qj] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid var(--iw-line, #d9e2ec);
    border-radius: 16px;
    background: #fff;
}

.packaging-photos-empty[b-x4f0c643qj] {
    display: grid;
    min-height: 132px;
    place-items: center;
    align-content: center;
    gap: 8px;
    margin-top: 12px;
    border: 1px dashed #b8cce5;
    border-radius: 12px;
    background: #f8fbff;
    color: #526071;
}

.packaging-photos-empty i[b-x4f0c643qj] {
    color: #6b88ac;
    font-size: 1.5rem;
}

.product-photo-showcase[b-x4f0c643qj] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.product-photo-showcase-main[b-x4f0c643qj] {
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--iw-line, #d9e2ec);
    border-radius: 14px;
    background: #f4f7fb;
}

.product-photo-showcase-main img[b-x4f0c643qj] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.packaging-photo-preview-unavailable[b-x4f0c643qj] {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 120px;
    place-content: center;
    gap: 8px;
    padding: 16px;
    color: #526071;
    text-align: center;
}

.packaging-photo-preview-unavailable i[b-x4f0c643qj],
.product-photo-thumb-button > i[b-x4f0c643qj] {
    font-size: 1.35rem;
}

.product-photo-showcase-meta[b-x4f0c643qj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-photo-thumbs[b-x4f0c643qj] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.product-photo-thumb-button[b-x4f0c643qj] {
    flex: 0 0 64px;
    width: 64px;
    min-width: 44px;
    min-height: 44px;
    padding: 3px;
    overflow: hidden;
    border: 1px solid var(--iw-line, #d9e2ec);
    border-radius: 10px;
    background: #fff;
}

.product-photo-thumb-button.active[b-x4f0c643qj] {
    border-color: #146fe0;
    box-shadow: 0 0 0 2px rgba(20, 111, 224, .16);
}

.product-photo-thumb-button img[b-x4f0c643qj] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

.packaging-lookup-state[b-x4f0c643qj] {
    padding: 12px;
    color: #526071;
    font-size: .875rem;
}

.packaging-linked-table-wrap[b-x4f0c643qj] {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    box-shadow: inset -10px 0 14px -16px rgba(15, 23, 42, .85);
}

.packaging-linked-table-wrap .product-grid-table[b-x4f0c643qj] {
    min-width: 720px;
    vertical-align: middle;
}

.packaging-link-delete[b-x4f0c643qj],
#packaging-add-link[b-x4f0c643qj],
.packaging-editor-actions .btn[b-x4f0c643qj],
.packaging-photo-dialog .btn[b-x4f0c643qj] {
    min-width: 44px;
    min-height: 44px;
}

.packaging-photo-backdrop[b-x4f0c643qj] {
    z-index: 1300;
}

.packaging-photo-dialog[b-x4f0c643qj] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.packaging-photo-dialog .product-nested-dialog-scroll[b-x4f0c643qj] {
    min-width: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4px;
}

.packaging-photo-dialog .product-nested-dialog-actions[b-x4f0c643qj] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8e6f7;
    background: #fff;
}

.product-photo-modal-preview[b-x4f0c643qj] {
    max-width: 240px;
    overflow: hidden;
    border: 1px solid #d8e6f7;
    border-radius: 12px;
    background: #f4f7fb;
}

.product-photo-modal-preview img[b-x4f0c643qj] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .packaging-general-layout[b-x4f0c643qj] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .packaging-general-layout[b-x4f0c643qj],
    .packaging-material-editor-shell .erp-form-grid[b-x4f0c643qj],
    .packaging-photo-dialog .erp-form-grid[b-x4f0c643qj] {
        grid-template-columns: minmax(0, 1fr);
    }

    .packaging-general-photos[b-x4f0c643qj],
    .packaging-material-editor-shell .product-form-group[b-x4f0c643qj] {
        padding: 12px;
        border-radius: 12px;
    }

    .packaging-photos-empty[b-x4f0c643qj] {
        min-height: 96px;
    }

    .product-photo-showcase-meta[b-x4f0c643qj] {
        align-items: stretch;
        flex-direction: column;
    }

    .product-photo-showcase-meta .btn[b-x4f0c643qj] {
        width: 100%;
    }

    .packaging-editor-actions[b-x4f0c643qj],
    .packaging-photo-dialog .product-nested-dialog-actions[b-x4f0c643qj] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .packaging-editor-actions .btn[b-x4f0c643qj],
    .packaging-photo-dialog .product-nested-dialog-actions .btn[b-x4f0c643qj] {
        width: 100%;
    }

    .packaging-photo-dialog[b-x4f0c643qj] {
        width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 12px;
        border-radius: 16px;
    }

    .product-photo-modal-preview[b-x4f0c643qj] {
        width: 100%;
        max-width: 100%;
    }
}
/* /Components/Pages/Products.razor.rz.scp.css */
.product-grid-thumb[b-z4l8ik0ohj] {
    width: 47.5px;
    height: 47.5px;
    display: grid;
    place-items: center;
    border-radius: 12.35px;
    border: 1px solid rgba(216, 226, 238, 0.95);
    background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.product-grid-thumb-button[b-z4l8ik0ohj] {
    min-width: 47.5px;
    min-height: 47.5px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 12.35px;
}

.product-grid-thumb-button:focus-visible[b-z4l8ik0ohj] {
    outline: 3px solid #146fe0;
    outline-offset: 2px;
}

.product-grid-thumb-button:hover .product-grid-thumb[b-z4l8ik0ohj] {
    border-color: #8fc5ff;
    box-shadow: none;
}

.product-grid-thumb-placeholder[b-z4l8ik0ohj] {
    color: #94a3b8;
    font-size: .9405rem;
}

.product-photo-backdrop[b-z4l8ik0ohj] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.68);
    padding: 24px;
}

.product-photo-dialog[b-z4l8ik0ohj] {
    position: relative;
    width: fit-content;
    max-width: min(92vw, 980px);
    max-height: 90vh;
    overflow: hidden;
    border-radius: 24px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.24);
}

.product-photo-dialog img[b-z4l8ik0ohj] {
    max-width: 100%;
    max-height: calc(90vh - 72px);
    display: block;
    border-radius: 16px;
    object-fit: contain;
}

.product-photo-close[b-z4l8ik0ohj] {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    border-radius: 999px;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 14px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-weight: 700;
}

.product-photo-close:focus-visible[b-z4l8ik0ohj] {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 520px) {
    .product-photo-backdrop[b-z4l8ik0ohj] {
        padding: 8px;
    }

    .product-photo-dialog[b-z4l8ik0ohj] {
        max-width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 10px;
    }

    .product-photo-dialog img[b-z4l8ik0ohj] {
        max-height: calc(100dvh - 36px);
    }
}
/* /Components/Pages/Sizes.razor.rz.scp.css */
.sizes-page[b-uvxf3sexwn],
.sizes-page > .panel-card[b-uvxf3sexwn],
.size-panel-anchor[b-uvxf3sexwn],
.size-grid-scroll-affordance[b-uvxf3sexwn] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.sizes-page > .panel-card[b-uvxf3sexwn] {
    overflow: hidden;
}

.size-tabs[b-uvxf3sexwn] {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 4px;
    gap: 4px;
    border: 1px solid #d8e2ee;
    border-radius: 12px;
    background: #f6f9fc;
}

.size-tab[b-uvxf3sexwn] {
    min-width: 112px;
    min-height: 44px;
    padding: 8px 16px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #526175;
    font-size: .875rem;
    font-weight: 700;
}

.size-tab:hover[b-uvxf3sexwn],
.size-tab:focus-visible[b-uvxf3sexwn] {
    color: #0f5fd7;
    background: #eaf3ff;
}

.size-tab:focus-visible[b-uvxf3sexwn] {
    outline: 3px solid rgba(13, 110, 253, .35);
    outline-offset: 2px;
}

.size-tab.active[b-uvxf3sexwn] {
    background: #0d6efd;
    color: #fff;
}

.size-tab.active:focus-visible[b-uvxf3sexwn] {
    outline-color: #0b3f91;
}

.sizes-page .product-list-toolbar[b-uvxf3sexwn] {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.sizes-page .product-search[b-uvxf3sexwn] {
    flex: 1 1 18rem;
    min-width: 12rem;
}

.sizes-page .size-import-button:hover:not(:disabled)[b-uvxf3sexwn],
.sizes-page .size-import-button:focus-visible:not(:disabled)[b-uvxf3sexwn] {
    border-color: #526071;
    background-color: #526071;
    color: #fff !important;
}

.sizes-page .size-import-button:hover:not(:disabled) i[b-uvxf3sexwn],
.sizes-page .size-import-button:hover:not(:disabled) span[b-uvxf3sexwn],
.sizes-page .size-import-button:focus-visible:not(:disabled) i[b-uvxf3sexwn],
.sizes-page .size-import-button:focus-visible:not(:disabled) span[b-uvxf3sexwn] {
    color: #fff !important;
}

.size-filter-count[b-uvxf3sexwn] {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    border-radius: 999px;
    background: #0f5fc7;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
}

.size-active-filters[b-uvxf3sexwn] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 9px 10px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f7faff;
}

.size-active-filters-label[b-uvxf3sexwn] {
    color: #34445a;
    font-size: .8125rem;
    font-weight: 800;
}

.size-filter-result-count[b-uvxf3sexwn] {
    color: #475467;
    font-size: .8125rem;
    font-weight: 700;
}

.size-filter-chip[b-uvxf3sexwn] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    max-width: min(100%, 22rem);
    padding: 7px 10px;
    border: 1px solid #bad3f4;
    border-radius: 999px;
    background: #fff;
    color: #294b78;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 700;
}

.size-filter-chip span[b-uvxf3sexwn] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.size-filter-chip i[b-uvxf3sexwn] {
    flex: 0 0 auto;
}

.size-filter-chip:hover[b-uvxf3sexwn],
.size-filter-chip:focus-visible[b-uvxf3sexwn] {
    border-color: #76a9e8;
    background: #eaf3ff;
    color: #0f5fc7;
}

.size-clear-filters[b-uvxf3sexwn] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-left: auto;
    padding: 7px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #0f5fc7;
    font-size: .8125rem;
    font-weight: 800;
}

.size-clear-filters:hover[b-uvxf3sexwn],
.size-clear-filters:focus-visible[b-uvxf3sexwn] {
    background: #eaf3ff;
}

.size-import-summary[b-uvxf3sexwn],
.size-list-error[b-uvxf3sexwn],
.size-list-loading[b-uvxf3sexwn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 11px 12px;
    border: 1px solid #b9dfc9;
    border-radius: 12px;
    background: #eefbf3;
    color: #17643a;
    font-size: .875rem;
    line-height: 1.45;
}

.size-import-summary.is-warning[b-uvxf3sexwn] {
    border-color: #e8ca8c;
    background: #fff8e8;
    color: #7a4b00;
}

.size-list-error[b-uvxf3sexwn] {
    justify-content: space-between;
    border-color: #efb8b3;
    background: #fff4f2;
    color: #8f241c;
}

.size-list-error h2[b-uvxf3sexwn],
.size-list-error p[b-uvxf3sexwn] {
    margin: 0;
    color: inherit;
    font: inherit;
}

.size-list-error h2[b-uvxf3sexwn] {
    font-weight: 800;
}

.size-list-error .btn[b-uvxf3sexwn] {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
}

.size-list-loading[b-uvxf3sexwn] {
    border-color: #cfe0f7;
    background: #f5f9ff;
    color: #294b78;
}

.size-grid-scroll-affordance[b-uvxf3sexwn] {
    position: relative;
    overflow: hidden;
}

.size-grid-scroll-affordance[b-uvxf3sexwn]::after {
    position: absolute;
    z-index: 4;
    top: 46px;
    right: 120px;
    bottom: 52px;
    width: 18px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14));
    content: "";
    opacity: 0;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid .rz-grid-table-container,
.sizes-page[b-uvxf3sexwn]  .sizes-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid .rz-grid-table {
    width: 100%;
    min-width: 980px;
    table-layout: fixed;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid .rz-grid-table thead th {
    height: 46px;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid .rz-grid-table tbody td {
    height: 56px;
    vertical-align: middle;
}

.sizes-page[b-uvxf3sexwn]  th[data-sort-property]:not([aria-sort]) .product-sort-trigger::after {
    color: #64748b;
    content: "↕";
    font-size: .75rem;
}

.sizes-page[b-uvxf3sexwn]  .sizes-grid .user-action-button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
}

.sizes-page[b-uvxf3sexwn]  .size-cell-value {
    line-height: inherit;
}

.sizes-page[b-uvxf3sexwn]  .size-list-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 24px;
    color: #475467;
    text-align: center;
}

.sizes-page[b-uvxf3sexwn]  .size-list-empty i {
    color: #5b6f88;
    font-size: 1.5rem;
}

.sizes-page[b-uvxf3sexwn]  .size-list-empty h2,
.sizes-page[b-uvxf3sexwn]  .size-list-empty p {
    margin: 0;
    color: inherit;
}

.sizes-page[b-uvxf3sexwn]  .size-list-empty h2 {
    font-size: 1rem;
    font-weight: 800;
}

.sizes-page[b-uvxf3sexwn]  .size-list-empty p {
    font-size: .875rem;
}

.sizes-page[b-uvxf3sexwn]  .size-editor-dialog {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(680px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.sizes-page[b-uvxf3sexwn]  .size-editor-dialog form {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.sizes-page[b-uvxf3sexwn]  .size-editor-fields {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
}

.sizes-page[b-uvxf3sexwn]  .size-validation-summary {
    margin-bottom: 10px;
}

.sizes-page[b-uvxf3sexwn]  .size-editor-actions,
.sizes-page[b-uvxf3sexwn]  .size-filter-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8e6f7;
    background: #fff;
}

.sizes-page[b-uvxf3sexwn]  .size-value-dialog {
    width: min(100%, 680px);
}

.sizes-page[b-uvxf3sexwn]  .size-full-value {
    max-height: 46vh;
    margin: 0;
    padding: 14px;
    overflow: auto;
    border-radius: 12px;
    background: #f7faff;
    color: #0f172a;
    font-size: .9rem;
    line-height: 1.55;
    user-select: text;
    overflow-wrap: anywhere;
}

@media (max-width: 1200px) {
    .size-grid-scroll-affordance[b-uvxf3sexwn]::after {
        opacity: 1;
    }
}

@media (max-width: 720px) {
    .size-tabs[b-uvxf3sexwn] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .size-tab[b-uvxf3sexwn] {
        min-width: 0;
    }

    .sizes-page .product-list-toolbar[b-uvxf3sexwn] {
        align-items: stretch !important;
    }

    .sizes-page .product-search[b-uvxf3sexwn] {
        flex-basis: 100%;
        min-width: 0;
    }

    .sizes-page .product-toolbar-button[b-uvxf3sexwn] {
        flex: 1 1 calc(50% - 4px);
    }

    .size-list-error[b-uvxf3sexwn] {
        align-items: stretch;
        flex-direction: column;
    }

    .size-clear-filters[b-uvxf3sexwn] {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .sizes-page[b-uvxf3sexwn]  .size-editor-dialog,
    .sizes-page[b-uvxf3sexwn]  .size-filter-dialog,
    .sizes-page[b-uvxf3sexwn]  .size-value-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 12px;
        border-radius: 16px;
    }

    .sizes-page[b-uvxf3sexwn]  .size-editor-actions,
    .sizes-page[b-uvxf3sexwn]  .size-filter-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .sizes-page[b-uvxf3sexwn]  .size-editor-actions .btn,
    .sizes-page[b-uvxf3sexwn]  .size-filter-actions .btn {
        width: 100%;
        min-height: 44px;
    }

    .size-grid-scroll-affordance[b-uvxf3sexwn]::after {
        top: 44px;
        bottom: 50px;
    }
}
/* /Components/Pages/VendorDialogs/VendorEditorDialog.razor.rz.scp.css */
.vendor-editor-shell[b-nf6hcminna] {
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
}

.vendor-editor-shell > form[b-nf6hcminna] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    gap: 14px;
}

.vendor-validation-summary[b-nf6hcminna] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.vendor-tab-strip[b-nf6hcminna] {
    position: sticky;
    top: 0;
    z-index: 6;
    display: flex;
    flex: 0 0 auto;
    max-width: 100%;
    gap: 4px;
    padding: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #d8e6f7;
    border-radius: 12px;
    background: rgba(247, 250, 255, .98);
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
}

.vendor-tab-button[b-nf6hcminna] {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 14px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #475467;
    font-size: .875rem;
    font-weight: 700;
    white-space: nowrap;
}

.vendor-tab-button:hover[b-nf6hcminna],
.vendor-tab-button:focus-visible[b-nf6hcminna] {
    color: #0f5fd7;
    background: #e9f2ff;
}

.vendor-tab-button:focus-visible[b-nf6hcminna] {
    outline: 3px solid rgba(20, 111, 224, .32);
    outline-offset: 1px;
}

.vendor-tab-button.active[b-nf6hcminna],
.vendor-tab-button.active:hover[b-nf6hcminna],
.vendor-tab-button.active:focus-visible[b-nf6hcminna] {
    color: #fff;
    background: #146fe0;
}

.vendor-tab-panel[b-nf6hcminna] {
    min-width: 0;
    max-width: 100%;
    padding: 2px;
    outline: none;
}

.vendor-tab-panel:focus-visible[b-nf6hcminna] {
    border-radius: 10px;
    box-shadow: 0 0 0 3px rgba(20, 111, 224, .24);
}

.vendor-editor-shell .erp-form-grid[b-nf6hcminna],
.vendor-editor-shell .erp-form-field[b-nf6hcminna],
.vendor-editor-shell .erp-form-field-full[b-nf6hcminna] {
    min-width: 0;
    max-width: 100%;
}

.vendor-editor-shell .form-control[b-nf6hcminna],
.vendor-editor-shell .form-select[b-nf6hcminna] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.vendor-editor-shell textarea.form-control[b-nf6hcminna] {
    min-height: 86px;
    resize: vertical;
}

.vendor-toggle-list[b-nf6hcminna],
.address-flags[b-nf6hcminna] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.vendor-editor-shell .checkbox-line[b-nf6hcminna],
.address-flags .checkbox-line[b-nf6hcminna] {
    min-height: 44px;
}

.vendor-editor-shell .checkbox-line label[b-nf6hcminna],
.address-flags .checkbox-line label[b-nf6hcminna] {
    cursor: pointer;
}

.vendor-editor-actions[b-nf6hcminna] {
    position: sticky;
    bottom: 0;
    z-index: 6;
    margin-top: auto;
    padding: 12px 0 2px;
    border-top: 1px solid #d8e6f7;
    background: rgba(255, 255, 255, .98);
}

.vendor-editor-actions .btn[b-nf6hcminna],
.vendor-address-dialog-actions .btn[b-nf6hcminna],
.vendor-address-card .btn[b-nf6hcminna] {
    min-height: 44px;
}

.vendor-address-card[b-nf6hcminna] {
    padding: 14px;
    border-radius: 14px;
}

.vendor-address-card .panel-head[b-nf6hcminna] {
    align-items: center;
    margin-bottom: 12px;
}

.vendor-address-card .panel-head h3[b-nf6hcminna],
.vendor-address-card .panel-head p[b-nf6hcminna] {
    margin: 0;
}

.vendor-address-card .panel-head p[b-nf6hcminna] {
    margin-top: 3px;
    color: #526071;
}

.vendor-address-empty[b-nf6hcminna] {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 24px 16px;
    border: 1px dashed #b9cbe2;
    border-radius: 12px;
    background: #f8fbff;
    color: #475467;
    text-align: center;
}

.vendor-address-empty i[b-nf6hcminna] {
    color: #146fe0;
    font-size: 1.5rem;
}

.vendor-address-empty p[b-nf6hcminna] {
    margin: 0;
}

.vendor-address-table-wrap[b-nf6hcminna] {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #d8e6f7;
    border-radius: 12px;
    box-shadow: inset -14px 0 18px -20px rgba(15, 23, 42, .8);
    overscroll-behavior-inline: contain;
}

.vendor-address-table[b-nf6hcminna] {
    min-width: 820px;
    margin: 0;
    table-layout: fixed;
}

.vendor-address-table th[b-nf6hcminna] {
    padding: 10px 12px;
    background: #f2f7fe;
    color: #344054;
    font-size: .78rem;
    font-weight: 800;
}

.vendor-address-table td[b-nf6hcminna] {
    height: 56px;
    padding: 8px 12px;
    overflow: hidden;
    color: #1d2939;
    font-size: .84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.vendor-address-table th:last-child[b-nf6hcminna],
.vendor-address-table td:last-child[b-nf6hcminna] {
    position: sticky;
    right: 0;
    z-index: 2;
    width: 112px;
    background: #fff;
    box-shadow: -8px 0 14px -14px rgba(15, 23, 42, .75);
}

.vendor-address-table th:last-child[b-nf6hcminna] {
    z-index: 3;
    background: #f2f7fe;
}

.vendor-address-table .erp-grid-actions[b-nf6hcminna] {
    flex-wrap: nowrap;
}

.vendor-address-table .user-action-button[b-nf6hcminna] {
    display: inline-grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #b8d4f6;
    border-radius: 10px;
    background: #f3f8ff;
    color: #1769d2;
}

.vendor-address-table .user-action-button:hover[b-nf6hcminna],
.vendor-address-table .user-action-button:focus-visible[b-nf6hcminna] {
    border-color: #1976ed;
    background: #1976ed;
    color: #fff;
}

.vendor-address-table .user-action-button.danger[b-nf6hcminna] {
    border-color: #f2c3c8;
    background: #fff7f8;
    color: #b42318;
}

.vendor-address-table .user-action-button.danger:hover[b-nf6hcminna],
.vendor-address-table .user-action-button.danger:focus-visible[b-nf6hcminna] {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

.vendor-address-backdrop[b-nf6hcminna] {
    z-index: 1260;
}

.vendor-address-dialog[b-nf6hcminna] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(920px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    padding: 18px;
    overflow: hidden;
}

.vendor-address-dialog-header[b-nf6hcminna] {
    flex: 0 0 auto;
    margin-bottom: 12px;
}

.vendor-address-dialog-header h3[b-nf6hcminna],
.vendor-address-dialog-header p[b-nf6hcminna] {
    margin: 0;
}

.vendor-address-dialog-header p[b-nf6hcminna] {
    margin-top: 4px;
    color: #526071;
}

.vendor-address-form[b-nf6hcminna] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.vendor-address-dialog-body[b-nf6hcminna] {
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    padding: 2px 4px 12px 2px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.vendor-address-dialog .erp-form-field[b-nf6hcminna],
.vendor-address-dialog .erp-form-field-full[b-nf6hcminna],
.vendor-address-dialog .form-control[b-nf6hcminna],
.vendor-address-dialog .form-select[b-nf6hcminna] {
    min-width: 0;
    max-width: 100%;
}

.vendor-address-dialog .form-control[b-nf6hcminna],
.vendor-address-dialog .form-select[b-nf6hcminna] {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

.vendor-address-dialog textarea.form-control[b-nf6hcminna] {
    min-height: 82px;
    resize: vertical;
}

.vendor-address-dialog-actions[b-nf6hcminna] {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #d8e6f7;
    background: #fff;
}

.required-field-marker[b-nf6hcminna],
.invalid-feedback[b-nf6hcminna] {
    color: #b42318;
}

@media (max-width: 720px) {
    .vendor-editor-shell .erp-form-grid[b-nf6hcminna],
    .vendor-address-dialog .erp-form-grid[b-nf6hcminna] {
        grid-template-columns: minmax(0, 1fr);
    }

    .vendor-address-card .panel-head[b-nf6hcminna] {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .vendor-address-card .panel-head .btn[b-nf6hcminna] {
        width: 100%;
    }

    .vendor-address-table[b-nf6hcminna] {
        min-width: 700px;
    }
}

@media (max-width: 520px) {
    .vendor-editor-shell[b-nf6hcminna] {
        padding-right: 0;
    }

    .vendor-tab-button[b-nf6hcminna] {
        padding-inline: 12px;
    }

    .vendor-editor-actions[b-nf6hcminna],
    .vendor-address-dialog-actions[b-nf6hcminna] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .vendor-editor-actions .btn[b-nf6hcminna],
    .vendor-address-dialog-actions .btn[b-nf6hcminna] {
        width: 100%;
    }

    .vendor-address-backdrop[b-nf6hcminna] {
        padding: 8px;
    }

    .vendor-address-dialog[b-nf6hcminna] {
        width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 12px;
        border-radius: 16px;
    }

    .vendor-address-dialog-header[b-nf6hcminna] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Vendors.razor.rz.scp.css */
.vendors-page[b-b3ix5agk3c],
.vendors-page > .panel-card[b-b3ix5agk3c],
.vendor-panel[b-b3ix5agk3c],
.vendor-grid-scroll-affordance[b-b3ix5agk3c] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.vendors-page > .panel-card[b-b3ix5agk3c] {
    overflow: hidden;
}

.vendor-panel-head[b-b3ix5agk3c],
.vendor-toolbar[b-b3ix5agk3c] {
    min-width: 0;
}

.vendors-page .product-list-toolbar[b-b3ix5agk3c] {
    width: 100%;
    max-width: none;
}

.vendors-page .product-search[b-b3ix5agk3c] {
    flex: 1 1 18rem;
    min-width: 12rem;
}

.vendor-filter-count[b-b3ix5agk3c] {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    border-radius: 999px;
    background: #0f5fc7;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
}

.vendor-list-meta[b-b3ix5agk3c] {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: -2px 0 8px;
    color: #475467;
    font-size: .8125rem;
    font-weight: 700;
}

.vendor-active-filters[b-b3ix5agk3c] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 9px 10px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f7faff;
}

.vendor-active-filters-label[b-b3ix5agk3c] {
    color: #34445a;
    font-size: .8125rem;
    font-weight: 800;
}

.vendor-filter-chip[b-b3ix5agk3c] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    max-width: min(100%, 24rem);
    padding: 7px 10px;
    border: 1px solid #bad3f4;
    border-radius: 999px;
    background: #fff;
    color: #294b78;
    cursor: pointer;
    font-size: .8125rem;
    font-weight: 700;
}

.vendor-filter-chip span[b-b3ix5agk3c] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vendor-filter-chip i[b-b3ix5agk3c] {
    flex: 0 0 auto;
}

.vendor-filter-chip:hover[b-b3ix5agk3c],
.vendor-filter-chip:focus-visible[b-b3ix5agk3c] {
    border-color: #76a9e8;
    background: #eaf3ff;
    color: #0f5fc7;
}

.vendor-clear-filters[b-b3ix5agk3c] {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-left: auto;
    padding: 7px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #0f5fc7;
    font-size: .8125rem;
    font-weight: 800;
}

.vendor-clear-filters:hover[b-b3ix5agk3c],
.vendor-clear-filters:focus-visible[b-b3ix5agk3c] {
    background: #eaf3ff;
}

.vendor-grid-scroll-affordance[b-b3ix5agk3c] {
    position: relative;
    overflow: hidden;
}

.vendor-grid-scroll-affordance[b-b3ix5agk3c]::after {
    position: absolute;
    z-index: 4;
    top: 46px;
    right: 120px;
    bottom: 52px;
    width: 18px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, .14));
    content: "";
    opacity: 0;
}

.vendor-grid-scroll-affordance.has-blocking-state[b-b3ix5agk3c] {
    min-height: 250px;
}

.vendor-grid-scroll-affordance.has-blocking-state[b-b3ix5agk3c]  .vendor-grid {
    visibility: hidden;
}

.vendor-list-state[b-b3ix5agk3c] {
    position: absolute;
    z-index: 8;
    inset: 0;
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f8fbff;
    color: #294b78;
    font-size: .875rem;
    line-height: 1.45;
    text-align: center;
}

.vendor-list-error[b-b3ix5agk3c] {
    border-color: #efb8b3;
    background: #fff4f2;
    color: #8f241c;
}

.vendor-list-error h2[b-b3ix5agk3c],
.vendor-list-error p[b-b3ix5agk3c] {
    margin: 0;
    color: inherit;
    font: inherit;
}

.vendor-list-error h2[b-b3ix5agk3c] {
    font-weight: 800;
}

.vendor-list-error .btn[b-b3ix5agk3c],
.vendor-empty-actions .btn[b-b3ix5agk3c] {
    min-width: 44px;
    min-height: 44px;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-data-row {
    cursor: default;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table-container,
.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-data-grid-data {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table {
    width: 100%;
    min-width: 916px;
    table-layout: fixed;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table thead th {
    height: 46px;
    overflow: visible;
    white-space: nowrap;
    vertical-align: middle;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table tbody td {
    height: 56px;
    vertical-align: middle;
}

.vendors-page[b-b3ix5agk3c]  .vendor-grid .user-action-button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
}

.vendors-page[b-b3ix5agk3c]  .vendor-cell-value {
    line-height: inherit;
}

.vendors-page[b-b3ix5agk3c]  .vendor-cell-value:hover,
.vendors-page[b-b3ix5agk3c]  .vendor-cell-value:focus-visible {
    color: #0f5fd7;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vendors-page[b-b3ix5agk3c]  .vendor-empty-value {
    color: #64748b;
}

.vendors-page[b-b3ix5agk3c]  .vendor-mobile-metadata {
    display: none;
}

.vendors-page[b-b3ix5agk3c]  .vendor-list-empty {
    display: grid;
    min-height: 190px;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 24px;
    color: #475467;
    text-align: center;
}

.vendors-page[b-b3ix5agk3c]  .vendor-list-empty > i {
    color: #5b6f88;
    font-size: 1.5rem;
}

.vendors-page[b-b3ix5agk3c]  .vendor-list-empty h2,
.vendors-page[b-b3ix5agk3c]  .vendor-list-empty p {
    margin: 0;
    color: inherit;
}

.vendors-page[b-b3ix5agk3c]  .vendor-list-empty h2 {
    font-size: 1rem;
    font-weight: 800;
}

.vendors-page[b-b3ix5agk3c]  .vendor-list-empty p {
    font-size: .875rem;
}

.vendor-empty-actions[b-b3ix5agk3c] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.vendors-page[b-b3ix5agk3c]  .vendor-editor-panel,
.vendors-page[b-b3ix5agk3c]  .vendor-filter-dialog {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(1180px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.vendors-page[b-b3ix5agk3c]  .vendor-filter-dialog {
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(1040px, calc(100vw - 32px));
}

.vendors-page[b-b3ix5agk3c]  .vendor-filter-groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.vendors-page[b-b3ix5agk3c]  .vendor-filter-actions {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8e6f7;
    background: #fff;
}

.vendors-page[b-b3ix5agk3c]  .vendor-value-dialog {
    width: min(100%, 620px);
}

.vendors-page[b-b3ix5agk3c]  .vendor-full-value {
    max-height: min(50dvh, 360px);
    margin: 0;
    padding: 12px;
    overflow: auto;
    border: 1px solid #cfe0f7;
    border-radius: 10px;
    background: #f8fbff;
    color: #0f172a;
    font: inherit;
    line-height: 1.55;
    overflow-wrap: anywhere;
    user-select: text;
    white-space: pre-wrap;
}

@media (max-width: 1200px) {
    .vendor-grid-scroll-affordance[b-b3ix5agk3c]::after {
        opacity: 1;
    }
}

@media (max-width: 1126px) {
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table {
        min-width: 650px;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table col:nth-child(3),
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table col:nth-child(4),
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table th:nth-child(3),
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table th:nth-child(4),
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table td:nth-child(3),
    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table td:nth-child(4) {
        display: none;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-grid .rz-grid-table tbody td {
        height: 78px;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-mobile-metadata {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        margin-top: 6px;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-mobile-metadata > span {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-mobile-label {
        color: #475467;
        font-size: .75rem;
        font-weight: 700;
    }
}

@media (max-width: 900px) {
    .vendors-page[b-b3ix5agk3c]  .vendor-filter-groups {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .vendors-page .product-list-toolbar[b-b3ix5agk3c] {
        align-items: stretch !important;
    }

    .vendors-page .product-search[b-b3ix5agk3c] {
        flex-basis: 100%;
        min-width: 0;
    }

    .vendors-page .product-toolbar-button[b-b3ix5agk3c] {
        flex: 1 1 calc(50% - 4px);
        height: 44px;
    }

    .vendor-clear-filters[b-b3ix5agk3c] {
        margin-left: 0;
    }

    .vendor-list-error[b-b3ix5agk3c] {
        align-items: stretch;
        flex-direction: column;
    }

}

@media (max-width: 520px) {
    .vendors-page[b-b3ix5agk3c]  .vendor-editor-panel,
    .vendors-page[b-b3ix5agk3c]  .vendor-filter-dialog,
    .vendors-page[b-b3ix5agk3c]  .vendor-value-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        padding: 12px;
        border-radius: 16px;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-filter-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .vendors-page[b-b3ix5agk3c]  .vendor-filter-actions .btn {
        width: 100%;
        min-height: 44px;
    }

    .vendor-grid-scroll-affordance[b-b3ix5agk3c]::after {
        top: 44px;
        bottom: 50px;
    }
}
/* /Components/Pages/WarehouseLabelPrint.razor.rz.scp.css */
.warehouse-label-print-page[b-cvtxokndzc] {
    display: grid;
    gap: 11px;
    font-size: .8rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .page-header {
    gap: 9px;
    padding-block: 2px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .page-header h1,
.warehouse-label-print-page[b-cvtxokndzc]  .page-header h2 {
    font-size: 1.24rem;
    line-height: 1.08;
}

.warehouse-label-print-page[b-cvtxokndzc]  .page-header p,
.warehouse-label-print-page[b-cvtxokndzc]  .app-breadcrumb {
    font-size: .656rem;
}

.warehouse-label-print-layout[b-cvtxokndzc] {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
}

.warehouse-label-print-page .panel-card[b-cvtxokndzc] {
    padding: 16px;
    border-radius: 16px;
}

.warehouse-label-print-page .panel-head[b-cvtxokndzc] {
    gap: 13px;
    margin-bottom: 14px;
}

.warehouse-label-print-page .panel-head h3[b-cvtxokndzc] {
    font-size: .816rem;
    line-height: 1.2;
}

.warehouse-label-print-page .panel-head .text-muted[b-cvtxokndzc] {
    margin-top: 3px;
    font-size: .68rem;
    line-height: 1.35;
}

.warehouse-label-print-page .panel-card > .p-4[b-cvtxokndzc],
.warehouse-label-print-page .warehouse-label-print-preview-host[b-cvtxokndzc] {
    padding: 19px !important;
}

.warehouse-label-print-page .panel-card > .p-4.pt-0[b-cvtxokndzc] {
    padding-top: 0 !important;
}

.warehouse-label-print-page .row.g-3[b-cvtxokndzc] {
    --bs-gutter-x: .8rem;
    --bs-gutter-y: .8rem;
}

.warehouse-label-print-page .form-label[b-cvtxokndzc] {
    margin-bottom: 4px;
    font-size: .68rem;
}

.warehouse-label-print-page .form-control[b-cvtxokndzc],
.warehouse-label-print-page .form-select[b-cvtxokndzc] {
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 7px;
    font-size: .72rem;
}

.warehouse-label-print-page .form-select[b-cvtxokndzc] {
    padding-right: 25px;
    background-size: 12px 9px;
}

.warehouse-label-print-page .btn[b-cvtxokndzc] {
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: .7rem;
    line-height: 1.2;
}

.warehouse-label-print-page .gap-2[b-cvtxokndzc] {
    gap: .4rem !important;
}

.warehouse-label-print-page .mt-4[b-cvtxokndzc] {
    margin-top: 1.2rem !important;
}

.warehouse-label-print-summary[b-cvtxokndzc] {
    display: grid;
    gap: 5px;
    padding: 10px 12px;
    border-radius: 7px;
    font-size: .68rem;
}

.warehouse-label-print-preview-host[b-cvtxokndzc] {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.warehouse-label-print-preview-frame[b-cvtxokndzc] {
    border-radius: 19px;
    border: 1px solid #dbe4f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    min-height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px;
}

.warehouse-label-print-preview-frame[b-cvtxokndzc]  .label-shell {
    width: min(100%, 336px);
}

.warehouse-label-template-note[b-cvtxokndzc] {
    display: grid;
    gap: 5px;
    border: 1px solid #dbe4f0;
    border-radius: 13px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    padding: 11px 13px;
    color: #334155;
    font-size: .68rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid {
    border-radius: 14px;
    font-size: .68rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid .rz-grid-table {
    min-width: 760px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid .rz-grid-table th {
    height: 34px;
    padding: 6px 8px;
    font-size: .64rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid .rz-grid-table td {
    height: 40px;
    padding: 6px 8px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid .rz-paginator {
    min-height: 34px;
    padding: 5px 7px;
    gap: 3px;
    font-size: .68rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .inventory-grid .rz-paginator-element {
    min-width: 25px;
    height: 25px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .empty-state {
    padding: 24px;
    border-radius: 16px;
}

.warehouse-label-print-page[b-cvtxokndzc]  .empty-state h3 {
    font-size: 1.04rem;
}

.warehouse-label-print-page[b-cvtxokndzc]  .empty-state p {
    margin-top: 8px;
    font-size: .736rem;
}

@media (max-width: 767.98px) {
    .warehouse-label-print-page .panel-card[b-cvtxokndzc] {
        padding: 13px;
    }

    .warehouse-label-print-page .panel-head[b-cvtxokndzc] {
        align-items: flex-start;
        flex-direction: column;
    }

    .warehouse-label-print-page .panel-head .btn[b-cvtxokndzc],
    .warehouse-label-print-page .col-12.d-flex .btn[b-cvtxokndzc] {
        min-height: 36px;
    }

    .warehouse-label-print-page .panel-card > .p-4[b-cvtxokndzc],
    .warehouse-label-print-page .warehouse-label-print-preview-host[b-cvtxokndzc] {
        padding: 14px !important;
    }

    .warehouse-label-print-preview-frame[b-cvtxokndzc] {
        min-height: 230px;
        padding: 14px;
    }
}
/* /Components/Pages/WarehouseLabelTemplateSettings.razor.rz.scp.css */
.warehouse-label-settings-form[b-3xd2omrwsu] {
    align-items: start;
}

.warehouse-label-settings-hint[b-3xd2omrwsu] {
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    color: #334155;
    padding: 14px 16px;
    font-size: 0.92rem;
}

.warehouse-label-live-preview[b-3xd2omrwsu] {
    border: 1px solid #dbe4f0;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
    padding: 18px;
}

.warehouse-label-live-preview-head[b-3xd2omrwsu] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.warehouse-label-live-preview-head h4[b-3xd2omrwsu] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.warehouse-label-live-preview-meta[b-3xd2omrwsu] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.warehouse-label-live-preview-meta span[b-3xd2omrwsu] {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    color: #334155;
    padding: 6px 10px;
    font-size: 0.82rem;
    font-weight: 700;
}

.warehouse-label-live-preview-frame[b-3xd2omrwsu] {
    min-height: 320px;
    border-radius: 18px;
    border: 1px solid #dbe4f0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    overflow: auto;
}

.warehouse-label-live-preview-frame[b-3xd2omrwsu]  .label-shell {
    max-width: 100%;
}

@media (max-width: 768px) {
    .warehouse-label-live-preview-head[b-3xd2omrwsu] {
        flex-direction: column;
    }

    .warehouse-label-live-preview-meta[b-3xd2omrwsu] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/WarehouseLocations.razor.rz.scp.css */
.warehouse-label-backdrop[b-6hhfeats21] {
    align-items: center;
    justify-items: center;
}

.warehouse-label-dialog[b-6hhfeats21] {
    width: min(100%, 1040px);
    max-height: calc(100vh - 3rem);
    overflow: auto;
}

.warehouse-label-preview-frame[b-6hhfeats21] {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #dbe4f0;
    border-radius: 24px;
    min-height: 420px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warehouse-label-preview-scale[b-6hhfeats21] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.warehouse-label-preview-scale[b-6hhfeats21]  .label-shell {
    width: min(100%, 420px);
}

.warehouse-label-meta[b-6hhfeats21] {
    display: grid;
    gap: 12px;
}

.warehouse-label-meta div[b-6hhfeats21] {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.warehouse-label-meta span[b-6hhfeats21] {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748b;
    margin-bottom: 4px;
}

.warehouse-label-meta strong[b-6hhfeats21] {
    display: block;
    color: #0f172a;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .warehouse-label-preview-frame[b-6hhfeats21] {
        min-height: 0;
        padding: 16px;
    }
}

.rack-attribute-panel[b-6hhfeats21] {
    margin-top: 8px;
    padding: 18px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f5f9 100%);
}

.rack-attribute-head[b-6hhfeats21] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.rack-attribute-title[b-6hhfeats21] {
    font-size: .95rem;
    font-weight: 700;
    color: #0f172a;
}

.rack-attribute-description[b-6hhfeats21],
.rack-attribute-hint[b-6hhfeats21] {
    font-size: .82rem;
    color: #64748b;
}

.rack-attribute-slot-card[b-6hhfeats21] {
    padding: 14px;
    border-radius: 16px;
    border: 1px solid #dbe4f0;
    background: rgba(255,255,255,.88);
}

.rack-attribute-slot-title[b-6hhfeats21] {
    margin-bottom: 12px;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1d4ed8;
}

@media (max-width: 767.98px) {
    .rack-attribute-head[b-6hhfeats21] {
        flex-direction: column;
    }
}

.tree-panel[b-6hhfeats21] {
    padding: 0 1.25rem 1.25rem;
    max-height: 72vh;
    overflow: auto;
    background: #fbfcfe;
    border-top: 1px solid #eef2f7;
}

.warehouse-tree-toolbar[b-6hhfeats21] {
    padding: 0 1.25rem 1rem;
    display: grid;
    gap: .85rem;
}

.warehouse-tree-search[b-6hhfeats21] {
    position: relative;
}

.warehouse-tree-search i[b-6hhfeats21] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
}

.warehouse-tree-search .form-control[b-6hhfeats21] {
    padding-left: 2.5rem;
    border-radius: 14px;
    border-color: #dbe4f0;
    background: #fff;
}

.warehouse-tree-toolbar-actions[b-6hhfeats21],
.warehouse-tree-summary[b-6hhfeats21] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.warehouse-tree-summary-pill[b-6hhfeats21] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: .35rem .8rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: .78rem;
    font-weight: 700;
}

.warehouse-tree-summary-pill.accent[b-6hhfeats21] {
    background: #e0f2fe;
    color: #075985;
}

.warehouse-tree-root[b-6hhfeats21],
.warehouse-tree-children[b-6hhfeats21] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.warehouse-tree-children[b-6hhfeats21] {
    margin-left: .9rem;
    padding-left: .75rem;
    border-left: 1px dashed #dbe4f0;
}

.warehouse-tree-item + .warehouse-tree-item[b-6hhfeats21] {
    margin-top: .3rem;
}

.warehouse-tree-row[b-6hhfeats21] {
    display: flex;
    align-items: stretch;
    gap: .55rem;
}

.warehouse-tree-toggle[b-6hhfeats21],
.warehouse-tree-toggle-placeholder[b-6hhfeats21] {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 10px;
}

.warehouse-tree-toggle[b-6hhfeats21] {
    border: 1px solid #dbe4f0;
    background: #fff;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .18s ease;
}

.warehouse-tree-toggle:hover[b-6hhfeats21] {
    border-color: #93c5fd;
    color: #1d4ed8;
    background: #f8fbff;
}

.warehouse-tree-toggle.expanded i[b-6hhfeats21] {
    transform: rotate(90deg);
}

.warehouse-tree-toggle i[b-6hhfeats21] {
    transition: transform .18s ease;
}

.warehouse-tree-node[b-6hhfeats21] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .58rem .75rem;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    text-align: left;
    transition: border-color .16s ease, background-color .16s ease;
}

.warehouse-tree-node:hover[b-6hhfeats21] {
    border-color: #93c5fd;
    background: #f8fbff;
}

.warehouse-tree-row.selected .warehouse-tree-node[b-6hhfeats21] {
    border-color: #2563eb;
    background: #eff6ff;
}

.warehouse-tree-row.match .warehouse-tree-node[b-6hhfeats21] {
    border-color: #22c55e;
    background: #f0fdf4;
}

.warehouse-tree-node-icon[b-6hhfeats21] {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #334155;
    font-size: .92rem;
}

.warehouse-tree-row.selected .warehouse-tree-node-icon[b-6hhfeats21] {
    background: #bfdbfe;
    color: #1d4ed8;
}

.warehouse-tree-node-content[b-6hhfeats21] {
    min-width: 0;
    flex: 1;
    display: grid;
    gap: .15rem;
}

.warehouse-tree-node-label[b-6hhfeats21] {
    color: #0f172a;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
}

.warehouse-tree-node-meta[b-6hhfeats21] {
    color: #64748b;
    font-size: .72rem;
    line-height: 1.25;
}

.warehouse-tree-node-badges[b-6hhfeats21] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .4rem;
}

.warehouse-tree-type-pill[b-6hhfeats21],
.warehouse-tree-count-pill[b-6hhfeats21] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: .15rem .55rem;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.warehouse-tree-type-pill[b-6hhfeats21] {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.warehouse-tree-count-pill[b-6hhfeats21] {
    background: #eef2ff;
    color: #4338ca;
    min-width: 24px;
}

@media (max-width: 991.98px) {
    .tree-panel[b-6hhfeats21] {
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .warehouse-tree-node[b-6hhfeats21] {
        align-items: flex-start;
    }

    .warehouse-tree-node-badges[b-6hhfeats21] {
        justify-content: flex-start;
    }
}

.warehouse-context-menu-backdrop[b-6hhfeats21] {
    position: fixed;
    inset: 0;
    z-index: 1200;
}

.warehouse-context-menu[b-6hhfeats21] {
    position: fixed;
    min-width: 220px;
    padding: .45rem;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, .18);
}

.warehouse-context-menu-item[b-6hhfeats21] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .65rem;
    border: 0;
    background: transparent;
    border-radius: 12px;
    padding: .7rem .8rem;
    color: #0f172a;
    text-align: left;
    font-weight: 600;
}

.warehouse-context-menu-item:hover[b-6hhfeats21] {
    background: #eff6ff;
    color: #1d4ed8;
}

/* Lokasyon Yönetimi yoğunluğu: tüm ölçüler gerçek CSS değerleriyle %20 azaltılır. */
.warehouse-locations-page[b-6hhfeats21] {
    font-size: .8rem;
}

.warehouse-locations-page > .panel-card[b-6hhfeats21] {
    margin-bottom: 1.2rem !important;
}

.warehouse-locations-page > .row[b-6hhfeats21] {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
}

.warehouse-locations-page .panel-card[b-6hhfeats21] {
    border-radius: 16px;
    padding: 16px;
}

.warehouse-locations-page .panel-head[b-6hhfeats21] {
    gap: 12.8px;
    margin-bottom: 14.4px;
}

.warehouse-locations-page .panel-head h3[b-6hhfeats21] {
    font-size: .816rem;
}

.warehouse-locations-page .panel-head .text-muted[b-6hhfeats21],
.warehouse-locations-page .text-muted[b-6hhfeats21] {
    font-size: .736rem;
    line-height: 1.35;
}

.warehouse-locations-page .panel-head .d-flex[b-6hhfeats21] {
    gap: .4rem !important;
}

.warehouse-locations-page .panel-card > .p-4[b-6hhfeats21],
.warehouse-locations-page .iw-modal-body.p-4[b-6hhfeats21] {
    padding: 1.2rem !important;
}

.warehouse-locations-page .row.g-3[b-6hhfeats21],
.warehouse-locations-page .row.g-4[b-6hhfeats21] {
    --bs-gutter-x: .8rem;
    --bs-gutter-y: .8rem;
}

.warehouse-locations-page .mt-3[b-6hhfeats21] {
    margin-top: .8rem !important;
}

.warehouse-locations-page .mt-4[b-6hhfeats21] {
    margin-top: 1.2rem !important;
}

.warehouse-locations-page .btn[b-6hhfeats21] {
    --bs-btn-padding-y: .3rem;
    --bs-btn-padding-x: .6rem;
    --bs-btn-font-size: .7rem;
    --bs-btn-border-radius: .3rem;
}

.warehouse-locations-page .btn-sm[b-6hhfeats21] {
    --bs-btn-padding-y: .2rem;
    --bs-btn-padding-x: .4rem;
    --bs-btn-font-size: .7rem;
}

.warehouse-locations-page .form-control[b-6hhfeats21],
.warehouse-locations-page .form-select[b-6hhfeats21] {
    min-height: 30.4px;
    padding: .3rem .6rem;
    border-radius: 6.4px;
    font-size: .8rem;
}

.warehouse-locations-page .warehouse-pill[b-6hhfeats21] {
    padding: 8px 11.2px;
    font-size: .8rem;
}

.warehouse-locations-page .empty-state[b-6hhfeats21] {
    border-radius: 19.2px;
    padding: 28.8px 22.4px;
}

.warehouse-locations-page .empty-icon[b-6hhfeats21] {
    width: 49.6px;
    height: 49.6px;
    border-radius: 16px;
    font-size: .8rem;
}

.warehouse-locations-page .empty-state h3[b-6hhfeats21] {
    font-size: 1.4rem;
}

.warehouse-locations-page .empty-state p[b-6hhfeats21] {
    margin-top: 8px;
    font-size: .736rem;
}

.warehouse-locations-page[b-6hhfeats21]  .inventory-grid {
    border-radius: 14.4px;
    font-size: .8rem;
}

.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .rz-grid-table td,
.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .rz-grid-table th {
    padding-block: .56rem;
}

.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .rz-column-title,
.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .rz-cell-data,
.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .rz-pager {
    font-size: .72rem;
}

.warehouse-locations-page[b-6hhfeats21]  .inventory-grid .user-action-button {
    width: 25.6px;
    height: 25.6px;
    border-radius: 7.2px;
    font-size: .72rem;
}

.warehouse-locations-page .tree-panel[b-6hhfeats21] {
    padding: 0 1rem 1rem;
    max-height: 57.6vh;
}

.warehouse-locations-page .warehouse-tree-toolbar[b-6hhfeats21] {
    padding: 0 1rem .8rem;
    gap: .68rem;
}

.warehouse-locations-page .warehouse-tree-search i[b-6hhfeats21] {
    left: 11.2px;
    font-size: .8rem;
}

.warehouse-locations-page .warehouse-tree-search .form-control[b-6hhfeats21] {
    padding-left: 2rem;
    border-radius: 11.2px;
}

.warehouse-locations-page .warehouse-tree-toolbar-actions[b-6hhfeats21],
.warehouse-locations-page .warehouse-tree-summary[b-6hhfeats21] {
    gap: .4rem;
}

.warehouse-locations-page .warehouse-tree-summary-pill[b-6hhfeats21] {
    min-height: 27.2px;
    padding: .28rem .64rem;
    font-size: .624rem;
}

.warehouse-locations-page .warehouse-tree-children[b-6hhfeats21] {
    margin-left: .72rem;
    padding-left: .6rem;
}

.warehouse-locations-page .warehouse-tree-item + .warehouse-tree-item[b-6hhfeats21] {
    margin-top: .24rem;
}

.warehouse-locations-page .warehouse-tree-row[b-6hhfeats21] {
    gap: .44rem;
}

.warehouse-locations-page .warehouse-tree-toggle[b-6hhfeats21],
.warehouse-locations-page .warehouse-tree-toggle-placeholder[b-6hhfeats21] {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: .8rem;
}

.warehouse-locations-page .warehouse-tree-node[b-6hhfeats21] {
    min-width: 0;
    gap: .6rem;
    padding: .464rem .6rem;
    border-radius: 11.2px;
}

.warehouse-locations-page .warehouse-tree-node-icon[b-6hhfeats21] {
    width: 27.2px;
    min-width: 27.2px;
    height: 27.2px;
    border-radius: 9.6px;
    font-size: .736rem;
}

.warehouse-locations-page .warehouse-tree-node-content[b-6hhfeats21] {
    gap: .12rem;
}

.warehouse-locations-page .warehouse-tree-node-label[b-6hhfeats21] {
    font-size: .8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}

.warehouse-locations-page .warehouse-tree-node-meta[b-6hhfeats21] {
    font-size: .576rem;
}

.warehouse-locations-page .warehouse-tree-node-badges[b-6hhfeats21] {
    flex: 0 0 auto;
    gap: .32rem;
}

.warehouse-locations-page .warehouse-tree-type-pill[b-6hhfeats21],
.warehouse-locations-page .warehouse-tree-count-pill[b-6hhfeats21] {
    min-height: 19.2px;
    padding: .12rem .44rem;
    font-size: .544rem;
}

.warehouse-locations-page .warehouse-tree-count-pill[b-6hhfeats21] {
    min-width: 19.2px;
}

.warehouse-locations-page .warehouse-child-toolbar[b-6hhfeats21] {
    margin-bottom: 9.6px;
}

.warehouse-locations-page .warehouse-child-toolbar .form-control[b-6hhfeats21] {
    width: min(100%, 336px);
}

.warehouse-locations-page .warehouse-layout-panel[b-6hhfeats21] {
    border-radius: .8rem;
    padding: .8rem;
}

.warehouse-locations-page .warehouse-layout-head[b-6hhfeats21] {
    margin-bottom: .72rem;
}

.warehouse-locations-page .warehouse-layout-title[b-6hhfeats21] {
    font-size: .76rem;
}

.warehouse-locations-page .warehouse-layout-description[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-hint[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-floor-stats[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-aisle-meta[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-rack small[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-side-title[b-6hhfeats21] {
    font-size: .656rem;
}

.warehouse-locations-page .warehouse-layout-floor-grid[b-6hhfeats21] {
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
    gap: .6rem;
}

.warehouse-locations-page .warehouse-layout-floor-card[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-aisle[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-center-row[b-6hhfeats21] {
    border-radius: .72rem;
}

.warehouse-locations-page .warehouse-layout-floor-card[b-6hhfeats21] {
    padding: .68rem;
}

.warehouse-locations-page .warehouse-layout-floor-name[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-aisle-name[b-6hhfeats21] {
    font-size: .704rem;
}

.warehouse-locations-page .warehouse-layout-aisles[b-6hhfeats21] {
    gap: .72rem;
}

.warehouse-locations-page .warehouse-layout-aisle[b-6hhfeats21] {
    grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
    gap: .68rem;
    padding: .72rem;
}

.warehouse-locations-page .warehouse-layout-aisle-core[b-6hhfeats21] {
    border-radius: .68rem;
    min-height: 112px;
}

.warehouse-locations-page .warehouse-layout-racks[b-6hhfeats21] {
    gap: .44rem;
}

.warehouse-locations-page .warehouse-layout-rack[b-6hhfeats21] {
    gap: .6rem;
    border-radius: .64rem;
    padding: .44rem .56rem;
}

.warehouse-locations-page .warehouse-layout-rack span[b-6hhfeats21] {
    font-size: .688rem;
}

.warehouse-locations-page .warehouse-layout-center-row[b-6hhfeats21] {
    padding: .6rem .72rem;
}

.warehouse-locations-page .warehouse-layout-center-racks[b-6hhfeats21] {
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
    gap: .48rem;
    margin-top: .4rem;
}

.warehouse-locations-page .warehouse-layout-info-btn[b-6hhfeats21],
.warehouse-locations-page .warehouse-layout-bin-info[b-6hhfeats21] {
    width: 22.4px;
    height: 22.4px;
    font-size: .624rem;
}

.warehouse-locations-page .warehouse-context-menu[b-6hhfeats21] {
    min-width: 176px;
    padding: .36rem;
    border-radius: 12.8px;
}

.warehouse-locations-page .warehouse-context-menu-item[b-6hhfeats21] {
    gap: .52rem;
    border-radius: 9.6px;
    padding: .56rem .64rem;
    font-size: .8rem;
}

.warehouse-locations-page .iw-modal-panel[b-6hhfeats21] {
    width: min(92vw, 768px);
    max-height: calc(100vh - 2.4rem);
    border-radius: 16px;
}

.warehouse-locations-page .iw-modal-header[b-6hhfeats21] {
    padding: 12.8px 16px;
}

.warehouse-locations-page .iw-modal-header h3[b-6hhfeats21] {
    font-size: .96rem;
}

.warehouse-locations-page .warehouse-label-dialog[b-6hhfeats21] {
    width: min(100%, 832px);
}

.warehouse-locations-page .warehouse-label-preview-frame[b-6hhfeats21] {
    border-radius: 19.2px;
    min-height: 336px;
    padding: 19.2px;
}

.warehouse-locations-page .warehouse-label-preview-scale[b-6hhfeats21]  .label-shell {
    width: min(100%, 336px);
}

.warehouse-locations-page .warehouse-label-meta[b-6hhfeats21] {
    gap: 9.6px;
}

.warehouse-locations-page .warehouse-label-meta div[b-6hhfeats21] {
    padding: 9.6px 11.2px;
    border-radius: 12.8px;
}

.warehouse-locations-page .warehouse-label-meta span[b-6hhfeats21] {
    margin-bottom: 3.2px;
    font-size: .576rem;
}

.warehouse-locations-page .rack-attribute-panel[b-6hhfeats21] {
    margin-top: 6.4px;
    padding: 14.4px;
    border-radius: 14.4px;
}

.warehouse-locations-page .rack-attribute-head[b-6hhfeats21] {
    gap: 9.6px;
    margin-bottom: 12.8px;
}

.warehouse-locations-page .rack-attribute-title[b-6hhfeats21] {
    font-size: .76rem;
}

.warehouse-locations-page .rack-attribute-description[b-6hhfeats21],
.warehouse-locations-page .rack-attribute-hint[b-6hhfeats21],
.warehouse-locations-page .rack-attribute-slot-title[b-6hhfeats21] {
    font-size: .656rem;
}

.warehouse-locations-page .rack-attribute-slot-card[b-6hhfeats21] {
    padding: 11.2px;
    border-radius: 12.8px;
}

.warehouse-locations-page .rack-attribute-slot-title[b-6hhfeats21] {
    margin-bottom: 9.6px;
}

@media (max-width: 1100px) {
    .warehouse-locations-page .warehouse-layout-aisle[b-6hhfeats21] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .warehouse-locations-page > .row[b-6hhfeats21] {
        --bs-gutter-x: .8rem;
        --bs-gutter-y: .8rem;
    }

    .warehouse-locations-page .panel-card[b-6hhfeats21] {
        padding: 12.8px;
    }

    .warehouse-locations-page .panel-head[b-6hhfeats21] {
        align-items: stretch;
        flex-direction: column;
    }

    .warehouse-locations-page .panel-head .form-select[b-6hhfeats21] {
        width: 100%;
    }

    .warehouse-locations-page .tree-panel[b-6hhfeats21] {
        max-height: none;
    }
}
/* /Components/Pages/WarehouseMap.razor.rz.scp.css */
.warehouse-map-shell[b-81i2aj70a4] {
    --map-ink: #14213d;
    --map-muted: #667085;
    --map-line: #d8e2ee;
    --map-surface: #ffffff;
    --map-soft: #f3f7fb;
    --map-fill: #0f9f9a;
    --map-warn: #f5a623;
    --map-empty: #e7edf4;
    --map-low: #bfdbfe;
    --map-medium: #a7f3d0;
    --map-high: #14b8a6;
    display: grid;
    gap: 18px;
}

.warehouse-map-toolbar[b-81i2aj70a4],
.warehouse-map-layout[b-81i2aj70a4],
.warehouse-map-detail[b-81i2aj70a4],
.warehouse-map-aisle[b-81i2aj70a4],
.warehouse-map-floor-tabs button[b-81i2aj70a4] {
    border: 1px solid var(--map-line);
    background: var(--map-surface);
    box-shadow: 0 16px 38px rgba(17, 34, 64, 0.07);
}

.warehouse-map-summary-strip[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.warehouse-map-summary-strip div[b-81i2aj70a4] {
    position: relative;
    overflow: hidden;
    min-height: 92px;
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 20px;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(242, 247, 252, 0.96)),
        radial-gradient(circle at 90% 15%, rgba(15, 159, 154, 0.16), transparent 28%);
    box-shadow: 0 12px 32px rgba(17, 34, 64, 0.06);
}

.warehouse-map-summary-strip div[b-81i2aj70a4]::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -28px;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: rgba(15, 159, 154, 0.08);
}

.warehouse-map-summary-strip div.accent[b-81i2aj70a4] {
    border-color: rgba(15, 159, 154, 0.32);
    background: linear-gradient(135deg, rgba(15, 159, 154, 0.12), rgba(255,255,255,0.96));
}

.warehouse-map-summary-strip i[b-81i2aj70a4] {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #0f766e;
    background: rgba(15, 159, 154, 0.12);
}

.warehouse-map-summary-strip span[b-81i2aj70a4],
.warehouse-map-summary-strip strong[b-81i2aj70a4] {
    display: block;
}

.warehouse-map-summary-strip span[b-81i2aj70a4] {
    margin-top: 10px;
    color: var(--map-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.warehouse-map-summary-strip strong[b-81i2aj70a4] {
    color: var(--map-ink);
    font-size: 1.35rem;
    line-height: 1.1;
}

.warehouse-map-toolbar[b-81i2aj70a4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 20px;
}

.warehouse-map-toolbar span[b-81i2aj70a4],
.warehouse-map-floor-tabs small[b-81i2aj70a4],
.warehouse-map-aisle-core small[b-81i2aj70a4],
.warehouse-map-detail-head span[b-81i2aj70a4],
.warehouse-map-detail-head small[b-81i2aj70a4],
.warehouse-map-detail-metrics span[b-81i2aj70a4],
.warehouse-map-bin small[b-81i2aj70a4],
.warehouse-map-inventory-row span[b-81i2aj70a4] {
    color: var(--map-muted);
}

.warehouse-map-toolbar strong[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
    font-size: 1.05rem;
}

.warehouse-map-toolbar .form-select[b-81i2aj70a4] {
    max-width: 340px;
    border-radius: 14px;
    font-weight: 700;
}

.warehouse-map-search-panel[b-81i2aj70a4] {
    border: 1px solid var(--map-line);
    border-radius: 20px;
    padding: 16px 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,253,0.98)),
        radial-gradient(circle at 88% 14%, rgba(15, 159, 154, 0.12), transparent 26%);
    box-shadow: 0 16px 38px rgba(17, 34, 64, 0.07);
}

.warehouse-map-search-head[b-81i2aj70a4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.warehouse-map-search-head span[b-81i2aj70a4],
.warehouse-map-search-stats span[b-81i2aj70a4],
.warehouse-map-search-result-main span[b-81i2aj70a4],
.warehouse-map-search-result-metrics span[b-81i2aj70a4] {
    color: var(--map-muted);
}

.warehouse-map-search-head strong[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
    font-size: 1rem;
}

.warehouse-map-search-clear[b-81i2aj70a4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 9px 12px;
    color: #0f766e;
    background: rgba(15, 159, 154, 0.10);
    font-weight: 800;
}

.warehouse-map-search-bar[b-81i2aj70a4] {
    position: relative;
}

.warehouse-map-search-bar i[b-81i2aj70a4] {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #0f766e;
}

.warehouse-map-search-bar .form-control[b-81i2aj70a4] {
    min-height: 52px;
    padding-left: 42px;
    border-radius: 16px;
    border-color: rgba(15, 159, 154, 0.18);
    font-weight: 700;
}

.warehouse-map-search-stats[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.warehouse-map-search-stats div[b-81i2aj70a4],
.warehouse-map-search-result[b-81i2aj70a4] {
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
}

.warehouse-map-search-stats div[b-81i2aj70a4] {
    padding: 12px 14px;
}

.warehouse-map-search-stats strong[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
    font-size: 1.1rem;
}

.warehouse-map-loading[b-81i2aj70a4] {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--map-muted);
}

.warehouse-map-floor-tabs[b-81i2aj70a4] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.warehouse-map-floor-tabs button[b-81i2aj70a4] {
    min-width: 150px;
    border-radius: 18px;
    padding: 13px 15px;
    text-align: left;
}

.warehouse-map-floor-tabs button.active[b-81i2aj70a4] {
    border-color: rgba(15, 159, 154, 0.45);
    background: linear-gradient(135deg, rgba(15, 159, 154, 0.14), rgba(245, 166, 35, 0.1));
}

.warehouse-map-floor-tabs span[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
    font-weight: 900;
}

.warehouse-map-layout[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 20px;
    border-radius: 28px;
    padding: 20px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.55) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.55) 1px, transparent 1px),
        radial-gradient(circle at 15% 10%, rgba(15, 159, 154, 0.10), transparent 24%),
        linear-gradient(180deg, #f8fbfd 0%, #edf3f8 100%);
    background-size: 34px 34px, 34px 34px, auto, auto;
}

.warehouse-map-board[b-81i2aj70a4] {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.warehouse-map-aisle[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 118px minmax(180px, 1fr);
    gap: 12px;
    position: relative;
    border-radius: 24px;
    padding: 16px;
    background: rgba(255,255,255,0.86);
}

.warehouse-map-rack-side[b-81i2aj70a4],
.warehouse-map-center-racks[b-81i2aj70a4] {
    display: grid;
    align-content: start;
    gap: 10px;
}

.warehouse-map-center-racks[b-81i2aj70a4] {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px dashed var(--map-line);
}

.warehouse-map-side-label[b-81i2aj70a4] {
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #466176;
}

.warehouse-map-aisle-core[b-81i2aj70a4] {
    border: 0;
    border-radius: 18px;
    min-height: 158px;
    padding: 14px 10px;
    color: #dbeafe;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.09), transparent 24%, transparent 76%, rgba(255,255,255,0.09)),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 10px, transparent 10px 22px),
        linear-gradient(180deg, #243b58, #0e1d31);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    transition: transform .16s ease, box-shadow .16s ease;
}

.warehouse-map-aisle-core:hover[b-81i2aj70a4] {
    transform: translateY(-1px);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16), 0 12px 28px rgba(15, 29, 48, 0.18);
}

.warehouse-map-aisle-core span[b-81i2aj70a4],
.warehouse-map-aisle-core strong[b-81i2aj70a4],
.warehouse-map-aisle-core small[b-81i2aj70a4] {
    display: block;
}

.warehouse-map-aisle-core span[b-81i2aj70a4] {
    color: #38bdf8;
    font-weight: 900;
    font-size: 1.05rem;
}

.warehouse-map-aisle-core strong[b-81i2aj70a4] {
    margin-top: 5px;
    color: #f8fafc;
}

.warehouse-map-rack[b-81i2aj70a4] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(245, 166, 35, 0.38);
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(120, 77, 12, 0.05) 0 8px, transparent 8px),
        linear-gradient(180deg, #fff9df, #ffefad);
    padding: 11px;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.warehouse-map-rack:hover[b-81i2aj70a4] {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(90, 64, 15, 0.12);
}

.warehouse-map-rack.active[b-81i2aj70a4] {
    outline: 3px solid rgba(15, 159, 154, 0.18);
    border-color: rgba(15, 159, 154, 0.55);
}

.warehouse-map-rack.low[b-81i2aj70a4] {
    border-left: 5px solid #3b82f6;
}

.warehouse-map-rack.medium[b-81i2aj70a4] {
    border-left: 5px solid #10b981;
}

.warehouse-map-rack.high[b-81i2aj70a4] {
    border-left: 5px solid #0f766e;
}

.warehouse-map-rack-head[b-81i2aj70a4] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    background: transparent;
    color: var(--map-ink);
    font-weight: 900;
}

.warehouse-map-rack-head span[b-81i2aj70a4] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.warehouse-map-rack-head small[b-81i2aj70a4] {
    color: #0f766e;
}

.warehouse-map-bin-grid[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 7px;
    margin-top: 9px;
}

.warehouse-map-bin[b-81i2aj70a4] {
    position: relative;
    overflow: hidden;
    min-height: 76px;
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,250,253,0.92));
    padding: 8px;
    text-align: left;
    transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.warehouse-map-bin[b-81i2aj70a4]::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: var(--map-empty);
}

.warehouse-map-bin:hover[b-81i2aj70a4] {
    transform: translateY(-1px);
    border-color: rgba(15, 159, 154, 0.45);
    box-shadow: 0 10px 20px rgba(17, 34, 64, 0.08);
}

.warehouse-map-bin.filled[b-81i2aj70a4] {
    background: linear-gradient(180deg, rgba(15, 159, 154, 0.14), rgba(255,255,255,0.94));
}

.warehouse-map-bin.low[b-81i2aj70a4]::before {
    background: var(--map-low);
}

.warehouse-map-bin.medium[b-81i2aj70a4]::before {
    background: var(--map-medium);
}

.warehouse-map-bin.high[b-81i2aj70a4]::before {
    background: var(--map-high);
}

.warehouse-map-bin.active[b-81i2aj70a4] {
    border-color: var(--map-fill);
    box-shadow: inset 0 0 0 2px rgba(15, 159, 154, 0.2), 0 12px 22px rgba(15, 159, 154, 0.12);
}

.warehouse-map-bin span[b-81i2aj70a4],
.warehouse-map-bin strong[b-81i2aj70a4],
.warehouse-map-bin small[b-81i2aj70a4] {
    display: block;
}

.warehouse-map-bin span[b-81i2aj70a4] {
    font-size: 0.74rem;
    font-weight: 800;
    color: #475467;
}

.warehouse-map-bin strong[b-81i2aj70a4] {
    margin-top: 3px;
    color: var(--map-ink);
    font-size: 1rem;
}

.warehouse-map-detail[b-81i2aj70a4] {
    border-radius: 22px;
    padding: 18px;
    align-self: start;
    position: sticky;
    top: 18px;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,253,0.98)),
        radial-gradient(circle at 85% 8%, rgba(15, 159, 154, 0.12), transparent 26%);
}

.warehouse-map-detail[b-81i2aj70a4]::-webkit-scrollbar {
    width: 10px;
}

.warehouse-map-detail[b-81i2aj70a4]::-webkit-scrollbar-track {
    background: rgba(226, 232, 240, 0.75);
    border-radius: 999px;
}

.warehouse-map-detail[b-81i2aj70a4]::-webkit-scrollbar-thumb {
    background: rgba(15, 159, 154, 0.45);
    border-radius: 999px;
}

.warehouse-map-detail-head h3[b-81i2aj70a4] {
    margin: 4px 0;
    color: var(--map-ink);
    font-size: 1.22rem;
}

.warehouse-map-detail-metrics[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.warehouse-map-detail-metrics div[b-81i2aj70a4] {
    border-radius: 16px;
    border: 1px solid rgba(216, 226, 238, 0.82);
    background: linear-gradient(180deg, #fff, var(--map-soft));
    padding: 12px;
}

.warehouse-map-detail-metrics strong[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
    font-size: 1.15rem;
}

.warehouse-map-inventory-list[b-81i2aj70a4] {
    display: grid;
    gap: 9px;
}

.warehouse-map-search-results[b-81i2aj70a4] {
    display: grid;
    gap: 10px;
}

.warehouse-map-search-result[b-81i2aj70a4] {
    width: 100%;
    padding: 13px;
    text-align: left;
    transition: transform .14s ease, border-color .14s ease, box-shadow .14s ease;
}

.warehouse-map-search-result:hover[b-81i2aj70a4] {
    transform: translateY(-1px);
    border-color: rgba(15, 159, 154, 0.38);
    box-shadow: 0 12px 24px rgba(17, 34, 64, 0.08);
}

.warehouse-map-search-result.active[b-81i2aj70a4] {
    border-color: rgba(15, 159, 154, 0.62);
    box-shadow: inset 0 0 0 2px rgba(15, 159, 154, 0.16);
}

.warehouse-map-search-result-main strong[b-81i2aj70a4],
.warehouse-map-search-result-main span[b-81i2aj70a4] {
    display: block;
}

.warehouse-map-search-result-metrics[b-81i2aj70a4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.warehouse-map-search-result-metrics div[b-81i2aj70a4] {
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff, var(--map-soft));
}

.warehouse-map-search-result-metrics strong[b-81i2aj70a4] {
    display: block;
    color: var(--map-ink);
}

.warehouse-map-search-result-tags[b-81i2aj70a4] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.warehouse-map-search-result-tags span[b-81i2aj70a4] {
    padding: 5px 9px;
    border-radius: 999px;
    color: #0f766e;
    background: rgba(15, 159, 154, 0.10);
    font-size: 0.74rem;
    font-weight: 800;
}

.warehouse-map-inventory-row[b-81i2aj70a4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--map-line);
    border-radius: 15px;
    padding: 11px 12px;
    background: rgba(255,255,255,0.92);
    transition: border-color .14s ease, transform .14s ease;
}

.warehouse-map-inventory-row:hover[b-81i2aj70a4] {
    transform: translateX(2px);
    border-color: rgba(15, 159, 154, 0.36);
}

.warehouse-map-inventory-row strong[b-81i2aj70a4],
.warehouse-map-inventory-row span[b-81i2aj70a4] {
    display: block;
}

.warehouse-map-inventory-row b[b-81i2aj70a4] {
    color: #0f766e;
}

.warehouse-map-inventory-empty[b-81i2aj70a4],
.warehouse-map-detail-empty[b-81i2aj70a4] {
    min-height: 180px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--map-muted);
}

.warehouse-map-detail-empty[b-81i2aj70a4] {
    gap: 8px;
}

.warehouse-map-detail-empty i[b-81i2aj70a4] {
    font-size: 2rem;
    color: var(--map-fill);
}

/* Depo haritasının gerçek bileşen ölçüleri yüzde 20 azaltılmıştır. */
.warehouse-map-shell[b-81i2aj70a4] { gap: 14.4px; font-size: .8rem; }
.warehouse-map-summary-strip[b-81i2aj70a4] { gap: 9.6px; }
.warehouse-map-summary-strip div[b-81i2aj70a4] { min-height: 73.6px; border-radius: 16px; padding: 12.8px; }
.warehouse-map-summary-strip div[b-81i2aj70a4]::after { right: -19.2px; bottom: -22.4px; width: 73.6px; height: 73.6px; }
.warehouse-map-summary-strip i[b-81i2aj70a4] { width: 27.2px; height: 27.2px; border-radius: 9.6px; }
.warehouse-map-summary-strip span[b-81i2aj70a4] { margin-top: 8px; font-size: .608rem; }
.warehouse-map-summary-strip strong[b-81i2aj70a4] { font-size: 1.08rem; }
.warehouse-map-toolbar[b-81i2aj70a4] { gap: 12.8px; padding: 12.8px 14.4px; border-radius: 16px; }
.warehouse-map-toolbar strong[b-81i2aj70a4] { font-size: .84rem; }
.warehouse-map-toolbar .form-select[b-81i2aj70a4] { max-width: 272px; min-height: 33.6px; border-radius: 11.2px; font-size: .8rem; }
.warehouse-map-search-panel[b-81i2aj70a4] { border-radius: 16px; padding: 12.8px 14.4px; }
.warehouse-map-search-head[b-81i2aj70a4] { gap: 11.2px; margin-bottom: 11.2px; }
.warehouse-map-search-head strong[b-81i2aj70a4] { font-size: .8rem; }
.warehouse-map-search-clear[b-81i2aj70a4] { gap: 6.4px; padding: 7.2px 9.6px; font-size: .8rem; }
.warehouse-map-search-bar i[b-81i2aj70a4] { left: 11.2px; }
.warehouse-map-search-bar .form-control[b-81i2aj70a4] { min-height: 41.6px; padding-left: 33.6px; border-radius: 12.8px; font-size: .8rem; }
.warehouse-map-search-stats[b-81i2aj70a4] { gap: 8px; margin-top: 11.2px; }
.warehouse-map-search-stats div[b-81i2aj70a4] { padding: 9.6px 11.2px; }
.warehouse-map-search-stats div[b-81i2aj70a4], .warehouse-map-search-result[b-81i2aj70a4] { border-radius: 12.8px; }
.warehouse-map-search-stats strong[b-81i2aj70a4] { font-size: .88rem; }
.warehouse-map-loading[b-81i2aj70a4] { min-height: 208px; gap: 8px; }
.warehouse-map-floor-tabs[b-81i2aj70a4] { gap: 8px; padding-bottom: 3.2px; }
.warehouse-map-floor-tabs button[b-81i2aj70a4] { min-width: 120px; border-radius: 14.4px; padding: 10.4px 12px; font-size: .8rem; }
.warehouse-map-layout[b-81i2aj70a4] { grid-template-columns: minmax(0, 1fr) 312px; gap: 16px; border-radius: 22.4px; padding: 16px; background-size: 27.2px 27.2px, 27.2px 27.2px, auto, auto; }
.warehouse-map-board[b-81i2aj70a4] { gap: 12.8px; }
.warehouse-map-aisle[b-81i2aj70a4] { grid-template-columns: minmax(144px, 1fr) 94.4px minmax(144px, 1fr); gap: 9.6px; border-radius: 19.2px; padding: 12.8px; }
.warehouse-map-rack-side[b-81i2aj70a4], .warehouse-map-center-racks[b-81i2aj70a4] { gap: 8px; }
.warehouse-map-center-racks[b-81i2aj70a4] { padding-top: 6.4px; }
.warehouse-map-side-label[b-81i2aj70a4] { font-size: .576rem; }
.warehouse-map-aisle-core[b-81i2aj70a4] { border-radius: 14.4px; min-height: 126.4px; padding: 11.2px 8px; }
.warehouse-map-aisle-core span[b-81i2aj70a4] { font-size: .84rem; }
.warehouse-map-aisle-core strong[b-81i2aj70a4] { margin-top: 4px; }
.warehouse-map-rack[b-81i2aj70a4] { border-radius: 14.4px; padding: 8.8px; }
.warehouse-map-rack.active[b-81i2aj70a4] { outline-width: 2.4px; }
.warehouse-map-rack.low[b-81i2aj70a4], .warehouse-map-rack.medium[b-81i2aj70a4], .warehouse-map-rack.high[b-81i2aj70a4] { border-left-width: 4px; }
.warehouse-map-rack-head[b-81i2aj70a4] { gap: 8px; font-size: .8rem; }
.warehouse-map-rack-head span[b-81i2aj70a4] { gap: 5.6px; }
.warehouse-map-bin-grid[b-81i2aj70a4] { grid-template-columns: repeat(auto-fit, minmax(73.6px, 1fr)); gap: 5.6px; margin-top: 7.2px; }
.warehouse-map-bin[b-81i2aj70a4] { min-height: 60.8px; border-radius: 11.2px; padding: 6.4px; }
.warehouse-map-bin[b-81i2aj70a4]::before { height: 4px; }
.warehouse-map-bin span[b-81i2aj70a4] { font-size: .592rem; }
.warehouse-map-bin strong[b-81i2aj70a4] { margin-top: 2.4px; font-size: .8rem; }
.warehouse-map-detail[b-81i2aj70a4] { border-radius: 17.6px; padding: 14.4px; top: 14.4px; max-height: calc(100vh - 101px); }
.warehouse-map-detail[b-81i2aj70a4]::-webkit-scrollbar { width: 8px; }
.warehouse-map-detail-head h3[b-81i2aj70a4] { margin: 3.2px 0; font-size: .976rem; }
.warehouse-map-detail-metrics[b-81i2aj70a4] { gap: 8px; margin: 12.8px 0; }
.warehouse-map-detail-metrics div[b-81i2aj70a4] { border-radius: 12.8px; padding: 9.6px; }
.warehouse-map-detail-metrics strong[b-81i2aj70a4] { font-size: .92rem; }
.warehouse-map-inventory-list[b-81i2aj70a4] { gap: 7.2px; }
.warehouse-map-search-results[b-81i2aj70a4] { gap: 8px; }
.warehouse-map-search-result[b-81i2aj70a4] { padding: 10.4px; font-size: .8rem; }
.warehouse-map-search-result-metrics[b-81i2aj70a4] { gap: 6.4px; margin-top: 9.6px; }
.warehouse-map-search-result-metrics div[b-81i2aj70a4] { padding: 8px; border-radius: 11.2px; }
.warehouse-map-search-result-tags[b-81i2aj70a4] { gap: 5.6px; margin-top: 9.6px; }
.warehouse-map-search-result-tags span[b-81i2aj70a4] { padding: 4px 7.2px; font-size: .592rem; }
.warehouse-map-inventory-row[b-81i2aj70a4] { gap: 9.6px; border-radius: 12px; padding: 8.8px 9.6px; }
.warehouse-map-inventory-empty[b-81i2aj70a4], .warehouse-map-detail-empty[b-81i2aj70a4] { min-height: 144px; }
.warehouse-map-detail-empty[b-81i2aj70a4] { gap: 6.4px; }
.warehouse-map-detail-empty i[b-81i2aj70a4] { font-size: 1.6rem; }
.warehouse-map-pager[b-81i2aj70a4] { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 9.6px; }
.warehouse-map-pager button[b-81i2aj70a4] { min-height: 28.8px; border: 1px solid var(--map-line); border-radius: 8px; padding: 4.8px 8px; color: #146fe0; background: #fff; font-size: .72rem; font-weight: 700; }
.warehouse-map-pager button:hover:not(:disabled)[b-81i2aj70a4], .warehouse-map-pager button:focus-visible[b-81i2aj70a4] { color: #fff; border-color: #146fe0; background: #146fe0; }
.warehouse-map-pager button:disabled[b-81i2aj70a4] { opacity: .45; }
.warehouse-map-pager span[b-81i2aj70a4] { color: var(--map-muted); font-size: .68rem; }

@media (max-width: 1199.98px) {
    .warehouse-map-layout[b-81i2aj70a4] {
        grid-template-columns: 1fr;
    }

    .warehouse-map-detail[b-81i2aj70a4] {
        position: static;
        max-height: 62vh;
    }

    .warehouse-map-summary-strip[b-81i2aj70a4] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .warehouse-map-toolbar[b-81i2aj70a4] {
        align-items: stretch;
        flex-direction: column;
    }

    .warehouse-map-toolbar .form-select[b-81i2aj70a4] {
        max-width: none;
    }

    .warehouse-map-aisle[b-81i2aj70a4] {
        grid-template-columns: 1fr;
    }

    .warehouse-map-summary-strip[b-81i2aj70a4] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .warehouse-map-search-head[b-81i2aj70a4] {
        align-items: stretch;
        flex-direction: column;
    }

    .warehouse-map-search-stats[b-81i2aj70a4],
    .warehouse-map-search-result-metrics[b-81i2aj70a4] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Warehouses.razor.rz.scp.css */
.warehouses-page[b-megjcert15],
.warehouses-page > .panel-card[b-megjcert15] {
    min-width: 0;
}

.warehouses-page[b-megjcert15] {
    gap: 11px;
}

.warehouses-page[b-megjcert15]  .page-header {
    gap: 9px;
    padding-block: 2px;
}

.warehouses-page[b-megjcert15]  .page-header h1,
.warehouses-page[b-megjcert15]  .page-header h2 {
    font-size: 1.224rem;
    line-height: 1.08;
}

.warehouses-page > .panel-card[b-megjcert15] {
    padding: 11px;
    border-radius: 13px;
    overflow: hidden;
}

.warehouses-page > .panel-card > .panel-head[b-megjcert15] {
    min-height: 31px;
    margin-bottom: 9px;
}

.warehouse-toolbar[b-megjcert15] {
    width: min(100%, 446px);
    padding: 3px;
    gap: 5px !important;
    border-radius: 10px;
    min-width: 0;
}

.warehouses-page .product-search[b-megjcert15] {
    min-width: 194px;
    min-height: 28px;
    height: 28px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: .616rem;
}

.warehouses-page .product-toolbar-button[b-megjcert15] {
    min-width: 81px;
    min-height: 28px;
    height: 28px;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 7px;
    font-size: .592rem;
}

.warehouses-page .product-toolbar-button i[b-megjcert15] {
    font-size: .624rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-data-grid-data {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-grid-table {
    min-width: 744px;
}

.warehouses-page[b-megjcert15]  .warehouse-grid {
    font-size: .555rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-grid-table thead th {
    height: 30px;
    padding: 5px 8px;
    font-size: .517rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-grid-table tbody td {
    height: 48px;
    padding: 5px 8px;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .erp-grid-actions {
    gap: 4.84px;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .user-action-button {
    flex-basis: 26.62px;
    width: 26.62px;
    height: 26.62px;
    border-radius: 7.26px;
    font-size: .8052rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .warehouse-pill {
    padding: 2.42px 6.05px;
    font-size: .6259rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-paginator {
    min-height: 33px;
    padding: 5px 7px;
    gap: 3px;
    font-size: .555rem;
}

.warehouses-page[b-megjcert15]  .warehouse-grid .rz-paginator-element {
    min-width: 24px;
    height: 24px;
}

.warehouses-page[b-megjcert15]  button.warehouse-cell-value {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.warehouses-page[b-megjcert15]  button.warehouse-cell-value:hover {
    color: #146fe0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.warehouses-page[b-megjcert15]  button.warehouse-cell-value:focus-visible {
    border-radius: .25rem;
    outline: 2px solid #146fe0 !important;
    outline-offset: 2px;
}

.warehouses-page[b-megjcert15]  .erp-grid-actions .user-action-button.structure {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 !important;
    color: #146fe0;
    line-height: 1;
    text-decoration: none;
}

.warehouses-page[b-megjcert15]  .erp-grid-actions .user-action-button.structure > i {
    display: block;
    margin: 0;
    line-height: 1;
}

.warehouses-page[b-megjcert15]  .warehouse-pill.neutral {
    background: #eef2f7;
    color: #667085;
}

.warehouse-editor-panel[b-megjcert15],
.warehouse-filter-dialog[b-megjcert15] {
    width: min(94vw, 832px);
    max-height: min(90vh, 656px);
    overflow-y: auto;
}

.warehouses-page .iw-modal-panel[b-megjcert15] {
    padding: 1rem;
    border-radius: 19px;
    font-size: .8rem;
}

.warehouses-page .iw-modal-header[b-megjcert15] {
    gap: .8rem;
    margin-bottom: .8rem;
}

.warehouses-page .iw-modal-header h3[b-megjcert15] {
    font-size: .92rem;
}

.warehouses-page .iw-modal-header p[b-megjcert15],
.warehouses-page .form-text[b-megjcert15],
.warehouses-page .field-label[b-megjcert15],
.warehouses-page .iw-modal-body label[b-megjcert15] {
    font-size: .72rem;
}

.warehouses-page .iw-modal-body.p-4[b-megjcert15] {
    padding: 1rem !important;
}

.warehouses-page .iw-modal-body .row[b-megjcert15] {
    --bs-gutter-x: .8rem;
    --bs-gutter-y: .8rem;
}

.warehouses-page .iw-modal-panel .form-control[b-megjcert15],
.warehouses-page .iw-modal-panel .form-select[b-megjcert15] {
    min-height: 31px;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: .72rem;
}

.warehouses-page .iw-modal-panel .btn[b-megjcert15] {
    min-height: 30px;
    padding: 5px 10px;
    font-size: .72rem;
}

.warehouse-filter-groups[b-megjcert15] {
    gap: .68rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.warehouses-page .warehouse-filter-groups .product-form-group[b-megjcert15] {
    padding: 11px;
    border-radius: 11px;
}

.warehouses-page .warehouse-filter-groups .product-form-group legend[b-megjcert15] {
    margin-bottom: .6rem;
    font-size: .656rem;
}

.warehouse-value-dialog[b-megjcert15] {
    width: min(92vw, 448px);
}

.warehouse-full-value[b-megjcert15] {
    max-height: 46vh;
    margin: 0;
    padding: 11px;
    overflow: auto;
    border-radius: 10px;
    background: #f7faff;
    color: #0f172a;
    font-size: .72rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    user-select: text;
}

@media (max-width: 720px) {
    .warehouse-toolbar[b-megjcert15],
    .warehouse-toolbar .product-search[b-megjcert15],
    .warehouse-toolbar .product-toolbar-button[b-megjcert15] {
        width: 100%;
    }

    .warehouse-toolbar[b-megjcert15] {
        flex-wrap: wrap;
    }

    .warehouse-filter-groups[b-megjcert15] {
        grid-template-columns: 1fr;
    }

    .warehouse-editor-panel[b-megjcert15],
    .warehouse-filter-dialog[b-megjcert15] {
        width: min(96vw, 832px);
        max-height: 92vh;
    }

    .warehouses-page .product-search[b-megjcert15],
    .warehouses-page .product-toolbar-button[b-megjcert15] {
        min-height: 36px;
        height: 36px;
    }

    .warehouses-page[b-megjcert15]  .warehouse-grid .user-action-button,
    .warehouses-page[b-megjcert15]  .warehouse-grid .rz-paginator-element {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }
}
/* /Components/Pages/WmsInventory.razor.rz.scp.css */
.wms-inventory-page[b-84fpbw7wb5],
.wms-inventory-panel[b-84fpbw7wb5],
.wms-grid-region[b-84fpbw7wb5],
.wms-desktop-grid[b-84fpbw7wb5],
.wms-dialog-form[b-84fpbw7wb5],
.wms-dialog-body[b-84fpbw7wb5] {
    min-width: 0;
    max-width: 100%;
}

.wms-inventory-panel[b-84fpbw7wb5] {
    overflow: hidden;
}

.wms-inventory-panel-head[b-84fpbw7wb5] {
    align-items: stretch;
}

.wms-inventory-toolbar[b-84fpbw7wb5] {
    width: 100%;
    max-width: none !important;
    flex-wrap: wrap;
}

.wms-search-field[b-84fpbw7wb5] {
    position: relative;
    flex: 1 1 18rem;
    min-width: min(18rem, 100%);
}

.wms-search-field .product-search[b-84fpbw7wb5] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-right: 48px;
    font-size: .875rem;
}

.wms-search-clear[b-84fpbw7wb5] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #334155;
}

.wms-search-clear:hover[b-84fpbw7wb5],
.wms-search-clear:focus-visible[b-84fpbw7wb5] {
    background: #e8f2ff;
    color: #0b57b7;
}

.wms-inventory-toolbar .product-toolbar-button[b-84fpbw7wb5] {
    min-width: 112px;
    min-height: 44px !important;
    height: 44px !important;
    font-size: .8125rem;
}

.wms-filter-count[b-84fpbw7wb5] {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    min-height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #0b57b7;
    color: #ffffff;
    font-size: .75rem;
    line-height: 1;
}

.btn-outline-primary .wms-filter-count[b-84fpbw7wb5] {
    background: #146fe0;
}

.wms-active-filters[b-84fpbw7wb5] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid #cfe0f7;
    border-radius: 12px;
    background: #f8fbff;
}

.wms-active-filters-label[b-84fpbw7wb5] {
    color: #334155;
    font-size: .8125rem;
    font-weight: 800;
}

.wms-filter-chip[b-84fpbw7wb5],
.wms-clear-filters[b-84fpbw7wb5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 7px 11px;
    border: 1px solid #9fc5f2;
    border-radius: 999px;
    background: #edf5ff;
    color: #0b4f9c;
    font-size: .8125rem;
    font-weight: 700;
}

.wms-clear-filters[b-84fpbw7wb5] {
    border-color: #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.wms-filter-chip:hover[b-84fpbw7wb5],
.wms-filter-chip:focus-visible[b-84fpbw7wb5],
.wms-clear-filters:hover[b-84fpbw7wb5],
.wms-clear-filters:focus-visible[b-84fpbw7wb5] {
    border-color: #146fe0;
    outline: 3px solid rgba(20, 111, 224, .2);
    outline-offset: 1px;
}

.wms-list-summary[b-84fpbw7wb5] {
    margin: 0 0 10px;
    color: #334155;
    font-size: .875rem;
    font-weight: 700;
}

.wms-grid-region[b-84fpbw7wb5] {
    position: relative;
}

.wms-refresh-status[b-84fpbw7wb5] {
    position: absolute;
    z-index: 8;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #b8d4f6;
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    color: #174f8f;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
    font-size: .8125rem;
    font-weight: 700;
}

.wms-list-state[b-84fpbw7wb5] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 230px;
    padding: 28px;
    border: 1px dashed #b8cee8;
    border-radius: 14px;
    background: #f8fbff;
    color: #334155;
}

.wms-list-state > i[b-84fpbw7wb5] {
    color: #146fe0;
    font-size: 1.75rem;
}

.wms-list-state h2[b-84fpbw7wb5],
.wms-list-state p[b-84fpbw7wb5] {
    margin: 0;
}

.wms-list-state h2[b-84fpbw7wb5] {
    color: #0f172a;
    font-size: 1rem;
}

.wms-list-state p[b-84fpbw7wb5] {
    margin-top: 5px;
    line-height: 1.5;
}

.wms-list-state .btn[b-84fpbw7wb5],
.wms-empty-actions .btn[b-84fpbw7wb5] {
    min-height: 44px;
}

.wms-list-loading[b-84fpbw7wb5] {
    grid-template-columns: auto minmax(0, 1fr);
}

.wms-list-error[b-84fpbw7wb5] {
    border-color: #f2b8b5;
    background: #fff7f6;
    color: #7a271a;
}

.wms-list-error > i[b-84fpbw7wb5] {
    color: #b42318;
}

.wms-empty-actions[b-84fpbw7wb5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wms-loading-skeleton[b-84fpbw7wb5] {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
}

.wms-loading-skeleton span[b-84fpbw7wb5] {
    display: block;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e7eef7 25%, #f7faff 50%, #e7eef7 75%);
    background-size: 200% 100%;
    animation: wms-skeleton-b-84fpbw7wb5 1.2s linear infinite;
}

@keyframes wms-skeleton-b-84fpbw7wb5 {
    to { background-position-x: -200%; }
}

[b-84fpbw7wb5] .wms-desktop-grid {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    font-size: .875rem !important;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-data-grid-data,
[b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    box-shadow: inset -12px 0 15px -16px rgba(15, 23, 42, .85);
    scrollbar-width: thin;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table {
    width: 2252px !important;
    min-width: 2252px !important;
    max-width: 2252px !important;
    table-layout: fixed;
}

[b-84fpbw7wb5] #wms-grouped-grid .rz-grid-table {
    width: 1040px !important;
    min-width: 1040px !important;
    max-width: 1040px !important;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table thead th {
    height: 48px !important;
    padding: 0 10px !important;
    overflow: visible;
    color: #1e293b;
    font-size: .8125rem !important;
    white-space: nowrap;
    vertical-align: middle;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table tbody td {
    height: 54px !important;
    padding: 6px 10px !important;
    color: #253247;
    font-size: .875rem !important;
    vertical-align: middle;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table tbody tr:hover > td {
    background: #eef6ff !important;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-frozen-cell-right,
[b-84fpbw7wb5] .wms-desktop-grid .rz-frozen-cell-right-inner,
[b-84fpbw7wb5] .wms-desktop-grid .rz-frozen-cell-right-end {
    background: #ffffff;
    box-shadow: -10px 0 16px -14px rgba(15, 23, 42, .75);
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-paginator {
    min-height: 54px !important;
    overflow-x: auto;
    padding: 5px 8px !important;
}

[b-84fpbw7wb5] .wms-desktop-grid .rz-paginator-element {
    min-width: 44px !important;
    width: 44px;
    height: 44px !important;
}

[b-84fpbw7wb5] .wms-desktop-grid .product-sort-trigger {
    min-height: 44px;
    font-size: .8125rem;
}

[b-84fpbw7wb5] .wms-desktop-grid th[aria-sort="none"] .product-sort-trigger::after {
    content: "↕";
    color: #475569;
    font-size: .75rem;
}

[b-84fpbw7wb5] .wms-desktop-grid th[aria-sort="ascending"] .product-sort-trigger::after {
    content: "▲";
    color: #0b57b7;
    font-size: .7rem;
}

[b-84fpbw7wb5] .wms-desktop-grid th[aria-sort="descending"] .product-sort-trigger::after {
    content: "▼";
    color: #0b57b7;
    font-size: .7rem;
}

[b-84fpbw7wb5] .wms-desktop-grid .product-sort-trigger:focus-visible,
.wms-row-detail-button:focus-visible[b-84fpbw7wb5],
.wms-card-detail-button:focus-visible[b-84fpbw7wb5],
.wms-advanced-toggle:focus-visible[b-84fpbw7wb5],
.wms-dialog-close:focus-visible[b-84fpbw7wb5],
.wms-search-clear:focus-visible[b-84fpbw7wb5] {
    border-radius: 7px;
    outline: 3px solid #146fe0;
    outline-offset: 2px;
}

.wms-sort-numeric[b-84fpbw7wb5] {
    justify-content: flex-end !important;
    text-align: right !important;
}

.wms-cell-text[b-84fpbw7wb5],
.wms-cell-code[b-84fpbw7wb5] {
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wms-cell-code[b-84fpbw7wb5] {
    color: #0f4f9d;
    font-weight: 800;
}

.wms-quantity[b-84fpbw7wb5] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: 100%;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.wms-quantity-negative[b-84fpbw7wb5] {
    color: #a51d14;
}

.wms-row-detail-button[b-84fpbw7wb5] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #9fc5f2;
    border-radius: 10px;
    background: #edf5ff;
    color: #0b57b7;
}

.wms-row-detail-button:hover[b-84fpbw7wb5] {
    border-color: #146fe0;
    background: #146fe0;
    color: #ffffff;
}

.wms-mobile-cards[b-84fpbw7wb5] {
    display: none;
}

.inventory-dialog[b-84fpbw7wb5] {
    display: grid;
    width: min(94vw, 920px);
    max-width: calc(100vw - 32px);
    max-height: calc(100dvh - 32px);
    overflow: hidden;
    padding: 0;
}

.wms-group-dialog[b-84fpbw7wb5],
.wms-row-detail-dialog[b-84fpbw7wb5] {
    width: min(94vw, 680px);
}

.wms-dialog-form[b-84fpbw7wb5] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 0;
    max-height: calc(100dvh - 32px);
    overflow: hidden;
}

.inventory-dialog .iw-modal-header[b-84fpbw7wb5] {
    align-items: flex-start;
    margin: 0;
    padding: 16px 18px;
    border-bottom: 1px solid #d8e6f7;
    background: #ffffff;
}

.inventory-dialog .iw-modal-header h2[b-84fpbw7wb5] {
    margin: 0;
    color: #0f172a;
    font-size: 1.125rem;
}

.inventory-dialog .iw-modal-header p[b-84fpbw7wb5] {
    margin: 4px 0 0;
    color: #526071;
    font-size: .8125rem;
}

.wms-dialog-close[b-84fpbw7wb5] {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
}

.wms-dialog-body[b-84fpbw7wb5] {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 18px;
}

.wms-dialog-footer[b-84fpbw7wb5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 12px 18px;
    border-top: 1px solid #d8e6f7;
    background: #ffffff;
}

.wms-dialog-footer .btn[b-84fpbw7wb5] {
    min-width: 112px;
    min-height: 44px;
}

.wms-dialog-error[b-84fpbw7wb5],
.wms-dialog-loading[b-84fpbw7wb5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
}

.wms-dialog-error[b-84fpbw7wb5] {
    border: 1px solid #f2b8b5;
    background: #fff3f2;
    color: #7a271a;
}

.wms-dialog-error .btn[b-84fpbw7wb5] {
    min-height: 44px;
}

.wms-dialog-loading[b-84fpbw7wb5] {
    justify-content: flex-start;
    border: 1px solid #b8d4f6;
    background: #eef6ff;
    color: #174f8f;
}

.wms-filter-section[b-84fpbw7wb5] {
    min-width: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid #d8e6f7;
    border-radius: 14px;
    background: #f8fbff;
}

.wms-filter-section legend[b-84fpbw7wb5] {
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0 4px;
    color: #145cb8;
    font-size: .8125rem;
    font-weight: 800;
}

.wms-common-filter-grid[b-84fpbw7wb5],
.wms-attribute-filter-grid[b-84fpbw7wb5] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inventory-filter-dialog__field--wide[b-84fpbw7wb5] {
    grid-column: 1 / -1;
}

.wms-dialog-body .form-control[b-84fpbw7wb5],
.wms-dialog-body .form-select[b-84fpbw7wb5],
[b-84fpbw7wb5] .wms-dialog-body .rz-dropdown {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}

[b-84fpbw7wb5] .wms-dialog-body .rz-dropdown-label {
    min-height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wms-advanced-filters[b-84fpbw7wb5] {
    margin-top: 14px;
    border: 1px solid #cfe0f7;
    border-radius: 14px;
    background: #ffffff;
}

.wms-advanced-toggle[b-84fpbw7wb5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    background: #edf5ff;
    color: #0b4f9c;
    font-weight: 800;
    text-align: left;
}

.wms-advanced-content[b-84fpbw7wb5] {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.wms-advanced-empty[b-84fpbw7wb5] {
    margin: 0;
    color: #526071;
}

.wms-row-detail-list[b-84fpbw7wb5],
.wms-card-critical[b-84fpbw7wb5],
.wms-card-quantities[b-84fpbw7wb5],
.wms-card-details dl[b-84fpbw7wb5] {
    margin: 0;
}

.wms-row-detail-list[b-84fpbw7wb5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wms-row-detail-list > div[b-84fpbw7wb5] {
    min-width: 0;
    padding: 10px;
    border: 1px solid #d8e6f7;
    border-radius: 10px;
    background: #f8fbff;
}

.wms-row-detail-list dt[b-84fpbw7wb5],
.wms-card-critical dt[b-84fpbw7wb5],
.wms-card-quantities dt[b-84fpbw7wb5],
.wms-card-details dt[b-84fpbw7wb5],
.wms-card-label[b-84fpbw7wb5] {
    color: #475569;
    font-size: .75rem;
    font-weight: 800;
}

.wms-row-detail-list dd[b-84fpbw7wb5] {
    margin: 4px 0 0;
    color: #0f172a;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .wms-inventory-toolbar[b-84fpbw7wb5] {
        align-items: stretch !important;
    }

    .wms-search-field[b-84fpbw7wb5] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .wms-inventory-toolbar .product-toolbar-button[b-84fpbw7wb5] {
        flex: 1 1 calc(33.333% - 6px);
        min-width: 0;
        padding-inline: 10px;
    }

    [b-84fpbw7wb5] .wms-desktop-grid .rz-data-grid-data,
    [b-84fpbw7wb5] .wms-desktop-grid .rz-grid-table-container {
        display: none;
    }

    [b-84fpbw7wb5] .wms-desktop-grid {
        border: 0;
        overflow: visible;
    }

    [b-84fpbw7wb5] .wms-desktop-grid .rz-paginator {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        overflow-x: visible;
        margin-top: 12px;
        border: 1px solid #d8e6f7;
        border-radius: 12px;
        background: #ffffff;
    }

    .wms-mobile-cards[b-84fpbw7wb5] {
        display: grid;
        gap: 12px;
    }

    .wms-inventory-card[b-84fpbw7wb5] {
        min-width: 0;
        padding: 14px;
        border: 1px solid #d8e6f7;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
    }

    .wms-inventory-card > header[b-84fpbw7wb5] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e4edf8;
    }

    .wms-card-identity[b-84fpbw7wb5] {
        display: grid;
        min-width: 0;
        gap: 3px;
    }

    .wms-card-identity strong[b-84fpbw7wb5],
    .wms-card-identity > span:not(.wms-card-label)[b-84fpbw7wb5] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wms-card-identity strong[b-84fpbw7wb5] {
        color: #0f4f9d;
        font-size: .9375rem;
    }

    .wms-card-identity > span:not(.wms-card-label)[b-84fpbw7wb5] {
        color: #253247;
        font-size: .875rem;
    }

    .wms-card-status[b-84fpbw7wb5] {
        display: grid;
        flex: 0 0 auto;
        justify-items: end;
        gap: 4px;
    }

    .wms-inventory-card .warehouse-pill[b-84fpbw7wb5] {
        padding: 4px 8px;
        font-size: .8125rem;
    }

    .wms-card-critical[b-84fpbw7wb5],
    .wms-card-quantities[b-84fpbw7wb5],
    .wms-card-details dl[b-84fpbw7wb5] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding-top: 12px;
    }

    .wms-card-critical > div[b-84fpbw7wb5],
    .wms-card-quantities > div[b-84fpbw7wb5],
    .wms-card-details dl > div[b-84fpbw7wb5] {
        min-width: 0;
        padding: 9px;
        border-radius: 9px;
        background: #f5f9ff;
    }

    .wms-card-critical dd[b-84fpbw7wb5],
    .wms-card-quantities dd[b-84fpbw7wb5],
    .wms-card-details dd[b-84fpbw7wb5] {
        margin: 4px 0 0;
        color: #0f172a;
        font-size: .875rem;
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .wms-card-details[b-84fpbw7wb5] {
        margin-top: 10px;
        border-top: 1px solid #e4edf8;
    }

    .wms-card-details summary[b-84fpbw7wb5] {
        display: flex;
        align-items: center;
        min-height: 44px;
        color: #0b57b7;
        cursor: pointer;
        font-size: .875rem;
        font-weight: 800;
    }

    .wms-card-detail-button[b-84fpbw7wb5] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
    }

    .wms-group-cards header strong[b-84fpbw7wb5] {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .wms-group-quantities[b-84fpbw7wb5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .wms-list-state[b-84fpbw7wb5] {
        grid-template-columns: 1fr;
        justify-items: start;
        min-height: 200px;
        padding: 20px;
    }

    .wms-list-loading[b-84fpbw7wb5] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .wms-inventory-toolbar .product-toolbar-button[b-84fpbw7wb5] {
        flex-basis: calc(50% - 4px);
    }

    .wms-inventory-toolbar #wms-filter-trigger[b-84fpbw7wb5] {
        flex-basis: 100%;
    }

    .wms-common-filter-grid[b-84fpbw7wb5],
    .wms-attribute-filter-grid[b-84fpbw7wb5],
    .wms-row-detail-list[b-84fpbw7wb5] {
        grid-template-columns: minmax(0, 1fr);
    }

    .inventory-filter-dialog__field--wide[b-84fpbw7wb5] {
        grid-column: auto;
    }

    .inventory-dialog[b-84fpbw7wb5] {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
        max-height: calc(100dvh - 16px);
        border-radius: 16px;
    }

    .wms-dialog-form[b-84fpbw7wb5] {
        max-height: calc(100dvh - 16px);
    }

    .inventory-dialog .iw-modal-header[b-84fpbw7wb5],
    .wms-dialog-body[b-84fpbw7wb5],
    .wms-dialog-footer[b-84fpbw7wb5] {
        padding-inline: 12px;
    }

    .wms-dialog-footer[b-84fpbw7wb5] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .wms-dialog-footer .btn[b-84fpbw7wb5] {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .wms-inventory-card > header[b-84fpbw7wb5] {
        align-items: stretch;
        flex-direction: column;
    }

    .wms-card-status[b-84fpbw7wb5] {
        justify-items: start;
    }

}

@media (prefers-reduced-motion: reduce) {
    .wms-loading-skeleton span[b-84fpbw7wb5] {
        animation: none;
    }
}
/* /Components/Shared/SystemErrorPage.razor.rz.scp.css */
.system-error-page[b-djdivls81w] {
    --error-ink: #0f1d34;
    --error-muted: #60708a;
    --error-blue: #146fe0;
    --error-line: #d7e2f1;
    display: grid;
    min-height: 100dvh;
    padding: clamp(24px, 5vw, 64px);
    background:
        linear-gradient(135deg, rgba(20, 111, 224, .08), transparent 42%),
        #f7faff;
    color: var(--error-ink);
    grid-template-rows: auto 1fr auto;
}

.system-error-brand[b-djdivls81w] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 12px;
    color: var(--error-ink);
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.system-error-brand img[b-djdivls81w] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: contain;
}

.system-error-content[b-djdivls81w] {
    display: grid;
    width: min(100%, 920px);
    margin: auto;
    align-items: center;
    gap: clamp(34px, 7vw, 92px);
    grid-template-columns: minmax(190px, .72fr) minmax(320px, 1.28fr);
}

.system-error-code[b-djdivls81w] {
    display: flex;
    min-height: 250px;
    padding: 28px;
    border-left: 5px solid var(--error-blue);
    background: rgba(255, 255, 255, .58);
    flex-direction: column;
    justify-content: space-between;
}

.system-error-code span[b-djdivls81w],
.system-error-kicker[b-djdivls81w] {
    color: var(--error-blue);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.system-error-code strong[b-djdivls81w] {
    font-size: clamp(5.5rem, 12vw, 9rem);
    font-weight: 800;
    letter-spacing: -.08em;
    line-height: .78;
}

.system-error-copy h1[b-djdivls81w] {
    max-width: 560px;
    margin: 14px 0 16px;
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.system-error-copy > p[b-djdivls81w] {
    max-width: 580px;
    margin: 0 0 28px;
    color: var(--error-muted);
    font-size: clamp(.96rem, 1.5vw, 1.08rem);
    line-height: 1.7;
}

.system-error-action[b-djdivls81w] {
    display: inline-flex;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid var(--error-blue);
    border-radius: 12px;
    background: var(--error-blue);
    color: #fff;
    align-items: center;
    gap: 22px;
    font: inherit;
    font-weight: 700;
}

.system-error-action:hover[b-djdivls81w],
.system-error-action:focus-visible[b-djdivls81w] {
    border-color: #0f5fc7;
    background: #0f5fc7;
    color: #fff;
}

.system-error-action:focus-visible[b-djdivls81w] {
    outline: 3px solid rgba(20, 111, 224, .24);
    outline-offset: 3px;
}

.system-error-redirect[b-djdivls81w] {
    max-width: 360px;
    margin-top: 24px;
    color: var(--error-muted);
    font-size: .78rem;
}

.system-error-progress[b-djdivls81w] {
    height: 3px;
    margin-top: 10px;
    overflow: hidden;
    background: var(--error-line);
}

.system-error-progress span[b-djdivls81w] {
    display: block;
    height: 100%;
    background: var(--error-blue);
    transition: width 1s linear;
}

.system-error-footnote[b-djdivls81w] {
    margin: 0;
    color: var(--error-muted);
    font-size: .72rem;
}

@media (max-width: 720px) {
    .system-error-page[b-djdivls81w] {
        padding: 22px;
    }

    .system-error-content[b-djdivls81w] {
        align-content: center;
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .system-error-code[b-djdivls81w] {
        min-height: 138px;
        padding: 20px;
    }

    .system-error-code strong[b-djdivls81w] {
        font-size: 5rem;
    }

    .system-error-copy h1[b-djdivls81w] {
        margin-top: 10px;
    }

    .system-error-action[b-djdivls81w] {
        width: 100%;
        justify-content: space-between;
    }
}

@media (prefers-reduced-motion: reduce) {
    .system-error-progress span[b-djdivls81w] {
        transition: none;
    }
}
