
      #userlink-chat-bubble-container.bai-se-pulsing #userlink-chat-bubble {
        animation: bai-se-ring 1.5s ease-in-out infinite !important;
      }
      @keyframes bai-se-ring {
        0% { box-shadow: 0 0 0 0 rgba(var(--bai-se-pulse-rgb, 100,100,255), 0.6); }
        70% { box-shadow: 0 0 0 14px rgba(var(--bai-se-pulse-rgb, 100,100,255), 0); }
        100% { box-shadow: 0 0 0 0 rgba(var(--bai-se-pulse-rgb, 100,100,255), 0); }
      }
      @keyframes bai-se-slide-in { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }
    