/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-gzcde9zaoh] {
    min-height: 100dvh;
    width: 100%;
    overflow: hidden;
    background: #1a1512;
}

.public-layout > *[b-gzcde9zaoh] {
    min-height: 100dvh;
}
/* /Components/Pages/AjustePrecios.razor.rz.scp.css */
.price-adjust-page[b-y8fxd1m8s2] {
    color: var(--color-text);
}

.price-adjust-header[b-y8fxd1m8s2] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) 0;
}

.price-adjust-header h1[b-y8fxd1m8s2],
.price-adjust-card h2[b-y8fxd1m8s2] {
    margin: 0;
    font-weight: 800;
}

.price-adjust-header p[b-y8fxd1m8s2] {
    margin: .35rem 0 0;
    color: var(--color-text-muted);
}

.price-adjust-banner[b-y8fxd1m8s2] {
    margin: 1rem clamp(1.25rem, 3vw, 2rem) 0;
    padding: .75rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    background: var(--color-primary-soft);
    color: var(--color-text-muted);
    font-size: .9rem;
}

.price-adjust-layout[b-y8fxd1m8s2] {
    display: grid;
    padding: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.price-adjust-card[b-y8fxd1m8s2] {
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface);
    box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
    padding: clamp(1rem, 2vw, 1.35rem);
}

.mode-tabs[b-y8fxd1m8s2] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
}

.mode-tab[b-y8fxd1m8s2] {
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: .45rem .9rem;
    background: var(--color-surface);
    color: var(--color-text-muted);
    font-weight: 700;
    font-size: .85rem;
    cursor: pointer;
    transition: all .15s ease;
}

.mode-tab.active[b-y8fxd1m8s2] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    color: var(--color-primary);
}

.selection-toolbar[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 200px);
    gap: .8rem;
    margin-bottom: 1rem;
}

.search-field[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
    min-height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 0 .9rem;
    color: var(--color-text-muted);
    background: var(--color-surface);
}

.search-field:focus-within[b-y8fxd1m8s2] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.search-field input[b-y8fxd1m8s2] {
    width: 100%;
    border: 0;
    color: var(--color-text);
    background: transparent;
    outline: 0;
}

.date-filter-card[b-y8fxd1m8s2] {
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
}

.date-filter-card__title[b-y8fxd1m8s2] {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .75rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color-text-muted);
}

.date-filter-card__title i[b-y8fxd1m8s2] {
    font-size: .95rem;
    color: var(--color-primary);
}

.date-filter-row[b-y8fxd1m8s2] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.date-filter-preset[b-y8fxd1m8s2] {
    width: 100%;
}

.date-filter-preset :deep(.app-select)[b-y8fxd1m8s2],
.date-filter-preset :deep(.app-select-trigger)[b-y8fxd1m8s2] {
    width: 100%;
}

.date-filter-preset :deep(.app-select-trigger)[b-y8fxd1m8s2] {
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .85rem;
    background: var(--color-surface);
    color: var(--color-text);
    font-weight: 600;
}

.date-filter-preset :deep(.app-select.is-open .app-select-trigger)[b-y8fxd1m8s2],
.date-filter-preset :deep(.app-select-trigger:focus)[b-y8fxd1m8s2] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.date-filter-custom-row[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.date-field[b-y8fxd1m8s2] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

.date-field__label[b-y8fxd1m8s2] {
    font-size: .75rem;
    font-weight: 700;
    color: var(--color-text-muted);
}

.date-field__input[b-y8fxd1m8s2] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .75rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-family: inherit;
    font-size: .875rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.date-field__input:hover[b-y8fxd1m8s2] {
    border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border));
}

.date-field__input:focus[b-y8fxd1m8s2] {
    outline: 0;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.date-field__input[b-y8fxd1m8s2]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: .7;
    filter: invert(42%) sepia(12%) saturate(900%) hue-rotate(314deg) brightness(95%) contrast(88%);
}

.date-field__input[b-y8fxd1m8s2]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.products-table-wrap[b-y8fxd1m8s2] {
    overflow-x: auto;
}

.products-table[b-y8fxd1m8s2] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: .8125rem;
}

.products-table th[b-y8fxd1m8s2],
.products-table td[b-y8fxd1m8s2] {
    padding: .55rem .4rem;
}

.products-table th[b-y8fxd1m8s2] {
    font-size: .7rem;
}

.products-table th:nth-child(1)[b-y8fxd1m8s2],
.products-table td:nth-child(1)[b-y8fxd1m8s2] {
    width: 2.25rem;
}

.products-table th:nth-child(2)[b-y8fxd1m8s2],
.products-table td:nth-child(2)[b-y8fxd1m8s2] {
    width: 15%;
}

.products-table th:nth-child(3)[b-y8fxd1m8s2],
.products-table td:nth-child(3)[b-y8fxd1m8s2] {
    width: 30%;
}

.products-table th:nth-child(4)[b-y8fxd1m8s2],
.products-table td:nth-child(4)[b-y8fxd1m8s2] {
    width: 22%;
}

.products-table th:nth-child(5)[b-y8fxd1m8s2],
.products-table td:nth-child(5)[b-y8fxd1m8s2] {
    width: 16%;
}

.products-table th:nth-child(6)[b-y8fxd1m8s2],
.products-table td:nth-child(6)[b-y8fxd1m8s2] {
    width: 16%;
}

.products-table .name-cell[b-y8fxd1m8s2],
.products-table td:nth-child(4)[b-y8fxd1m8s2] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-table tbody tr.selected-row td[b-y8fxd1m8s2] {
    background: var(--app-coral-soft);
}

.products-table tbody tr.selected-row:hover td[b-y8fxd1m8s2] {
    background: var(--app-coral-soft);
}

.checkbox-cell[b-y8fxd1m8s2] {
    width: 2.25rem;
    text-align: center;
}

.checkbox-cell input[b-y8fxd1m8s2] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--app-coral);
}

.price-new[b-y8fxd1m8s2] {
    color: var(--color-success);
}

.price-diff-up[b-y8fxd1m8s2] {
    color: var(--color-success);
}

.price-diff-down[b-y8fxd1m8s2] {
    color: var(--color-danger);
}

.products-empty[b-y8fxd1m8s2] {
    display: grid;
    min-height: 220px;
    place-items: center;
    border: 1px dashed color-mix(in srgb, var(--color-border) 80%, var(--color-primary));
    border-radius: 14px;
    color: var(--color-text-muted);
    background: var(--color-primary-soft);
    font-weight: 700;
}

.selection-footer[b-y8fxd1m8s2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
    font-weight: 700;
    color: var(--color-text-muted);
    font-size: .9rem;
}

.adjust-type-grid[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-bottom: 1rem;
}

.adjust-type-card[b-y8fxd1m8s2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
    padding: .75rem;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-surface);
    cursor: pointer;
    text-align: left;
    transition: all .15s ease;
}

.adjust-type-card i[b-y8fxd1m8s2] {
    font-size: 1.1rem;
    color: var(--color-primary);
}

.adjust-type-card span[b-y8fxd1m8s2] {
    font-weight: 800;
    font-size: .85rem;
}

.adjust-type-card small[b-y8fxd1m8s2] {
    color: var(--color-text-muted);
    font-size: .75rem;
}

.adjust-type-card.active[b-y8fxd1m8s2] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
}

.config-field[b-y8fxd1m8s2] {
    margin-bottom: 1rem;
}

.config-field label[b-y8fxd1m8s2] {
    display: block;
    margin-bottom: .35rem;
    font-weight: 700;
    font-size: .88rem;
}

.config-input[b-y8fxd1m8s2] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .85rem;
    color: var(--color-text);
    background: var(--color-surface);
}

.direction-toggle[b-y8fxd1m8s2] {
    display: flex;
    gap: .5rem;
}

.direction-btn[b-y8fxd1m8s2] {
    flex: 1;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: .5rem;
    background: var(--color-surface);
    font-weight: 700;
    cursor: pointer;
}

.direction-btn.active.increase[b-y8fxd1m8s2] {
    border-color: var(--color-success);
    background: var(--color-success-soft);
    color: var(--color-success);
}

.direction-btn.active.decrease[b-y8fxd1m8s2] {
    border-color: var(--color-danger);
    background: var(--color-danger-soft);
    color: var(--color-danger);
}

.preview-summary[b-y8fxd1m8s2] {
    margin: 1rem 0;
    padding: .85rem;
    border-radius: 12px;
    background: var(--color-primary-soft);
    border: 1px solid var(--color-border);
    font-size: .9rem;
    color: var(--color-text-muted);
}

.preview-summary strong[b-y8fxd1m8s2] {
    color: var(--color-text);
}

.preview-table-wrap[b-y8fxd1m8s2] {
    max-height: 280px;
    overflow: auto;
    border: 0;
    border-radius: 0;
}

.preview-table[b-y8fxd1m8s2] {
    width: 100%;
    font-size: .82rem;
}

.preview-table th[b-y8fxd1m8s2],
.preview-table td[b-y8fxd1m8s2] {
    padding: .5rem .65rem;
    border-bottom: 1px solid var(--color-border);
}

.preview-table th[b-y8fxd1m8s2] {
    background: transparent;
    color: var(--color-text-muted);
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
}

.adjust-actions[b-y8fxd1m8s2] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-top: 1rem;
}

.confirm-list[b-y8fxd1m8s2] {
    max-height: 240px;
    overflow: auto;
    margin: 1rem 0;
}

.confirm-row[b-y8fxd1m8s2] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--color-border);
    font-size: .88rem;
}

.confirm-warning[b-y8fxd1m8s2] {
    margin-top: .75rem;
    padding: .65rem;
    border-radius: 10px;
    background: var(--color-warning-soft);
    border: 1px solid color-mix(in srgb, var(--color-warning) 35%, var(--color-border));
    color: var(--color-warning);
    font-size: .85rem;
}

