@keyframes chat-enter{0%{opacity:0;transform:translateY(8px) scale(.98);filter:blur(2px)}60%{opacity:1;transform:translateY(0) scale(1.005);filter:blur(.5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes sheen-sweep{0%{left:-40%;opacity:0}10%{opacity:.25}50%{left:120%;opacity:.25}to{left:140%;opacity:0}}.chat-animate-enter{animation:chat-enter .42s cubic-bezier(.22,1,.36,1) both;will-change:transform,opacity,filter}.chat-animate-sheen{position:relative}.chat-animate-sheen:after{content:"";position:absolute;top:0;left:-30%;height:100%;width:30%;background:linear-gradient(90deg,#fff0,#ffffff59,#fff0);filter:blur(1px);pointer-events:none;animation:sheen-sweep .9s ease-out .12s forwards}.cta-hover-lift{transition:transform .22s ease,box-shadow .22s ease}.cta-hover-lift:hover{transform:translateY(-2px);box-shadow:0 10px 24px #20ba5a40}
