.conversation{overflow:hidden;white-space:nowrap;width:fit-content;animation:conversation-typing;animation-timing-function:var(--animation-timing-function);animation-delay:var(--animation-delay);animation-duration:var(--animation-duration)}@keyframes conversation-typing{0%{max-width:0}to{max-width:100%}}.gradient{background-image:linear-gradient(85deg,rgba(131,58,180,1),rgba(253,29,29,1) 50%,rgba(252,176,69,1));background-clip:text;color:transparent;background-size:500%;animation:text-grad 3s infinite alternate}@keyframes text-grad{0%{background-position:0 100%}to{background-position:100% 0}}