.mt-chat-composer { padding: 9px 14px; display: flex; gap: 8px; border-top: 1px solid rgba(124,191,255,.1); }
.mt-chat-composer input { min-width: 0; height: 40px; flex: 1; padding: 0 12px; color: #fff; border: 1px solid rgba(93,160,219,.25); border-radius: 10px; background: rgba(3,14,28,.65); font: 500 11px Inter,sans-serif; outline: none; }
.mt-chat-composer input:focus { border-color: var(--mt-chat-cyan); }
.mt-chat-composer button { width: 40px; height: 40px; color: #fff; border: 0; border-radius: 10px; background: linear-gradient(110deg,#0874dc,#179cf7); font-size: 18px; cursor: pointer; }
.mt-chat-composer button:disabled { opacity: .55; cursor: wait; }
html[data-theme="light"] .mt-chat-composer input { color: #10243c; background: #fff; }
