/* /Components/Account/Pages/Manage/TwoFactorAuthentication.razor.rz.scp.css */
/* TwoFactorAuthentication.razor - Styles CSP-Compliant */

/* Form inline block pour le bouton "Oublier ce navigateur" */
.form-inline-block[b-6f5ipjgqxo] {
    display: inline-block;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ========================================
   NAVMENU - Styles pour le contenu du menu
   Compatible avec MenuService et Sidebar
   ======================================== */

/* Header avec gradient moderne (masqu� dans la sidebar) */
.top-row[b-2a23zdvh9s] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* CSP-Compliant: Position relative */
.top-row-position[b-2a23zdvh9s] {
    position: relative;
}

.navbar-brand[b-2a23zdvh9s] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}

.navbar-brand:hover[b-2a23zdvh9s] {
    color: #e3f2fd !important;
    transform: scale(1.02);
}

/* Variables CSS pour coh�rence des couleurs */
:host[b-2a23zdvh9s] {
    --sidebar-bg: #f8f9fa;
    --nav-text: rgba(255, 255, 255, 0.95);
    --nav-text-muted: rgba(255, 255, 255, 0.7);
    --nav-hover: rgba(255, 255, 255, 0.15);
    --nav-active: rgba(255, 255, 255, 0.25);
    --separator-color: rgba(255, 255, 255, 0.5);
}

/* Zone scrollable - styles de base uniquement */
.nav-scrollable[b-2a23zdvh9s] {
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
}

/* Navigation items - Compatible avec la sidebar bleue */
.nav-item[b-2a23zdvh9s] {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    padding: 0;
}

/* Les styles des nav-link sont g�r�s par app.css via .sidebar .nav-link */
/* On garde uniquement les styles sp�cifiques qui ne sont pas dans app.css */

/* Ic�nes - Taille de base (app.css g�re le style dans la sidebar) */
.bi[b-2a23zdvh9s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* CSP-Compliant: Styles pour le sous-menu des cat�gories */
.categories-submenu[b-2a23zdvh9s] {
    background-color: rgba(0, 0, 0, 0.03);
    border-left: 3px solid var(--bs-primary);
    margin-left: 1rem;
    animation: slideDown-b-2a23zdvh9s 0.3s ease-out;
}

@keyframes slideDown-b-2a23zdvh9s {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

.nav-link:hover[b-2a23zdvh9s] {
    background-color: rgba(13, 110, 253, 0.1);
}

/* Style uniforme pour toutes les ic�nes du menu */
.nav-link .bi[b-2a23zdvh9s],
.nav-link .bi-house-door-fill-nav-menu[b-2a23zdvh9s],
.nav-link .bi-shop-nav-menu[b-2a23zdvh9s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
}

/* Chevron align� � droite */
.nav-link .bi-chevron-down[b-2a23zdvh9s],
.nav-link .bi-chevron-right[b-2a23zdvh9s] {
    width: auto;
    margin-right: 0;
    margin-left: auto;
    font-size: 0.8rem;
}

/* CSP-Compliant: Curseur pointer */
.nav-link-clickable[b-2a23zdvh9s] {
    cursor: pointer;
}

/* Texte des sections - Style compatible avec la sidebar */
.nav-link-text[b-2a23zdvh9s] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 1.5rem 1.5rem 0.75rem 1.5rem;
    margin-top: 0.5rem;
}

/* Bouton logout - Style compatible avec la sidebar */
.btn-logout[b-2a23zdvh9s] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.btn-logout:hover[b-2a23zdvh9s] {
    background: rgba(220, 53, 69, 0.3);
    color: white;
    transform: translateX(4px);
}

/* S�parateurs - Style compatible avec la sidebar */
.menu-separator[b-2a23zdvh9s] {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(255, 255, 255, 0.1) 10%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.1) 90%,
        transparent 100%
    );
    margin: 1.5rem 1.5rem;
    opacity: 0.8;
}

/* Responsive - La sidebar g�re le positionnement via app.css */
@media (max-width: 767px) {
    .nav-item[b-2a23zdvh9s]  .nav-link {
        position: relative;
    }
}
/* /Components/Layout/WrapperLayout.razor.rz.scp.css */
/* WrapperLayout.razor - Styles CSP-Compliant */

/* Container principal */
.wrapper-container[b-mui17p1gr2] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Top row avec espacement */
.top-row-gap[b-mui17p1gr2] {
    gap: 1rem;
}

/* Header actions group avec espacement */
.header-actions-group[b-mui17p1gr2] {
    gap: 1rem;
}

/* Categories menu container - position statique */
.categories-menu-container[b-mui17p1gr2] {
    position: static !important;
    width: 100%;
}

/* Categories button wrapper - position relative */
.categories-button-wrapper[b-mui17p1gr2] {
    position: relative;
    display: inline-block;
}
/* /Components/Pages/Admin/Categories/ListeCategories.razor.rz.scp.css */
/* ============================================
   CSS pour ListeCategories.razor
   Design moderne et �l�gant
   ============================================ */

/* ====== PAGE HEADER - Supprim�, utilise maintenant Admin.css ====== */

/* ====== �TATS DE CHARGEMENT ====== */

