* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0C0E; color: #FFFFFF; font-family: 'Hind Siliguri', 'Kohinoor Bangla', sans-serif; line-height: 1.5; -webkit-tap-highlight-color: transparent; }
        header { background: #16181C; 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 #2D3035; }
        .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 { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 15px; border-radius: 4px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #F9E076); border: none; color: #000000; padding: 6px 15px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #16181C; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #C5A028; text-align: center; }
        .jackpot-title { color: #B0B3B8; font-size: 14px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { color: #FFD700; font-size: 32px; font-weight: 700; font-family: 'system-ui'; text-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
        .intro-card { padding: 20px; margin: 15px; background: #16181C; border-radius: 12px; border: 1px solid #2D3035; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.25; }
        .intro-card p { font-size: 14px; color: #B0B3B8; text-align: justify; }
        .section-header { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 20px; font-weight: 600; color: #FFFFFF; }
        .section-header::before { content: ''; width: 4px; height: 20px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #16181C; border-radius: 10px; overflow: hidden; border: 1px solid #2D3035; text-decoration: none; display: block; }
        .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-section { background: #16181C; padding: 20px 15px; margin-top: 25px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B0B3B8; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .payment-item span { font-size: 11px; }
        .guidelines { padding: 15px; }
        .guide-item { background: #212429; padding: 15px; border-radius: 10px; margin-bottom: 10px; border-left: 3px solid #FFD700; }
        .guide-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #B0B3B8; }
        .winner-list { margin: 15px; background: #16181C; border-radius: 12px; padding: 10px; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #2D3035; }
        .winner-item:last-child { border-bottom: none; }
        .winner-info { display: flex; flex-direction: column; }
        .winner-name { font-size: 14px; color: #FFFFFF; }
        .winner-game { font-size: 12px; color: #B0B3B8; }
        .winner-amount { color: #00E676; font-weight: 600; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #212429; padding: 12px; text-align: center; border-radius: 8px; font-weight: 600; color: #FFD700; border: 1px solid #2D3035; }
        .reviews { padding: 0 15px; }
        .review-card { background: #16181C; border-radius: 12px; padding: 15px; margin-bottom: 12px; border: 1px solid #2D3035; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { width: 35px; height: 35px; background: #212429; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .star-rating { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .review-content { font-size: 13px; color: #B0B3B8; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #65676B; }
        .faq-section { padding: 15px; }
        .faq-item { background: #16181C; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2D3035; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
        .faq-answer { padding: 0 15px 15px; color: #B0B3B8; font-size: 14px; }
        .security-section { background: #0B0C0E; padding: 25px 15px; text-align: center; border-top: 1px solid #2D3035; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; font-size: 24px; }
        .security-text { font-size: 13px; color: #B0B3B8; max-width: 300px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #16181C; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2D3035; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #B0B3B8; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 12px; }
        footer { background: #0B0C0E; padding: 30px 15px 100px; border-top: 1px solid #2D3035; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #B0B3B8; text-decoration: none; font-size: 13px; text-align: center; }
        .footer-copyright { text-align: center; font-size: 12px; color: #65676B; padding-top: 20px; border-top: 1px solid #2D3035; }