.chat-window{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.chat-window::-webkit-scrollbar{width:6px}.chat-window::-webkit-scrollbar-track{background:transparent}.chat-window::-webkit-scrollbar-thumb{background-color:rgba(156,163,175,.5);border-radius:20px}.chat-bubble-bot{border-radius:1rem 1rem 1rem 0;background-color:#374151;box-shadow:0 4px 12px rgba(0,0,0,.15);border-left:3px solid #6366f1}.chat-bubble-bot,.chat-bubble-user{padding:.75rem 1rem;max-width:24rem;color:#fff;animation:fadeIn .3s ease-out forwards}.chat-bubble-user{border-radius:1rem 1rem 0 1rem;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 4px 12px rgba(99,102,241,.3)}.chat-input{width:100%;padding:.75rem;border-radius:9999px}.chat-input,.suggestion-chip{border:1px solid #374151;color:#fff;transition:all .3s}.suggestion-chip{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;white-space:nowrap;background-color:#374151;transform-origin:center}.suggestion-chip:hover{box-shadow:0 4px 8px rgba(99,102,241,.25);transform:translateY(-2px)}.typing-indicator{display:flex;align-items:center;justify-content:center;min-width:40px;min-height:32px}.typing-dot{width:8px;height:8px;margin:0 1px;background-color:#6366f1;border-radius:50%;animation:typingAnimation 1.4s ease-in-out infinite;opacity:.7}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}.message-text{animation:fadeContent .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingAnimation{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}@keyframes fadeContent{0%{opacity:0}to{opacity:1}}.dark .chat-bubble-bot{background-color:#374151;color:#fff}.dark .chat-bubble-user{background:linear-gradient(135deg,#4338ca,#a855f7)}.dark .chat-input,.dark .suggestion-chip{border-color:#374151;color:#fff}.dark .suggestion-chip{background-color:#374151}