// SettingsPanel — BYOK removed. AI now runs through signed-in proxy.
// This file is kept as a no-op so existing window.openSettings() calls
// don't throw, and the script tag in app.html can remain unchanged.
window.SettingsPanel = function() { return null; };
window.openSettings  = function() {};
