* { 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; }
        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 #323539; }
        header .logo-area { display: flex; align-items: center; gap: 8px; }
        header .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-area strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-btns { display: flex; gap: 10px; }
        header .auth-btns button { padding: 6px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        header .login-btn { background-color: transparent; color: #FFFFFF; border: 1px solid #474D57 !important; }
        header .reg-btn { background: linear-gradient(180deg, #F0B90B 0%, #D4AF37 100%); 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-sec { margin: 20px 15px; background: #1E2329; border: 1px solid #D4AF37; border-radius: 12px; padding: 20px; text-align: center; }
        .jackpot-label { color: #D4AF37; font-weight: 700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Montserrat', sans-serif; font-size: 32px; color: #FCD535; font-weight: 700; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1E2329; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; margin-bottom: 12px; color: #FCD535; }
        .intro-card p { color: #B7BDC6; font-size: 14px; text-align: justify; }
        .section-title { margin: 25px 15px 15px; font-size: 20px; border-left: 3px solid #D4AF37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #323539; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.96); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license { margin: 30px 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .pl-item { text-align: center; }
        .pl-item i { font-size: 24px; color: #D4AF37; margin-bottom: 5px; }
        .pl-item span { display: block; font-size: 11px; color: #848E9C; }
        .guidelines { margin: 20px 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-box { background: #1E2329; padding: 15px; border-radius: 12px; border: 1px solid #323539; }
        .guide-box h2 { font-size: 18px; color: #D4AF37; margin-bottom: 10px; }
        .guide-box p { font-size: 14px; color: #B7BDC6; }
        .lottery-sec { margin: 20px 15px; background: #1E2329; border-radius: 12px; padding: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #323539; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .win-user { color: #FCD535; font-weight: 600; }
        .win-amt { color: #0ECB81; font-family: 'Montserrat', sans-serif; font-weight: 700; }
        .provider-wall { margin: 20px 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-item { background: #2B3139; padding: 12px; text-align: center; border-radius: 8px; font-weight: 600; color: #D4AF37; border: 1px solid #323539; }
        .reviews { margin: 20px 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 20px; color: #848E9C; }
        .review-header .name { font-weight: 600; font-size: 14px; }
        .stars { color: #F0B90B; font-size: 12px; }
        .review-body { font-size: 13px; color: #B7BDC6; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #848E9C; text-align: right; }
        .faq-sec { margin: 20px 15px; }
        .faq-item { background: #1E2329; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FCD535; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #B7BDC6; }
        .security-sec { margin: 30px 15px; padding: 20px; background: #2B3139; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .security-icons i { font-size: 30px; color: #0ECB81; }
        .security-sec p { font-size: 12px; color: #848E9C; line-height: 1.4; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1E2329; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #323539; z-index: 1000; }
        .nav-item { text-decoration: none; text-align: center; color: #848E9C; transition: 0.3s; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #D4AF37; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #323539; }
        footer .contact-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        footer .contact-row a { color: #B7BDC6; text-decoration: none; font-size: 13px; display: flex; align-items: center; gap: 5px; }
        footer .links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 30px; }
        footer .links-grid a { color: #848E9C; text-decoration: none; font-size: 13px; }
        footer .copyright { text-align: center; color: #848E9C; font-size: 12px; border-top: 1px solid #323539; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .provider-wall { grid-template-columns: repeat(4, 1fr); }
        }