@media (max-width: 991px) {
    .price-adjust-layout[b-y8fxd1m8s2] {
        grid-template-columns: 1fr;
    }

    .selection-toolbar[b-y8fxd1m8s2] {
        grid-template-columns: 1fr;
    }

    .date-filter-custom-row[b-y8fxd1m8s2] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .admin-desktop-panel .products-table-wrap[b-y8fxd1m8s2] {
        overflow-x: visible;
    }

    .admin-desktop-panel .products-table[b-y8fxd1m8s2] {
        table-layout: auto;
        font-size: .8125rem;
    }

    .admin-desktop-panel .products-table th[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td[b-y8fxd1m8s2] {
        padding: .7rem .85rem;
    }

    .admin-desktop-panel .products-table th:nth-child(1)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(1)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table th:nth-child(2)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(2)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table th:nth-child(3)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(3)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table th:nth-child(4)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(4)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table th:nth-child(5)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(5)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table th:nth-child(6)[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(6)[b-y8fxd1m8s2] {
        width: 100% !important;
    }

    .admin-desktop-panel .products-table .name-cell[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table td:nth-child(4)[b-y8fxd1m8s2] {
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .admin-desktop-panel .products-table tbody tr.selected-row[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table tbody tr.selected-row td[b-y8fxd1m8s2] {
        background: var(--app-coral-soft);
    }

    .admin-desktop-panel .products-table tbody tr.selected-row:hover[b-y8fxd1m8s2],
    .admin-desktop-panel .products-table tbody tr.selected-row:hover td[b-y8fxd1m8s2] {
        background: var(--app-coral-soft);
    }

    .admin-desktop-panel .checkbox-cell[b-y8fxd1m8s2] {
        width: 100%;
        text-align: right;
    }

    .admin-desktop-panel .checkbox-cell input[b-y8fxd1m8s2] {
        width: 1.15rem;
        height: 1.15rem;
    }
}

@media (max-width: 575px) {
    .admin-desktop-panel .adjust-type-grid[b-y8fxd1m8s2] {
        grid-template-columns: 1fr;
    }
}

.price-adjust-mobile-scope[b-y8fxd1m8s2] {
    margin-bottom: .15rem;
}

.price-adjust-mobile-scope :deep(.app-select)[b-y8fxd1m8s2],
.price-adjust-mobile-scope :deep(.app-select-trigger)[b-y8fxd1m8s2] {
    width: 100%;
}

.price-adjust-filters-backdrop[b-y8fxd1m8s2] {
    align-items: center;
    justify-content: center;
    padding: .75rem;
    z-index: 2050;
}

.price-adjust-filters-modal[b-y8fxd1m8s2] {
    width: min(100%, 21rem);
    max-height: min(88dvh, 28rem);
    padding: .75rem .85rem .85rem;
    overflow-y: auto;
}

.price-adjust-filters-grid[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.price-adjust-filters-modal .product-modal-header[b-y8fxd1m8s2] {
    position: relative;
    justify-content: center;
    margin-bottom: .55rem;
    padding-inline: 2rem;
}

.price-adjust-filters-modal .product-modal-header h2[b-y8fxd1m8s2] {
    font-size: .92rem;
    font-weight: 700;
    text-align: center;
}

.price-adjust-filters-modal .product-modal-close[b-y8fxd1m8s2] {
    position: absolute;
    left: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: .4rem;
}

.price-adjust-filters-modal .product-modal-close i[b-y8fxd1m8s2] {
    font-size: .8rem;
}

.price-adjust-filters-modal .product-field label[b-y8fxd1m8s2] {
    margin-bottom: .2rem;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.2;
}

.price-adjust-filters-modal :deep(.app-select-trigger)[b-y8fxd1m8s2],
.price-adjust-filters-modal .product-input[b-y8fxd1m8s2] {
    min-height: 1.95rem;
    padding: .3rem .5rem;
    border-radius: .5rem;
    font-size: .74rem;
    line-height: 1.25;
}

.price-adjust-filters-modal :deep(.app-select-trigger i)[b-y8fxd1m8s2] {
    font-size: .78rem;
}

.price-adjust-filters-modal .product-modal-footer[b-y8fxd1m8s2] {
    margin-top: .65rem;
    padding-top: .65rem;
    border-top: 1px solid var(--color-border);
}

.price-adjust-filters-modal .product-modal-actions[b-y8fxd1m8s2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
    width: 100%;
}

.price-adjust-filters-modal .product-modal-actions .app-button[b-y8fxd1m8s2] {
    min-height: 2.1rem;
    padding: .4rem .65rem;
    font-size: .74rem;
    gap: .35rem;
}

@media (max-width: 991px) {
    .price-adjust-filters-backdrop.product-modal-backdrop[b-y8fxd1m8s2] {
        align-items: center !important;
        justify-content: center !important;
        padding: .75rem;
    }

    .price-adjust-filters-modal.product-edit-modal[b-y8fxd1m8s2] {
        width: min(100%, 21rem);
        max-height: min(88dvh, 28rem);
        border-radius: .85rem;
    }
}

@media (min-width: 992px) {
    .price-adjust-mobile-panel[b-y8fxd1m8s2] {
        display: none !important;
    }
}
/* /Components/Pages/CatalogoProducto.razor.rz.scp.css */
.catalogo-producto-page[b-mxxy0xki1h] {
    --catalogo-radius: 22px;
    --catalogo-frame-width: min(92vw, 560px);
    --catalogo-info-height: clamp(14rem, 38vh, 17.5rem);
    --catalogo-bottom-gap: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    position: relative;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background: #2a211c;
}

.catalogo-producto-layout[b-mxxy0xki1h] {
    position: relative;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
}

.catalogo-estado[b-mxxy0xki1h] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    text-align: center;
}

.catalogo-estado-carga p[b-mxxy0xki1h] {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
}

.catalogo-spinner[b-mxxy0xki1h] {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: catalogo-spin-b-mxxy0xki1h 0.8s linear infinite;
}

@keyframes catalogo-spin-b-mxxy0xki1h {
    to {
        transform: rotate(360deg);
    }
}

.catalogo-estado-error i[b-mxxy0xki1h] {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.catalogo-estado-error h1[b-mxxy0xki1h] {
    margin: 0;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
    font-weight: 600;
}

.catalogo-estado-error p[b-mxxy0xki1h] {
    margin: 0;
    max-width: 20rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.catalogo-hero[b-mxxy0xki1h] {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.catalogo-carousel[b-mxxy0xki1h] {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.catalogo-carousel[b-mxxy0xki1h]::-webkit-scrollbar {
    display: none;
}

.catalogo-slide[b-mxxy0xki1h] {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1rem 1rem calc(var(--catalogo-info-height) + var(--catalogo-bottom-gap) + 0.5rem);
    box-sizing: border-box;
}

.catalogo-slide-bg[b-mxxy0xki1h] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(28px) brightness(0.7);
    transform: scale(1.12);
    pointer-events: none;
}

.catalogo-slide-frame[b-mxxy0xki1h] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--catalogo-frame-width);
    max-width: 100%;
    max-height: 100%;
    border-radius: var(--catalogo-radius);
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

.catalogo-slide-fg[b-mxxy0xki1h] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: var(--catalogo-radius);
}

.catalogo-slide-placeholder[b-mxxy0xki1h] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #3d322b 0%, #2a211c 45%, #1f1915 100%);
}

.catalogo-slide-placeholder i[b-mxxy0xki1h] {
    font-size: 4rem;
    color: rgba(255, 255, 255, 0.18);
}

.catalogo-dots[b-mxxy0xki1h] {
    position: absolute;
    left: 50%;
    bottom: calc(var(--catalogo-info-height) + var(--catalogo-bottom-gap) + 0.65rem);
    transform: translateX(-50%);
    display: flex;
    gap: 0.45rem;
    z-index: 2;
}

.catalogo-dot[b-mxxy0xki1h] {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.catalogo-dot.is-active[b-mxxy0xki1h] {
    width: 1.35rem;
    background: rgba(255, 255, 255, 0.92);
}

.catalogo-card[b-mxxy0xki1h] {
    position: absolute;
    left: 50%;
    bottom: var(--catalogo-bottom-gap);
    transform: translateX(-50%);
    z-index: 3;
    width: var(--catalogo-frame-width);
    height: var(--catalogo-info-height);
    min-height: var(--catalogo-info-height);
    max-height: var(--catalogo-info-height);
    padding: 1.1rem 1.25rem;
    box-sizing: border-box;
    border-radius: var(--catalogo-radius);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(40, 30, 24, 0.55);
    backdrop-filter: blur(20px) saturate(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(1.1);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.catalogo-card-grid[b-mxxy0xki1h] {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
    gap: 0 1.15rem;
    align-items: stretch;
}

.catalogo-card-info[b-mxxy0xki1h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.catalogo-producto-nombre[b-mxxy0xki1h] {
    margin: 0 0 0.5rem;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(1.15rem, 3.6vw, 1.5rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.catalogo-producto-descripcion[b-mxxy0xki1h] {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalogo-producto-descripcion-vacia[b-mxxy0xki1h] {
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
}

.catalogo-card-precios[b-mxxy0xki1h] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-width: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 1rem;
}

.catalogo-precio-row[b-mxxy0xki1h] {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    padding: 0.32rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.catalogo-precio-row:first-child[b-mxxy0xki1h] {
    padding-top: 0;
}

.catalogo-precio-row:last-child[b-mxxy0xki1h] {
    border-bottom: none;
    padding-bottom: 0;
}

.catalogo-precio-label[b-mxxy0xki1h] {
    font-size: 0.58rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.catalogo-precio-valor[b-mxxy0xki1h] {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(0.95rem, 2.6vw, 1.15rem);
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
}

.catalogo-precio-cuota[b-mxxy0xki1h] {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 480px) {
    .catalogo-producto-page[b-mxxy0xki1h] {
        --catalogo-radius: 20px;
        --catalogo-info-height: clamp(14.5rem, 40vh, 18rem);
        --catalogo-bottom-gap: calc(0.6rem + env(safe-area-inset-bottom, 0px));
    }

    .catalogo-slide[b-mxxy0xki1h] {
        padding: 0.75rem 0.85rem calc(var(--catalogo-info-height) + var(--catalogo-bottom-gap) + 0.35rem);
    }

    .catalogo-card[b-mxxy0xki1h] {
        padding: 0.9rem 1rem;
    }

    .catalogo-card-grid[b-mxxy0xki1h] {
        gap: 0 0.85rem;
    }

    .catalogo-card-precios[b-mxxy0xki1h] {
        padding-left: 0.75rem;
    }

    .catalogo-producto-descripcion[b-mxxy0xki1h] {
        -webkit-line-clamp: 2;
    }
}
/* /Components/Pages/DetongerP1Test.razor.rz.scp.css */
.dtp-lab-page[b-37brkrh5qi] {
    color: var(--color-text);
}

.dtp-lab-page .print-qr-card[b-37brkrh5qi] {
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface);
    box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
}

.dtp-lab-page .print-qr-alert[b-37brkrh5qi] {
    border: 1px solid color-mix(in srgb, var(--color-danger) 35%, var(--color-border));
    border-radius: 14px;
    padding: .85rem 1rem;
    color: var(--color-danger);
    background: var(--color-danger-soft);
    font-weight: 700;
}

.dtp-lab-page .print-qr-alert.success[b-37brkrh5qi] {
    border-color: color-mix(in srgb, var(--color-success) 35%, var(--color-border));
    background: var(--color-success-soft);
    color: var(--color-success);
}

.dtp-lab-page .print-button[b-37brkrh5qi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    padding: .7rem 1.15rem;
    color: var(--color-primary-contrast);
    background: var(--color-primary);
    font-weight: 800;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--color-primary) 28%, transparent);
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.dtp-lab-page .print-button:hover:not(:disabled)[b-37brkrh5qi] {
    transform: translateY(-1px);
    background: var(--color-primary-hover);
}

.dtp-lab-page .print-button:disabled[b-37brkrh5qi] {
    cursor: not-allowed;
    opacity: .5;
}

.dtp-lab-grid[b-37brkrh5qi] {
    display: grid;
    padding: 0;
    grid-template-columns: minmax(240px, 300px) minmax(340px, 1fr) minmax(260px, 320px);
    gap: 1.25rem;
    align-items: start;
}

.dtp-lab-mode-bar[b-37brkrh5qi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin: 0 0 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
    box-shadow: 0 8px 24px rgba(47, 42, 56, .06);
}

.dtp-lab-mode-label[b-37brkrh5qi] {
    color: var(--color-text);
    font-size: .88rem;
    font-weight: 800;
}

.dtp-lab-mode-toggle[b-37brkrh5qi] {
    display: inline-flex;
    gap: .35rem;
    padding: .25rem;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-bg);
}

.dtp-lab-mode-btn[b-37brkrh5qi] {
    min-height: 40px;
    border: 0;
    border-radius: 10px;
    padding: .45rem .95rem;
    color: var(--color-text-muted);
    background: transparent;
    font-size: .85rem;
    font-weight: 800;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.dtp-lab-mode-btn.is-active[b-37brkrh5qi] {
    color: var(--color-primary-contrast);
    background: var(--color-primary);
    box-shadow: 0 8px 18px color-mix(in srgb, var(--color-primary) 28%, transparent);
}

.dtp-lab-grid--visual[b-37brkrh5qi] {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
}

.dtp-lab-visual[b-37brkrh5qi] {
    grid-column: span 1;
}

.dtp-lab-card[b-37brkrh5qi] {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.dtp-lab-card h2[b-37brkrh5qi],
.presets-card h2[b-37brkrh5qi] {
    margin: 0 0 1rem;
    font-weight: 800;
    font-size: 1.05rem;
}

.dtp-lab-card .section-gap[b-37brkrh5qi] {
    margin-top: 1.35rem;
}

.dtp-lab-card .config-field[b-37brkrh5qi] {
    display: grid;
    gap: .4rem;
    margin-bottom: .95rem;
}

.dtp-lab-card .config-field label[b-37brkrh5qi] {
    display: block;
    margin-bottom: .45rem;
    color: var(--color-text);
    font-size: .82rem;
    font-weight: 800;
}

.dtp-lab-page .product-input-compact[b-37brkrh5qi],
.dtp-lab-page .layout-row :deep(.product-input)[b-37brkrh5qi] {
    min-height: 2.15rem;
    padding: .45rem .55rem;
    font-size: .78rem;
}

.dtp-lab-card .config-field :deep(.app-select)[b-37brkrh5qi],
.dtp-lab-page .layout-row :deep(.app-select)[b-37brkrh5qi] {
    width: 100%;
}

.dtp-lab-card .config-field :deep(.app-select-trigger)[b-37brkrh5qi] {
    min-height: 44px;
    border-radius: 12px;
    padding: .65rem .85rem;
    color: var(--color-text);
    background: var(--color-surface);
}

.dtp-lab-page .layout-row :deep(.app-select-trigger)[b-37brkrh5qi] {
    min-height: 2.15rem;
    padding: .45rem .55rem;
    font-size: .78rem;
    border-radius: .5rem;
}

.dtp-lab-page .layout-row :deep(.app-select-trigger span)[b-37brkrh5qi] {
    white-space: nowrap;
}

.dtp-lab-actions[b-37brkrh5qi] {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}

.lab-btn-secondary[b-37brkrh5qi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: .65rem 1rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-weight: 700;
    transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.lab-btn-secondary:hover:not(:disabled)[b-37brkrh5qi] {
    transform: translateY(-1px);
    border-color: var(--color-primary);
    color: var(--color-primary-hover);
}

.lab-btn-secondary:disabled[b-37brkrh5qi] {
    cursor: not-allowed;
    opacity: .55;
}

.print-button.wide[b-37brkrh5qi] {
    width: 100%;
    justify-content: center;
}

.slot-picker[b-37brkrh5qi] {
    margin-bottom: 1rem;
}

.dtp-lab-page .slot-picker label[b-37brkrh5qi] {
    display: block;
    margin-bottom: .45rem;
    color: var(--color-text);
    font-size: .82rem;
    font-weight: 800;
}

.layout-group[b-37brkrh5qi] {
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: .85rem .9rem;
    margin: 0 0 1rem;
    background: var(--color-bg);
}

.layout-group legend[b-37brkrh5qi] {
    padding: 0 .4rem;
    font-size: .88rem;
    font-weight: 800;
    color: var(--color-text-muted);
}

.layout-group .toggle-row[b-37brkrh5qi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 0 52px;
    align-items: center;
    gap: .75rem;
    margin: 0 0 .85rem;
    color: var(--color-text);
    font-size: .92rem;
    font-weight: 800;
}

.layout-group .toggle-row:last-child[b-37brkrh5qi] {
    margin-bottom: 0;
}

.layout-group .toggle-row input[b-37brkrh5qi] {
    width: 0;
    height: 0;
    opacity: 0;
}

.layout-group .toggle-control[b-37brkrh5qi] {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: var(--color-border);
    transition: background .18s ease;
}

.layout-group .toggle-control[b-37brkrh5qi]::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background: var(--color-surface);
    box-shadow: 0 2px 5px rgba(47, 42, 56, .15);
    transition: transform .18s ease;
}

.layout-group .toggle-row input:checked + .toggle-control[b-37brkrh5qi] {
    background: var(--color-primary);
}

.layout-group .toggle-row input:checked + .toggle-control[b-37brkrh5qi]::after {
    transform: translateX(24px);
}

.layout-row[b-37brkrh5qi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: .75rem;
}

.layout-row label[b-37brkrh5qi] {
    display: grid;
    gap: .35rem;
    font-size: .78rem;
    font-weight: 800;
    color: var(--color-text);
}

.layout-row .product-input-compact[b-37brkrh5qi],
.layout-row :deep(.product-input)[b-37brkrh5qi] {
    width: 100%;
}

.toggle-inline[b-37brkrh5qi] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    font-size: .85rem;
    font-weight: 700;
    color: var(--color-text);
}

.preset-save-row[b-37brkrh5qi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    margin-top: .25rem;
}

.preset-draft-hint[b-37brkrh5qi] {
    margin: .35rem 0 0;
    font-size: .85rem;
    color: var(--color-text-muted);
}

.dtp-preview-image[b-37brkrh5qi] {
    margin-top: .85rem;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 20px rgba(47, 42, 56, .08);
}

.presets-card[b-37brkrh5qi] {
    margin: 0;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.preset-list[b-37brkrh5qi] {
    display: grid;
    gap: .75rem;
}

.preset-item[b-37brkrh5qi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .85rem;
    padding: .9rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
}

.preset-item.is-default[b-37brkrh5qi] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.preset-item.is-editing[b-37brkrh5qi] {
    border-color: color-mix(in srgb, var(--color-text) 25%, var(--color-border));
    background: var(--color-primary-soft);
}

.preset-item strong[b-37brkrh5qi] {
    display: block;
    color: var(--color-text);
}

.preset-item small[b-37brkrh5qi] {
    display: block;
    color: var(--color-text-muted);
    margin-top: .25rem;
    font-weight: 600;
}

.preset-badge[b-37brkrh5qi] {
    display: inline-block;
    margin-left: .45rem;
    padding: .12rem .55rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-primary-contrast);
    font-size: .72rem;
    font-weight: 800;
}

.preset-actions[b-37brkrh5qi] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.lab-btn-outline[b-37brkrh5qi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: .45rem .9rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-weight: 700;
    transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

.lab-btn-outline:hover:not(:disabled)[b-37brkrh5qi] {
    transform: translateY(-1px);
    border-color: var(--color-primary);
    color: var(--color-primary-hover);
}

.lab-btn-outline:disabled[b-37brkrh5qi] {
    cursor: not-allowed;
    opacity: .55;
}

.lab-btn-outline.danger[b-37brkrh5qi] {
    border-color: color-mix(in srgb, var(--color-danger) 35%, var(--color-border));
    color: var(--color-danger);
}

.lab-btn-outline.danger:hover:not(:disabled)[b-37brkrh5qi] {
    border-color: var(--color-danger);
    color: var(--color-danger);
}

.p1-note[b-37brkrh5qi] {
    margin: 0;
    color: var(--color-text-muted);
    font-size: .92rem;
}

@media (max-width: 1100px) {
    .dtp-lab-grid[b-37brkrh5qi] {
        grid-template-columns: 1fr;
    }

    .preset-save-row[b-37brkrh5qi] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/EdicionColectivaProductos.razor.rz.scp.css */
.price-adjust-page[b-57kio43sgo] {
    color: var(--color-text);
}

.price-adjust-header[b-57kio43sgo] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem) 0;
}

.price-adjust-header h1[b-57kio43sgo],
.price-adjust-card h2[b-57kio43sgo] {
    margin: 0;
    font-weight: 800;
}

.price-adjust-header p[b-57kio43sgo] {
    margin: .35rem 0 0;
    color: var(--color-text-muted);
}

.price-adjust-banner[b-57kio43sgo] {
    margin: 1rem clamp(1.25rem, 3vw, 2rem) 0;
    padding: .75rem 1rem;
    border-radius: 12px;
    border: 1px solid var(--color-border);
    background: var(--color-primary-soft);
    color: var(--color-text-muted);
    font-size: .9rem;
}

.price-adjust-layout[b-57kio43sgo] {
    display: grid;
    padding: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.price-adjust-card[b-57kio43sgo] {
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface);
    box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
    padding: clamp(1rem, 2vw, 1.35rem);
}

.mode-tabs[b-57kio43sgo] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
}

.mode-tab[b-57kio43sgo] {
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: .45rem .9rem;
    background: var(--color-surface);
    color: var(--color-text-muted);
    font-weight: 700;
    font-size: .85rem;
    cursor: pointer;
    transition: all .15s ease;
}

.mode-tab.active[b-57kio43sgo] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
    color: var(--color-primary);
}

.selection-toolbar[b-57kio43sgo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: .8rem;
    margin-bottom: 1rem;
}

.search-field[b-57kio43sgo] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .65rem;
    min-height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 0 .9rem;
    color: var(--color-text-muted);
    background: var(--color-surface);
}

.search-field:focus-within[b-57kio43sgo] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.search-field input[b-57kio43sgo] {
    width: 100%;
    border: 0;
    color: var(--color-text);
    background: transparent;
    outline: 0;
}

.date-filter-card[b-57kio43sgo] {
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface);
}

.date-filter-card__title[b-57kio43sgo] {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .75rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color-text-muted);
}

.date-filter-card__title i[b-57kio43sgo] {
    font-size: .95rem;
    color: var(--color-primary);
}

.date-filter-row[b-57kio43sgo] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.date-filter-preset[b-57kio43sgo] {
    width: 100%;
}

.date-filter-preset :deep(.app-select)[b-57kio43sgo],
.date-filter-preset :deep(.app-select-trigger)[b-57kio43sgo] {
    width: 100%;
}

.date-filter-preset :deep(.app-select-trigger)[b-57kio43sgo] {
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .85rem;
    background: var(--color-surface);
    color: var(--color-text);
    font-weight: 600;
}

.date-filter-preset :deep(.app-select.is-open .app-select-trigger)[b-57kio43sgo],
.date-filter-preset :deep(.app-select-trigger:focus)[b-57kio43sgo] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.date-filter-custom-row[b-57kio43sgo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.date-field[b-57kio43sgo] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
}

.date-field__label[b-57kio43sgo] {
    font-size: .75rem;
    font-weight: 700;
    color: var(--color-text-muted);
}

.date-field__input[b-57kio43sgo] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .75rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-family: inherit;
    font-size: .875rem;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.date-field__input:hover[b-57kio43sgo] {
    border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border));
}

.date-field__input:focus[b-57kio43sgo] {
    outline: 0;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.date-field__input[b-57kio43sgo]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: .7;
    filter: invert(42%) sepia(12%) saturate(900%) hue-rotate(314deg) brightness(95%) contrast(88%);
}

.date-field__input[b-57kio43sgo]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.products-table-wrap[b-57kio43sgo] {
    overflow-x: auto;
}

.products-table[b-57kio43sgo] {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: .8125rem;
}

.products-table th[b-57kio43sgo],
.products-table td[b-57kio43sgo] {
    padding: .55rem .4rem;
}

.products-table th[b-57kio43sgo] {
    font-size: .7rem;
}

.products-table th:nth-child(1)[b-57kio43sgo],
.products-table td:nth-child(1)[b-57kio43sgo] {
    width: 2.25rem;
}

.products-table th:nth-child(2)[b-57kio43sgo],
.products-table td:nth-child(2)[b-57kio43sgo] {
    width: 15%;
}

.products-table th:nth-child(3)[b-57kio43sgo],
.products-table td:nth-child(3)[b-57kio43sgo] {
    width: 30%;
}

.products-table th:nth-child(4)[b-57kio43sgo],
.products-table td:nth-child(4)[b-57kio43sgo] {
    width: 22%;
}

.products-table th:nth-child(5)[b-57kio43sgo],
.products-table td:nth-child(5)[b-57kio43sgo] {
    width: 16%;
}

.products-table th:nth-child(6)[b-57kio43sgo],
.products-table td:nth-child(6)[b-57kio43sgo] {
    width: 16%;
}

.products-table .name-cell[b-57kio43sgo],
.products-table td:nth-child(4)[b-57kio43sgo] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-table tbody tr.selected-row td[b-57kio43sgo] {
    background: var(--app-coral-soft);
}

.products-table tbody tr.selected-row:hover td[b-57kio43sgo] {
    background: var(--app-coral-soft);
}

.checkbox-cell[b-57kio43sgo] {
    width: 2.25rem;
    text-align: center;
}

.checkbox-cell input[b-57kio43sgo] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--app-coral);
}

.price-new[b-57kio43sgo] {
    color: var(--color-success);
}

.price-diff-up[b-57kio43sgo] {
    color: var(--color-success);
}

.price-diff-down[b-57kio43sgo] {
    color: var(--color-danger);
}

.products-empty[b-57kio43sgo] {
    display: grid;
    min-height: 220px;
    place-items: center;
    border: 1px dashed color-mix(in srgb, var(--color-border) 80%, var(--color-primary));
    border-radius: 14px;
    color: var(--color-text-muted);
    background: var(--color-primary-soft);
    font-weight: 700;
}

.selection-footer[b-57kio43sgo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
    font-weight: 700;
    color: var(--color-text-muted);
    font-size: .9rem;
}

.adjust-type-grid[b-57kio43sgo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    margin-bottom: 1rem;
}

.adjust-type-card[b-57kio43sgo] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
    padding: .75rem;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-surface);
    cursor: pointer;
    text-align: left;
    transition: all .15s ease;
}

