.typing-indicator{display:flex;align-items:center;justify-content:center;width:40px;height:20px}.typing-indicator .dot{width:6px;height:6px;margin:0 2px;background-color:hsl(var(--muted-foreground));border-radius:50%;animation:bounce 1.3s ease-in-out infinite}.typing-indicator .dot:first-child{animation-delay:-.3s}.typing-indicator .dot:nth-child(2){animation-delay:-.15s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}