.mm-required{color:var(--orange);font-style:normal}.mm-field input::placeholder{color:#b6b0a5;opacity:.72}.mm-field input.mm-invalid{border-color:var(--orange);background:#fff6f1;box-shadow:0 0 0 3px rgba(216,91,53,.12)}
.mm-file-stack{display:grid;gap:9px}.mm-file-label{font-size:9px;font-weight:800;color:var(--muted);margin-bottom:-3px}.mm-file-row{min-height:54px}.mm-file-state{white-space:normal;text-align:right;max-width:440px;line-height:1.45}
.mm-chat{margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.mm-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid var(--line)}.mm-chat-head h3{font-size:14px;margin:0}.mm-model-status{font-size:9px;color:#8a6710;background:#f7edcc;border-radius:999px;padding:6px 9px}.mm-model-status.ready{background:var(--green-soft);color:var(--green)}
.mm-quick-questions{display:flex;gap:7px;flex-wrap:wrap;padding:12px 16px 0}.mm-quick-questions button{border:1px solid var(--line);border-radius:999px;background:#f5f3ed;padding:7px 10px;font-size:9px;color:#4f4c45}.mm-quick-questions button:hover{border-color:#c88770;color:#a84628}
.mm-chat-messages{display:grid;gap:9px;padding:14px 16px;max-height:330px;overflow:auto}.mm-message{max-width:82%;padding:11px 13px;border-radius:13px;font-size:10px;line-height:1.7;white-space:pre-wrap}.mm-message.user{justify-self:end;background:#242824;color:white;border-bottom-right-radius:4px}.mm-message.assistant{justify-self:start;background:#f0eee7;border-bottom-left-radius:4px}.mm-chat-empty{font-size:10px;color:var(--muted);padding:2px 0 5px}
.mm-chat-compose{display:grid;grid-template-columns:1fr auto;gap:9px;padding:12px 16px 16px}.mm-chat-compose textarea{min-height:46px;max-height:130px;resize:vertical;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font:inherit;font-size:10px;outline:none}.mm-chat-compose textarea:focus{border-color:#ba765e;box-shadow:0 0 0 3px rgba(216,91,53,.1)}.mm-chat-compose button{min-width:88px}.mm-chat-compose button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:760px){.mm-file-state{text-align:left;max-width:none}.mm-chat-head{align-items:flex-start;flex-direction:column}.mm-chat-compose{grid-template-columns:1fr}.mm-message{max-width:94%}}
