.chat-bubble{animation:giftBubble 2s ease-in-out infinite}@keyframes giftBubble{50%{transform:scale(1.05)}0%{transform:scale(1)}}.chat-start-btn{background:linear-gradient(277deg,#9662f1 8.31%,#673ab7 96.27%);height:44px;border-radius:98.468px;background:var(--,linear-gradient(277deg,#9662f1 8.31%,#673ab7 96.27%));backdrop-filter:blur(5.4704303741px)}.chat-start-btn,.chat-start-btn-active{position:relative;overflow:hidden;z-index:20}.chat-start-btn-active:before{content:"";position:absolute;width:200%;height:500%;background:linear-gradient(90deg,#fdc72f,#fbe945);left:50%;top:50%;z-index:-2;animation:rotation 3s linear infinite;transform-origin:left top}.chat-start-btn-active:after{content:"";position:absolute;background:linear-gradient(277deg,#ef4444 8.31%,#b73a3a 96.27%);top:2px;right:2px;bottom:2px;left:2px;z-index:-1;border-radius:inherit}@keyframes rotation{to{transform:rotate(1turn)}}