.typing-indicator{display:flex;align-items:center;gap:4px;height:12px}.typing-indicator span{width:6px;height:6px;background-color:#eb5757;border-radius:50%;display:inline-block;animation:typing 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}
