.typing-animation{display:inline-flex;align-items:center}.dot{display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#94a3b8;margin:0 2px;animation:typing-bounce 1.4s ease-in-out infinite both}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.message-status-read{color:#10b981;transition:all .3s ease}.message-status-sent{color:#94a3b8;transition:all .3s ease}.message-status-pending{color:#64748b;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}