/* Root — auth gate, API-backed state, routing, tweaks =============== Auth + team + connection + ad data now come from the PHP/MySQL backend (see /api and apiClient.jsx). The dashboard chrome lives in shell.jsx (Workspace); the Admin Panel lives in admin.jsx. =================================================================== */ const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "defaultView": "dashboard", "adminDensity": "comfortable" }/*EDITMODE-END*/; function BootSplash({ brand }){ return (