* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Noto Sans Bengali', sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        h1, h2, h3 { font-family: 'Hind Siliguri', sans-serif; color: #FFD700; font-weight: 700; }
        a { text-decoration: none; color: inherit; }
        header { background: #161A1E; 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 #2B3139; }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .actions { display: flex; gap: 10px; }
        header .btn { padding: 6px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        header .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        header .btn-register { background: #FFD700; color: #000000; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2 / 1; border-radius: 12px; overflow: hidden; cursor: pointer; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(180deg, #1E2329 0%, #161A1E 100%); border: 2px solid #FFD700; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-box h2 { font-size: 18px; color: #FFFFFF; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #FFD700; text-shadow: 0 0 10px rgba(255,215,0,0.5); letter-spacing: 1px; }
        .intro-card { background: #161A1E; border-radius: 12px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { color: #B7BDC6; font-size: 14px; }
        .section-title { font-size: 20px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; border: 1px solid #2B3139; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; padding: 10px; color: #FFFFFF; text-align: center; font-weight: 500; }
        .payments-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; background: #161A1E; padding: 15px; border-radius: 12px; margin-bottom: 20px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .payment-item i { font-size: 20px; color: #DAA520; }
        .payment-item span { font-size: 10px; color: #707A8A; }
        .guidelines { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; }
        .guide-item { background: #161A1E; padding: 15px; border-radius: 12px; border: 1px solid #2B3139; }
        .guide-item h3 { font-size: 16px; margin-bottom: 8px; color: #DAA520; }
        .guide-item p { font-size: 13px; color: #B7BDC6; text-align: justify; }
        .lottery-marquee { background: #161A1E; border-radius: 12px; padding: 10px; margin-bottom: 20px; height: 150px; overflow: hidden; border: 1px solid #2B3139; }
        .marquee-content { animation: scrollUp 20s linear infinite; }
        .marquee-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #1E2329; font-size: 12px; }
        .marquee-item .user { color: #FFD700; }
        .marquee-item .win { color: #0ECB81; font-weight: bold; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
        .provider-item { background: #1E2329; padding: 12px; border-radius: 8px; text-align: center; font-weight: 600; color: #FFD700; border: 1px solid #2B3139; }
        .reviews { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
        .review-card { background: #161A1E; padding: 15px; border-radius: 12px; border: 1px solid #2B3139; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 24px; color: #707A8A; }
        .review-user { font-size: 14px; font-weight: 600; }
        .stars { color: #F0B90B; font-size: 12px; margin-bottom: 8px; }
        .review-text { font-size: 13px; color: #B7BDC6; }
        .faq-section { background: #161A1E; border-radius: 12px; padding: 15px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; border-bottom: 1px solid #2B3139; padding-bottom: 10px; }
        .faq-item h3 { font-size: 15px; margin-bottom: 5px; color: #FFFFFF; }
        .faq-item p { font-size: 13px; color: #B7BDC6; }
        .security-section { background: #1E2329; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 30px; color: #0ECB81; }
        .security-text { font-size: 12px; color: #707A8A; }
        .security-link { color: #FFD700; text-decoration: underline; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1E2329; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #B7BDC6; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2B3139; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contacts a { font-size: 13px; color: #B7BDC6; background: #161A1E; padding: 8px 15px; border-radius: 20px; border: 1px solid #2B3139; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; text-align: left; }
        .footer-links a { color: #707A8A; font-size: 13px; display: block; margin-bottom: 5px; }
        .footer-copy { font-size: 12px; color: #707A8A; line-height: 1.6; }