@keyframes slideInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}.user-message{display:flex;justify-content:flex-end}.ai-message{display:flex;justify-content:flex-start}.slide-in-right{animation:slideInRight .3s ease-out}.slide-in-left{animation:slideInLeft .3s ease-out}.scroll-to-bottom-button{transition:background-color .3s ease,transform .3s ease}.scroll-to-bottom-button:hover{background-color:#1a6cc9;transform:scale(1.1)}