* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0F1115; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #1A1D23; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 10px 15px; position: sticky; top: 0; z-index: 1000; 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; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 5px; font-weight: 600; cursor: pointer; font-family: 'Hind Siliguri', sans-serif; font-size: 14px; transition: 0.3s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: #FFD700; color: #000000; }
        .btn:hover { opacity: 0.8; transform: translateY(-1px); }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .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: #252930; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 700; color: #F9A825; letter-spacing: 1px; }
        .intro-card { padding: 20px; margin: 15px; background: #1A1D23; border-radius: 12px; border: 1px solid #2D3139; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 16px; color: #B0B3B8; text-align: justify; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #FFD700; }
        .section-title h2 { font-size: 20px; font-weight: 600; color: #FFFFFF; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1D23; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2D3139; transition: 0.3s; }
        .game-card:hover { border-color: #FFD700; transform: translateY(-3px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: #FFFFFF; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #1A1D23; margin: 20px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .payment-item span { font-size: 12px; color: #B0B3B8; }
        .guide-section { padding: 0 15px; }
        .guide-item { background: #252930; padding: 15px; border-radius: 10px; margin-bottom: 12px; border-left: 3px solid #E63946; }
        .guide-item h3 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #B0B3B8; }
        .winners-list { background: rgba(26, 29, 35, 0.8); margin: 20px 15px; border-radius: 12px; border: 1px solid #2D3139; overflow: hidden; }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
        .winner-user { font-weight: 500; color: #FFFFFF; }
        .winner-game { font-size: 12px; color: #B0B3B8; }
        .winner-amount { color: #00C853; font-family: 'Montserrat', sans-serif; font-weight: 700; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #1A1D23; padding: 15px; text-align: center; border-radius: 8px; font-weight: 700; color: #FFD700; border: 1px solid #2D3139; text-transform: uppercase; letter-spacing: 1px; }
        .reviews-container { padding: 0 15px; }
        .review-card { background: #1A1D23; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #2D3139; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #65676B; }
        .review-user-info h4 { font-size: 16px; color: #FFFFFF; }
        .review-rating { color: #FFAB00; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B3B8; font-style: italic; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #65676B; text-align: right; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1A1D23; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2D3139; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #B0B3B8; line-height: 1.6; }
        .security-section { background: #0F1115; border: 1px solid #E63946; margin: 20px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-badges i { font-size: 28px; color: #E63946; }
        .security-text { font-size: 14px; color: #B0B3B8; margin-bottom: 10px; }
        .security-link { color: #FFD700; text-decoration: underline; font-size: 14px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1D23; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D3139; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #B0B3B8; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 10px; font-weight: 500; }
        footer { background-color: #0F1115; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 30px 15px 100px; text-align: center; }
        .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .contact-link { background: #1A1D23; padding: 10px; border-radius: 5px; color: #FFFFFF; text-decoration: none; font-size: 13px; border: 1px solid #2D3139; }
        .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: 14px; transition: 0.3s; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { font-size: 12px; color: #65676B; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 20px; }
        @media (max-width: 480px) {
            .jackpot-amount { font-size: 26px; }
            .section-title h2 { font-size: 18px; }
        }