* { 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: #151A21; 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-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { padding: 6px 16px; border-radius: 4px; border: 1px solid #FFD700; color: #FFD700; background: transparent; cursor: pointer; font-weight: 500; }
        .btn-register { padding: 6px 16px; border-radius: 4px; border: none; background: #FFD700; color: #000000; cursor: pointer; font-weight: 600; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 20px 15px; background: linear-gradient(135deg, #1E2329 0%, #0B0E11 100%); padding: 20px; border-radius: 12px; border: 1px solid #B8860B; text-align: center; }
        .jackpot-title { color: #F0B90B; font-size: 18px; margin-bottom: 10px; font-weight: 600; }
        #jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; color: #00FF41; font-weight: 700; text-shadow: 0 0 10px rgba(0, 255, 65, 0.3); }
        .intro-card { margin: 20px 15px; padding: 20px; background: #151A21; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 16px; color: #B7BDC6; }
        .section-header { margin: 25px 15px 15px; 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: #FFD700; margin-top: 4px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2B3139; transition: transform 0.2s; }
        .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-section { background: #151A21; margin: 25px 0; padding: 20px 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #B7BDC6; margin-bottom: 5px; }
        .payment-item span { font-size: 10px; color: #707A8A; display: block; }
        .guide-section { padding: 0 15px; }
        .guide-card { background: #1E2329; padding: 15px; border-radius: 10px; margin-bottom: 15px; }
        .guide-card h3 { color: #FFD700; font-size: 18px; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #B7BDC6; }
        .lottery-ticker { margin: 20px 0; background: #151A21; height: 40px; overflow: hidden; display: flex; align-items: center; border-y: 1px solid #2B3139; }
        .ticker-track { display: flex; animation: scroll 40s linear infinite; white-space: nowrap; }
        .ticker-item { padding: 0 20px; color: #B7BDC6; font-size: 13px; }
        .ticker-item span { color: #00FF41; font-weight: 600; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-item { background: #1E2329; padding: 15px; text-align: center; border-radius: 8px; color: #F0B90B; font-weight: 600; border: 1px solid #2B3139; }
        .review-section { padding: 0 15px; }
        .review-card { background: #151A21; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2B3139; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #FFD700; }
        .rating { color: #FFD700; margin-bottom: 10px; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1E2329; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #B7BDC6; }
        .security-section { margin: 25px 15px; padding: 20px; background: #151A21; border-radius: 12px; text-align: center; border: 1px dashed #707A8A; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #02C076; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1E2329; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #B7BDC6; font-size: 12px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2B3139; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-contact a { color: #FFFFFF; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; background: #151A21; padding: 10px; border-radius: 6px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #707A8A; text-decoration: none; font-size: 14px; }
        .footer-bottom { text-align: center; color: #707A8A; font-size: 12px; border-top: 1px solid #1E2329; padding-top: 20px; }