.menu-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 999px;
    margin-left: 6px;
    background: #edf2f7;
    color: #4a5568;
}

.menu-count-badge--projects {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25);
}

.menu-count-badge--tasks {
    background: #f97316;
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.25);
}

.menu-count-badge--teams {
    background: #10b981;
    color: #ffffff;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.25);
}

/* Base commune aux badges d'évaluation */
.eval-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* plus grand que .badge bootstrap classique */
    padding: 0.30rem 0.75rem;
    border-radius: 999px;

    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;

    border: 1px solid transparent;
}


.eval-badge--neutral {
    background-color: #e5e7eb;   /* gris clair */
    color: #374151;              /* gris foncé */
    border-color: #d1d5db;
}

.eval-badge--orange {
    background-color: #f97316;   
    color: #ffffff;             
    border-color: #f97316;       
}

.eval-badge--positive {
    background-color: #198754;   
    color: #ffffff;
    border-color: #157347;
}


.eval-badge--negative {
    background-color: #F94D4D;   
    color: #ffffff;
    border-color: #b02a37;
}


.eval-badge:hover {
    opacity: 0.92;
}


td.evaluation .eval-badge {
    padding: 0.18rem 0.4rem;
    font-size: 0.68rem;
    border-radius: 999px; 
}