.loading-state[b-3jdapt1xw2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    gap: 1.5rem;
    max-width: 66.666%;
    min-width: 600px;
    margin: 0 auto;
}

.spinner-modern[b-3jdapt1xw2] {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f4f6;
    border-top-color: var(--premium-primary);
    border-radius: 50%;
    animation: spin-b-3jdapt1xw2 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes spin-b-3jdapt1xw2 {
    to {
        transform: rotate(360deg);
    }
}

.loading-text[b-3jdapt1xw2] {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
}

/* ====== ALERTES MODERNES ====== */

.alert-modern[b-3jdapt1xw2] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-3jdapt1xw2 0.3s ease-out;
    max-width: 66.666%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes slideDown-b-3jdapt1xw2 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-modern.alert-danger[b-3jdapt1xw2] {
    background: linear-gradient(135deg, #fff5f5 0%, #fee 100%);
    border-left: 4px solid #ef4444;
}

.alert-icon[b-3jdapt1xw2] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.alert-danger .alert-icon[b-3jdapt1xw2] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.alert-content[b-3jdapt1xw2] {
    flex: 1;
}

.alert-title[b-3jdapt1xw2] {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.alert-message[b-3jdapt1xw2] {
    color: #6b7280;
    font-size: 0.875rem;
}

.alert-close[b-3jdapt1xw2] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem;
    transition: all 0.2s;
    border-radius: 6px;
}

.alert-close:hover[b-3jdapt1xw2] {
    color: #374151;
    background: rgba(0, 0, 0, 0.05);
}

/* ====== �TAT VIDE ====== */

.empty-state-modern[b-3jdapt1xw2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-radius: 16px;
    border: 2px dashed #e5e7eb;
    max-width: 66.666%;
    min-width: 600px;
    margin: 0 auto;
}

.empty-icon[b-3jdapt1xw2] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}

.empty-title[b-3jdapt1xw2] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
}

.empty-description[b-3jdapt1xw2] {
    color: #6b7280;
    font-size: 1rem;
    max-width: 500px;
    margin-bottom: 2rem;
}

/* ====== GRILLE DE CAT�GORIES ====== */

@keyframes fadeInUp-b-3jdapt1xw2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-categories-card[b-3jdapt1xw2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    animation: fadeInUp-b-3jdapt1xw2 0.5s ease-out;
    max-width: 66.666%;
    min-width: 600px;
    margin: 0 auto;
}

