Full reset — cache + auth + cookies. Call on logout.
static Future<void> logout({required String tokenKey}) async { await clearCache(); await clearAuth(tokenKey: tokenKey); await CookieManager.clearAll(); }