/* /Components/Pim/CompletenessBar.razor.rz.scp.css */
.completeness-bar[b-fqpmvzs9i4] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.completeness-badge[b-fqpmvzs9i4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    min-width: 42px;
    text-align: center;
}

.completeness-checklist[b-fqpmvzs9i4] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.check-item[b-fqpmvzs9i4] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
/* /Components/Pim/StyleCard.razor.rz.scp.css */
.style-card[b-jcjsboh0b1] {
    transition: transform 0.15s, box-shadow 0.15s;
    border-radius: 8px;
    overflow: hidden;
}

.style-card:hover[b-jcjsboh0b1] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card-image-area[b-jcjsboh0b1] {
    position: relative;
    height: 140px;
    background: var(--mud-palette-background);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-placeholder[b-jcjsboh0b1] {
    opacity: 0.3;
}

.card-image[b-jcjsboh0b1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.completeness-badge-overlay[b-jcjsboh0b1] {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 8px;
    border-radius: 12px;
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
}

.co-badge[b-jcjsboh0b1] {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--mud-palette-primary);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.style-number[b-jcjsboh0b1] {
    font-family: 'Roboto Mono', monospace;
    color: var(--mud-palette-text-secondary);
    font-size: 0.7rem;
}

.style-name[b-jcjsboh0b1] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-footer[b-jcjsboh0b1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.colour-swatches[b-jcjsboh0b1] {
    display: flex;
    align-items: center;
    gap: 3px;
}

.colour-dot[b-jcjsboh0b1] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid var(--mud-palette-divider);
    display: inline-block;
}

.colour-more[b-jcjsboh0b1] {
    font-size: 0.65rem;
    color: var(--mud-palette-text-secondary);
    margin-left: 2px;
}

.status-dot[b-jcjsboh0b1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.status-draft[b-jcjsboh0b1] { background-color: var(--mud-palette-action-default); }
.status-active[b-jcjsboh0b1] { background-color: var(--mud-palette-success); }
.status-discontinued[b-jcjsboh0b1] { background-color: var(--mud-palette-error); }
/* /Components/Products/SkuMatrix.razor.rz.scp.css */
/* ── Empty state ─────────────────────────────────────────── */

.matrix-empty[b-fmohhyqbd1] {
    text-align: center;
    padding: 48px 20px;
    color: var(--mud-palette-text-secondary);
}

/* ── Stats bar ──────────────────────────────────────────── */

.matrix-stats[b-fmohhyqbd1] {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.matrix-stats strong[b-fmohhyqbd1] {
    color: var(--mud-palette-text-primary);
}

.matrix-stats-empty strong[b-fmohhyqbd1] {
    color: var(--mud-palette-text-secondary);
}

/* ── Scroll container ───────────────────────────────────── */

.matrix-scroll[b-fmohhyqbd1] {
    overflow-x: auto;
}

/* ── Table ──────────────────────────────────────────────── */

.matrix-table[b-fmohhyqbd1] {
    border-collapse: collapse;
    font-size: 0.75rem;
    width: 100%;
}

/* ── Header: corner cell ────────────────────────────────── */

.matrix-corner[b-fmohhyqbd1] {
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    min-width: 160px;
    position: sticky;
    left: 0;
    z-index: 2;
}

/* ── Header: size columns ───────────────────────────────── */

.matrix-size-header[b-fmohhyqbd1] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    min-width: 72px;
}

/* ── Colour (row header) cell ───────────────────────────── */

.matrix-colour-cell[b-fmohhyqbd1] {
    padding: 0;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
    font-weight: 500;
    font-size: 0.8125rem;
    position: sticky;
    left: 0;
    z-index: 1;
}

.matrix-colour-inner[b-fmohhyqbd1] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    white-space: nowrap;
}

/* ── Colour swatch ──────────────────────────────────────── */

.matrix-swatch[b-fmohhyqbd1] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid transparent;
    flex-shrink: 0;
}

.matrix-swatch-light[b-fmohhyqbd1] {
    border-color: var(--mud-palette-divider);
}

/* ── Matrix cells (shared) ──────────────────────────────── */

.matrix-cell[b-fmohhyqbd1] {
    padding: 0;
    border: 1px solid var(--mud-palette-divider);
    text-align: center;
    cursor: pointer;
    transition: background 0.12s ease;
    position: relative;
}

.matrix-cell-content[b-fmohhyqbd1] {
    padding: 6px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}

/* ── Filled cell (existing SKU) ─────────────────────────── */

.matrix-cell-filled[b-fmohhyqbd1] {
    background: var(--mud-palette-surface);
}

.matrix-cell-filled:hover[b-fmohhyqbd1] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
}

.matrix-sku-code[b-fmohhyqbd1] {
    font-size: 0.625rem;
    font-family: 'JetBrains Mono', 'Cascadia Code', 'Fira Code', monospace;
    color: var(--mud-palette-primary);
    font-weight: 600;
    letter-spacing: 0.2px;
}

