
        
        
        /* 🔄 PULL TO REFRESH STYLES */
        #ptr-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            pointer-events: none;
            transform: translateY(-100%);
            transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
        }
        .ptr-box {
            background: rgba(20, 20, 31, 0.95);
            border: 1.5px solid rgba(245, 214, 112, 0.4);
            border-radius: 50px;
            padding: 8px 18px;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.6);
            backdrop-filter: blur(10px);
        }
        .ptr-icon {
            color: #f5d670;
            font-size: 14px;
            transition: transform 0.2s ease;
        }
        .ptr-text {
            color: #f5d670;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

#authLoader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    /* ⚡ सॉलिड ब्लैक की जगह पारदर्शी और ब्लर बैकग्राउंड */
    background: rgba(13, 13, 19, 0.75); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

        .growth-loader-frame {
            position: relative;
            width: 76px;
            height: 76px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .growth-radar-ring {
            position: absolute;
            width: 100%;
            height: 100%;
            border: 3.5px solid rgba(245, 214, 112, 0.08);
            border-top: 3.5px solid #f5d670;
            border-bottom: 3.5px solid #c79518;
            border-radius: 50%;
            animation: radarSpin 1.1s linear infinite;
        }
        .growth-rocket-center {
            font-size: 28px;
            color: #f5d670;
            filter: drop-shadow(0 0 8px rgba(199, 149, 24, 0.5));
            animation: rocketPulse 1.4s ease-in-out infinite;
        }
        @keyframes radarSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @keyframes rocketPulse {
            0%, 100% { transform: scale(1) translateY(0); opacity: 0.95; }
            50% { transform: scale(1.1) translateY(-2px); opacity: 1; }
        }

        .loading-text {
            color: #f5d670;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-top: 24px;
            text-align: center;
            line-height: 1.5;
            max-width: 260px;
        }

        /* ------------------------------------------------------------- */
        /* PREMIUM PUSH NOTIFICATION DIALOG */
        /* ------------------------------------------------------------- */
        .push-notification-popup {
            background: rgba(20, 20, 31, 0.96) !important;
            backdrop-filter: blur(12px) !important;
            border: 1.5px solid rgba(245, 214, 112, 0.4) !important;
            border-radius: 20px !important;
            padding: 16px 18px 18px 18px !important;
            box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.85), 0px 0px 25px rgba(199, 149, 24, 0.2) !important;
            width: 330px !important;
            max-width: 92% !important;
            height: auto !important; 
            overflow: hidden !important;
        }

        .push-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
            padding-bottom: 8px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .push-card-app {
            display: flex;
            align-items: center;
            gap: 7px;
            font-size: 11px;
            font-weight: 800;
            color: rgba(255, 255, 255, 0.6);
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .push-card-app img, .push-app-icon {
            width: 18px;
            height: 18px;
            background: linear-gradient(135deg, #ffe899 0%, #c79518 100%);
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: 10px;
        }
        .push-card-time {
            font-size: 10px;
            color: rgba(255, 255, 255, 0.4);
            font-weight: 600;
        }

        .push-card-body {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }
        .push-icon-circle {
            background: radial-gradient(circle, rgba(199, 149, 24, 0.3) 0%, rgba(0,0,0,0) 70%);
            border: 1px solid rgba(245, 214, 112, 0.3);
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #f5d670;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        }
        .push-text-content {
            flex-grow: 1;
        }
        .push-title {
            margin: 0 0 6px 0;
            font-size: 14px;
            font-weight: 800;
            color: #f5d670;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            line-height: 1.3;
        }
        .push-desc {
            margin: 0;
            font-size: 12px;
            font-weight: 500;
            color: #d1d1db;
            line-height: 1.6;
            word-break: break-word;
        }

        .push-btn-action {
            margin-top: 14px;
            background: linear-gradient(135deg, #ffe899 0%, #c79518 100%);
            color: #000000;
            font-size: 12px;
            font-weight: 900;
            width: 100%;
            padding: 10px 0;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 14px rgba(199, 149, 24, 0.35);
            transition: transform 0.1s ease;
        }
        .push-btn-action:active {
            transform: scale(0.98);
        }

        .swal2-timer-progress-bar {
            background: linear-gradient(90deg, #f5d670, #c79518) !important; 
            border-radius: 16px !important;
            height: 3px !important;
        }

        .home-banner-slider {
            position: relative !important;
            overflow: hidden !important;
        }
        .banner-slides {
            display: flex !important;
            width: 100% !important;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
            will-change: transform !important;
        }
        .banner-slide img {
            width: 100% !important;
            height: auto !important;
            display: block !important;
            pointer-events: none !important;
        }

        .vip-premium-border {
            border: 2px solid transparent !important;
            background: linear-gradient(#0d0d13, #0d0d13) padding-box, 
                        linear-gradient(135deg, #ffe899 0%, #c79518 50%, #8a640f 100%) border-box !important;
            animation: vipPulseGlow 3s ease-in-out infinite alternate !important;
        }
        .vip-badge-capsule {
            background: linear-gradient(135deg, #ffe899 0%, #c79518 100%) !important;
            color: #000000 !important;
            font-size: 8.5px !important;
            font-weight: 900 !important;
            padding: 2px 8px !important;
            border-radius: 20px !important;
            display: inline-flex;
            align-items: center;
            gap: 3px;
        }
        @keyframes vipPulseGlow {
            0% { box-shadow: 0 4px 12px rgba(0,0,0,0.5), 0 0 4px rgba(199, 149, 24, 0.1); }
            100% { box-shadow: 0 4px 16px rgba(0,0,0,0.6), 0 0 15px rgba(199, 149, 24, 0.35); }
        }
