.typing-wrapper{display:flex;padding:8px 16px;justify-content:flex-start;width:100%}.typing-indicator{display:flex;gap:6px;padding:0;background:transparent}.typing-indicator span{width:10px;height:10px;background:#8b5cf6;border-radius:50%;display:inline-block;animation:bounce 1.4s ease-in-out infinite both}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.7}40%{transform:scale(1);opacity:1;background:#d946ef}}.message-list{scrollbar-width:thin;scrollbar-color:#d946ef #000}.message-list::-webkit-scrollbar{width:10px;border-left:1px solid #333;background-color:#000}.message-list::-webkit-scrollbar-track{background:#000;border-radius:4px;border:1px solid #333}.message-list::-webkit-scrollbar-thumb{background-color:#d946ef;border-radius:4px;border:1px solid #000}.message-list::-webkit-scrollbar-thumb:hover{background-color:#ec4899}.fake-loader-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px;pointer-events:none}.spinner{width:48px;height:48px;border-radius:50%;border:5px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}