🚀 مرحبا بيك في Holy Snow

t'); resultDiv.style.display = 'block'; resultDiv.innerHTML = 'جاري تسجيل الدخول...'; try { const auth = await Pi.authenticate(['username', 'payments'], onIncompletePaymentFound); resultDiv.style.background = 'rgba(76, 175, 80, 0.3)'; resultDiv.innerHTML = `✅ تم تسجيل الدخول بنجاح
مرحبا ${auth.user.username}`; } catch (err) { resultDiv.style.background = 'rgba(244, 67, 54, 0.3)'; resultDiv.innerHTML = `❌ خطأ: ${err.message}`; } } function onIncompletePaymentFound(payment) { console.log('Payment incomplete:', payment); }