* { 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-tap-highlight-color: transparent; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #1E2329; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #474D57; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #F0B90B; color: #F0B90B; padding: 6px 16px; border-radius: 4px; font-weight: 500; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #F0B90B 100%); border: none; color: #0B0E11; padding: 6px 16px; border-radius: 4px; font-weight: 600; cursor: pointer; }
        main { padding-bottom: 80px; max-width: 600px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #C99400; text-align: center; }
        .jackpot-label { color: #F0B90B; font-size: 14px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Inter', sans-serif; letter-spacing: 1px; }
        .intro-card { padding: 20px; margin: 15px; background: #1E2329; border-radius: 12px; border-left: 4px solid #F0B90B; }
        .intro-card h1 { font-size: 24px; color: #F0B90B; margin-bottom: 10px; line-height: 1.25; }
        .intro-card p { font-size: 14px; color: #929AA5; text-align: justify; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 8px; }
        .section-title h2 { font-size: 20px; font-weight: 600; color: #FFFFFF; }
        .section-title::before { content: ''; width: 4px; height: 18px; background: #F0B90B; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; border: 1px solid #2B3139; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; font-weight: 500; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #929AA5; }
        .payment-item i { font-size: 24px; color: #F0B90B; }
        .payment-item span { font-size: 10px; text-align: center; }
        .guidelines-section { padding: 15px; }
        .guideline-item { background: #1E2329; padding: 15px; border-radius: 10px; margin-bottom: 12px; border: 1px solid #2B3139; }
        .guideline-item h3 { font-size: 16px; color: #F0B90B; margin-bottom: 8px; }
        .guideline-item p { font-size: 13px; color: #929AA5; line-height: 1.6; }
        .lottery-section { background: #1E2329; margin: 15px; padding: 15px; border-radius: 12px; height: 300px; overflow: hidden; position: relative; }
        .lottery-list { position: absolute; width: 100%; left: 0; animation: scrollUp 20s linear infinite; }
        @keyframes scrollUp { 0% { top: 100%; } 100% { top: -100%; } }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #2B3139; display: flex; justify-content: space-between; align-items: center; }
        .lottery-user { font-size: 13px; color: #FFFFFF; }
        .lottery-amount { color: #0ECB81; font-weight: 600; font-size: 13px; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: #2B3139; padding: 12px; text-align: center; border-radius: 8px; color: #F0B90B; font-weight: 600; font-size: 14px; border: 1px solid #474D57; }
        .reviews-section { padding: 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 10px; margin-bottom: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 20px; color: #F0B90B; background: #2B3139; padding: 8px; border-radius: 50%; }
        .review-name { font-weight: 600; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; margin: 5px 0; }
        .review-text { font-size: 13px; color: #929AA5; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1E2329; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #FFFFFF; cursor: pointer; border-bottom: 1px solid #2B3139; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 15px; font-size: 13px; color: #929AA5; line-height: 1.6; }
        .security-section { background: #000000; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px dashed #474D57; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #F0B90B; }
        .security-text { font-size: 12px; color: #5E6673; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1E2329; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #474D57; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #929AA5; font-size: 12px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #F0B90B; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2B3139; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contact a { color: #F0B90B; font-size: 14px; display: flex; align-items: center; gap: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 25px; }
        .footer-links a { color: #929AA5; font-size: 13px; }
        .footer-copyright { text-align: center; color: #5E6673; font-size: 12px; border-top: 1px solid #2B3139; pt: 20px; }