* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Galada', cursive; color: #D4AF37; }
        header { background-color: #1E2329; 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 #363C4E; }
        .logo-box { display: flex; align-items: center; gap: 8px; text-decoration: none; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        .btn-register { background: #D4AF37; color: #000000; }
        .btn:hover { opacity: 0.8; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2B3139 0%, #0B0E11 100%); padding: 25px 15px; text-align: center; border-bottom: 2px solid #D4AF37; }
        .jackpot-title { font-size: 14px; color: #EAECEF; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #D4AF37; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); font-family: 'Noto Sans Bengali', sans-serif; }
        .intro-card { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 22px; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #929AA5; text-align: justify; }
        .section-container { padding: 15px; }
        .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
        .section-header h2 { font-size: 20px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1E2329; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #363C4E; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-family: 'Hind Siliguri', sans-serif; font-size: 14px; padding: 8px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #D4AF37; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #929AA5; }
        .guidelines-section { padding: 20px 15px; background: #111518; }
        .guideline-item { margin-bottom: 20px; background: #1E2329; padding: 15px; border-radius: 8px; }
        .guideline-item h3 { font-size: 18px; margin-bottom: 8px; }
        .guideline-item p { font-size: 13px; color: #EAECEF; text-align: justify; }
        .lottery-section { background: #1E2329; margin: 15px; border-radius: 12px; padding: 15px; overflow: hidden; }
        .lottery-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #363C4E; font-size: 12px; }
        .lottery-row:last-child { border-bottom: none; }
        .user-info { color: #0ECB81; font-weight: 600; }
        .win-amount { color: #D4AF37; font-weight: 700; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: #2B3139; padding: 12px; text-align: center; border-radius: 6px; font-weight: 600; color: #F9E076; border: 1px solid #363C4E; }
        .reviews-section { padding: 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #363C4E; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 20px; color: #D4AF37; }
        .review-user span { font-weight: 600; font-size: 14px; }
        .stars { color: #F0B90B; font-size: 12px; margin-bottom: 8px; }
        .review-content { font-size: 13px; color: #EAECEF; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #929AA5; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1E2329; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #D4AF37; font-size: 15px; border-bottom: 1px solid #363C4E; }
        .faq-answer { padding: 15px; font-size: 13px; color: #929AA5; text-align: justify; }
        .security-section { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #0ECB81; }
        .security-text { font-size: 12px; color: #929AA5; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1E2329; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 2px solid #D4AF37; z-index: 1000; }
        .nav-item { text-decoration: none; color: #929AA5; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #D4AF37; }
        footer { background: #0B0E11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #363C4E; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contacts a { color: #D4AF37; text-decoration: none; font-size: 13px; border: 1px solid #363C4E; padding: 5px 12px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #929AA5; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 12px; color: #929AA5; line-height: 1.6; border-top: 1px solid #363C4E; padding-top: 15px; }