.typing-indicator-row{align-items:flex-end;gap:8px;animation:.3s ease-out fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.typing-indicator{background-color:#f3f4f6;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;padding:12px 16px;display:flex}.typing-dot{background-color:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typingDot}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}