/* _content/CubotNails.SuperAdmin/Components/Layout/MainLayout.razor.rz.scp.css */
/* El estilo del shell/sidebar vive en wwwroot/app.css (clases cubot-*). */
#blazor-error-ui[b-yj7kseikr7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yj7kseikr7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CubotNails.SuperAdmin/Components/Layout/NavMenu.razor.rz.scp.css */
/* El estilo del sidebar vive en wwwroot/app.css (clases cubot-*). */
/* _content/CubotNails.SuperAdmin/Components/Pages/Productos.razor.rz.scp.css */
.prod-grid[b-rrtfpfcfcf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1100px;
}

.prod-card[b-rrtfpfcfcf] {
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    background: var(--card);
    box-shadow: var(--shadow-card);
    display: flex;
    flex-direction: column;
}

.prod-card.prod-off[b-rrtfpfcfcf] {
    opacity: .65;
}

.prod-thumb[b-rrtfpfcfcf] {
    position: relative;
    height: 150px;
    background: var(--muted);
    cursor: pointer;
}

.prod-thumb img[b-rrtfpfcfcf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prod-thumb-empty[b-rrtfpfcfcf] {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--muted-foreground);
    font-size: 12px;
}

.prod-imgcount[b-rrtfpfcfcf] {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 99px;
}

.prod-off-badge[b-rrtfpfcfcf] {
    position: absolute;
    top: 6px;
    left: 6px;
    background: var(--muted-foreground);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
}

.prod-body[b-rrtfpfcfcf] {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.prod-name[b-rrtfpfcfcf] {
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
}

.prod-meta[b-rrtfpfcfcf] {
    font-size: 12px;
    color: var(--muted-foreground);
}

.prod-sedes[b-rrtfpfcfcf] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 22px;
}

.prod-chip[b-rrtfpfcfcf] {
    background: var(--primary-soft);
    color: var(--accent-foreground);
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 99px;
    white-space: nowrap;
}

.prod-actions[b-rrtfpfcfcf] {
    display: flex;
    gap: 6px;
    margin-top: auto;
    padding-top: 4px;
}
/* _content/CubotNails.SuperAdmin/Components/Shared/SalonFieldsConfig.razor.rz.scp.css */
.sfc-tabs[b-y24v0bksvt] {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.sfc-tab[b-y24v0bksvt] {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid var(--border);
    background: var(--card);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    color: var(--muted-foreground);
}

.sfc-tab.on[b-y24v0bksvt] {
    background: var(--primary-soft);
    border-color: var(--primary);
    color: var(--primary);
}

.sfc-list[b-y24v0bksvt] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    max-height: 34vh;
    overflow-y: auto;
}

.sfc-item[b-y24v0bksvt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 9px;
    border: 1px solid var(--border);
    border-radius: 10px;
}

.sfc-move[b-y24v0bksvt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sfc-mini[b-y24v0bksvt] {
    width: 20px;
    height: 16px;
    line-height: 1;
    font-size: 9px;
    border: 1px solid var(--border);
    background: var(--card);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
}

.sfc-mini:disabled[b-y24v0bksvt] {
    opacity: .4;
    cursor: default;
}

.sfc-item-main[b-y24v0bksvt] {
    flex: 1;
    min-width: 0;
}

.sfc-item-name[b-y24v0bksvt] {
    font-weight: 700;
    font-size: 13px;
}

.sfc-item-sub[b-y24v0bksvt] {
    font-size: 11.5px;
    color: var(--muted-foreground);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sfc-pill[b-y24v0bksvt] {
    background: var(--primary-soft);
    color: var(--primary);
    border-radius: 999px;
    padding: 1px 7px;
    font-size: 10px;
    font-weight: 700;
}

.sfc-form[b-y24v0bksvt] {
    border-top: 1px solid var(--border);
    padding-top: 12px;
}

.sfc-check[b-y24v0bksvt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    cursor: pointer;
}

.sfc-check input[b-y24v0bksvt] {
    width: 15px;
    height: 15px;
}
/* _content/CubotNails.SuperAdmin/Components/Shared/SalonFieldsEditor.razor.rz.scp.css */
.sf-grid[b-chaauuht94] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
    align-items: start;
}

.sf-field[b-chaauuht94] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sf-col2[b-chaauuht94] {
    grid-column: 1 / -1;
}

.sf-sep[b-chaauuht94] {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 4px 0 2px;
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.sf-sep[b-chaauuht94]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--border);
}

.sf-check[b-chaauuht94] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 0;
}

.sf-check input[b-chaauuht94] {
    width: 16px;
    height: 16px;
}
