* { 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; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        
        header { background-color: #15191E; padding: 12px 16px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D3748; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FCD535; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #2D3748; }
        .btn-register { background: #FCD535; color: #0B0E11; }

        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-container { background: #1E2329; margin: 15px; padding: 20px; border-radius: 16px; border: 1px solid #FCD535; text-align: center; }
        .jackpot-title { color: #FCD535; font-size: 18px; margin-bottom: 10px; font-weight: 700; }
        .jackpot-amount { font-size: 30px; font-weight: 700; background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

        .intro-card { margin: 15px; padding: 20px; background: #15191E; border-radius: 16px; border: 1px solid #2D3748; }
        .intro-card h1 { font-size: 20px; color: #FCD535; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #94A3B8; text-align: justify; }

        .section-title { padding: 0 15px; margin: 20px 0 15px; font-size: 18px; color: #FFFFFF; border-left: 4px solid #FCD535; margin-left: 15px; }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 12px; overflow: hidden; border: 1px solid #2D3748; transition: 0.3s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { padding: 8px; font-size: 14px; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .payment-section { background: #15191E; margin: 20px 15px; padding: 20px; border-radius: 16px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #FCD535; margin-bottom: 5px; display: block; }
        .payment-item span { font-size: 10px; color: #94A3B8; display: block; }

        .guides-section { padding: 0 15px; }
        .guide-item { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 3px solid #00C853; }
        .guide-item h3 { font-size: 16px; color: #FCD535; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #94A3B8; }

        .lottery-ticker { background: #15191E; margin: 20px 0; padding: 10px 0; overflow: hidden; border-top: 1px solid #2D3748; border-bottom: 1px solid #2D3748; }
        .ticker-wrap { display: flex; animation: ticker 40s linear infinite; }
        .ticker-item { white-space: nowrap; padding: 0 20px; color: #94A3B8; font-size: 13px; }
        .ticker-item span { color: #00C853; font-weight: 600; }
        @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #1E2329; padding: 12px; text-align: center; border-radius: 8px; border: 1px solid #2D3748; font-weight: 600; color: #FCD535; }

        .review-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #15191E; padding: 15px; border-radius: 16px; border: 1px solid #2D3748; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FCD535; }
        .review-info h4 { font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #94A3B8; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #64748B; }

        .faq-section { padding: 0 15px; }
        .faq-item { background: #1E2329; border-radius: 12px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2D3748; }
        .faq-question { padding: 15px; cursor: pointer; font-weight: 600; color: #FCD535; font-size: 14px; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; color: #94A3B8; font-size: 13px; line-height: 1.6; }

        .security-section { margin: 20px 15px; padding: 20px; background: #15191E; border-radius: 16px; border: 1px solid #2D3748; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #00C853; }
        .security-text { font-size: 12px; color: #94A3B8; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #15191E; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D3748; z-index: 1000; padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #94A3B8; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FCD535; }

        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2D3748; }
        .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .footer-contact a { background: #1E2329; padding: 10px; border-radius: 8px; text-align: center; font-size: 13px; color: #94A3B8; border: 1px solid #2D3748; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { font-size: 12px; color: #64748B; }
        .footer-copy { text-align: center; font-size: 11px; color: #64748B; border-top: 1px solid #2D3748; padding-top: 20px; }