@keyframes heroTypingDot{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes heroChatEnter{0%{opacity:0;transform:translateX(var(--hero-enter-x,0))translateY(8px)}to{opacity:1;transform:translate(0)translateY(0)}}.hero-typing-dot{animation:1.1s ease-in-out infinite heroTypingDot}.hero-chat-enter{--hero-enter-x:0;animation:.35s ease-out both heroChatEnter}@media (prefers-reduced-motion:reduce){.hero-chat-enter{animation:none}.hero-typing-dot{opacity:1;animation:none}}
