*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}.marquee-track{animation:scroll linear infinite}@keyframes chat-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-src-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.chat-msg-appear{animation:chat-slide-in .35s ease-out both}.chat-src-appear{animation:chat-src-pop .3s ease-out .15s both}@keyframes typing-pulse{0%,to{opacity:.3}50%{opacity:1}}.typing-dot{animation:typing-pulse 1s infinite}