Future<bool> isGamificationEnabled(String orgId) async { final org = await getOrganization(orgId); return org.settings['gamification_enabled'] == true; }