.adjust-type-card i[b-57kio43sgo] {
    font-size: 1.1rem;
    color: var(--color-primary);
}

.adjust-type-card span[b-57kio43sgo] {
    font-weight: 800;
    font-size: .85rem;
}

.adjust-type-card small[b-57kio43sgo] {
    color: var(--color-text-muted);
    font-size: .75rem;
}

.adjust-type-card.active[b-57kio43sgo] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
}

.config-field[b-57kio43sgo] {
    margin-bottom: 1rem;
}

.config-field label[b-57kio43sgo] {
    display: block;
    margin-bottom: .35rem;
    font-weight: 700;
    font-size: .88rem;
}

.config-input[b-57kio43sgo] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 0 .85rem;
    color: var(--color-text);
    background: var(--color-surface);
}

.direction-toggle[b-57kio43sgo] {
    display: flex;
    gap: .5rem;
}

.direction-btn[b-57kio43sgo] {
    flex: 1;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: .5rem;
    background: var(--color-surface);
    font-weight: 700;
    cursor: pointer;
}

.direction-btn.active.increase[b-57kio43sgo] {
    border-color: var(--color-success);
    background: var(--color-success-soft);
    color: var(--color-success);
}

.direction-btn.active.decrease[b-57kio43sgo] {
    border-color: var(--color-danger);
    background: var(--color-danger-soft);
    color: var(--color-danger);
}

.preview-summary[b-57kio43sgo] {
    margin: 1rem 0;
    padding: .85rem;
    border-radius: 12px;
    background: var(--color-primary-soft);
    border: 1px solid var(--color-border);
    font-size: .9rem;
    color: var(--color-text-muted);
}

.preview-summary strong[b-57kio43sgo] {
    color: var(--color-text);
}

.preview-table-wrap[b-57kio43sgo] {
    max-height: 280px;
    overflow: auto;
    border: 0;
    border-radius: 0;
}

.preview-table[b-57kio43sgo] {
    width: 100%;
    font-size: .82rem;
}

.preview-table th[b-57kio43sgo],
.preview-table td[b-57kio43sgo] {
    padding: .5rem .65rem;
    border-bottom: 1px solid var(--color-border);
}

.preview-table th[b-57kio43sgo] {
    background: transparent;
    color: var(--color-text-muted);
    text-transform: uppercase;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
}

.adjust-actions[b-57kio43sgo] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-top: 1rem;
}

.confirm-list[b-57kio43sgo] {
    max-height: 240px;
    overflow: auto;
    margin: 1rem 0;
}

.confirm-row[b-57kio43sgo] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid var(--color-border);
    font-size: .88rem;
}

.confirm-warning[b-57kio43sgo] {
    margin-top: .75rem;
    padding: .65rem;
    border-radius: 10px;
    background: var(--color-warning-soft);
    border: 1px solid color-mix(in srgb, var(--color-warning) 35%, var(--color-border));
    color: var(--color-warning);
    font-size: .85rem;
}

