.chatbot-messages{-ms-overflow-style:none;scrollbar-width:thin;overscroll-behavior:contain;scroll-behavior:smooth;height:100%;mask-image:linear-gradient(0deg,transparent,black 10px)}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.5);border-radius:20px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background-color:rgba(156,163,175,.8)}.dark .chatbot-messages::-webkit-scrollbar-thumb{background-color:rgba(75,85,99,.5)}.dark .chatbot-messages::-webkit-scrollbar-thumb:hover{background-color:rgba(75,85,99,.8)}.chatbot-messages{touch-action:pan-y}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-animate-in{animation:fadeIn .3s ease-out forwards}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.typing-dot{animation:blink 1.4s infinite both}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}