* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', 'Inter', sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        header { background-color: #151921; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D333B; }
        header .brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; }
        header .actions { display: flex; gap: 10px; }
        header .btn { padding: 6px 15px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: 0.3s; }
        header .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        header .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #050505; }
        main { max-width: 1000px; margin: 0 auto; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1F2630; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-label { color: #FFD700; font-size: 18px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 700; color: #FFFFFF; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #151921; border-radius: 12px; border: 1px solid #2D333B; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #B0B3B8; text-align: justify; }
        .section-header { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; border-left: 4px solid #FFD700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #151921; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #2D333B; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license { background: #1F2630; margin: 25px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .pl-item { text-align: center; }
        .pl-item i { font-size: 24px; color: #FFD700; margin-bottom: 5px; }
        .pl-item span { display: block; font-size: 10px; color: #B0B3B8; }
        .guidelines { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-box { background: #151921; padding: 15px; border-radius: 8px; border-left: 3px solid #00C853; }
        .guide-box h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-box p { font-size: 13px; color: #B0B3B8; }
        .lottery-ticker { margin: 15px; background: #151921; border-radius: 12px; border: 1px solid #2D333B; padding: 10px; overflow: hidden; }
        .lottery-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2D333B; font-size: 12px; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-name { color: #FFD700; }
        .lottery-win { color: #00E676; font-weight: bold; }
        .provider-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-item { background: #1F2630; padding: 12px; text-align: center; border-radius: 6px; font-weight: 600; color: #FFD700; font-size: 14px; border: 1px solid #2D333B; }
        .review-section { padding: 15px; }
        .review-card { background: #151921; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D333B; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 20px; color: #B0B3B8; background: #2D333B; padding: 8px; border-radius: 50%; }
        .review-info h4 { font-size: 14px; color: #FFFFFF; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #B0B3B8; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #65676B; }
        .faq-section { padding: 15px; }
        .faq-item { background: #151921; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #2D333B; }
        .faq-question { padding: 15px; cursor: pointer; font-weight: 600; font-size: 15px; color: #FFD700; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #B0B3B8; }
        .security-section { margin: 25px 15px; background: #1F2630; border-radius: 12px; padding: 20px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .security-text { font-size: 12px; color: #B0B3B8; }
        .security-links a { color: #00C853; text-decoration: none; margin: 0 5px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #151921; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D333B; z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #B0B3B8; transition: 0.3s; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2D333B; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; }
        .footer-social a { color: #FFFFFF; font-size: 14px; text-decoration: none; display: flex; align-items: center; gap: 5px; }
        .footer-social i { color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #B0B3B8; text-decoration: none; font-size: 13px; text-align: center; }
        .footer-bottom { text-align: center; font-size: 12px; color: #65676B; border-top: 1px solid #2D333B; pt: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .provider-wall { grid-template-columns: repeat(4, 1fr); }
        }