static void logRetry(int attempt, int max, String url) { if (!_enabled) return; debugPrint('$_bold${_yellow}[AutoPilot 🔄 Retry $attempt/$max]$_reset $url'); }