.typing-indicator{align-items:center;gap:6px;height:24px;padding:4px 0;display:flex}.typing-indicator span{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;width:10px;height:10px;transition:all .3s;animation:1.4s ease-in-out infinite both typing-bounce;display:block;box-shadow:0 2px 4px #667eea4d}.typing-indicator span:first-child{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);animation-delay:0s}.typing-indicator span:nth-child(2){background:linear-gradient(135deg,#764ba2 0%,#f093fb 100%);animation-delay:.2s}.typing-indicator span:nth-child(3){background:linear-gradient(135deg,#f093fb 0%,#667eea 100%);animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.7;transform:translateY(0)scale(1)}30%{opacity:1;transform:translateY(-12px)scale(1.1)}}@keyframes typing-wave{0%,60%,to{opacity:.6;transform:translateY(0)scale(1)}30%{opacity:1;transform:translateY(-10px)scale(1.2)}}@keyframes typing-pulse{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.3)}}.typing-indicator-container{animation:.3s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