@media (max-width: 991px) {
    .price-adjust-layout[b-57kio43sgo] {
        grid-template-columns: 1fr;
    }

    .selection-toolbar[b-57kio43sgo] {
        grid-template-columns: 1fr;
    }

    .date-filter-custom-row[b-57kio43sgo] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .admin-desktop-panel .products-table-wrap[b-57kio43sgo] {
        overflow-x: visible;
    }

    .admin-desktop-panel .products-table[b-57kio43sgo] {
        table-layout: auto;
        font-size: .8125rem;
    }

    .admin-desktop-panel .products-table th[b-57kio43sgo],
    .admin-desktop-panel .products-table td[b-57kio43sgo] {
        padding: .7rem .85rem;
    }

    .admin-desktop-panel .products-table th:nth-child(1)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(1)[b-57kio43sgo],
    .admin-desktop-panel .products-table th:nth-child(2)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(2)[b-57kio43sgo],
    .admin-desktop-panel .products-table th:nth-child(3)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(3)[b-57kio43sgo],
    .admin-desktop-panel .products-table th:nth-child(4)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(4)[b-57kio43sgo],
    .admin-desktop-panel .products-table th:nth-child(5)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(5)[b-57kio43sgo],
    .admin-desktop-panel .products-table th:nth-child(6)[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(6)[b-57kio43sgo] {
        width: 100% !important;
    }

    .admin-desktop-panel .products-table .name-cell[b-57kio43sgo],
    .admin-desktop-panel .products-table td:nth-child(4)[b-57kio43sgo] {
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .admin-desktop-panel .products-table tbody tr.selected-row[b-57kio43sgo],
    .admin-desktop-panel .products-table tbody tr.selected-row td[b-57kio43sgo] {
        background: var(--app-coral-soft);
    }

    .admin-desktop-panel .products-table tbody tr.selected-row:hover[b-57kio43sgo],
    .admin-desktop-panel .products-table tbody tr.selected-row:hover td[b-57kio43sgo] {
        background: var(--app-coral-soft);
    }

    .admin-desktop-panel .checkbox-cell[b-57kio43sgo] {
        width: 100%;
        text-align: right;
    }

    .admin-desktop-panel .checkbox-cell input[b-57kio43sgo] {
        width: 1.15rem;
        height: 1.15rem;
    }
}

@media (max-width: 575px) {
    .admin-desktop-panel .adjust-type-grid[b-57kio43sgo] {
        grid-template-columns: 1fr;
    }
}

.price-adjust-mobile-scope[b-57kio43sgo] {
    margin-bottom: .15rem;
}

.price-adjust-mobile-scope :deep(.app-select)[b-57kio43sgo],
.price-adjust-mobile-scope :deep(.app-select-trigger)[b-57kio43sgo] {
    width: 100%;
}

.price-adjust-filters-backdrop[b-57kio43sgo] {
    align-items: center;
    justify-content: center;
    padding: .75rem;
    z-index: 2050;
}

.price-adjust-filters-modal[b-57kio43sgo] {
    width: min(100%, 21rem);
    max-height: min(88dvh, 28rem);
    padding: .75rem .85rem .85rem;
    overflow-y: auto;
}

.price-adjust-filters-grid[b-57kio43sgo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.price-adjust-filters-modal .product-modal-header[b-57kio43sgo] {
    position: relative;
    justify-content: center;
    margin-bottom: .55rem;
    padding-inline: 2rem;
}

.price-adjust-filters-modal .product-modal-header h2[b-57kio43sgo] {
    font-size: .92rem;
    font-weight: 700;
    text-align: center;
}

.price-adjust-filters-modal .product-modal-close[b-57kio43sgo] {
    position: absolute;
    left: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: .4rem;
}

.price-adjust-filters-modal .product-modal-close i[b-57kio43sgo] {
    font-size: .8rem;
}

.price-adjust-filters-modal .product-field label[b-57kio43sgo] {
    margin-bottom: .2rem;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.2;
}

.price-adjust-filters-modal :deep(.app-select-trigger)[b-57kio43sgo],
.price-adjust-filters-modal .product-input[b-57kio43sgo] {
    min-height: 1.95rem;
    padding: .3rem .5rem;
    border-radius: .5rem;
    font-size: .74rem;
    line-height: 1.25;
}

.price-adjust-filters-modal :deep(.app-select-trigger i)[b-57kio43sgo] {
    font-size: .78rem;
}

.price-adjust-filters-modal .product-modal-footer[b-57kio43sgo] {
    margin-top: .65rem;
    padding-top: .65rem;
    border-top: 1px solid var(--color-border);
}

.price-adjust-filters-modal .product-modal-actions[b-57kio43sgo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
    width: 100%;
}

.price-adjust-filters-modal .product-modal-actions .app-button[b-57kio43sgo] {
    min-height: 2.1rem;
    padding: .4rem .65rem;
    font-size: .74rem;
    gap: .35rem;
}

@media (max-width: 991px) {
    .price-adjust-filters-backdrop.product-modal-backdrop[b-57kio43sgo] {
        align-items: center !important;
        justify-content: center !important;
        padding: .75rem;
    }

    .price-adjust-filters-modal.product-edit-modal[b-57kio43sgo] {
        width: min(100%, 21rem);
        max-height: min(88dvh, 28rem);
        border-radius: .85rem;
    }
}

@media (min-width: 992px) {
    .price-adjust-mobile-panel[b-57kio43sgo] {
        display: none !important;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.recent-products-section[b-b2l92exj8z] {
    padding: 1rem 1.25rem;
}

.recent-products-header[b-b2l92exj8z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .75rem;
}

[b-b2l92exj8z] a.recent-products-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: .35rem .75rem;
    border: 1px solid var(--app-border);
    border-radius: .5rem;
    color: var(--app-muted);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

[b-b2l92exj8z] a.recent-products-view-all:hover,
[b-b2l92exj8z] a.recent-products-view-all:focus {
    border-color: var(--app-coral);
    color: var(--app-coral);
    background: var(--app-coral-soft);
    text-decoration: none;
}

[b-b2l92exj8z] a.recent-products-view-all.active {
    border-color: var(--app-border);
    color: var(--app-muted);
    background: transparent;
}

.recent-products-grid[b-b2l92exj8z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: .75rem;
}

.recent-product-card[b-b2l92exj8z] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    min-width: 0;
    padding: .75rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: color-mix(in srgb, var(--color-bg) 88%, var(--color-text));
}

.recent-product-top[b-b2l92exj8z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
    min-width: 0;
}

.recent-product-name[b-b2l92exj8z] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: var(--app-text);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-product-code[b-b2l92exj8z] {
    overflow: hidden;
    color: var(--app-muted);
    font-size: .75rem;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-product-meta[b-b2l92exj8z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-top: .15rem;
}

.recent-product-price[b-b2l92exj8z] {
    color: var(--app-text);
    font-size: .8125rem;
    font-weight: 600;
    white-space: nowrap;
}

.recent-product-stock[b-b2l92exj8z] {
    color: var(--app-muted);
    font-size: .75rem;
    white-space: nowrap;
}

.recent-product-card .status-badge[b-b2l92exj8z] {
    flex-shrink: 0;
    padding: .1rem .45rem;
    font-size: .6875rem;
}

.recent-products-empty[b-b2l92exj8z] {
    padding: 1.5rem 1rem;
}

@media (max-width: 575.98px) {
    .recent-products-grid[b-b2l92exj8z] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ImprimirQR.razor.rz.scp.css */
.print-qr-page[b-768m9idwyk] {
    color: var(--color-text);
}

.print-qr-header[b-768m9idwyk] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0;
}

.print-qr-header h1[b-768m9idwyk],
.print-qr-card h2[b-768m9idwyk] {
    margin: 0;
    font-weight: 800;
}

.print-qr-header p[b-768m9idwyk] {
    margin: .35rem 0 0;
    color: var(--color-text-muted);
}

.print-qr-alert.success[b-768m9idwyk] {
    background: var(--color-success-soft);
    border-color: color-mix(in srgb, var(--color-success) 35%, var(--color-border));
    color: var(--color-success);
}

.print-qr-alert[b-768m9idwyk] {
    margin: 1rem clamp(1.25rem, 3vw, 2rem) 0;
    border: 1px solid color-mix(in srgb, var(--color-danger) 35%, var(--color-border));
    border-radius: 14px;
    padding: .85rem 1rem;
    color: var(--color-danger);
    background: var(--color-danger-soft);
    font-weight: 700;
}

.print-qr-layout[b-768m9idwyk] {
    display: grid;
    padding: clamp(1.25rem, 3vw, 2rem);
    grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.print-qr-card[b-768m9idwyk] {
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface);
    box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
}

.products-column[b-768m9idwyk],
.config-card[b-768m9idwyk],
.preview-card[b-768m9idwyk] {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.card-title-row[b-768m9idwyk] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.card-title-row span[b-768m9idwyk] {
    color: var(--color-text-muted);
    font-size: .9rem;
    font-weight: 700;
}

.products-toolbar[b-768m9idwyk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: .8rem;
    margin-bottom: 1rem;
}

.search-field[b-768m9idwyk] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    min-height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 0 .9rem;
    color: var(--color-text-muted);
    background: var(--color-surface);
}

.search-field:focus-within[b-768m9idwyk] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.search-field input[b-768m9idwyk] {
    width: 100%;
    border: 0;
    color: var(--color-text);
    background: transparent;
    outline: 0;
}

.filter-icon[b-768m9idwyk] {
    color: var(--color-primary);
}

.products-table-scroll[b-768m9idwyk] {
    max-height: 58vh;
    overflow: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.qr-products-table[b-768m9idwyk] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: .94rem;
}

.qr-products-table thead th[b-768m9idwyk] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: .85rem .8rem;
    color: var(--color-text-muted);
    background: transparent;
    font-size: .68rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.qr-products-table tbody td[b-768m9idwyk] {
    padding: .85rem .8rem;
    border-top: 1px solid var(--color-border);
    vertical-align: middle;
}

.qr-products-table tbody tr[b-768m9idwyk] {
    transition: background .18s ease;
}

.qr-products-table tbody tr:hover[b-768m9idwyk],
.qr-products-table tbody tr.selected-row[b-768m9idwyk] {
    background: var(--color-primary-soft);
}

.checkbox-cell[b-768m9idwyk] {
    width: 48px;
    text-align: center;
}

.checkbox-cell input[b-768m9idwyk] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--color-primary);
}

.code-cell[b-768m9idwyk] {
    color: var(--color-primary-hover);
    font-weight: 800;
    white-space: nowrap;
}

.name-cell[b-768m9idwyk] {
    font-weight: 700;
}

.category-cell[b-768m9idwyk] {
    color: var(--color-text-muted);
}

.price-heading[b-768m9idwyk],
.price-cell[b-768m9idwyk] {
    text-align: right;
}

.qty-heading[b-768m9idwyk],
.qty-cell[b-768m9idwyk] {
    text-align: center;
    width: 96px;
}

.qty-cell :deep(.app-select)[b-768m9idwyk] {
    width: 100%;
}

.qty-cell :deep(.app-select-trigger)[b-768m9idwyk] {
    min-height: 36px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: .35rem .5rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-weight: 700;
}

.qty-cell :deep(.app-select-trigger span)[b-768m9idwyk] {
    text-align: center;
    flex: 1;
}

.qty-cell :deep(.app-select.is-open .app-select-trigger)[b-768m9idwyk],
.qty-cell :deep(.app-select-trigger:focus)[b-768m9idwyk] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.qty-muted[b-768m9idwyk] {
    color: var(--color-text-muted);
    font-weight: 700;
}

.price-cell[b-768m9idwyk] {
    color: var(--color-text);
    font-weight: 800;
    white-space: nowrap;
}

.products-empty[b-768m9idwyk] {
    display: grid;
    min-height: 260px;
    place-items: center;
    border: 1px dashed color-mix(in srgb, var(--color-border) 80%, var(--color-primary));
    border-radius: 14px;
    color: var(--color-text-muted);
    background: var(--color-primary-soft);
    font-weight: 700;
}

.products-footer[b-768m9idwyk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    color: var(--color-text-muted);
    font-weight: 800;
}

.print-button[b-768m9idwyk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 44px;
    border: 0;
    border-radius: 12px;
    padding: .7rem 1.15rem;
    color: var(--color-primary-contrast);
    background: var(--color-primary);
    font-weight: 800;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--color-primary) 28%, transparent);
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.print-button:hover:not(:disabled)[b-768m9idwyk] {
    transform: translateY(-1px);
    background: var(--color-primary-hover);
}

.print-button:disabled[b-768m9idwyk] {
    cursor: not-allowed;
    opacity: .5;
}

.side-column[b-768m9idwyk] {
    display: grid;
    gap: 1.25rem;
}

.config-card h2[b-768m9idwyk],
.preview-card h2[b-768m9idwyk] {
    margin-bottom: 1rem;
}

.config-field[b-768m9idwyk] {
    display: grid;
    gap: .4rem;
    margin-bottom: .95rem;
}

.config-hint[b-768m9idwyk] {
    color: var(--color-text-muted);
    font-size: .85rem;
    font-weight: 500;
}

.config-field label[b-768m9idwyk],
.toggle-row[b-768m9idwyk] {
    color: var(--color-text);
    font-size: .92rem;
    font-weight: 800;
}

.config-input[b-768m9idwyk] {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: .65rem .85rem;
    color: var(--color-text);
    background: var(--color-surface);
    outline: 0;
    font: inherit;
    font-weight: 600;
}

.config-input:focus[b-768m9idwyk] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.config-field :deep(.app-select)[b-768m9idwyk] {
    width: 100%;
}

.config-field :deep(.app-select-trigger)[b-768m9idwyk] {
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: .65rem .85rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-weight: 600;
}

.config-field :deep(.app-select.is-open .app-select-trigger)[b-768m9idwyk],
.config-field :deep(.app-select-trigger:focus)[b-768m9idwyk] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.config-field input[type="number"].config-input[b-768m9idwyk] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.config-field input[type="number"].config-input[b-768m9idwyk]::-webkit-outer-spin-button,
.config-field input[type="number"].config-input[b-768m9idwyk]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.products-toolbar :deep(.app-select-trigger)[b-768m9idwyk] {
    min-height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: 0 .9rem;
    color: var(--color-text);
    background: var(--color-surface);
    font-weight: 600;
}

.products-toolbar :deep(.app-select.is-open .app-select-trigger)[b-768m9idwyk],
.products-toolbar :deep(.app-select-trigger:focus)[b-768m9idwyk] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.toggle-row[b-768m9idwyk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 0 52px;
    align-items: center;
    gap: .75rem;
    margin: .85rem 0;
}

.toggle-row input[b-768m9idwyk] {
    width: 0;
    height: 0;
    opacity: 0;
}

.toggle-control[b-768m9idwyk] {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: var(--color-border);
    transition: background .18s ease;
}

.toggle-control[b-768m9idwyk]::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background: var(--color-surface);
    box-shadow: 0 2px 5px rgba(47, 42, 56, .15);
    transition: transform .18s ease;
}

.toggle-row input:checked + .toggle-control[b-768m9idwyk] {
    background: var(--color-primary);
}

.toggle-row input:checked + .toggle-control[b-768m9idwyk]::after {
    transform: translateX(24px);
}

.thermal-info[b-768m9idwyk] {
    margin-top: 1rem;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: .9rem;
    color: var(--color-text-muted);
    background: var(--color-primary-soft);
    font-size: .86rem;
}

.thermal-info strong[b-768m9idwyk] {
    display: block;
    margin-bottom: .25rem;
    color: var(--color-primary-hover);
}

.thermal-info p[b-768m9idwyk] {
    margin: 0;
}

.preview-area[b-768m9idwyk] {
    display: grid;
    min-height: 160px;
    place-items: center;
    border: 2px dashed color-mix(in srgb, var(--color-border) 75%, var(--color-primary));
    border-radius: 14px;
    padding: 1rem;
    background: var(--color-surface);
    text-align: center;
}

.preview-area-empty[b-768m9idwyk] {
    min-height: 200px;
}

.preview-scroll-area[b-768m9idwyk] {
    display: grid;
    gap: 1rem;
    max-height: min(62vh, 720px);
    overflow-y: auto;
    padding-right: .25rem;
}

.preview-label-card[b-768m9idwyk] {
    display: grid;
    gap: .65rem;
}

.preview-label-title[b-768m9idwyk] {
    margin: 0;
    color: var(--color-primary-hover);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.preview-scroll-area[b-768m9idwyk]::-webkit-scrollbar {
    width: 8px;
}

.preview-scroll-area[b-768m9idwyk]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary) 45%, transparent);
}

.preview-scroll-area[b-768m9idwyk]::-webkit-scrollbar-track {
    background: transparent;
}

.preview-empty[b-768m9idwyk] {
    color: var(--color-text-muted);
    font-weight: 800;
}

.preview-ticket[b-768m9idwyk] {
    display: grid;
    justify-items: center;
    gap: .45rem;
    max-width: 100%;
}

.preview-ticket img[b-768m9idwyk] {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    image-rendering: pixelated;
}

.preview-ticket strong[b-768m9idwyk] {
    color: var(--color-text);
    font-size: 1rem;
}

.preview-ticket span[b-768m9idwyk] {
    color: var(--color-primary);
    font-weight: 900;
}

@media (max-width: 1100px) {
    .print-qr-layout[b-768m9idwyk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .products-toolbar[b-768m9idwyk] {
        grid-template-columns: 1fr;
    }

    .products-footer[b-768m9idwyk] {
        align-items: stretch;
        flex-direction: column;
    }

    .print-button[b-768m9idwyk] {
        width: 100%;
    }

    .qr-products-table thead[b-768m9idwyk] {
        display: none;
    }

    .qr-products-table[b-768m9idwyk],
    .qr-products-table tbody[b-768m9idwyk],
    .qr-products-table tr[b-768m9idwyk],
    .qr-products-table td[b-768m9idwyk] {
        display: block;
        width: 100%;
    }

    .qr-products-table tbody tr[b-768m9idwyk] {
        border-top: 1px solid var(--color-border);
        padding: .75rem;
    }

    .qr-products-table tbody td[b-768m9idwyk] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        border: 0;
        padding: .35rem 0;
        text-align: right;
    }

    .qr-products-table tbody td[b-768m9idwyk]::before {
        content: attr(data-label);
        color: var(--color-text-muted);
        font-weight: 800;
        text-align: left;
    }

    .checkbox-cell[b-768m9idwyk] {
        text-align: right;
    }
}
/* /Components/Pages/Productos.razor.rz.scp.css */
.products-admin-page[b-dh7vfn9rg8] {
    --color-background: var(--color-bg);
    --color-text-primary: var(--color-text);
    --color-text-secondary: var(--color-text-muted);
    --color-success-bg: var(--color-success-soft);
    --color-warning-bg: var(--color-warning-soft);
    --color-danger-bg: var(--color-danger-soft);
    --color-info: var(--color-primary);
    --color-info-bg: var(--color-primary-soft);
    --radius-sm: 5px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --space-1: 4px;
    --space-2: 6px;
    --space-3: 10px;
    --space-4: 12px;
    --space-5: 16px;
    --space-6: 20px;

    min-height: 100vh;
    background: var(--color-background);
    color: var(--color-text-primary);
    font-size: .8125rem;
    padding-bottom: calc(4.15rem + env(safe-area-inset-bottom));
}

.products-admin-body[b-dh7vfn9rg8] {
    padding: var(--space-2) var(--space-3) var(--space-3);
}

.products-admin-icon-btn[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: var(--radius-sm);
    color: var(--color-text-primary);
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.products-admin-icon-btn:hover[b-dh7vfn9rg8] {
    background: var(--color-background);
}

.products-admin-icon-btn.is-active[b-dh7vfn9rg8] {
    color: var(--color-primary);
    background: var(--color-info-bg);
}

.products-admin-icon-btn i[b-dh7vfn9rg8] {
    font-size: .875rem;
}

.products-admin-menu-item i[b-dh7vfn9rg8] {
    font-size: .8125rem;
}

.products-admin-search[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    min-height: 38px;
    margin-bottom: var(--space-2);
    padding: 0 var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
}

.products-admin-search i[b-dh7vfn9rg8] {
    color: var(--color-text-secondary);
    font-size: .8125rem;
}

.products-admin-search input[b-dh7vfn9rg8] {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: var(--color-text-primary);
    background: transparent;
    font: inherit;
    font-size: .8125rem;
}

.products-admin-search input[b-dh7vfn9rg8]::placeholder {
    color: var(--color-text-secondary);
}

.products-admin-search-action[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: var(--radius-sm);
    color: var(--color-text-secondary);
    background: transparent;
    text-decoration: none;
}

.products-admin-search-action:hover[b-dh7vfn9rg8] {
    color: var(--color-primary);
    background: var(--color-info-bg);
}

.products-admin-chips[b-dh7vfn9rg8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-1);
    max-width: 100%;
    margin-bottom: var(--space-2);
    overflow: visible;
}

