.typing-indicator{display:flex;align-self:flex-start;justify-content:center;align-items:center;padding:16px}.typing-dot{display:inline-block;width:.6rem;height:.6rem;border-radius:50%;background-color:#888;margin:0 .2rem;animation:bounce 1.4s ease-in-out infinite}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.paw-indicator{display:flex;justify-content:center;align-items:center;gap:8px;height:50px}.paw-indicator.play-once .paw-print{animation-iteration-count:1;animation-fill-mode:forwards}.paw-print{opacity:0;animation:pawStep 1.8s linear infinite}@keyframes pawStep{0%{opacity:1}80%{opacity:1}to{opacity:0}}.paw-print-1{animation-delay:0s;transform:rotate(90deg)}.paw-print-2{animation-delay:.2s;transform:rotate(90deg) translateX(12px)}.paw-print-3{animation-delay:.4s;transform:rotate(90deg)}.paw-print-4{animation-delay:.6s;transform:rotate(90deg) translateX(12px)}