.suivi_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    text-align: center;
    gap: 1rem;
}

.suivi_empty_icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: hsl(var(--muted));
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--muted-foreground));
}

.suivi_nom { font-weight: 600; font-size: .875rem; }
.suivi_dept { font-size: .75rem; color: hsl(var(--muted-foreground)); }

.suivi_row:hover { background: hsl(var(--muted) / .5); }

.suivi_delete_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: hsl(var(--muted-foreground));
    line-height: 0;
    border-radius: 4px;
    transition: color .15s;
}
.suivi_delete_btn:hover { color: #B53226; }

.suivi_evol_pos { color: #1B5E35; font-family: var(--f-mono); font-size: .8rem; }
.suivi_evol_neg { color: #B53226; font-family: var(--f-mono); font-size: .8rem; }
.suivi_evol_neu { color: hsl(var(--muted-foreground)); font-family: var(--f-mono); font-size: .8rem; }
