.typing-indicator{justify-content:center;align-items:center;gap:4px;display:flex}.typing-dot{background-color:#7c7c7cb7;border-radius:50%;width:4px;height:4px;animation:1s ease-in-out infinite typing-bounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}}.streaming-message,.typewriter-text{display:inline}.typewriter-cursor{color:#7c7c7c;margin-left:1px;font-weight:100;animation:.7s step-end infinite cursorBlink;display:inline-block}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@media (prefers-reduced-motion:reduce){.typing-dot,.typewriter-cursor,[class*=animate-logi-],[class*=animate-cursor-],[class*=animate-typing-]{animation:none!important}}