{"html":"<!DOCTYPE html><html lang=\"en\"><head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Menang mudah dengan Nagaplay99 - Platform gaming premium dengan RTP tertinggi, bonus harian, dan pengalaman bermain terbaik. Daftar sekarang dan rasakan kemenangan mudah setiap hari!\">\n    <meta name=\"keywords\" content=\"nagaplay99, menang mudah, gaming online, daftar nagaplay99, login nagaplay99, bonus nagaplay99, RTP tertinggi\">\n    <meta name=\"author\" content=\"SEO by Hell\">\n    <title>Nagaplay99 - Menang Mudah dengan Platform Gaming Premium | SEO by Hell</title>\n    <link href=\"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;family=Orbitron:wght@500;600;700&amp;display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: 'Inter', sans-serif;\n            background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);\n            color: #f8fafc;\n            min-height: 100vh;\n            position: relative;\n            overflow-x: hidden;\n        }\n        body::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: \n                radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 20%),\n                radial-gradient(circle at 90% 80%, rgba(236, 72, 153, 0.1) 0%, transparent 20%),\n                radial-gradient(circle at 50% 30%, rgba(59, 130, 246, 0.05) 0%, transparent 30%);\n            pointer-events: none;\n        }\n        .header {\n            padding: 1.5rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n            position: relative;\n            z-index: 10;\n        }\n        .logo-container {\n            display: flex;\n            align-items: center;\n        }\n        .logo-img {\n            height: 60px;\n            width: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);\n            transition: transform 0.3s ease;\n        }\n        .logo-img:hover {\n            transform: scale(1.05);\n        }\n        .auth-buttons {\n            display: flex;\n            gap: 1.25rem;\n        }\n        .btn {\n            padding: 0.75rem 2rem;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 0.95rem;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            border: none;\n            outline: none;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        }\n        .btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\n            transition: left 0.5s;\n        }\n        .btn:hover::before {\n            left: 100%;\n        }\n        .btn-login {\n            background: linear-gradient(90deg, #4f46e5, #7c3aed);\n            color: white;\n            transform: translateY(0);\n        }\n        .btn-login:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4);\n        }\n        .btn-register {\n            background: linear-gradient(90deg, #be185d, #f43f5e);\n            color: white;\n            transform: translateY(0);\n        }\n        .btn-register:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(244, 63, 94, 0.4);\n        }\n        .hero {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            padding: 4rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n            width: 100%;\n            position: relative;\n            z-index: 5;\n        }\n        .hero h1 {\n            font-family: 'Orbitron', sans-serif;\n            font-size: 4.5rem;\n            font-weight: 800;\n            margin-bottom: 2rem;\n            background: linear-gradient(90deg, #ffffff, #f8fafc, #e2e8f0);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            line-height: 1.1;\n            text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);\n            position: relative;\n        }\n        .hero h1::after {\n            content: 'Menang Mudah';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            font-size: 1.25rem;\n            font-weight: 600;\n            background: linear-gradient(90deg, #6366f1, #ec4899);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            width: 100%;\n            text-align: center;\n        }\n        .hero p {\n            font-size: 1.5rem;\n            color: #cbd5e1;\n            max-width: 700px;\n            margin-bottom: 3rem;\n            line-height: 1.7;\n            font-weight: 500;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        .features {\n            display: flex;\n            gap: 2rem;\n            margin-top: 2rem;\n            flex-wrap: wrap;\n            justify-content: center;\n        }\n        .feature {\n            background: rgba(30, 41, 59, 0.6);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(100, 116, 139, 0.3);\n            border-radius: 16px;\n            padding: 1.5rem;\n            min-width: 200px;\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        .feature:hover {\n            transform: translateY(-5px);\n        }\n        .feature h3 {\n            color: #8b5cf6;\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n        .feature p {\n            font-size: 0.9rem;\n            color: #94a3b8;\n            margin: 0;\n        }\n        .footer {\n            padding: 2.5rem 2rem 1.5rem;\n            text-align: center;\n            color: #64748b;\n            font-size: 0.95rem;\n            border-top: 1px solid rgba(100, 116, 139, 0.2);\n            margin-top: auto;\n            position: relative;\n            z-index: 10;\n        }\n        .seo-tag {\n            background: linear-gradient(90deg, #6366f1, #ec4899);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 700;\n            margin-top: 0.5rem;\n            display: block;\n        }\n        .particles {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n        }\n        .particle {\n            position: absolute;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            animation: float 15s infinite linear;\n        }\n        @keyframes float {\n            0% {\n                transform: translateY(0) translateX(0) rotate(0deg);\n                opacity: 0;\n            }\n            10% {\n                opacity: 1;\n            }\n            90% {\n                opacity: 0.8;\n            }\n            100% {\n                transform: translateY(-100vh) translateX(100px) rotate(360deg);\n                opacity: 0;\n            }\n        }\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.8rem;\n            }\n            .hero h1::after {\n                font-size: 1rem;\n                bottom: -10px;\n            }\n            .hero p {\n                font-size: 1.2rem;\n            }\n            .header {\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n            .auth-buttons {\n                width: 100%;\n                justify-content: center;\n            }\n            .btn {\n                padding: 0.65rem 1.5rem;\n                font-size: 0.85rem;\n            }\n            .features {\n                flex-direction: column;\n                align-items: center;\n            }\n            .logo-img {\n                height: 50px;\n            }\n        }\n    </style>\n</head>\n<body>\n    <div class=\"particles\" id=\"particles\"><div class=\"particle\" style=\"width: 4.45172px; height: 4.45172px; left: 35.6734%; animation-delay: 7.5713s; animation-duration: 26.6374s; opacity: 0.292072;\"></div><div class=\"particle\" style=\"width: 2.24733px; height: 2.24733px; left: 41.8454%; animation-delay: 14.3825s; animation-duration: 24.9488s; opacity: 0.322303;\"></div><div class=\"particle\" style=\"width: 4.00486px; height: 4.00486px; left: 30.7208%; animation-delay: 14.4539s; animation-duration: 17.2667s; opacity: 0.372962;\"></div><div class=\"particle\" style=\"width: 4.52512px; height: 4.52512px; left: 19.0026%; animation-delay: 0.150545s; animation-duration: 27.4513s; opacity: 0.278386;\"></div><div class=\"particle\" style=\"width: 4.06366px; height: 4.06366px; left: 28.5718%; animation-delay: 10.4308s; animation-duration: 22.4807s; opacity: 0.224488;\"></div><div class=\"particle\" style=\"width: 3.34121px; height: 3.34121px; left: 90.0719%; animation-delay: 12.9556s; animation-duration: 15.8277s; opacity: 0.239322;\"></div><div class=\"particle\" style=\"width: 1.37463px; height: 1.37463px; left: 84.8884%; animation-delay: 5.6551s; animation-duration: 11.3551s; opacity: 0.114283;\"></div><div class=\"particle\" style=\"width: 3.64615px; height: 3.64615px; left: 36.664%; animation-delay: 5.8988s; animation-duration: 22.3875s; opacity: 0.211083;\"></div><div class=\"particle\" style=\"width: 4.46714px; height: 4.46714px; left: 50.0443%; animation-delay: 2.62457s; animation-duration: 11.8281s; opacity: 0.370776;\"></div><div class=\"particle\" style=\"width: 1.73476px; height: 1.73476px; left: 50.0769%; animation-delay: 10.2625s; animation-duration: 17.194s; opacity: 0.25095;\"></div><div class=\"particle\" style=\"width: 4.0415px; height: 4.0415px; left: 5.68328%; animation-delay: 13.4405s; animation-duration: 21.6926s; opacity: 0.334442;\"></div><div class=\"particle\" style=\"width: 4.54176px; height: 4.54176px; left: 40.4285%; animation-delay: 9.97729s; animation-duration: 10.7345s; opacity: 0.107158;\"></div><div class=\"particle\" style=\"width: 3.01306px; height: 3.01306px; left: 91.428%; animation-delay: 2.75212s; animation-duration: 17.2141s; opacity: 0.388165;\"></div><div class=\"particle\" style=\"width: 4.36287px; height: 4.36287px; left: 47.321%; animation-delay: 11.7624s; animation-duration: 24.7208s; opacity: 0.219118;\"></div><div class=\"particle\" style=\"width: 1.65805px; height: 1.65805px; left: 75.3144%; animation-delay: 0.221291s; animation-duration: 20.7283s; opacity: 0.123825;\"></div><div class=\"particle\" style=\"width: 3.79383px; height: 3.79383px; left: 15.9843%; animation-delay: 2.47428s; animation-duration: 21.2998s; opacity: 0.344572;\"></div><div class=\"particle\" style=\"width: 2.2653px; height: 2.2653px; left: 79.1813%; animation-delay: 0.212006s; animation-duration: 11.6132s; opacity: 0.212779;\"></div><div class=\"particle\" style=\"width: 1.72052px; height: 1.72052px; left: 80.1477%; animation-delay: 9.18728s; animation-duration: 15.4525s; opacity: 0.368022;\"></div><div class=\"particle\" style=\"width: 2.4741px; height: 2.4741px; left: 6.36007%; animation-delay: 14.8267s; animation-duration: 29.6968s; opacity: 0.191558;\"></div><div class=\"particle\" style=\"width: 1.11609px; height: 1.11609px; left: 61.7729%; animation-delay: 5.57654s; animation-duration: 29.2015s; opacity: 0.326318;\"></div><div class=\"particle\" style=\"width: 4.35423px; height: 4.35423px; left: 54.129%; animation-delay: 10.8932s; animation-duration: 15.5032s; opacity: 0.122046;\"></div><div class=\"particle\" style=\"width: 1.92101px; height: 1.92101px; left: 20.9503%; animation-delay: 7.23925s; animation-duration: 24.0011s; opacity: 0.228106;\"></div><div class=\"particle\" style=\"width: 2.24081px; height: 2.24081px; left: 80.4554%; animation-delay: 7.68189s; animation-duration: 10.5755s; opacity: 0.355889;\"></div><div class=\"particle\" style=\"width: 1.14191px; height: 1.14191px; left: 5.49303%; animation-delay: 11.5063s; animation-duration: 13.1626s; opacity: 0.308376;\"></div><div class=\"particle\" style=\"width: 1.9439px; height: 1.9439px; left: 98.8472%; animation-delay: 0.718388s; animation-duration: 24.6364s; opacity: 0.376711;\"></div><div class=\"particle\" style=\"width: 3.50086px; height: 3.50086px; left: 31.8319%; animation-delay: 14.4767s; animation-duration: 29.2822s; opacity: 0.268957;\"></div><div class=\"particle\" style=\"width: 4.60806px; height: 4.60806px; left: 46.1171%; animation-delay: 3.90729s; animation-duration: 22.5266s; opacity: 0.276645;\"></div><div class=\"particle\" style=\"width: 4.16196px; height: 4.16196px; left: 36.9104%; animation-delay: 6.24778s; animation-duration: 22.5576s; opacity: 0.148973;\"></div><div class=\"particle\" style=\"width: 3.46949px; height: 3.46949px; left: 48.2997%; animation-delay: 9.63608s; animation-duration: 25.3684s; opacity: 0.223777;\"></div><div class=\"particle\" style=\"width: 4.86974px; height: 4.86974px; left: 14.6281%; animation-delay: 4.23927s; animation-duration: 21.1325s; opacity: 0.203243;\"></div></div>\n    \n    <header class=\"header\">\n        <div class=\"logo-container\">\n            <img src=\"https://cdn.mixlink.top/global/seamless/1603/IDR/logo/1309853657.png\" alt=\"Nagaplay99 Logo\" class=\"logo-img\" onerror=\"this.style.display='none'\">\n        </div>\n        <div class=\"auth-buttons\">\n            <button class=\"btn btn-login\">Login</button>\n            <button class=\"btn btn-register\">Daftar</button>\n        </div>\n    </header>\n    \n    <main class=\"hero\">\n        <h1>SELAMAT DATANG DI NAGAPLAY99</h1>\n        <p>Menang mudah dengan Nagaplay99 - Platform gaming premium dengan RTP tertinggi, bonus harian, dan pengalaman bermain terbaik.</p>\n        \n        <div class=\"features\">\n            <div class=\"feature\">\n                <h3>RTP Tertinggi</h3>\n                <p>98%+ RTP Harian</p>\n            </div>\n            <div class=\"feature\">\n                <h3>Bonus Harian</h3>\n                <p>Hingga 50%</p>\n            </div>\n            <div class=\"feature\">\n                <h3>24/7 Support</h3>\n                <p>Live Chat Cepat</p>\n            </div>\n        </div>\n    </main>\n    \n    <footer class=\"footer\">\n        <p>© 2026 nagaplay99. All rights reserved.</p>\n        <span class=\"seo-tag\">SEO by Hell</span>\n    </footer>\n\n    <script>\n        // Create floating particles\n        const particlesContainer = document.getElementById('particles');\n        const particleCount = 30;\n        \n        for (let i = 0; i < particleCount; i++) {\n            const particle = document.createElement('div');\n            particle.classList.add('particle');\n            \n            // Random properties\n            const size = Math.random() * 4 + 1;\n            const posX = Math.random() * 100;\n            const delay = Math.random() * 15;\n            const duration = Math.random() * 20 + 10;\n            \n            particle.style.width = `${size}px`;\n            particle.style.height = `${size}px`;\n            particle.style.left = `${posX}%`;\n            particle.style.animationDelay = `${delay}s`;\n            particle.style.animationDuration = `${duration}s`;\n            particle.style.opacity = Math.random() * 0.3 + 0.1;\n            \n            particlesContainer.appendChild(particle);\n        }\n    </script>\n<script defer=\"\" src=\"https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516\" integrity=\"sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==\" data-cf-beacon=\"{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;4d97537751c34b8a948c789b82880122&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}\" crossorigin=\"anonymous\"></script>\n\n</body></html>"}