@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.unread-badge{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background-color:#f02849;color:#fff;font-size:12px;font-weight:700;padding:0 5px;position:absolute;right:5px}.unread-badge-animate{animation:pulse 1.5s ease-in-out infinite}