/* The backend also rejects uploads; this hides the chat attachment control. */
main button:has(input[type="file"]),
main button:has(+ input[type="file"]) {
  display: none !important;
}

button[aria-label="Anexar Arquivos"] {
  display: none !important;
}

button[aria-label="MCP Settings"] {
  display: none !important;
}
