* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Hind Siliguri', 'Inter', sans-serif; background-color: #0B0E11; color: #FFFFFF; line-height: 1.6; padding-bottom: 70px; }
        header { background-color: #181A20; border-bottom: 1px solid #2B2F36; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        header .brand { display: flex; align-items: center; gap: 10px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn { padding: 6px 15px; border-radius: 4px; font-size: 14px; cursor: pointer; border: none; font-weight: 600; transition: 0.3s; }
        header .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #2B2F36; }
        header .btn-register { background: #FFD700; color: #0B0E11; }
        header .btn-register:hover { background: #FFC107; }
        main { max-width: 1200px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1A237E, #0B0E11); border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 24px; font-weight: 700; margin-bottom: 10px; }
        .jackpot-amount { font-size: 36px; font-weight: 700; color: #FFFFFF; font-family: 'Inter', sans-serif; letter-spacing: 2px; }
        .intro-card { background: #181A20; padding: 25px; border-radius: 15px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 32px; color: #FFD700; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { color: #B7BDC6; font-size: 16px; }
        .section-title { font-size: 28px; color: #FFFFFF; margin: 20px 0; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ''; width: 4px; height: 24px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
        .game-card { background: #1E2329; border-radius: 12px; overflow: hidden; transition: transform 0.3s; border: 1px solid #2B2F36; text-decoration: none; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #181A20; padding: 20px; border-radius: 15px; margin-bottom: 25px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; color: #B7BDC6; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-card { background: #1E2329; padding: 20px; border-radius: 12px; border: 1px solid #2B2F36; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; }
        .lottery-ticker { background: #181A20; border-radius: 12px; padding: 15px; height: 200px; overflow: hidden; position: relative; margin-bottom: 25px; }
        .lottery-scroll { animation: scrollList 30s linear infinite; }
        .lottery-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2B2F36; font-size: 13px; }
        .lottery-user { color: #FFD700; }
        .lottery-win { color: #02C076; font-weight: 700; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .provider-item { background: #1E2329; padding: 15px; border-radius: 8px; text-align: center; color: #FFD700; font-weight: 600; border: 1px solid #2B2F36; }
        .review-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .review-card { background: #181A20; padding: 20px; border-radius: 12px; border: 1px solid #2B2F36; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #C5A059; }
        .review-stars { color: #F0B90B; font-size: 12px; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #181A20; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px; color: #B7BDC6; font-size: 14px; }
        .security-section { background: #1A237E; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-badge { font-size: 12px; color: #FFFFFF; }
        .security-badge i { font-size: 30px; display: block; margin-bottom: 5px; color: #00C853; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #181A20; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B2F36; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #B7BDC6; font-size: 12px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        footer { background: #0B0E11; padding: 40px 20px; border-top: 1px solid #2B2F36; }
        .footer-contacts { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 30px; }
        .footer-contacts a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: center; }
        .footer-links a { color: #B7BDC6; text-decoration: none; font-size: 14px; }
        .footer-copyright { text-align: center; font-size: 12px; color: #5E6673; border-top: 1px solid #2B2F36; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid, .provider-wall { grid-template-columns: repeat(4, 1fr); }
            .guidelines, .review-grid { grid-template-columns: repeat(2, 1fr); }
        }