    .filter-stat {
        width: 100%;
    }
}

/* ========================================
   UTILITAIRES DE CENTRAGE (SUPER-AGENT)
   ======================================== */

/* Centrage Page Header */
.page-header-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.page-header-center h1,
.page-header-center .page-subtitle,
.page-header-center .page-date {
    text-align: center !important;
    width: 100% !important;
}

/* Centrage Section Header */
.section-header-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.section-header-center h2,
.section-header-center h3 {
    text-align: center !important;
    margin-bottom: 1rem !important;
}

/* Centrage Stat Cards */
.stat-card-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Centrage Empty States */
.empty-state-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 3rem !important;
    background-color: #f8f9fa !important;
    border-radius: 12px !important;
    border: 2px dashed #dee2e6 !important;
    margin: 1rem 0 !important;
    width: 100% !important;
}

.empty-state-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Centrage Actions */
.actions-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-top: 1rem !important;
    width: 100% !important;
}
