@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #3b82f666}50%{box-shadow:0 0 0 10px #3b82f600}}@keyframes typing-dots{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.animate-fade-in{animation:.5s ease-out fade-in}.animate-slide-in-from-bottom{animation:.3s ease-out slide-in-from-bottom}.animate-pulse-glow{animation:2s infinite pulse-glow}.typing-dot{animation:1.4s ease-in-out infinite typing-dots}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.message-bubble{transition:all .2s;animation:.3s ease-out slide-in-from-bottom}.message-bubble:hover{transform:translateY(-1px)}.chat-button{transition:all .3s cubic-bezier(.4,0,.2,1)}.chat-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000026}.chat-input:focus{transform:scale(1.02);box-shadow:0 0 0 3px #3b82f61a}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.message-delay-0{animation-delay:0s}.message-delay-1{animation-delay:.1s}.message-delay-2{animation-delay:.2s}.message-delay-3{animation-delay:.3s}.message-delay-4{animation-delay:.4s}.message-delay-5{animation-delay:.5s}.message-delay-6{animation-delay:.6s}.message-delay-7{animation-delay:.7s}.message-delay-8{animation-delay:.8s}.message-delay-9{animation-delay:.9s}.draggable-window{transition:none!important}.cursor-move{cursor:move}.cursor-move:active{cursor:grabbing}