.matrix-draft-badge[b-fmohhyqbd1] {
    font-size: 0.5625rem;
    color: var(--mud-palette-warning);
    margin-top: 1px;
    font-weight: 500;
}

/* ── Inactive cell ──────────────────────────────────────── */

.matrix-cell-inactive[b-fmohhyqbd1] {
    background: var(--mud-palette-background);
    opacity: 0.5;
}

.matrix-cell-inactive .matrix-sku-code[b-fmohhyqbd1] {
    color: var(--mud-palette-text-secondary);
}

.matrix-cell-inactive:hover[b-fmohhyqbd1] {
    background: var(--mud-palette-background-gray);
}

/* ── Highlighted cell (deep-linked SKU) ────────────────── */

.matrix-cell-highlighted[b-fmohhyqbd1] {
    background: #FFF8E1;
    box-shadow: inset 0 0 0 2px #FFA000;
    animation: sku-highlight-pulse-b-fmohhyqbd1 1.5s ease-in-out 2;
}

.matrix-cell-highlighted .matrix-sku-code[b-fmohhyqbd1] {
    color: #E65100;
    font-weight: 700;
}

@keyframes sku-highlight-pulse-b-fmohhyqbd1 {
    0%, 100% { box-shadow: inset 0 0 0 2px #FFA000; }
    50% { box-shadow: inset 0 0 0 2px #FF6F00, 0 0 8px rgba(255, 160, 0, 0.4); }
}

/* ── Empty cell ─────────────────────────────────────────── */

.matrix-cell-empty[b-fmohhyqbd1] {
    background: var(--mud-palette-surface);
}

.matrix-cell-empty:hover[b-fmohhyqbd1] {
    background: rgba(var(--mud-palette-success-rgb, 46, 125, 50), 0.08);
}

[b-fmohhyqbd1] .matrix-plus {
    color: var(--mud-palette-divider);
    transition: color 0.12s ease;
}

.matrix-cell-empty:hover[b-fmohhyqbd1]  .matrix-plus {
    color: var(--mud-palette-success);
}

/* ── Legend ──────────────────────────────────────────────── */

.matrix-legend[b-fmohhyqbd1] {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    font-size: 0.6875rem;
    color: var(--mud-palette-text-secondary);
}

.matrix-legend-item[b-fmohhyqbd1] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.matrix-legend-box[b-fmohhyqbd1] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.matrix-legend-empty[b-fmohhyqbd1] {
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
}

.matrix-legend-filled[b-fmohhyqbd1] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.3);
}

.matrix-legend-inactive[b-fmohhyqbd1] {
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    opacity: 0.5;
}

/* ── Selected cell ─────────────────────────────────────── */

.matrix-cell-selected[b-fmohhyqbd1] {
    box-shadow: inset 0 0 0 2px var(--mud-palette-primary);
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
}

.matrix-select-check[b-fmohhyqbd1] {
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 0;
}

/* ── Stats bar alignment ───────────────────────────────── */

.matrix-stats[b-fmohhyqbd1] {
    align-items: center;
}
/* /Components/Products/StockMatrix.razor.rz.scp.css */
/* ── Scroll container ───────────────────────────────────── */

.stock-matrix-scroll[b-6qzck3pax1] {
    overflow-x: auto;
}

/* ── Table ──────────────────────────────────────────────── */

.stock-matrix-table[b-6qzck3pax1] {
    border-collapse: collapse;
    font-size: 0.75rem;
    width: 100%;
}

/* ── Header: corner cell ────────────────────────────────── */

.stock-matrix-corner[b-6qzck3pax1] {
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    min-width: 160px;
    position: sticky;
    left: 0;
    z-index: 2;
}

/* ── Header: size columns ───────────────────────────────── */

.stock-matrix-size-header[b-6qzck3pax1] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    min-width: 56px;
}

.stock-matrix-total-header[b-6qzck3pax1] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
    background: var(--mud-palette-background-gray);
    border: 1px solid var(--mud-palette-divider);
    min-width: 56px;
}

/* ── Colour (row header) cell ───────────────────────────── */

.stock-matrix-colour-cell[b-6qzck3pax1] {
    padding: 0;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
    font-weight: 500;
    font-size: 0.8125rem;
    position: sticky;
    left: 0;
    z-index: 1;
}

.stock-matrix-colour-inner[b-6qzck3pax1] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    white-space: nowrap;
}

/* ── Colour swatch ──────────────────────────────────────── */

.stock-matrix-swatch[b-6qzck3pax1] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--mud-palette-divider);
    flex-shrink: 0;
}

/* ── Matrix cells ──────────────────────────────────────── */

