* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }

        header { background-color: #161A1E; padding: 12px 16px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2B3139; display: flex; justify-content: space-between; align-items: center; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; }
        .logo-area strong { font-size: 16px; font-weight: 400; color: #FCD535; }
        .auth-btns { display: flex; gap: 8px; }
        .btn { padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #FFFFFF; border: 1px solid #FCD535; }
        .btn-register { background: linear-gradient(180deg, #FCD535 0%, #D4AF37 100%); color: #0B0E11; }

        .hero-banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; background: #1E2329; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-section { background: #1E2329; margin: 16px; padding: 20px; border-radius: 12px; border: 1px solid #FCD535; text-align: center; }
        .jackpot-title { font-size: 14px; color: #FCD535; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Inter', sans-serif; }

        .intro-section { padding: 20px 16px; }
        .intro-section h1 { font-size: 24px; color: #FCD535; margin-bottom: 12px; line-height: 1.2; }
        .intro-section p { font-size: 14px; color: #B7BDC6; }

        .section-title { padding: 0 16px; margin: 20px 0 12px; font-size: 20px; color: #FCD535; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 16px; }
        .game-card { background: #1E2329; border-radius: 12px; overflow: hidden; border: 1px solid #2B3139; transition: transform 0.2s; }
        .game-card img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
        .game-card h3 { padding: 10px; font-size: 14px; text-align: center; color: #FFFFFF; }

        .article-list { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
        .article-card { display: flex; background: #1E2329; border-radius: 12px; overflow: hidden; gap: 12px; border: 1px solid #2B3139; }
        .article-card img { width: 100px; height: 100px; object-fit: cover; }
        .article-info { padding: 10px; flex: 1; }
        .article-info h3 { font-size: 14px; margin-bottom: 4px; color: #FCD535; }
        .article-info p { font-size: 12px; color: #B7BDC6; height: 36px; overflow: hidden; }

        .payment-section { background: #161A1E; margin: 20px 16px; padding: 16px; border-radius: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .payment-item { display: flex; align-items: center; gap: 8px; background: #1E2329; padding: 10px; border-radius: 8px; border: 1px solid #2B3139; }
        .payment-item i { color: #FCD535; font-size: 18px; width: 24px; text-align: center; }
        .payment-item span { font-size: 13px; }

        .lottery-list { padding: 0 16px; }
        .lottery-item { background: #1E2329; margin-bottom: 8px; padding: 12px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; border-left: 3px solid #00C853; }
        .lottery-user { font-weight: 600; font-size: 14px; }
        .lottery-game { font-size: 12px; color: #B7BDC6; }
        .lottery-win { color: #00C853; font-weight: 700; }

        .providers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 16px; }
        .provider-block { background: #1E2329; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2B3139; color: #FCD535; font-weight: 600; }

        .review-list { padding: 0 16px; display: flex; flex-direction: column; gap: 12px; }
        .review-card { background: #1E2329; padding: 16px; border-radius: 12px; border: 1px solid #2B3139; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { display: flex; align-items: center; gap: 8px; font-weight: 600; }
        .review-stars { color: #FCD535; font-size: 12px; }
        .review-content { font-size: 13px; color: #B7BDC6; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #5E6673; }

        .faq-section { padding: 0 16px; margin-bottom: 20px; }
        .faq-item { background: #1E2329; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2B3139; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FCD535; border-bottom: 1px solid #2B3139; cursor: pointer; }
        .faq-answer { padding: 15px; font-size: 14px; color: #B7BDC6; }

        .responsible-gaming { padding: 20px 16px; background: #161A1E; text-align: center; border-top: 1px solid #2B3139; }
        .security-badge { display: inline-flex; align-items: center; gap: 10px; color: #27A17C; margin-bottom: 15px; font-weight: 600; }
        .responsible-gaming p { font-size: 13px; color: #B7BDC6; margin-bottom: 12px; }
        .age-limit { display: inline-block; padding: 4px 12px; border: 1px solid #F6465D; color: #F6465D; border-radius: 20px; font-weight: 700; margin-bottom: 15px; }
        .support-links a { color: #2E86DE; margin: 0 10px; font-size: 13px; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #161A1E; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B7BDC6; font-size: 12px; }
        .nav-item i { font-size: 18px; }
        .nav-item:nth-child(3) { color: #FCD535; transform: translateY(-5px); }

        footer { background: #0B0E11; padding: 20px 16px 100px; border-top: 1px solid #2B3139; text-align: center; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #B7BDC6; }
        .copyright { font-size: 12px; color: #5E6673; border-top: 1px solid #1E2329; padding-top: 15px; }

        main { padding-bottom: 20px; }
        
        @keyframes jackpotPulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }
        .jackpot-amount { animation: jackpotPulse 2s infinite ease-in-out; }