* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0B0D; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #161A1E; padding: 12px 16px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2B3139; }
        header .brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn { padding: 8px 16px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: 0.3s; }
        header .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        header .btn-register { background-color: #FFD700; color: #000000; }
        header .btn:hover { opacity: 0.9; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #B8860B 0%, #161A1E 100%); margin: 20px 15px; padding: 25px; border-radius: 16px; text-align: center; border: 2px solid #FFD700; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-title { font-family: 'Galada', cursive; color: #FFD700; font-size: 24px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFFFFF; letter-spacing: 2px; }
        .intro-card { background-color: #161A1E; margin: 20px 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { color: #B7BDC6; font-size: 16px; }
        .section-header { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 20px; font-weight: 600; border-left: 4px solid #FFD700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background-color: #161A1E; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2B3139; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .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-color: #161A1E; margin: 25px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .pl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #B7BDC6; }
        .pl-item i { font-size: 24px; color: #FFD700; }
        .pl-item span { font-size: 11px; text-align: center; }
        .guidelines { padding: 0 15px; margin: 30px 0; }
        .guide-item { background-color: #161A1E; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-bottom: 2px solid #2B3139; }
        .guide-item h3 { color: #FFD700; font-size: 18px; margin-bottom: 8px; }
        .guide-item p { color: #B7BDC6; font-size: 14px; }
        .lottery-marquee { background-color: #161A1E; margin: 20px 0; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2B3139; border-bottom: 1px solid #2B3139; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; gap: 10px; background: #21262C; padding: 8px 15px; border-radius: 20px; margin: 0 10px; border: 1px solid #FFD700; }
        .winner-item span { font-size: 13px; color: #FFFFFF; }
        .winner-item .amount { color: #0ECB81; font-weight: 700; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; margin: 20px 0; }
        .provider-btn { background-color: #161A1E; border: 1px solid #2B3139; padding: 12px; text-align: center; border-radius: 8px; color: #FFD700; font-weight: 600; font-size: 14px; }
        .reviews-section { padding: 0 15px; margin: 30px 0; }
        .review-card { background-color: #161A1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #21262C; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #848E9C; }
        .user-info h4 { font-size: 15px; margin-bottom: 2px; }
        .stars { color: #F0B90B; font-size: 12px; }
        .review-content { font-size: 14px; color: #B7BDC6; margin-bottom: 10px; }
        .review-date { font-size: 12px; color: #848E9C; }
        .faq-section { padding: 0 15px; margin: 30px 0; }
        .faq-item { background-color: #161A1E; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 15px; color: #FFFFFF; border-bottom: 1px solid #2B3139; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 15px; color: #B7BDC6; font-size: 14px; display: none; }
        .faq-item.active .faq-answer { display: block; }
        .security-section { background-color: #161A1E; margin: 20px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 15px; }
        .sec-box { background: #21262C; padding: 10px; border-radius: 8px; font-size: 12px; color: #B7BDC6; }
        .sec-box i { font-size: 20px; color: #0ECB81; margin-bottom: 5px; display: block; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #161A1E; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1001; }
        .nav-item { text-decoration: none; color: #B7BDC6; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item:hover { color: #FFD700; }
        footer { background-color: #0A0B0D; padding: 30px 15px 100px; border-top: 1px solid #2B3139; text-align: center; }
        .footer-social { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 30px; }
        .social-link { background: #161A1E; padding: 10px; border-radius: 6px; color: #FFFFFF; text-decoration: none; font-size: 14px; border: 1px solid #2B3139; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { color: #848E9C; text-decoration: none; font-size: 13px; transition: 0.2s; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { color: #848E9C; font-size: 12px; border-top: 1px solid #2B3139; padding-top: 20px; }