.products-admin-advanced-filters[b-dh7vfn9rg8] {
    margin-bottom: var(--space-2);
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card {
    padding: .45rem .55rem;
    overflow: visible;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card:has(.filter-card-grid-advanced) {
    padding: var(--space-3);
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-header {
    align-items: center;
    margin-bottom: 0;
    min-height: 1.75rem;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-header > div:first-child {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card:has(.filter-card-grid-advanced) .filter-card-header {
    margin-bottom: var(--space-3);
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2);
    overflow: visible;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-footer {
    margin-top: .25rem;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-footer:has(.filter-card-meta:empty) {
    display: none;
    margin-top: 0;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-toggle {
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.2;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-toggle.has-expand-icon {
    min-height: 1.75rem;
    align-items: center;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-toggle-label {
    line-height: 1.2;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .filter-card-toggle-icon {
    font-size: .875rem;
    line-height: 1;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .app-button.app-button-secondary {
    min-height: 28px;
    padding: .25rem .55rem;
    font-size: .6875rem;
    flex-shrink: 0;
}

.products-admin-advanced-field[b-dh7vfn9rg8] {
    position: relative;
    gap: var(--space-1);
    overflow: visible;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .products-admin-advanced-field:has(.app-select.is-open) {
    z-index: 1200;
}

.products-admin-advanced-filters[b-dh7vfn9rg8]  .products-admin-advanced-field .filter-field-label {
    font-size: .6875rem;
    font-weight: 600;
}

.products-admin-advanced-select[b-dh7vfn9rg8] {
    position: relative;
    width: 100%;
    min-width: 0;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select {
    width: 100%;
    font-size: .6875rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select.is-open {
    z-index: 1201;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-trigger {
    min-height: 28px;
    padding: 0 var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    color: var(--color-text-primary);
    background: var(--color-surface);
    font-size: .6875rem;
    font-weight: 600;
    gap: var(--space-1);
    box-shadow: none;
}

.products-admin-advanced-select.has-value[b-dh7vfn9rg8]  .app-select-trigger {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: var(--color-info-bg);
}

.products-admin-advanced-select.has-value[b-dh7vfn9rg8]  .app-select-trigger i {
    color: var(--color-primary);
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-trigger span {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .6875rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-trigger i {
    font-size: .6875rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-menu {
    min-width: 100%;
    border-radius: var(--radius-sm);
    padding: .2rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-search {
    gap: .2rem;
    padding: .15rem .3rem;
    border-radius: var(--radius-sm);
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-search i {
    font-size: .5625rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-search input {
    font-size: .5625rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-option {
    min-height: 30px;
    padding: 0 8px;
    font-size: .6875rem;
}

.products-admin-advanced-select[b-dh7vfn9rg8]  .app-select-empty {
    font-size: .5625rem;
}

.products-admin-advanced-chips[b-dh7vfn9rg8] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-1);
    grid-column: 1 / -1;
}

.products-admin-chip-select[b-dh7vfn9rg8] {
    position: relative;
    flex-shrink: 1;
    max-width: calc(100% - var(--space-1));
    min-width: 0;
    z-index: 2;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select {
    width: auto;
    max-width: 6.25rem;
    min-width: 0;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select.is-open {
    z-index: 1100;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-trigger {
    min-height: 28px;
    padding: 0 var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-text-primary);
    background: var(--color-surface);
    font-size: .6875rem;
    font-weight: 600;
    gap: var(--space-1);
    box-shadow: none;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-trigger span {
    max-width: 4.75rem;
    font-size: .6875rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-trigger i {
    font-size: .6875rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-menu {
    right: 0;
    left: auto;
    inset-inline: unset;
    top: calc(100% + .25rem);
    min-width: 6.75rem;
    width: auto;
    max-width: min(8.75rem, calc(100vw - 1.5rem));
    border-radius: var(--radius-sm);
    padding: .2rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-search {
    gap: .2rem;
    padding: .15rem .3rem;
    border-radius: var(--radius-sm);
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-search i {
    font-size: .5625rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-search input {
    font-size: .5625rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-empty {
    font-size: .5625rem;
    padding: .25rem .35rem;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-option {
    min-height: 24px;
    padding: .25rem .4rem;
    font-size: .5625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-admin-chip-select[b-dh7vfn9rg8]  .app-select-option.is-disabled {
    font-size: .5rem;
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select {
    font-size: .6875rem;
}

.products-admin-chip[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    min-height: 28px;
    padding: 0 var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-text-primary);
    background: var(--color-surface);
    font: inherit;
    font-size: .6875rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.products-admin-chip.is-active[b-dh7vfn9rg8] {
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: var(--color-info-bg);
}

.products-admin-chip-dot[b-dh7vfn9rg8] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.products-admin-chip-dot.success[b-dh7vfn9rg8] { background: var(--color-success); }
.products-admin-chip-dot.warning[b-dh7vfn9rg8] { background: var(--color-warning); }
.products-admin-chip-dot.muted[b-dh7vfn9rg8] { background: #c5cad3; }

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-trigger {
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-text-primary);
    background: var(--color-surface);
    font-size: .6875rem;
    font-weight: 600;
    gap: 4px;
    box-shadow: none;
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-trigger span {
    max-width: 5.5rem;
    font-size: .6875rem;
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-trigger i {
    font-size: .6875rem;
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-menu {
    min-width: 8.5rem;
    border-radius: var(--radius-sm);
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-option {
    min-height: 30px;
    padding: 0 8px;
    font-size: .6875rem;
}

.products-admin-sort[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    margin-bottom: var(--space-2);
}

.products-admin-sort-label[b-dh7vfn9rg8] {
    color: var(--color-text-secondary);
    font-size: .6875rem;
    font-weight: 600;
    white-space: nowrap;
}

.products-admin-sort-select[b-dh7vfn9rg8] {
    flex: 1;
    min-width: 0;
    max-width: 9.5rem;
}

.products-admin-sort-select[b-dh7vfn9rg8]  .app-select-trigger span {
    max-width: 6.5rem;
}

.products-admin-view-toggle[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    padding: 2px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-background);
    flex-shrink: 0;
}

.products-admin-view-btn[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: var(--radius-sm);
    color: var(--color-text-secondary);
    background: transparent;
    cursor: pointer;
}

.products-admin-view-btn.is-active[b-dh7vfn9rg8] {
    color: var(--color-primary);
    background: var(--color-surface);
    box-shadow: 0 1px 3px rgba(47, 42, 56, .12);
}

.products-admin-view-btn i[b-dh7vfn9rg8] {
    font-size: .875rem;
}

.products-admin-cards-grid[b-dh7vfn9rg8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-2);
}

@media (min-width: 481px) {
    .products-admin-cards-grid[b-dh7vfn9rg8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .products-admin-cards-grid-desktop[b-dh7vfn9rg8] {
        grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
        gap: 1rem;
    }

    .products-admin-desktop .products-admin-view-toggle[b-dh7vfn9rg8] {
        margin-left: 0;
    }
}

.products-admin-tabs[b-dh7vfn9rg8],
.products-admin-categories-card[b-dh7vfn9rg8]  .admin-mobile-tabs {
    display: flex;
    gap: var(--space-3);
    margin-bottom: 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 0;
}

.products-admin-tabs[b-dh7vfn9rg8]::-webkit-scrollbar,
.products-admin-categories-card[b-dh7vfn9rg8]  .admin-mobile-tabs::-webkit-scrollbar {
    display: none;
}

.products-admin-categories-card[b-dh7vfn9rg8] {
    margin-bottom: var(--space-2);
    padding: var(--space-2) var(--space-3) var(--space-1);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow:
        0 2px 8px rgba(47, 42, 56, .06),
        0 1px 2px rgba(47, 42, 56, .04);
}

.products-admin-categories-card .products-admin-tab.is-active[b-dh7vfn9rg8]::after {
    bottom: 0;
}

.products-admin-tab[b-dh7vfn9rg8] {
    position: relative;
    padding: var(--space-1) 0 var(--space-2);
    border: 0;
    color: var(--color-text-secondary);
    background: transparent;
    font: inherit;
    font-size: .75rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.products-admin-tab.is-active[b-dh7vfn9rg8] {
    color: var(--color-primary);
}

.products-admin-tab.is-active[b-dh7vfn9rg8]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--color-primary);
}

.products-admin-list[b-dh7vfn9rg8],
.products-admin-page[b-dh7vfn9rg8]  .admin-mobile-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.products-admin-list-head[b-dh7vfn9rg8] {
    display: none;
}

.products-admin-row[b-dh7vfn9rg8] {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: var(--space-1);
    min-height: 48px;
    padding: var(--space-2) var(--space-3);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow:
        0 2px 8px rgba(47, 42, 56, .06),
        0 1px 2px rgba(47, 42, 56, .04);
}

.products-admin-row-check[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.products-admin-row-check input[b-dh7vfn9rg8] {
    width: 14px;
    height: 14px;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.products-admin-thumb[b-dh7vfn9rg8] {
    width: 34px;
    height: 34px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--color-background);
    flex-shrink: 0;
}

.products-admin-thumb img[b-dh7vfn9rg8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-admin-thumb-placeholder[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #b8bec8;
    font-size: .8125rem;
}

.products-admin-product[b-dh7vfn9rg8] {
    min-width: 0;
}

.products-admin-product-name[b-dh7vfn9rg8] {
    margin: 0;
    color: var(--color-text-primary);
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-admin-product-meta[b-dh7vfn9rg8] {
    margin: 2px 0 0;
    color: var(--color-text-secondary);
    font-size: .625rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-admin-stock[b-dh7vfn9rg8] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 2.75rem;
}

.products-admin-stock-value[b-dh7vfn9rg8] {
    color: var(--color-text-primary);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.1;
}

.products-admin-stock-label[b-dh7vfn9rg8] {
    font-size: .625rem;
    font-weight: 700;
    line-height: 1.2;
}

.products-admin-stock-label.ok[b-dh7vfn9rg8] { color: var(--color-success); }
.products-admin-stock-label.low[b-dh7vfn9rg8] { color: var(--color-warning); }
.products-admin-stock-label.empty[b-dh7vfn9rg8] { color: var(--color-danger); }
.products-admin-stock-label.critical[b-dh7vfn9rg8] { color: #ef6c6c; }

.products-admin-price[b-dh7vfn9rg8] {
    min-width: 4.25rem;
    color: var(--color-text-primary);
    font-size: .75rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.products-admin-badge[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    font-size: .625rem;
    font-weight: 700;
    white-space: nowrap;
}

.products-admin-badge.active[b-dh7vfn9rg8] {
    color: var(--color-success);
    background: var(--color-success-bg);
}

.products-admin-badge.inactive[b-dh7vfn9rg8] {
    color: var(--color-text-secondary);
    background: #eef0f4;
}

.products-admin-badge.disabled[b-dh7vfn9rg8] {
    color: var(--color-info);
    background: var(--color-info-bg);
}

.products-admin-actions[b-dh7vfn9rg8] {
    position: relative;
}

.products-admin-menu-backdrop[b-dh7vfn9rg8] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.products-admin-menu[b-dh7vfn9rg8] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1050;
    min-width: 148px;
    padding: 2px 0;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    box-shadow: 0 8px 24px rgba(23, 32, 51, .12);
}

.products-admin-menu-item[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    width: 100%;
    min-height: 34px;
    padding: 0 var(--space-2);
    border: 0;
    color: var(--color-text-primary);
    background: transparent;
    font: inherit;
    font-size: .75rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.products-admin-menu-item:hover[b-dh7vfn9rg8] {
    background: var(--color-background);
}

.products-admin-menu-item.danger[b-dh7vfn9rg8] {
    color: var(--color-danger);
}

.products-admin-menu-divider[b-dh7vfn9rg8] {
    height: 1px;
    margin: var(--space-1) 0;
    background: var(--color-border);
}

.products-admin-empty[b-dh7vfn9rg8] {
    padding: var(--space-4) var(--space-3);
    color: var(--color-text-secondary);
    font-size: .8125rem;
    text-align: center;
}

.products-admin-fab[b-dh7vfn9rg8] {
    position: fixed;
    right: calc(var(--space-4) + env(safe-area-inset-right));
    bottom: calc(3.75rem + env(safe-area-inset-bottom));
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: var(--radius-lg);
    color: #fff;
    background: var(--color-primary);
    box-shadow: 0 6px 16px rgba(18, 104, 232, .3);
    cursor: pointer;
}

.products-admin-fab:hover[b-dh7vfn9rg8] {
    background: var(--color-primary-hover);
}

.products-admin-fab i[b-dh7vfn9rg8] {
    font-size: 1.125rem;
}

.products-admin-pagination[b-dh7vfn9rg8] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-top: var(--space-3);
    padding: var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
}

.products-admin-pagination-info[b-dh7vfn9rg8] {
    color: var(--color-text-secondary);
    font-size: .6875rem;
    line-height: 1.35;
}

.products-admin-pagination-controls[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-2);
    flex-wrap: wrap;
}

.products-admin-pagination-pages[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
}

.products-admin-page-btn[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 6px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text-primary);
    background: var(--color-surface);
    font: inherit;
    font-size: .6875rem;
    font-weight: 600;
    cursor: pointer;
}

.products-admin-page-btn.is-active[b-dh7vfn9rg8] {
    border-color: var(--color-primary);
    color: #fff;
    background: var(--color-primary);
}

.products-admin-page-btn:disabled[b-dh7vfn9rg8] {
    opacity: .45;
    cursor: not-allowed;
}

.products-admin-page-size[b-dh7vfn9rg8] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
    color: var(--color-text-secondary);
    font-size: .6875rem;
    font-weight: 600;
}

.products-admin-page-size select[b-dh7vfn9rg8] {
    min-height: 30px;
    padding: 0 6px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text-primary);
    background: var(--color-surface);
    font: inherit;
    font-size: .6875rem;
}

.products-admin-desktop-header[b-dh7vfn9rg8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.products-admin-desktop-header h1[b-dh7vfn9rg8] {
    margin: 0 0 var(--space-1);
    font-size: 1.35rem;
    font-weight: 800;
}

.products-admin-desktop-header p[b-dh7vfn9rg8] {
    margin: 0;
    color: var(--color-text-secondary);
    font-size: .86rem;
}

@media (min-width: 481px) {
    .products-admin-row[b-dh7vfn9rg8] {
        grid-template-columns: auto auto minmax(0, 1fr) auto auto auto auto;
    }

    .products-admin-badge[b-dh7vfn9rg8] {
        display: inline-flex;
    }
}

@media (min-width: 992px) {
    .products-admin-page[b-dh7vfn9rg8] {
        padding-bottom: 0;
    }

    .products-admin-desktop-search[b-dh7vfn9rg8] {
        margin-bottom: var(--space-3);
    }

    .products-admin-desktop .products-admin-advanced-filters[b-dh7vfn9rg8] {
        margin-bottom: var(--space-3);
    }

    .products-admin-desktop .products-admin-sort[b-dh7vfn9rg8] {
        margin-bottom: var(--space-3);
    }

    .products-admin-desktop .products-admin-categories-card[b-dh7vfn9rg8] {
        margin-bottom: var(--space-4);
    }

    .products-admin-desktop .products-admin-sort-select[b-dh7vfn9rg8] {
        max-width: 12rem;
    }

    .products-admin-desktop .products-admin-sort-select[b-dh7vfn9rg8]  .app-select-trigger span {
        max-width: 9rem;
    }

    .products-admin-fab[b-dh7vfn9rg8] {
        display: none;
    }

    .products-admin-body[b-dh7vfn9rg8] {
        padding: 0;
    }

    .products-admin-desktop .products-table-wrap[b-dh7vfn9rg8] {
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .products-admin-desktop .products-table[b-dh7vfn9rg8] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .products-admin-body[b-dh7vfn9rg8] {
        padding: var(--space-2);
    }

    .products-admin-row[b-dh7vfn9rg8] {
        grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    }

    .products-admin-badge[b-dh7vfn9rg8],
    .products-admin-price[b-dh7vfn9rg8] {
        display: none;
    }

    .products-admin-product-meta[b-dh7vfn9rg8]::after {
        content: attr(data-price);
        display: block;
        margin-top: 1px;
        color: var(--color-text-primary);
        font-size: .6875rem;
        font-weight: 700;
    }
}
/* /Components/Pages/ScanQR.razor.rz.scp.css */
.scan-qr-page[b-2o38zrtp1j] {
    color: var(--color-text);
}

.scan-qr-page-header[b-2o38zrtp1j] {
    margin-bottom: 0;
}

.scan-qr-content[b-2o38zrtp1j] {
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.scan-card[b-2o38zrtp1j] {
    width: min(100%, 980px);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid var(--color-border);
    border-radius: 16px;
    background: var(--color-surface);
    box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
}

.scan-card-narrow[b-2o38zrtp1j] {
    width: min(100%, 560px);
}

.scan-header[b-2o38zrtp1j] {
    margin-bottom: 1.35rem;
}

.scan-header-icon[b-2o38zrtp1j] {
    display: inline-grid;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: .8rem;
    place-items: center;
    border-radius: 1rem;
    color: var(--color-primary-hover);
    background: var(--color-primary-soft);
    font-size: 1.55rem;
}

.scan-header h2[b-2o38zrtp1j],
.product-detail-identity h1[b-2o38zrtp1j] {
    margin: 0;
    color: var(--app-text);
    font-weight: 500;
}

.scan-header h2[b-2o38zrtp1j] {
    font-size: 1.35rem;
}

.scan-header p[b-2o38zrtp1j] {
    margin: .45rem 0 0;
    color: var(--color-text-muted);
}

.scan-card .app-alert[b-2o38zrtp1j] {
    width: 100%;
    max-width: none;
    margin: 0 0 1rem;
}

.qr-viewer[b-2o38zrtp1j] {
    position: relative;
    display: grid;
    min-height: 300px;
    margin-bottom: 1rem;
    overflow: hidden;
    place-items: center;
    border: 2px dashed color-mix(in srgb, var(--color-border) 75%, var(--color-primary));
    border-radius: 12px;
    background: var(--color-primary-soft);
}

.qr-viewer-active[b-2o38zrtp1j] {
    border-style: solid;
}

#qr-video[b-2o38zrtp1j] {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.qr-placeholder[b-2o38zrtp1j] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: color-mix(in srgb, var(--color-primary) 45%, var(--color-border));
    font-size: 5rem;
    background: color-mix(in srgb, var(--color-primary-soft) 85%, var(--color-surface));
}

.scan-primary-button[b-2o38zrtp1j],
.scan-secondary-button[b-2o38zrtp1j],
.scan-outline-button[b-2o38zrtp1j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 46px;
    border-radius: 12px;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.scan-primary-button[b-2o38zrtp1j],
.scan-secondary-button[b-2o38zrtp1j] {
    border: 0;
    color: var(--color-primary-contrast);
    background: var(--color-primary);
    box-shadow: 0 12px 24px color-mix(in srgb, var(--color-primary) 28%, transparent);
}

.scan-primary-button[b-2o38zrtp1j] {
    width: 100%;
}

.scan-primary-button:hover:not(:disabled)[b-2o38zrtp1j],
.scan-secondary-button:hover:not(:disabled)[b-2o38zrtp1j] {
    transform: translateY(-1px);
    background: var(--color-primary-hover);
}

.scan-primary-button:disabled[b-2o38zrtp1j] {
    cursor: not-allowed;
    opacity: .72;
}

.scan-separator[b-2o38zrtp1j] {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin: 1.25rem 0;
    color: var(--color-text-muted);
    font-size: .9rem;
    font-weight: 700;
}

.scan-separator[b-2o38zrtp1j]::before,
.scan-separator[b-2o38zrtp1j]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--color-border);
}

.manual-search h2[b-2o38zrtp1j] {
    margin: 0 0 .8rem;
    color: var(--color-text);
    font-size: 1rem;
    font-weight: 800;
}

.manual-search-row[b-2o38zrtp1j] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .75rem;
}

.scan-input[b-2o38zrtp1j] {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: .75rem .95rem;
    color: var(--color-text);
    background: var(--color-surface);
    outline: none;
}

.scan-input:focus[b-2o38zrtp1j] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 18%, transparent);
}

.product-detail-card[b-2o38zrtp1j] {
    width: min(100%, 1080px);
}

.product-detail-layout[b-2o38zrtp1j] {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .85fr);
    gap: 1.25rem;
    align-items: start;
}

.product-detail-main[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.product-detail-header[b-2o38zrtp1j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.product-detail-header-mobile[b-2o38zrtp1j] {
    display: none;
}

.product-detail-identity[b-2o38zrtp1j] {
    min-width: 0;
}

.product-detail-identity h1[b-2o38zrtp1j] {
    font-size: 1.5rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.product-code[b-2o38zrtp1j] {
    margin: .35rem 0 0;
    color: var(--app-muted);
    font-size: .875rem;
}

.product-base-price-card[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--app-soft);
}

.product-base-price-top[b-2o38zrtp1j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.product-base-price-content[b-2o38zrtp1j] {
    min-width: 0;
}

.product-base-price-tag-icon[b-2o38zrtp1j] {
    flex-shrink: 0;
}

.product-base-price-bottom[b-2o38zrtp1j] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.product-base-price-meta[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .45rem;
    min-width: 0;
}

.product-base-price-label[b-2o38zrtp1j] {
    display: block;
    color: var(--app-muted);
    font-size: .75rem;
    font-weight: 500;
}

.product-base-price-value[b-2o38zrtp1j] {
    display: block;
    margin-top: .35rem;
    color: var(--app-text);
    font-size: clamp(2rem, 5vw, 2.85rem);
    font-weight: 600;
    line-height: 1.05;
}

.product-base-price-hint[b-2o38zrtp1j] {
    margin: 0;
    color: var(--app-muted);
    font-size: .75rem;
    font-weight: 500;
}

.product-base-price-tag[b-2o38zrtp1j] {
    display: inline-flex;
    align-items: center;
    padding: .3rem .7rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-primary-hover);
    background: var(--color-surface);
    font-size: .75rem;
    font-weight: 500;
}

.scan-another-button[b-2o38zrtp1j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 2.75rem;
    padding: .55rem .9rem;
    border: 1px solid var(--color-border);
    border-radius: .75rem;
    color: var(--color-primary-hover);
    background: var(--color-surface);
    font-size: .8125rem;
    font-weight: 500;
    white-space: nowrap;
    transition: border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}

.scan-another-button:hover[b-2o38zrtp1j] {
    border-color: var(--color-primary);
    color: var(--color-primary-hover);
    background: var(--color-primary-soft);
    box-shadow: 0 8px 18px rgba(47, 42, 56, .08);
}

.product-price-types-list[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.product-price-type-row[b-2o38zrtp1j] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: .9rem 1rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--color-surface);
}

.product-price-type-row.is-best[b-2o38zrtp1j] {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: var(--color-primary-contrast);
}

.product-price-type-amount[b-2o38zrtp1j] {
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.product-price-type-info[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.product-price-type-name[b-2o38zrtp1j] {
    font-size: .875rem;
    font-weight: 500;
}

.product-price-type-meta[b-2o38zrtp1j] {
    color: var(--app-muted);
    font-size: .75rem;
}

.product-price-type-row.is-best .product-price-type-meta[b-2o38zrtp1j] {
    color: rgba(255, 255, 255, .88);
}

.product-price-type-row .icon-best[b-2o38zrtp1j] {
    color: var(--color-primary);
    background: var(--color-surface);
}

.product-description-box[b-2o38zrtp1j] {
    margin-bottom: 0;
    padding: .7rem 1.25rem 1rem;
}

.product-description-title[b-2o38zrtp1j] {
    margin: 0 0 .5rem;
    color: var(--app-text);
    font-size: 1rem;
    font-weight: 700;
}

.product-description-box p[b-2o38zrtp1j] {
    margin: 0;
    color: var(--app-muted);
    font-size: .875rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.product-detail-actions[b-2o38zrtp1j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: .25rem;
}

.product-detail-sidebar[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--app-soft);
}

.sidebar-product-summary[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--color-surface);
}

.sidebar-summary-label[b-2o38zrtp1j] {
    color: var(--app-muted);
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sidebar-product-identity[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.sidebar-summary-name[b-2o38zrtp1j] {
    color: var(--app-text);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.sidebar-summary-code[b-2o38zrtp1j] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    width: fit-content;
    max-width: 100%;
    padding: .35rem .65rem;
    border-radius: .5rem;
    color: var(--app-muted);
    background: var(--app-soft);
    font-size: .8125rem;
    font-weight: 500;
}

.sidebar-summary-code i[b-2o38zrtp1j] {
    color: var(--app-coral-dark);
    font-size: .9rem;
    flex-shrink: 0;
}

.product-sidebar-stock[b-2o38zrtp1j] {
    min-height: auto;
    padding: 1rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--color-surface);
}

.product-sidebar-stock-min[b-2o38zrtp1j] {
    display: block;
    margin-top: .2rem;
    color: var(--app-muted);
    font-size: .75rem;
    font-weight: 500;
}

.sidebar-meta-list[b-2o38zrtp1j] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.sidebar-meta-card[b-2o38zrtp1j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    border: 1px solid var(--app-border);
    border-radius: .75rem;
    background: var(--color-surface);
}

.sidebar-meta-card p[b-2o38zrtp1j] {
    margin: 0 0 .2rem;
    color: var(--app-muted);
    font-size: .75rem;
    font-weight: 500;
}

.sidebar-meta-card strong[b-2o38zrtp1j] {
    display: block;
    color: var(--app-text);
    font-size: .9375rem;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.detail-actions[b-2o38zrtp1j] {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.detail-action-primary[b-2o38zrtp1j],
.scan-outline-button[b-2o38zrtp1j] {
    width: auto;
    padding: 0 1rem;
}

.scan-outline-button[b-2o38zrtp1j] {
    border: 1px solid var(--color-border);
    color: var(--color-text);
    background: var(--color-surface);
}

.scan-outline-button:hover[b-2o38zrtp1j] {
    border-color: var(--color-primary);
    color: var(--color-primary-hover);
    box-shadow: 0 10px 24px rgba(47, 42, 56, .08);
}

.scan-reset-button[b-2o38zrtp1j] {
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .scan-qr-page.admin-workspace-page .admin-desktop-panel.page-content[b-2o38zrtp1j] {
        padding: .35rem .25rem .5rem;
    }

    .scan-qr-page .admin-workspace-body[b-2o38zrtp1j] {
        padding: 0;
    }

    .scan-qr-content[b-2o38zrtp1j] {
        display: block;
        width: 100%;
        padding: .2rem .15rem;
    }

    .scan-card[b-2o38zrtp1j],
    .scan-card-narrow[b-2o38zrtp1j] {
        width: 100%;
        max-width: none;
        padding: 1rem .85rem;
    }

    .scan-header[b-2o38zrtp1j] {
        margin-bottom: .85rem;
    }

    .scan-header-icon[b-2o38zrtp1j] {
        width: 2.45rem;
        height: 2.45rem;
        margin-bottom: .5rem;
        border-radius: .7rem;
        font-size: 1.1rem;
    }

    .scan-header h2[b-2o38zrtp1j] {
        font-size: .9375rem;
        font-weight: 600;
    }

    .scan-header p[b-2o38zrtp1j] {
        margin-top: .3rem;
        font-size: .6875rem;
        line-height: 1.35;
    }

    .scan-primary-button[b-2o38zrtp1j],
    .scan-secondary-button[b-2o38zrtp1j],
    .scan-outline-button[b-2o38zrtp1j] {
        min-height: 36px;
        gap: .4rem;
        border-radius: .65rem;
        font-size: .75rem;
    }

    .scan-separator[b-2o38zrtp1j] {
        margin: .75rem 0;
        gap: .55rem;
        font-size: .6875rem;
    }

    .manual-search h2[b-2o38zrtp1j] {
        margin-bottom: .5rem;
        font-size: .8125rem;
    }

    .manual-search-row[b-2o38zrtp1j] {
        gap: .45rem;
    }

    .scan-input[b-2o38zrtp1j] {
        min-height: 36px;
        padding: .4rem .6rem;
        border-radius: .65rem;
        font-size: .8125rem;
    }

    .scan-secondary-button[b-2o38zrtp1j] {
        padding: 0 .7rem;
    }

    .scan-another-button[b-2o38zrtp1j] {
        min-height: 2.1rem;
        padding: .4rem .65rem;
        font-size: .75rem;
    }

    .manual-search-row[b-2o38zrtp1j],
    .product-detail-layout[b-2o38zrtp1j] {
        grid-template-columns: 1fr;
    }

    .product-detail-header-mobile[b-2o38zrtp1j] {
        display: flex;
    }

    .sidebar-product-summary[b-2o38zrtp1j] {
        display: none;
    }

    .product-detail-actions[b-2o38zrtp1j] {
        flex-direction: column;
        align-items: stretch;
    }

    .product-base-price-bottom[b-2o38zrtp1j] {
        flex-direction: column;
        align-items: stretch;
    }

    .scan-secondary-button[b-2o38zrtp1j],
    .detail-action-primary[b-2o38zrtp1j],
    .scan-outline-button[b-2o38zrtp1j],
    .scan-reset-button[b-2o38zrtp1j] {
        width: 100%;
        min-height: 36px;
        font-size: .75rem;
    }

    .scan-reset-button[b-2o38zrtp1j] {
        margin-left: 0;
    }

    .scan-another-button[b-2o38zrtp1j] {
        width: 100%;
    }
}

.scan-print-modal-backdrop[b-2o38zrtp1j] {
    z-index: 2400;
}

.scan-print-modal[b-2o38zrtp1j] {
    width: min(100%, 420px);
    max-width: 420px;
}

.scan-print-product-name[b-2o38zrtp1j] {
    margin: 0 0 .35rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.scan-print-product-code[b-2o38zrtp1j] {
    margin: 0;
    font-size: .92rem;
}

.scan-print-copies-input[b-2o38zrtp1j] {
    max-width: 140px;
}

.scan-print-copies-hint[b-2o38zrtp1j] {
    display: block;
    margin-top: .35rem;
    color: var(--bs-secondary-color, #6c757d);
    font-size: .82rem;
}

.scan-print-modal .app-select[b-2o38zrtp1j] {
    max-width: 140px;
}
/* /Components/Pages/SimularVenta.razor.rz.scp.css */
.simular-venta-page[b-yczvm2s7z7] {
    width: 100%;
    padding: .75rem .75rem 5.5rem;
    background: var(--color-bg);
}

@media (min-width: 992px) {
    .admin-workspace-page.simular-venta-page[b-yczvm2s7z7] {
        padding: 0;
        background: transparent;
    }
}

.simular-venta-header[b-yczvm2s7z7] {
    margin-bottom: .75rem;
}

.simular-venta-header h1[b-yczvm2s7z7] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
}

.simular-venta-header p[b-yczvm2s7z7] {
    margin: .2rem 0 0;
    color: var(--app-muted);
    font-size: .9rem;
}

.simular-venta-layout[b-yczvm2s7z7] {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    width: 100%;
}

.simular-venta-controls[b-yczvm2s7z7] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.simular-venta-controls-card[b-yczvm2s7z7] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.simular-venta-stock-switch[b-yczvm2s7z7] {
    padding: 0 .1rem;
}

.simular-venta-top-card[b-yczvm2s7z7] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 0 0 .75rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.simular-venta-totales-btn[b-yczvm2s7z7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    width: 100%;
    min-width: 0;
    min-height: 3.25rem;
    padding: .65rem .85rem;
    border: 1px solid var(--color-border);
    border-radius: .85rem;
    background: var(--color-primary-soft);
    color: var(--color-primary-hover);
    font-size: .82rem;
    font-weight: 600;
}

.simular-venta-totales-btn > i[b-yczvm2s7z7] {
    font-size: 1.15rem;
    flex-shrink: 0;
}

.simular-venta-totales-btn > span:not(.simular-venta-totales-count)[b-yczvm2s7z7] {
    flex: 1;
    text-align: left;
}

.simular-venta-totales-count[b-yczvm2s7z7] {
    display: inline-grid;
    place-items: center;
    min-width: 1.45rem;
    height: 1.45rem;
    margin-left: auto;
    padding: 0 .35rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-primary-contrast);
    font-size: .75rem;
    flex-shrink: 0;
}

.simular-venta-camera[b-yczvm2s7z7] {
    position: relative;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #1f1a18;
}

.simular-venta-camera video[b-yczvm2s7z7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simular-venta-camera-start[b-yczvm2s7z7] {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: .25rem;
    border: 0;
    background: rgba(20, 16, 14, .55);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
}

.simular-venta-camera-start i[b-yczvm2s7z7] {
    font-size: 1.5rem;
}

.simular-venta-manual[b-yczvm2s7z7] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
}

.simular-venta-input[b-yczvm2s7z7] {
    width: 100%;
    min-height: 2.75rem;
    padding: .65rem .85rem;
    border: 1px solid var(--color-border);
    border-radius: .75rem;
    background: var(--color-surface);
    color: var(--color-text);
}

.simular-venta-cart[b-yczvm2s7z7] {
    min-width: 0;
}

.simular-venta-list[b-yczvm2s7z7] {
    display: grid;
    gap: .75rem;
}

.simular-venta-item-card[b-yczvm2s7z7] {
    display: grid;
    grid-template-columns: 5.75rem 1fr;
    gap: .75rem;
    padding: .75rem;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-surface);
    box-shadow: 0 8px 22px rgba(47, 42, 56, .06);
    animation: simular-venta-card-in-b-yczvm2s7z7 .28s ease-out;
}

@keyframes simular-venta-card-in-b-yczvm2s7z7 {
    from {
        opacity: 0;
        transform: translateY(12px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.simular-venta-item-media[b-yczvm2s7z7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    padding-bottom: .45rem;
}

.simular-venta-item-image[b-yczvm2s7z7] {
    width: 100%;
    overflow: hidden;
    border-radius: .75rem;
    background: var(--color-bg);
    aspect-ratio: 1;
}

.simular-venta-item-image img[b-yczvm2s7z7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simular-venta-item-body[b-yczvm2s7z7] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.simular-venta-item-top[b-yczvm2s7z7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
}

.simular-venta-item-code[b-yczvm2s7z7] {
    margin: 0;
    color: var(--app-muted);
    font-size: .75rem;
}

.simular-venta-item-body h2[b-yczvm2s7z7] {
    margin: .1rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}

.simular-venta-prices[b-yczvm2s7z7] {
    display: grid;
    gap: .45rem;
    margin: .7rem 0 0;
    padding: 0;
    list-style: none;
}

.simular-venta-prices li[b-yczvm2s7z7] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: var(--app-muted);
    font-size: .84rem;
    line-height: 1.35;
}

.simular-venta-prices strong[b-yczvm2s7z7] {
    color: var(--app-text);
    font-weight: 600;
}

.simular-venta-qty[b-yczvm2s7z7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    width: 100%;
    margin-bottom: .35rem;
    padding: .15rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-bg);
}

.simular-venta-qty span[b-yczvm2s7z7] {
    min-width: 1.25rem;
    text-align: center;
    font-weight: 600;
    font-size: .9rem;
}

.simular-venta-qty-btn[b-yczvm2s7z7] {
    width: 1.7rem;
    height: 1.7rem;
    border: 0;
    border-radius: 999px;
    background: var(--color-surface);
    color: var(--color-primary-hover);
    font-size: 1.05rem;
    line-height: 1;
}

.simular-venta-qty-btn:disabled[b-yczvm2s7z7] {
    opacity: .4;
}

.simular-venta-totales-modal[b-yczvm2s7z7] {
    width: min(100%, 28rem);
}

.simular-venta-totales-list[b-yczvm2s7z7] {
    display: grid;
    gap: .55rem;
    padding: 0 1rem 1rem;
}

.simular-venta-total-row[b-yczvm2s7z7] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .65rem;
    align-items: center;
    padding: .75rem .85rem;
    border: 1px solid var(--color-border);
    border-radius: .85rem;
    background: var(--color-surface);
    cursor: pointer;
}

.simular-venta-total-row.is-selected[b-yczvm2s7z7] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
}

.simular-venta-total-name[b-yczvm2s7z7] {
    font-weight: 500;
}

.simular-venta-totales-actions[b-yczvm2s7z7] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

.simular-venta-totales-actions .app-button[b-yczvm2s7z7] {
    width: 100%;
}

/* Mobile: card de controles y productos más anchos */
@media (max-width: 991.98px) {
    .simular-venta-page.admin-workspace-page .admin-desktop-panel.page-content[b-yczvm2s7z7] {
        padding: .35rem .25rem .5rem;
    }

    .simular-venta-page .admin-workspace-body[b-yczvm2s7z7] {
        padding: 0;
    }

    .simular-venta-page[b-yczvm2s7z7] {
        padding: .2rem .15rem 5.5rem;
    }

    .simular-venta-controls-card[b-yczvm2s7z7] {
        width: 100%;
        padding: .85rem;
        border: 1px solid var(--color-border);
        border-radius: 1rem;
        background: var(--color-surface);
        box-shadow: 0 8px 22px rgba(47, 42, 56, .06);
    }

    .simular-venta-controls-card .simular-venta-top-card[b-yczvm2s7z7] {
        padding: 0;
    }

    .simular-venta-controls-card .simular-venta-camera[b-yczvm2s7z7] {
        border-radius: .75rem;
    }

    .simular-venta-controls-card .simular-venta-stock-switch[b-yczvm2s7z7] {
        padding: 0;
    }

    .simular-venta-list[b-yczvm2s7z7] {
        gap: .65rem;
    }

    .simular-venta-item-card[b-yczvm2s7z7] {
        width: 100%;
        max-width: none;
        padding: .65rem .7rem;
        grid-template-columns: 5rem minmax(0, 1fr);
        gap: .65rem;
        border-radius: .85rem;
    }

    .simular-venta-item-body h2[b-yczvm2s7z7] {
        font-size: .92rem;
        line-height: 1.3;
    }

    .simular-venta-prices[b-yczvm2s7z7] {
        margin-top: .55rem;
        gap: .35rem;
    }

    .simular-venta-prices li[b-yczvm2s7z7] {
        font-size: .78rem;
    }
}

/* Tablet / desktop: límite de ancho centrado */
@media (min-width: 768px) {
    .simular-venta-page[b-yczvm2s7z7] {
        padding: 1.25rem 1.5rem 2rem;
    }

    .simular-venta-header h1[b-yczvm2s7z7] {
        font-size: 1.6rem;
    }

    .simular-venta-top-card[b-yczvm2s7z7] {
        padding: 0;
        margin-inline: auto;
        width: 100%;
        max-width: 32rem;
    }

    .simular-venta-camera[b-yczvm2s7z7] {
        border-radius: 1rem;
        max-width: 32rem;
    }

    .simular-venta-manual[b-yczvm2s7z7] {
        max-width: 32rem;
        margin-inline: auto;
        width: 100%;
    }
}

/* Desktop: controles a la izquierda, carrito a la derecha */
@media (min-width: 992px) {
    .simular-venta-layout[b-yczvm2s7z7] {
        display: grid;
        grid-template-columns: minmax(280px, 22rem) minmax(0, 1fr);
        align-items: start;
        gap: 1.25rem;
    }

    .simular-venta-controls[b-yczvm2s7z7] {
        position: sticky;
        top: 1rem;
    }

    .simular-venta-top-card[b-yczvm2s7z7] {
        padding: 1.25rem 1.5rem;
        border: 1px solid var(--color-border);
        border-radius: 1rem;
        background: var(--color-surface);
        box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
    }

    .simular-venta-manual[b-yczvm2s7z7] {
        padding: 1rem 1.5rem;
        border: 1px solid var(--color-border);
        border-radius: 1rem;
        background: var(--color-surface);
        box-shadow: 0 10px 28px rgba(47, 42, 56, .06);
    }

    .simular-venta-top-card[b-yczvm2s7z7],
    .simular-venta-manual[b-yczvm2s7z7] {
        max-width: none;
        margin-inline: 0;
        width: 100%;
    }

    .simular-venta-list[b-yczvm2s7z7] {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }

    .simular-venta-item-card[b-yczvm2s7z7] {
        grid-template-columns: 6.25rem 1fr;
        height: 100%;
    }

    .simular-venta-cart .product-empty[b-yczvm2s7z7] {
        min-height: 16rem;
        display: grid;
        place-items: center;
        border: 1px dashed var(--color-border);
        border-radius: 1rem;
        background: var(--color-surface);
        color: var(--color-text-muted);
    }
}

@media (min-width: 1400px) {
    .simular-venta-layout[b-yczvm2s7z7] {
        grid-template-columns: minmax(300px, 24rem) minmax(0, 1fr);
        gap: 1.5rem;
    }

    .simular-venta-list[b-yczvm2s7z7] {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}
/* /Components/Shared/AdminMobile/AdminMobile.razor.rz.scp.css */
/* Styles moved to wwwroot/css/admin-mobile.css (global, shared across pages) */
/* /Components/Shared/CollectiveEdit/CollectivePropertyTypeSelector.razor.rz.scp.css */
.collective-property-grid[b-3u32hh0s04] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin-bottom: 1rem;
}

.collective-property-card[b-3u32hh0s04] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: .55rem .65rem;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-surface);
    color: var(--color-text);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

.collective-property-card i[b-3u32hh0s04] {
    flex-shrink: 0;
    font-size: .95rem;
    color: var(--color-primary);
}

.collective-property-card span[b-3u32hh0s04] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
}

.collective-property-card.is-active[b-3u32hh0s04] {
    border-color: var(--color-primary);
    background: var(--color-primary-soft);
}

:global(.price-adjust-mobile-panel) .collective-property-grid[b-3u32hh0s04] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
    margin-bottom: .75rem;
}

:global(.price-adjust-mobile-panel) .collective-property-card[b-3u32hh0s04] {
    flex-direction: column;
    align-items: flex-start;
    gap: .15rem;
    min-height: 0;
    padding: .5rem .55rem;
}

:global(.price-adjust-mobile-panel) .collective-property-card i[b-3u32hh0s04] {
    font-size: .85rem;
}

:global(.price-adjust-mobile-panel) .collective-property-card span[b-3u32hh0s04] {
    font-size: .6875rem;
    font-weight: 800;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

@media (max-width: 575px) {
    :global(.price-adjust-mobile-panel) .collective-property-grid[b-3u32hh0s04] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Shared/LabelLayoutPreview.razor.rz.scp.css */
.label-layout-preview[b-0ff8kh210b] {
    display: grid;
    gap: .5rem;
}

.label-layout-canvas[b-0ff8kh210b] {
    position: relative;
    width: min(100%, 28rem);
    aspect-ratio: calc(var(--label-w) / var(--label-h));
    margin: 0 auto;
    border: 2px dashed #d4b8a8;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #f3e8e2;
    overflow: hidden;
    container-type: size;
}

.label-qr-block[b-0ff8kh210b],
.label-text-block[b-0ff8kh210b] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.label-qr-block[b-0ff8kh210b] {
    flex-direction: column;
    gap: .15rem;
    border: 1px solid #333;
    background: repeating-conic-gradient(#f8f8f8 0% 25%, #ececec 0% 50%) 50% / 10px 10px;
    font-size: .65rem;
    font-weight: 800;
    text-align: center;
    padding: .1rem;
}

.label-qr-block small[b-0ff8kh210b] {
    font-size: .5rem;
    font-weight: 600;
    word-break: break-all;
}

.label-text-block[b-0ff8kh210b] {
    border: 1px dashed #c9a99a;
    color: #3d2f28;
    line-height: 1.1;
    padding: 0 .1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.label-text-block.bold[b-0ff8kh210b] {
    font-weight: 800;
}

.label-text-block.is-vertical[b-0ff8kh210b] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
}

.label-preview-scale[b-0ff8kh210b] {
    margin: 0;
    text-align: center;
    color: #7a6a62;
    font-size: .8rem;
}
/* /Components/Shared/LabelLayoutVisualEditor.razor.rz.scp.css */
.label-visual-editor[b-b5m24ughow] {
    display: grid;
    gap: 1rem;
}

.label-visual-editor-main[b-b5m24ughow] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: 1rem;
    align-items: start;
}

.label-visual-canvas-wrap[b-b5m24ughow] {
    display: grid;
    gap: .5rem;
}

.label-visual-canvas[b-b5m24ughow] {
    position: relative;
    width: min(100%, 28rem);
    aspect-ratio: calc(var(--label-w) / var(--label-h));
    margin: 0 auto;
    border: 2px dashed var(--color-border);
    border-radius: 10px;
    background: var(--color-surface);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--color-border) 70%, transparent);
    overflow: visible;
    touch-action: none;
    user-select: none;
    container-type: size;
}

.label-editor-element[b-b5m24ughow] {
    position: absolute;
    box-sizing: border-box;
    overflow: visible;
}

.label-editor-qr[b-b5m24ughow] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    border: 1px solid var(--color-text);
    background: repeating-conic-gradient(#f8f8f8 0% 25%, #ececec 0% 50%) 50% / 10px 10px;
    font-size: .65rem;
    font-weight: 800;
    text-align: center;
    padding: .1rem;
    cursor: move;
}

.label-editor-qr small[b-b5m24ughow] {
    font-size: .5rem;
    font-weight: 600;
    word-break: break-all;
}

.label-editor-text[b-b5m24ughow] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed color-mix(in srgb, var(--color-border) 80%, var(--color-text));
    color: var(--color-text);
    line-height: 1.1;
    padding: 0 .1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: move;
}

.label-editor-text.bold[b-b5m24ughow] {
    font-weight: 800;
}

.label-editor-text.is-vertical[b-b5m24ughow] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
}

.label-editor-element.is-selected[b-b5m24ughow] {
    outline: 2px solid var(--color-primary);
    outline-offset: 1px;
    z-index: 5;
}

.label-editor-handle[b-b5m24ughow] {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid var(--color-surface);
    border-radius: 3px;
    background: var(--color-primary);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-text) 35%, transparent), 0 2px 6px rgba(47, 42, 56, .2);
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
}

.label-editor-handle[b-b5m24ughow]::before {
    position: absolute;
    inset: -8px;
    content: "";
}

.label-editor-element.is-selected .label-editor-handle[b-b5m24ughow],
.label-editor-element:hover .label-editor-handle[b-b5m24ughow] {
    opacity: 1;
    pointer-events: auto;
}

.label-editor-handle-nw[b-b5m24ughow] { top: -7px; left: -7px; cursor: nwse-resize; }
.label-editor-handle-n[b-b5m24ughow] { top: -7px; left: 50%; transform: translateX(-50%); cursor: ns-resize; }
.label-editor-handle-ne[b-b5m24ughow] { top: -7px; right: -7px; cursor: nesw-resize; }
.label-editor-handle-e[b-b5m24ughow] { top: 50%; right: -7px; transform: translateY(-50%); cursor: ew-resize; }
.label-editor-handle-se[b-b5m24ughow] { bottom: -7px; right: -7px; cursor: nwse-resize; }
.label-editor-handle-s[b-b5m24ughow] { bottom: -7px; left: 50%; transform: translateX(-50%); cursor: ns-resize; }
.label-editor-handle-sw[b-b5m24ughow] { bottom: -7px; left: -7px; cursor: nesw-resize; }
.label-editor-handle-w[b-b5m24ughow] { top: 50%; left: -7px; transform: translateY(-50%); cursor: ew-resize; }

.label-visual-scale[b-b5m24ughow],
.label-visual-hint[b-b5m24ughow] {
    margin: 0;
    text-align: center;
    color: var(--color-text-muted);
    font-size: .8rem;
}

.label-visual-props .layout-group[b-b5m24ughow] {
    border: 1px solid var(--color-border);
    border-radius: 14px;
    padding: .85rem .9rem;
    margin: 0 0 1rem;
    background: var(--color-bg);
}

.label-visual-props .layout-group legend[b-b5m24ughow] {
    padding: 0 .4rem;
    font-size: .88rem;
    font-weight: 800;
    color: var(--color-text-muted);
}

.label-visual-props .layout-row[b-b5m24ughow] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: .75rem;
}

.label-visual-props .layout-row label[b-b5m24ughow] {
    display: grid;
    gap: .35rem;
    font-size: .78rem;
    font-weight: 800;
    color: var(--color-text);
}

.label-visual-props .toggle-row[b-b5m24ughow] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 0 52px;
    align-items: center;
    gap: .75rem;
    margin: 0 0 .85rem;
    color: var(--color-text);
    font-size: .92rem;
    font-weight: 800;
}

.label-visual-props .toggle-row:last-child[b-b5m24ughow] {
    margin-bottom: 0;
}

.label-visual-props .toggle-row input[b-b5m24ughow] {
    width: 0;
    height: 0;
    opacity: 0;
}

.label-visual-props .toggle-control[b-b5m24ughow] {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: var(--color-border);
    transition: background .18s ease;
}

.label-visual-props .toggle-control[b-b5m24ughow]::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    background: var(--color-surface);
    box-shadow: 0 2px 5px rgba(47, 42, 56, .15);
    transition: transform .18s ease;
}

.label-visual-props .toggle-row input:checked + .toggle-control[b-b5m24ughow] {
    background: var(--color-primary);
}

.label-visual-props .toggle-row input:checked + .toggle-control[b-b5m24ughow]::after {
    transform: translateX(24px);
}

.label-visual-props .toggle-inline[b-b5m24ughow] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 40px;
    font-size: .85rem;
    font-weight: 700;
    color: var(--color-text);
}

.label-visual-props .config-field[b-b5m24ughow] {
    display: grid;
    gap: .4rem;
    margin-bottom: 1rem;
}

.label-visual-props .config-field label[b-b5m24ughow] {
    color: var(--color-text);
    font-size: .82rem;
    font-weight: 800;
}

@media (max-width: 900px) {
    .label-visual-editor-main[b-b5m24ughow] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/PageToastHost.razor.rz.scp.css */
.page-toast-host[b-nmwbj1a0tb] {
    position: fixed;
    top: 4.5rem;
    right: .75rem;
    left: .75rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    pointer-events: none;
}

.page-toast[b-nmwbj1a0tb] {
    display: grid;
    grid-template-columns: 1.65rem minmax(0, 1fr) 1.65rem;
    align-items: center;
    gap: .65rem;
    width: 100%;
    max-width: 24rem;
    padding: .8rem .85rem;
    border-radius: .95rem;
    border: 1px solid transparent;
    box-shadow: 0 12px 32px rgba(47, 37, 31, .16);
    font-weight: 600;
    font-size: .88rem;
    line-height: 1.35;
    pointer-events: auto;
    animation: page-toast-in-b-nmwbj1a0tb .24s ease-out;
}

.page-toast-success[b-nmwbj1a0tb] {
    color: #2f7668;
    background: #e2f6f2;
    border-color: #98c7c1;
}

.page-toast-error[b-nmwbj1a0tb] {
    color: #a33e38;
    background: #fff0f0;
    border-color: #e8a598;
}

.page-toast-icon[b-nmwbj1a0tb] {
    display: inline-grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    font-size: 1.05rem;
    line-height: 1;
}

.page-toast-message[b-nmwbj1a0tb] {
    min-width: 0;
    text-align: center;
}

.page-toast-close[b-nmwbj1a0tb] {
    display: inline-grid;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    opacity: .75;
    justify-self: end;
}

.page-toast-close:hover[b-nmwbj1a0tb] {
    opacity: 1;
    background: rgba(255, 255, 255, .45);
}

@keyframes page-toast-in-b-nmwbj1a0tb {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .page-toast-host[b-nmwbj1a0tb] {
        top: 1.25rem;
        right: 1.25rem;
        left: auto;
        align-items: flex-end;
        width: min(100%, 24rem);
    }
}

@media (min-width: 992px) {
    .page-toast-host[b-nmwbj1a0tb] {
        top: 1.5rem;
    }
}
/* /Components/Shared/ProductCatalogCard.razor.rz.scp.css */
.product-catalog-card[b-1dze2le3af] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: .85rem;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-surface);
    box-shadow:
        0 2px 8px rgba(47, 42, 56, .06),
        0 1px 2px rgba(47, 42, 56, .04);
}

.product-catalog-card.is-selected[b-1dze2le3af] {
    border-color: color-mix(in srgb, var(--color-primary) 45%, var(--color-border));
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--color-primary) 18%, transparent),
        0 2px 8px rgba(47, 42, 56, .06);
}

.product-catalog-card-check[b-1dze2le3af] {
    position: absolute;
    top: .55rem;
    left: .55rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 4px rgba(47, 42, 56, .12);
}

.product-catalog-card-check input[b-1dze2le3af] {
    width: .85rem;
    height: .85rem;
    margin: 0;
    accent-color: var(--color-primary);
    cursor: pointer;
}

.product-catalog-card-head[b-1dze2le3af] {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: .55rem;
}

.product-catalog-card-media[b-1dze2le3af] {
    display: flex;
    gap: .35rem;
    min-width: 0;
    margin-left: 1.35rem;
}

.product-catalog-card-image[b-1dze2le3af] {
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-bg);
    flex-shrink: 0;
}

.product-catalog-card-image img[b-1dze2le3af] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-catalog-card-image-placeholder[b-1dze2le3af] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #b8bec8;
    font-size: 1rem;
}

.product-catalog-card-identity[b-1dze2le3af] {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    min-width: 0;
    padding-top: .05rem;
    padding-right: 4.75rem;
}

.product-catalog-card-badge[b-1dze2le3af] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 1.35rem;
    padding: 0 .5rem;
    border-radius: 999px;
    font-size: .625rem;
    font-weight: 700;
    white-space: nowrap;
}

.product-catalog-card-badge-dot[b-1dze2le3af] {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: currentColor;
}

.product-catalog-card-badge.is-success[b-1dze2le3af] {
    color: var(--color-success);
    background: var(--color-success-soft);
}

.product-catalog-card-badge.is-warning[b-1dze2le3af] {
    color: var(--color-warning);
    background: var(--color-warning-soft);
}

.product-catalog-card-badge.is-danger[b-1dze2le3af] {
    color: var(--color-danger);
    background: var(--color-danger-soft);
}

.product-catalog-card-badge.is-muted[b-1dze2le3af] {
    color: var(--color-text-muted);
    background: #eef0f4;
}

.product-catalog-card-title[b-1dze2le3af] {
    margin: 0;
    color: var(--color-text);
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-catalog-card-sku[b-1dze2le3af] {
    margin: 0;
    color: var(--color-text-muted);
    font-size: .6875rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-catalog-card-price[b-1dze2le3af] {
    margin: 0;
    color: var(--color-text);
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
}

.product-catalog-card-divider[b-1dze2le3af] {
    height: 1px;
    margin: .15rem 0;
    background: var(--color-border);
}

.product-catalog-card-details[b-1dze2le3af] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    min-width: 0;
}

.product-catalog-card-meta[b-1dze2le3af],
.product-catalog-card-prices[b-1dze2le3af] {
    display: grid;
    gap: .4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.product-catalog-card-meta li[b-1dze2le3af],
.product-catalog-card-prices li[b-1dze2le3af] {
    display: flex;
    align-items: flex-start;
    gap: .45rem;
    color: var(--color-text-muted);
    font-size: .75rem;
    line-height: 1.35;
    min-width: 0;
}

.product-catalog-card-meta li > span[b-1dze2le3af],
.product-catalog-card-prices li > span[b-1dze2le3af] {
    min-width: 0;
}

.product-catalog-card-meta i[b-1dze2le3af] {
    color: var(--color-text-muted);
    font-size: .82rem;
    flex-shrink: 0;
    margin-top: .05rem;
}

.product-catalog-card-meta strong[b-1dze2le3af],
.product-catalog-card-prices strong[b-1dze2le3af] {
    color: var(--color-text);
    font-weight: 600;
}

.product-catalog-card-meta strong.is-success[b-1dze2le3af] {
    color: var(--color-success);
}

.product-catalog-card-meta strong.is-warning[b-1dze2le3af] {
    color: var(--color-warning);
}

.product-catalog-card-meta strong.is-danger[b-1dze2le3af] {
    color: var(--color-danger);
}

.product-catalog-card-prices li[b-1dze2le3af] {
    justify-content: space-between;
    gap: .5rem;
}

.product-catalog-card-prices li strong[b-1dze2le3af] {
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.product-catalog-card-actions[b-1dze2le3af] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .45rem;
    margin-top: .25rem;
}

.product-catalog-card-action[b-1dze2le3af] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    color: var(--color-primary);
    background: var(--color-surface);
    cursor: pointer;
}

.product-catalog-card-action:hover[b-1dze2le3af] {
    border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border));
    background: var(--color-primary-soft);
}

.product-catalog-card-action.danger[b-1dze2le3af] {
    color: var(--color-danger);
}

.product-catalog-card-action.danger:hover[b-1dze2le3af] {
    border-color: color-mix(in srgb, var(--color-danger) 35%, var(--color-border));
    background: var(--color-danger-soft);
}

.product-catalog-card-action.muted[b-1dze2le3af] {
    color: var(--color-text-muted);
}

.product-catalog-card-action.muted:hover[b-1dze2le3af] {
    border-color: var(--color-border);
    background: var(--color-bg);
}

.product-catalog-card-action i[b-1dze2le3af] {
    font-size: .95rem;
}

@media (max-width: 991.98px) {
    .product-catalog-card-media .product-catalog-card-image:not(:first-child)[b-1dze2le3af] {
        display: none;
    }

    .product-catalog-card-details[b-1dze2le3af] {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
        gap: .55rem .45rem;
    }

    .product-catalog-card-meta[b-1dze2le3af],
    .product-catalog-card-prices[b-1dze2le3af] {
        gap: .3rem;
    }

    .product-catalog-card-meta li[b-1dze2le3af],
    .product-catalog-card-prices li[b-1dze2le3af] {
        font-size: .6875rem;
        line-height: 1.3;
    }

    .product-catalog-card-meta i[b-1dze2le3af] {
        font-size: .75rem;
    }

    .product-catalog-card-meta li > span[b-1dze2le3af] {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-catalog-card-prices li > span[b-1dze2le3af] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .product-catalog-card-head[b-1dze2le3af] {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .product-catalog-card-media[b-1dze2le3af] {
        width: 100%;
        margin-left: 0;
    }

    .product-catalog-card-media .product-catalog-card-image[b-1dze2le3af] {
        flex: 1;
        width: auto;
        min-width: 0;
        height: 4.35rem;
        max-width: none;
    }

    .product-catalog-card-media .product-catalog-card-image:only-child[b-1dze2le3af] {
        flex: 0 0 5.5rem;
        max-width: 5.5rem;
    }

    .product-catalog-card-identity[b-1dze2le3af] {
        padding-right: 5.5rem;
    }

    .product-catalog-card-title[b-1dze2le3af] {
        font-size: .9375rem;
        -webkit-line-clamp: 3;
    }

    .product-catalog-card-sku[b-1dze2le3af] {
        font-size: .75rem;
    }

    .product-catalog-card-price[b-1dze2le3af] {
        font-size: 1.05rem;
    }

    .product-catalog-card-badge[b-1dze2le3af] {
        min-height: 1.45rem;
        padding: 0 .55rem;
        font-size: .6875rem;
    }
}
