* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background: #1A1A1A; 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 #333333; }
        header .logo-box { display: flex; align-items: center; gap: 8px; }
        header .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-box strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        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: #D4AF37; border: 1px solid #D4AF37; }
        header .btn-register { background: #D4AF37; color: #000000; }
        main { padding-bottom: 80px; max-width: 1200px; 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: linear-gradient(135deg, #1A1A1A 0%, #262626 100%); margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #D4AF37; }
        .jackpot-title { color: #FFD600; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { color: #D4AF37; font-size: 32px; font-weight: 700; font-family: 'Inter', sans-serif; }
        .intro-card { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; color: #D4AF37; margin-bottom: 10px; }
        .intro-card p { color: #B3B3B3; font-size: 14px; }
        .section-header { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 20px; color: #FFFFFF; position: relative; }
        .section-header h2::after { content: ''; display: block; width: 40px; height: 3px; background: #D4AF37; margin-top: 5px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1A1A; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #333333; transition: 0.3s; }
        .game-card:hover { border-color: #D4AF37; transform: translateY(-3px); }
        .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-license { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .pl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
        .pl-item i { font-size: 24px; color: #D4AF37; }
        .pl-item span { font-size: 12px; color: #B3B3B3; }
        .guidelines { padding: 0 15px; }
        .guide-item { background: #1A1A1A; padding: 15px; border-radius: 10px; margin-bottom: 10px; border: 1px solid #262626; }
        .guide-item h3 { color: #D4AF37; font-size: 18px; margin-bottom: 8px; }
        .guide-item p { color: #B3B3B3; font-size: 14px; text-align: justify; }
        .lottery-box { background: #1A1A1A; margin: 15px; border-radius: 12px; overflow: hidden; }
        .lottery-item { display: flex; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid #262626; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { color: #FFFFFF; }
        .lottery-game { color: #808080; }
        .lottery-win { color: #00C853; font-weight: 600; }
        .providers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-btn { background: #262626; padding: 12px; border-radius: 8px; text-align: center; color: #D4AF37; font-weight: 600; border: 1px solid #333333; }
        .reviews { padding: 0 15px; }
        .review-card { background: #1A1A1A; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-top: 2px solid #D4AF37; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #D4AF37; }
        .review-info h4 { font-size: 16px; color: #FFFFFF; }
        .stars { color: #FFD600; font-size: 12px; }
        .review-content { font-size: 14px; color: #B3B3B3; margin-bottom: 10px; }
        .review-date { font-size: 12px; color: #808080; text-align: right; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1A1A1A; margin-bottom: 10px; border-radius: 8px; border: 1px solid #333333; }
        .faq-question { padding: 15px; font-weight: 600; color: #D4AF37; cursor: pointer; font-size: 15px; }
        .faq-answer { padding: 0 15px 15px; color: #B3B3B3; font-size: 14px; }
        .security-section { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 30px; color: #D4AF37; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1A1A; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B3B3B3; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item:hover { color: #D4AF37; }
        footer { background: #0D0D0D; padding: 30px 15px 100px; border-top: 1px solid #333333; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-contact a { background: #1A1A1A; padding: 10px; border-radius: 6px; color: #B3B3B3; text-decoration: none; font-size: 13px; text-align: center; border: 1px solid #262626; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #808080; text-decoration: none; font-size: 14px; }
        .footer-copy { text-align: center; font-size: 12px; color: #808080; border-top: 1px solid #262626; pt: 20px; }