.card-header-modern[b-3jdapt1xw2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.header-info[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

.header-stats[b-3jdapt1xw2] {
    display: flex;
    gap: 0.75rem;
}

.stat-badge[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: white;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    color: #475569;
    font-size: 0.875rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-body-modern[b-3jdapt1xw2] {
    padding: 1.5rem;
}

.categories-list[b-3jdapt1xw2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ====== CARTE DE CAT�GORIE ====== */

.admin-category-card[b-3jdapt1xw2] {
    background: white;
    border: 2px solid #f1f5f9;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.admin-category-card:hover[b-3jdapt1xw2] {
    border-color: #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.category-main[b-3jdapt1xw2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    gap: 1rem;
}

.category-left[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.drag-handle-modern[b-3jdapt1xw2] {
    cursor: grab;
    color: #cbd5e1;
    font-size: 1rem;
    padding: 0.25rem;
    border-radius: 6px;
}

.drag-handle-modern:hover[b-3jdapt1xw2] {
    color: #94a3b8;
}

.drag-handle-modern:active[b-3jdapt1xw2] {
    cursor: grabbing;
}

.drag-handle-modern.small[b-3jdapt1xw2] {
    font-size: 0.875rem;
}

.expand-btn-wrapper[b-3jdapt1xw2] {
    position: relative;
    display: inline-flex;
    margin-left: 0.5rem;
}

.expand-btn-placeholder[b-3jdapt1xw2] {
    width: 32px;
    height: 32px;
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.expand-btn-placeholder[b-3jdapt1xw2]::before {
    content: '';
    position: absolute;
    left: -0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #e2e8f0;
}

.expand-btn[b-3jdapt1xw2] {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    font-size: 0.9rem;
    position: relative;
}

.expand-btn-wrapper[b-3jdapt1xw2]::before {
    content: '';
    position: absolute;
    left: -0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #e2e8f0;
}

.expand-btn:hover[b-3jdapt1xw2] {
    background: var(--premium-primary);
    color: white;
    transform: scale(1.05);
}

.expand-badge[b-3jdapt1xw2] {
    position: absolute;
    top: -6px;
    left: -6px;
    min-width: 18px;
    height: 18px;
    background: linear-gradient(135deg, var(--premium-gradient-start) 0%, var(--premium-gradient-end) 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 6px var(--theme-primary-rgba-04);
    pointer-events: none;
    z-index: 1;
}

.admin-category-icon[b-3jdapt1xw2] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem!important;
}

.category-info[b-3jdapt1xw2] {
    flex: 1;
    min-width: 0;
}

.category-title-row[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}

.category-name[b-3jdapt1xw2] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.status-badge[b-3jdapt1xw2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-badge.inactive[b-3jdapt1xw2] {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.small[b-3jdapt1xw2] {
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
}

.category-description[b-3jdapt1xw2] {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.5;
}

/* ====== ACTIONS DE CAT�GORIE ====== */

.category-actions[b-3jdapt1xw2],
.subcategory-actions[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-group[b-3jdapt1xw2] {
    display: flex;
    gap: 0.25rem;
    background: #f8fafc;
    padding: 0.25rem;
    border-radius: 8px;
}

.btn-icon[b-3jdapt1xw2] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    color: #64748b;
}

.btn-icon:hover:not(:disabled)[b-3jdapt1xw2] {
    transform: translateY(-2px);
}

.btn-icon:active:not(:disabled)[b-3jdapt1xw2] {
    transform: translateY(0);
}

.btn-icon:disabled[b-3jdapt1xw2] {
    opacity: 0.4;
    cursor: not-allowed;
}

.action-group .btn-icon[b-3jdapt1xw2] {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
}

.btn-icon.btn-edit[b-3jdapt1xw2] {
    background: #eff6ff;
    color: #2563eb;
}

.btn-icon.btn-edit:hover:not(:disabled)[b-3jdapt1xw2] {
    background: #dbeafe;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.btn-icon.btn-success[b-3jdapt1xw2] {
    background: #f0fdf4;
    color: #16a34a;
}

.btn-icon.btn-success:hover:not(:disabled)[b-3jdapt1xw2] {
    background: #dcfce7;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
}

.btn-icon.btn-delete[b-3jdapt1xw2] {
    background: #fef2f2;
    color: #dc2626;
}

.btn-icon.btn-delete:hover:not(:disabled)[b-3jdapt1xw2] {
    background: #fee2e2;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.2);
}

.btn-icon.btn-disabled[b-3jdapt1xw2] {
    background: #f8fafc;
    color: #cbd5e1;
}

.btn-icon.small[b-3jdapt1xw2] {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
}

/* ====== SOUS-CAT�GORIES ====== */

.subcategories-container[b-3jdapt1xw2] {
    background: #fafbfc;
    border-top: 1px solid #f1f5f9;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    animation: expandDown-b-3jdapt1xw2 0.3s ease-out;
}

@keyframes expandDown-b-3jdapt1xw2 {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

.admin-category-card.collapsed .subcategories-container[b-3jdapt1xw2] {
    display: none;
}

.subcategories-header[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.subcategories-list[b-3jdapt1xw2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.admin-subcategory-card[b-3jdapt1xw2] {
    background: white;
    border: 1px solid #e2e8f0;
    border-left-width: 3px;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-subcategory-card:hover[b-3jdapt1xw2] {
    border-left-width: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateX(4px);
}

.subcategory-content[b-3jdapt1xw2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    gap: 1rem;
}

.subcategory-left[b-3jdapt1xw2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.subcategory-icon[b-3jdapt1xw2] {
    color: #94a3b8;
    font-size: 1rem;
}

.subcategory-name[b-3jdapt1xw2] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #475569;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 1024px) {
    .page-header[b-3jdapt1xw2],
    .loading-state[b-3jdapt1xw2],
    .alert-modern[b-3jdapt1xw2],
    .empty-state-modern[b-3jdapt1xw2],
    .admin-categories-card[b-3jdapt1xw2] {
        max-width: 90%;
    }

    .header-content[b-3jdapt1xw2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-actions[b-3jdapt1xw2] {
        width: 100%;
    }

    .btn-modern[b-3jdapt1xw2] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-header[b-3jdapt1xw2],
    .loading-state[b-3jdapt1xw2],
    .alert-modern[b-3jdapt1xw2],
    .empty-state-modern[b-3jdapt1xw2],
    .admin-categories-card[b-3jdapt1xw2] {
        max-width: 100%;
        min-width: auto;
    }
    
    .page-header[b-3jdapt1xw2] {
        padding: 1.25rem 1.5rem;
    }

    .header-left[b-3jdapt1xw2] {
        gap: 1rem;
    }

    .header-icon[b-3jdapt1xw2] {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .page-title[b-3jdapt1xw2] {
        font-size: 1.375rem;
    }

    .page-subtitle[b-3jdapt1xw2] {
        font-size: 0.8125rem;
    }

    .category-main[b-3jdapt1xw2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .category-actions[b-3jdapt1xw2] {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .subcategories-container[b-3jdapt1xw2] {
        padding: 1rem 1rem 1rem 2rem;
    }

    .subcategory-content[b-3jdapt1xw2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .subcategory-actions[b-3jdapt1xw2] {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 576px) {
    .card-header-modern[b-3jdapt1xw2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .header-stats[b-3jdapt1xw2] {
        width: 100%;
        justify-content: space-between;
    }

    .category-left[b-3jdapt1xw2] {
        flex-wrap: wrap;
    }

    .action-group[b-3jdapt1xw2] {
        flex-direction: column;
    }
}

/* ====== ANIMATIONS SUPPL�MENTAIRES ====== */

@keyframes pulse-b-3jdapt1xw2 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading-spinner[b-3jdapt1xw2] {
    animation: pulse-b-3jdapt1xw2 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* ====== AM�LIORATION ACCESSIBILIT� ====== */

.btn-icon:focus-visible[b-3jdapt1xw2],
.btn-modern:focus-visible[b-3jdapt1xw2],
.expand-btn:focus-visible[b-3jdapt1xw2] {
    outline: 2px solid var(--premium-primary);
    outline-offset: 2px;
}

/* ====== DRAG & DROP STATES ====== */

.admin-category-card[dragging="true"][b-3jdapt1xw2],
.admin-subcategory-card[dragging="true"][b-3jdapt1xw2] {
    opacity: 0.5;
    transform: scale(0.95);
}

.admin-category-card[drag-over="true"][b-3jdapt1xw2],
.admin-subcategory-card[drag-over="true"][b-3jdapt1xw2] {
    border-color: var(--premium-primary);
    background: var(--theme-primary-rgba-005);
}
/* /Components/Pages/Commum/Home.razor.rz.scp.css */
/* Home.razor - Styles CSP-Compliant */

/* Category card curseur pointer */
.category-card-clickable[b-76x245o89s] {
    cursor: pointer;
}

/* Category icon avec couleur dynamique */
.category-icon-colored[b-76x245o89s] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.category-icon-colored i[b-76x245o89s] {
    font-size: 2rem;
    color: white;
}

/* Carousel indicators position */
.carousel-indicators-relative[b-76x245o89s] {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
}

/* Default gray category icon */
.category-icon-gray[b-76x245o89s] {
    background: #6c757d;
}
/* /Components/Pages/Public/About.razor.rz.scp.css */
/* About.razor - Styles CSP-Compliant */

/* Section headers avec ic�ne */
.section-header-icon[b-7l8oxzq42v] {
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.section-header-icon-lg[b-7l8oxzq42v] {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
}

.section-header-icon-green[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.section-header-icon-info[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.section-header-icon-warning[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.section-header-icon i[b-7l8oxzq42v] {
    font-size: 1rem;
    color: white;
}

.section-header-icon-lg i[b-7l8oxzq42v] {
    font-size: 1.5rem;
}

/* Section header container */
.section-header[b-7l8oxzq42v] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header-title[b-7l8oxzq42v] {
    margin: 0;
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

.section-header-subtitle[b-7l8oxzq42v] {
    color: #6c757d;
    font-size: 0.875rem;
    margin: 0;
}

/* Section content */
.section-content[b-7l8oxzq42v] {
    margin: 0;
    font-size: 0.875rem;
}

/* Service cards */
.service-card[b-7l8oxzq42v] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    height: 100%;
}

.service-card i[b-7l8oxzq42v] {
    font-size: 1.25rem;
}

.service-card h3[b-7l8oxzq42v] {
    font-size: 0.95rem;
}

/* Feature cards */
.feature-card[b-7l8oxzq42v] {
    text-align: center;
    padding: 0.75rem;
    height: 100%;
    border-radius: 0.5rem;
}

.feature-card-primary[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #e7f3ff 0%, #f8f9fa 100%);
    border-left: 4px solid var(--bs-primary);
}

.feature-card-success[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #e7ffe7 0%, #f8f9fa 100%);
    border-left: 4px solid var(--bs-success);
}

.feature-card i[b-7l8oxzq42v] {
    font-size: 1.75rem;
}

.feature-card h3[b-7l8oxzq42v] {
    font-size: 0.95rem;
}

/* Category icon for links section */
.category-icon-gradient-primary[b-7l8oxzq42v] {
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.category-icon-gradient-green[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.category-icon-gradient-info[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.category-icon-gradient-warning[b-7l8oxzq42v] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.category-icon-gradient-primary i[b-7l8oxzq42v],
.category-icon-gradient-green i[b-7l8oxzq42v],
.category-icon-gradient-info i[b-7l8oxzq42v],
.category-icon-gradient-warning i[b-7l8oxzq42v] {
    font-size: 1.5rem;
    color: white;
}

/* Link card titles */
.link-card-title[b-7l8oxzq42v] {
    font-size: 1rem;
}

/* Call to action button outline */
.btn-cta-outline-light[b-7l8oxzq42v] {
    border-radius: 2rem;
    padding: 0.875rem 2rem;
    font-weight: 600;
    border-width: 2px;
}

/* Legal footer */
.legal-footer[b-7l8oxzq42v] {
    border-top: 1px solid #e9ecef;
}

/* Size variations */
.text-size-11[b-7l8oxzq42v] {
    font-size: 1.1rem;
}

.text-size-0875[b-7l8oxzq42v] {
    font-size: 0.875rem;
}

.text-size-095[b-7l8oxzq42v] {
    font-size: 0.95rem;
}

.text-size-125[b-7l8oxzq42v] {
    font-size: 1.25rem;
}

/* Border radius for buttons */
.btn-rounded-05[b-7l8oxzq42v] {
    border-radius: 0.5rem;
}

.btn-rounded-075[b-7l8oxzq42v] {
    border-radius: 0.75rem;
}
/* /Components/Pages/Public/Boutique/Boutique.razor.rz.scp.css */
/* ========================================
 BOUTIQUE - Styles sp�cifiques
   ======================================== */

.hover-lift[b-dcn614pgdp] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.hover-lift:hover[b-dcn614pgdp] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.eye { fill: %23000; }</style></defs><!-- �il gauche --><circle class="eye" cx="10" cy="10" r="2.5"/><circle cx="10" cy="10" r="4" fill="none" stroke="%23000" stroke-width="1"/><!-- �il droit --><circle class="eye" cx="22" cy="10" r="2.5"/><circle cx="22" cy="10" r="4" fill="none" stroke="%23000" stroke-width="1"/><!-- Sourire --><path d="M 10 18 Q 16 22 22 18" fill="none" stroke="%23000" stroke-width="1.5" stroke-linecap="round"/></svg>') 16 16, auto;
}

/* ========================================
   ALERTES FLOTTANTES - Conformit� CSP
   ======================================== */

.alert-floating[b-dcn614pgdp] {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1rem;
    z-index: 1050;
    min-width: 300px;
}

/* ========================================
   BADGES ET CONTENEURS - Conformit� CSP
   ======================================== */

.badge-container[b-dcn614pgdp] {
    z-index: 10;
}

.btn-close-small[b-dcn614pgdp] {
    font-size: 0.6rem;
}

/* Badge cat�gorie dynamique avec couleur CSP-friendly */
.category-badge[b-dcn614pgdp] {
    /* La couleur de fond sera appliqu�e via JavaScript depuis data-category-color */
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ========================================
   IMAGES PRODUITS - Conformit� CSP
   ======================================== */

.product-image[b-dcn614pgdp] {
    height: 250px;
    object-fit: cover;
}

/* ========================================
   SIDEBAR FILTRES - Style E-commerce
   ======================================== */

.filters-sidebar[b-dcn614pgdp] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.filters-header[b-dcn614pgdp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.filters-header h5[b-dcn614pgdp] {
    margin: 0;
    font-weight: 700;
    color: #2c3e50;
}

.filter-section[b-dcn614pgdp] {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.filter-section:last-child[b-dcn614pgdp] {
  border-bottom: none;
}

.filter-section-title[b-dcn614pgdp] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #495057;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ========================================
   BOUTONS DE FILTRES - Tailles invers�es
   ======================================== */

/* Boutons NON s�lectionn�s (petits) */
.filter-section .btn-outline-primary.btn-sm[b-dcn614pgdp] {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Boutons S�LECTIONN�S (grands) */
.filter-section .btn-primary:not(.btn-sm)[b-dcn614pgdp] {
    padding: 0.75rem 1.25rem !important;
    font-size: 1rem !important;
    font-weight: 700;
    transform: scale(1.05);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
}

/* Effet hover sur les petits boutons */
.filter-section .btn-outline-primary.btn-sm:hover[b-dcn614pgdp] {
    transform: scale(1.02);
}

/* Effet hover sur le grand bouton */
.filter-section .btn-primary:not(.btn-sm):hover[b-dcn614pgdp] {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(27, 110, 194, 0.4);
}

.active-filters .badge[b-dcn614pgdp] {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 0.875rem;
 font-weight: 600;
}

/* Badge prix avec style premium */
.active-filters .badge-prix[b-dcn614pgdp] {
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%) !important;
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.3);
    transition: all 0.3s ease;
}

.active-filters .badge-prix:hover[b-dcn614pgdp] {
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.4);
    transform: translateY(-1px);
}

.products-container[b-dcn614pgdp] {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.products-header[b-dcn614pgdp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e9ecef;
}

/* ========================================
   FILTRE PAR PRIX - Version Verticale Sidebar
   ======================================== */

.price-range-vertical[b-dcn614pgdp] {
    padding: 12px;
  background: #f8f9fa;
    border-radius: 8px;
}

.price-values-vertical[b-dcn614pgdp] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #495057;
}

.price-slider-wrapper-vertical[b-dcn614pgdp] {
    position: relative;
    height: 8px;
    margin: 16px 8px;
}

.slider-track-vertical[b-dcn614pgdp] {
    position: absolute;
    width: 100%;
  height: 8px;
    background: #dee2e6;
    border-radius: 8px;
    top: 0;
}

.slider-range-vertical[b-dcn614pgdp] {
    position: absolute;
 height: 8px;
    background: linear-gradient(90deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    border-radius: 8px;
    top: 0;
    transition: all 0.1s ease;
}

.slider-thumb-vertical[b-dcn614pgdp] {
    position: absolute;
    width: 100%;
    height: 8px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    top: 0;
}

.slider-thumb-vertical[b-dcn614pgdp]::-webkit-slider-thumb {
    pointer-events: all;
  -webkit-appearance: none;
    appearance: none;
  width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    border: 3px solid #ffffff;
 border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 10px var(--premium-shadow),
         0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-thumb-vertical[b-dcn614pgdp]::-moz-range-thumb {
    pointer-events: all;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 10px var(--premium-shadow),
                0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-thumb-vertical[b-dcn614pgdp]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 5px 16px rgba(27, 110, 194, 0.6),
             0 0 0 1px rgba(0, 0, 0, 0.08);
}

.slider-thumb-vertical[b-dcn614pgdp]::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 5px 16px rgba(27, 110, 194, 0.6),
0 0 0 1px rgba(0, 0, 0, 0.08);
}

.slider-thumb-vertical[b-dcn614pgdp]::-webkit-slider-thumb:active {
    transform: scale(1.1);
 background: linear-gradient(135deg, var(--premium-secondary) 0%, #16537e 100%);
}

.slider-thumb-vertical[b-dcn614pgdp]::-moz-range-thumb:active {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--premium-secondary) 0%, #16537e 100%);
}

.slider-thumb-vertical[b-dcn614pgdp]::-moz-range-track {
    background: transparent;
    border: none;
}

.price-tooltip-vertical[b-dcn614pgdp] {
    position: absolute;
    top: -42px;
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
  font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 4px 10px var(--premium-shadow),
        0 2px 5px rgba(0, 0, 0, 0.2);
    transition: left 0.1s ease-out;
    z-index: 10;
}

.price-tooltip-vertical[b-dcn614pgdp]::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--premium-secondary);
}

/* ========================================
S�LECTEUR DE QUANTIT� - Conformit� CSP
   ======================================== */

.quantity-selector[b-dcn614pgdp] {
    background: #f8f9fa;
  padding: 10px;
  border-radius: 8px;
    border: 1px solid #e9ecef;
}

.quantity-control[b-dcn614pgdp] {
    flex: 0 0 auto;
    min-width: 70px;
}

.quantity-input[b-dcn614pgdp] {
    max-width: 60px;
}

.quantity-selector .input-group[b-dcn614pgdp] {
    max-width: 100%;
}

.quantity-selector .btn[b-dcn614pgdp] {
    width: 35px;
    padding: 0.25rem;
}

.quantity-selector input[type="number"][b-dcn614pgdp] {
    font-weight: 600;
    color: #212529;
}

.quantity-selector input[type="number"][b-dcn614pgdp]::-webkit-inner-spin-button,
.quantity-selector input[type="number"][b-dcn614pgdp]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ========================================
   PRODUITS INDISPONIBLES
   ======================================== */

.produit-indisponible[b-dcn614pgdp] {
    position: relative;
    overflow: hidden;
}

.produit-indisponible .card-body[b-dcn614pgdp] {
    background-color: #f8f9fa;
}

.image-indisponible[b-dcn614pgdp] {
    filter: grayscale(60%) opacity(0.7);
}

/* Banderole diagonale INDISPONIBLE */
.banderole-indisponible[b-dcn614pgdp] {
    position: absolute;
    top: 35px;
    right: -45px;
    width: 200px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    transform: rotate(45deg);
    z-index: 100;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.5);

}

.banderole-texte[b-dcn614pgdp] {
    text-align: center;
    padding: 8px 0;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.banderole-texte i[b-dcn614pgdp] {
  font-size: 0.875rem;
}

/* Animation on hover */
.produit-indisponible:hover[b-dcn614pgdp] {
    transform: translateY(-3px) !important;
}

.produit-indisponible:hover .banderole-indisponible[b-dcn614pgdp] {
    animation: shake-b-dcn614pgdp 0.5s ease-in-out;
}

@keyframes shake-b-dcn614pgdp {
    0%, 100% { transform: rotate(45deg) translateX(0); }
    25% { transform: rotate(45deg) translateX(-2px); }
    75% { transform: rotate(45deg) translateX(2px); }
}

/* ========================================
   ZONE DE SCROLL TRIGGER
   ======================================== */

#scroll-trigger[b-dcn614pgdp] {
    height: 200px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 992px) {
    .filters-sidebar[b-dcn614pgdp] {
        position: relative;
        top: 0;
 max-height: none;
        margin-bottom: 20px;
    }

    .products-header[b-dcn614pgdp] {
   flex-direction: column;
    align-items: flex-start;
      gap: 8px;
    }
}

@media (max-width: 768px) {
    .filters-sidebar[b-dcn614pgdp] {
        padding: 16px;
    }

    .filter-section-title[b-dcn614pgdp] {
    font-size: 0.85rem;
    }

    .products-container[b-dcn614pgdp] {
   padding: 16px;
    }
}
/* /Components/Pages/Public/Contact.razor.rz.scp.css */
/* Contact.razor - Styles CSP-Compliant */

/* Section headers (r�utilise les styles d'About.razor) */
.section-header-icon[b-dj2ca4souf] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.section-header-icon-primary[b-dj2ca4souf] {
    background: linear-gradient(135deg, var(--premium-primary) 0%, var(--premium-secondary) 100%);
}

.section-header-icon-info[b-dj2ca4souf] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
}

.section-header-icon-success[b-dj2ca4souf] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.section-header-icon-warning[b-dj2ca4souf] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

.section-header-icon i[b-dj2ca4souf] {
    font-size: 1.5rem;
    color: white;
}

.section-header[b-dj2ca4souf] {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.section-header h2[b-dj2ca4souf],
.section-header h5[b-dj2ca4souf] {
    margin: 0;
}

.section-header p[b-dj2ca4souf] {
    margin: 0;
}

/* Contact info box */
.contact-info-box[b-dj2ca4souf] {
    background: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1rem;
    border-left: 4px solid var(--bs-primary);
}

.contact-info-hours[b-dj2ca4souf] {
    background: #e7f3ff;
    border-radius: 0.75rem;
    padding: 1rem;
    border-left: 4px solid var(--bs-info);
}

.contact-info-box i[b-dj2ca4souf],
.contact-info-hours i[b-dj2ca4souf] {
    font-size: 1.2rem;
}

/* Service reason cards */
.reason-card[b-dj2ca4souf] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 0.75rem;
    height: 100%;
}

.reason-card i[b-dj2ca4souf] {
    font-size: 2rem;
}

/* Success modal */
.success-modal-overlay[b-dj2ca4souf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: fadeIn-b-dj2ca4souf 0.3s ease;
    padding: 1rem;
}

.success-modal-card[b-dj2ca4souf] {
    max-width: 500px;
    border-radius: 1.25rem;
    animation: slideIn-b-dj2ca4souf 0.3s ease;
}

.success-icon-container[b-dj2ca4souf] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.success-icon-container i[b-dj2ca4souf] {
    font-size: 2.5rem;
    color: white;
}

@keyframes fadeIn-b-dj2ca4souf {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-dj2ca4souf {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Form submit button */
.btn-submit-form[b-dj2ca4souf] {
    border-radius: 0.75rem;
    padding: 0.875rem;
}

/* Button outline light custom */
.btn-outline-light-custom[b-dj2ca4souf] {
    border-radius: 2rem;
    padding: 0.875rem 2rem;
    font-weight: 600;
    border-width: 2px;
}
/* /Components/Routes.razor.rz.scp.css */
/* Routes.razor - Lazy Loading Styles */

.lazy-loading-overlay[b-02w8uo2r6m] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-02w8uo2r6m 0.3s ease-in-out;
}

.lazy-loading-spinner[b-02w8uo2r6m] {
    text-align: center;
}

.lazy-loading-spinner p[b-02w8uo2r6m] {
    color: #1b6ec2;
    font-weight: 500;
    font-size: 1.1rem;
}

@keyframes fadeIn-b-02w8uo2r6m {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* /Components/Shared/AccountMenu.razor.rz.scp.css */
/* AccountMenu.razor - Dropdown Styles */

.dropdown[b-b3mf6i3sln] {
    position: relative;
}

.dropdown-menu[b-b3mf6i3sln] {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    right: 0;
    min-width: 200px;
}

.dropdown-menu.show[b-b3mf6i3sln] {
    display: block;
}

.dropdown-item[b-b3mf6i3sln] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.dropdown-item:hover[b-b3mf6i3sln],
.dropdown-item:focus[b-b3mf6i3sln] {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.dropdown-item:active[b-b3mf6i3sln] {
    background-color: #0d6efd;
    color: white;
}

.dropdown-toggle[b-b3mf6i3sln]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@keyframes fadeIn-b-b3mf6i3sln {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-menu.show[b-b3mf6i3sln] {
    animation: fadeIn-b-b3mf6i3sln 0.2s ease-out;
}
/* /Components/Shared/CategoriesDropdown.razor.rz.scp.css */
/* CategoriesDropdown.razor - Styles CSP-Compliant */

/* Category list icon avec couleur dynamique */
.categories-list-icon[b-499fukv408] {
    /* background-color d�fini via data-* + JS */
}

/* Detail icon avec couleur dynamique */
.detail-icon[b-499fukv408] {
    /* background-color d�fini via data-* + JS */
}

/* Detail item image avec couleur dynamique */
.detail-item-image[b-499fukv408] {
    /* background-color d�fini via data-* + JS */
}
/* /Components/Shared/CategoriesHorizontalMenu.razor.rz.scp.css */
/* CategoriesHorizontalMenu.razor - Styles CSP-Compliant */

/* Category menu icon avec couleur dynamique */
.category-menu-icon[b-hhsb1qz0gr] {
    /* background d�fini via data-* + JS */
}

/* Subcategory icon avec couleur dynamique */
.subcategory-icon[b-hhsb1qz0gr] {
    /* background d�fini via data-* + JS */
}
/* /Components/Shared/CategoriesMenu.razor.rz.scp.css */
/* CategoriesMenu.razor - Styles CSP-Compliant + GPU-Accelerated */

/* Container principal avec variables de th�me */
.categories-premium-list[b-0p1iyvgokz] {
    /* Les variables CSS sont d�finies via style sur l'�l�ment (dynamiques) */
}

/* ========================================
   GPU-ACCELERATED BACKGROUNDS
   Fix pour animations non compos�es
   ======================================== */

/* Category icon avec pseudo-�l�ment pour GPU-acceleration */
.category-icon-glass[b-0p1iyvgokz] {
    position: relative;
    /* Le background sera appliqu� via ::before pour �viter les animations non compos�es */
}

.category-icon-glass.icon-with-bg[b-0p1iyvgokz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--icon-color, #6c757d);
    border-radius: inherit;
    z-index: -1;
    /* ? GPU-acceleration avec transform et will-change */
    will-change: transform, opacity;
    transform: translateZ(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Effet hover optimis� avec transform au lieu de background-color */
.category-item-premium:hover .category-icon-glass.icon-with-bg[b-0p1iyvgokz]::before {
    opacity: 0.9;
    transform: scale(1.05) translateZ(0);
}

/* Fallback pour les navigateurs ne supportant pas les pseudo-�l�ments dynamiques */
@supports not (background: var(--icon-color)) {
    .category-icon-glass.icon-with-bg[b-0p1iyvgokz] {
        background: #6c757d;
    }
}

/* Sub-category dot avec pseudo-�l�ment pour GPU-acceleration */
.sub-category-dot[b-0p1iyvgokz] {
    position: relative;
    /* Le background sera appliqu� via ::before pour �viter les animations non compos�es */
}

.sub-category-dot.dot-with-bg[b-0p1iyvgokz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--dot-color, #6c757d);
    border-radius: inherit;
    z-index: -1;
    /* ? GPU-acceleration */
    will-change: transform;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}

/* Fallback */
@supports not (background: var(--dot-color)) {
    .sub-category-dot.dot-with-bg[b-0p1iyvgokz] {
        background: #6c757d;
    }
}
/* /Components/Shared/CookieBanner.razor.rz.scp.css */
/* Popup de consentement des cookies - Design moderne harmonis� */

.cookie-banner-overlay[b-1eugro12em] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 50000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    animation: overlayFadeIn-b-1eugro12em 0.3s ease-out;
}

@keyframes overlayFadeIn-b-1eugro12em {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(3px);
    }
}

.cookie-banner-modal[b-1eugro12em] {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 520px;
    margin: 1rem;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 8px 24px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.8) inset;
    position: relative;
    animation: modalSlideIn-b-1eugro12em 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(27, 110, 194, 0.1);
}

@keyframes modalSlideIn-b-1eugro12em {
    from {
        transform: scale(0.85) translateY(20px);
        opacity: 0;
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.cookie-banner-close[b-1eugro12em] {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-banner-close:hover[b-1eugro12em] {
    color: #333;
    background: rgba(0,0,0,0.05);
}

.cookie-banner-content[b-1eugro12em] {
    text-align: center;
    color: #2c3e50;
}

.cookie-banner-title[b-1eugro12em] {
    margin-bottom: 1.5rem;
    color: var(--premium-primary);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cookie-banner-text[b-1eugro12em] {
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #495057;
    font-weight: 400;
}

.cookie-banner-buttons[b-1eugro12em] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.cookie-banner-buttons .btn[b-1eugro12em] {
    min-width: 140px;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.cookie-banner-buttons .btn[b-1eugro12em]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease-in-out;
}

.cookie-banner-buttons .btn:hover[b-1eugro12em]::before {
    left: 100%;
}

.cookie-banner-buttons .btn-success[b-1eugro12em] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-color: #28a745;
    color: white;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.cookie-banner-buttons .btn-success:hover[b-1eugro12em] {
    background: linear-gradient(135deg, #218838 0%, #1ea888 100%);
    border-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

.cookie-banner-buttons .btn-secondary[b-1eugro12em] {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    border-color: #6c757d;
    color: white;
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.cookie-banner-buttons .btn-secondary:hover[b-1eugro12em] {
    background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
    border-color: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(108, 117, 125, 0.4);
}

.cookie-banner-footer[b-1eugro12em] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6c757d;
}

.cookie-banner-footer a[b-1eugro12em] {
    color: var(--premium-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.cookie-banner-footer a:hover[b-1eugro12em] {
    color: var(--premium-secondary);
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 575.98px) {
    .cookie-banner-modal[b-1eugro12em] {
        margin: 1rem;
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .cookie-banner-title[b-1eugro12em] {
        font-size: 1.25rem;
    }

    .cookie-banner-text[b-1eugro12em] {
        font-size: 0.9rem;
    }

    .cookie-banner-buttons[b-1eugro12em] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .cookie-banner-buttons .btn[b-1eugro12em] {
        width: 100%;
        min-width: auto;
    }
}

/* Focus states pour l'accessibilit� */
.cookie-banner-buttons .btn:focus[b-1eugro12em] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.25);
}

.cookie-banner-footer a:focus[b-1eugro12em] {
    outline: 2px solid var(--premium-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Animation de disparition */
.cookie-banner-overlay.fade-out[b-1eugro12em] {
    animation: overlayFadeOut-b-1eugro12em 0.3s ease-out forwards;
}

.cookie-banner-modal.fade-out[b-1eugro12em] {
    animation: modalSlideOut-b-1eugro12em 0.3s ease-out forwards;
}

@keyframes overlayFadeOut-b-1eugro12em {
    from {
        opacity: 1;
        backdrop-filter: blur(3px);
    }
    to {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
}

@keyframes modalSlideOut-b-1eugro12em {
    from {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    to {
        transform: scale(0.9) translateY(-20px);
        opacity: 0;
    }
}

.debug-panel[b-1eugro12em] {
    pointer-events: none; /* Ne pas bloquer les clics */
}

.debug-panel button[b-1eugro12em] {
    pointer-events: all; /* R�activer les clics sur les boutons de test */
    cursor: pointer;
    margin: 2px;
}
