/* public/app/css/dash-eq-idle.css
 * Synopsis: Idle égaliseur sans animation.
 * Objectif: Standby figé ; reduced-motion sans transition.
 */

.dash .dash-eq[data-eq-state="standby"] .dash-eq__bar,
.dash .dash-eq.dash-eq--standby .dash-eq__bar {
    animation: none;
    opacity: .62;
}

@media (prefers-reduced-motion: reduce) {
    .dash .dash-eq__bar {
        animation: none;
        transition: none;
    }
}
