*{box-sizing:border-box}html{direction:rtl}a{color:inherit}.typing-indicator{display:flex;align-items:center;gap:4px}.typing-indicator span{width:8px;height:8px;background-color:var(--text-muted, #9aa3af);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-of-type(1){animation-delay:-.32s}.typing-indicator span:nth-of-type(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.form-input{width:100%;border-radius:10px;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);padding:8px 10px;height:40px;line-height:24px}textarea.form-input{height:auto;min-height:100px;padding:12px}
