* { 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: #15191E; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; }
        .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 { padding: 8px 16px; border-radius: 4px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; text-decoration: none; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000000; }
        main { padding-bottom: 80px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: 600; margin-bottom: 5px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFFFFF; font-family: 'Inter', sans-serif; letter-spacing: 1px; }
        .intro-section { padding: 20px 15px; text-align: center; }
        .intro-section h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; }
        .intro-section p { font-size: 16px; color: #94A3B8; }
        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; font-size: 20px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #15191E; border-radius: 8px; overflow: hidden; border: 1px solid #2D3748; text-decoration: none; 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: 8px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .article-list { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }
        .article-item { background: #15191E; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; border-bottom: 2px solid #2D3748; }
        .article-item img { width: 100%; height: 180px; object-fit: cover; }
        .article-content { padding: 15px; }
        .article-content h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .article-content p { font-size: 14px; color: #94A3B8; }
        .article-link { display: inline-block; margin-top: 10px; color: #FFD700; text-decoration: none; font-weight: 500; font-size: 14px; }
        .payment-license { background: #1E2329; margin: 25px 15px; padding: 20px; border-radius: 12px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #94A3B8; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #94A3B8; }
        .lottery-section { background: #15191E; margin: 25px 15px; border-radius: 12px; overflow: hidden; border: 1px solid #2D3748; }
        .lottery-header { background: #E11D48; padding: 10px; text-align: center; font-weight: 700; }
        .lottery-container { height: 200px; overflow: hidden; position: relative; }
        .lottery-list { position: absolute; width: 100%; animation: scrollUp 20s linear infinite; }
        @keyframes scrollUp { 0% { top: 0; } 100% { top: -500px; } }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; font-size: 13px; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00C853; font-weight: 700; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #1E2329; padding: 15px; text-align: center; border-radius: 8px; border: 1px solid #2D3748; font-weight: 600; color: #FFFFFF; }
        .review-section { padding: 0 15px; margin-top: 25px; }
        .review-card { background: #15191E; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 4px solid #FFD700; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 20px; color: #FFD700; }
        .review-name { font-weight: 600; font-size: 15px; }
        .review-stars { color: #F59E0B; font-size: 12px; margin-left: auto; }
        .review-text { font-size: 14px; color: #94A3B8; font-style: italic; }
        .review-date { font-size: 11px; color: #475569; margin-top: 8px; text-align: right; }
        .faq-section { padding: 0 15px; margin-top: 30px; }
        .faq-item { background: #15191E; margin-bottom: 10px; border-radius: 8px; border: 1px solid #2D3748; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFD700; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; color: #94A3B8; font-size: 14px; line-height: 1.6; }
        .security-section { background: #1E2329; margin: 30px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #10B981; }
        .security-text { font-size: 13px; color: #94A3B8; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #FF5252; color: #FF5252; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: 700; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #15191E; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.1); z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #94A3B8; font-size: 12px; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid rgba(255,255,255,0.05); }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #475569; text-decoration: none; font-size: 13px; }
        .footer-bottom { text-align: center; color: #475569; font-size: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.05); }