@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:fadeUp .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes bellRing{0%{transform:rotate(0) scale(1)}10%{transform:rotate(14deg) scale(1.15)}20%{transform:rotate(-14deg) scale(1.2)}30%{transform:rotate(10deg) scale(1.15)}40%{transform:rotate(-8deg) scale(1.1)}50%{transform:rotate(4deg) scale(1.05)}60%{transform:rotate(0) scale(1)}to{transform:rotate(0) scale(1)}}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #ef4444b3}50%{transform:scale(1.2);box-shadow:0 0 0 6px #ef444400}}.notification-bell-ring{animation:bellRing 1.2s ease-in-out;animation-delay:.5s;animation-iteration-count:3;transform-origin:top center}.notification-badge-pulse{animation:badgePulse 1.5s ease-in-out infinite}