.stock-matrix-cell[b-6qzck3pax1] {
    padding: 0;
    border: 1px solid var(--mud-palette-divider);
    text-align: center;
}

.stock-matrix-cell-content[b-6qzck3pax1] {
    padding: 6px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    font-variant-numeric: tabular-nums;
}

/* ── Cell colour coding ────────────────────────────────── */

.stock-cell-green[b-6qzck3pax1] {
    background: #E8F5E9;
}

.stock-cell-yellow[b-6qzck3pax1] {
    background: #FFF8E1;
}

.stock-cell-red[b-6qzck3pax1] {
    background: #FFEBEE;
}

.stock-cell-grey[b-6qzck3pax1] {
    background: var(--mud-palette-background);
}

.stock-matrix-no-data[b-6qzck3pax1] {
    color: var(--mud-palette-text-disabled);
}

/* ── Totals ────────────────────────────────────────────── */

.stock-matrix-total-cell[b-6qzck3pax1] {
    background: var(--mud-palette-background-gray);
}

.stock-matrix-grand-total-cell[b-6qzck3pax1] {
    background: var(--mud-palette-divider);
}

.stock-matrix-totals-row .stock-matrix-colour-cell[b-6qzck3pax1] {
    background: var(--mud-palette-background-gray);
}

/* ── Legend ─────────────────────────────────────────────── */

.stock-matrix-legend[b-6qzck3pax1] {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    font-size: 0.6875rem;
    color: var(--mud-palette-text-secondary);
}

.stock-matrix-legend-item[b-6qzck3pax1] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.stock-matrix-legend-box[b-6qzck3pax1] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid var(--mud-palette-divider);
}

.stock-legend-green[b-6qzck3pax1] {
    background: #E8F5E9;
}

.stock-legend-yellow[b-6qzck3pax1] {
    background: #FFF8E1;
}

.stock-legend-red[b-6qzck3pax1] {
    background: #FFEBEE;
}

.stock-legend-grey[b-6qzck3pax1] {
    background: var(--mud-palette-background);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-k06fu9fw5b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k06fu9fw5b] {
    flex: 1;
}

.sidebar[b-k06fu9fw5b] {
    background-image: linear-gradient(180deg, var(--mud-palette-primary) 0%, var(--mud-palette-primary-darken) 70%);
}

.top-row[b-k06fu9fw5b] {
    background-color: var(--mud-palette-surface);
    border-bottom: 1px solid var(--mud-palette-divider);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k06fu9fw5b]  a, .top-row[b-k06fu9fw5b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k06fu9fw5b]  a:hover, .top-row[b-k06fu9fw5b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k06fu9fw5b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k06fu9fw5b] {
        justify-content: space-between;
    }

    .top-row[b-k06fu9fw5b]  a, .top-row[b-k06fu9fw5b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k06fu9fw5b] {
        flex-direction: row;
    }

    .sidebar[b-k06fu9fw5b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k06fu9fw5b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k06fu9fw5b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k06fu9fw5b], article[b-k06fu9fw5b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5974ly0dgd] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5974ly0dgd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5974ly0dgd] {
    font-size: 1.1rem;
}

.bi[b-5974ly0dgd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5974ly0dgd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5974ly0dgd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5974ly0dgd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5974ly0dgd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5974ly0dgd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5974ly0dgd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5974ly0dgd]  a {
        color: var(--mud-palette-text-secondary);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5974ly0dgd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5974ly0dgd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5974ly0dgd] {
        display: none;
    }

    .collapse[b-5974ly0dgd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-5974ly0dgd] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Pim/StyleDetailPage.razor.rz.scp.css */
.style-detail-layout[b-x8faetcfv7] {
    display: flex;
    gap: 24px;
}

.style-detail-main[b-x8faetcfv7] {
    flex: 1;
    min-width: 0;
}

.style-detail-sidebar[b-x8faetcfv7] {
    width: 340px;
    flex-shrink: 0;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}

.media-mini-grid[b-x8faetcfv7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.media-mini-item[b-x8faetcfv7] {
    height: 60px;
    background: var(--mud-palette-background);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-x8faetcfv7] .media-drop-zone {
    position: relative;
    border: 2px dashed var(--mud-palette-divider);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin-bottom: 16px;
}

[b-x8faetcfv7] .media-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

[b-x8faetcfv7] .media-drop-zone:hover {
    border-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

[b-x8faetcfv7] .media-drop-zone--active {
    border-color: var(--mud-palette-primary);
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08);
}

@@media (max-width: 960px) {
    .style-detail-layout[b-x8faetcfv7] {
        flex-direction: column;
    }

    .style-detail-sidebar[b-x8faetcfv7] {
        width: 100%;
        position: static;
    }
}
/* /Pages/Pim/StyleListPage.razor.rz.scp.css */
[b-fgrikgh3ug] .mud-pagination {
    justify-content: center;
}
