
/* Mini equalizer bar animation for SARA sessions */
@keyframes eq {
    from { transform: scaleY(0.4); opacity: 0.6; }
    to   { transform: scaleY(1);   opacity: 1; }
}

/* Scrollbar styling for SARA sessions list */
#np-sessions-list::-webkit-scrollbar { width: 4px; }
#np-sessions-list::-webkit-scrollbar-track { background: transparent; }
#np-sessions-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }
#np-sessions-list::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.3); }
