* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #1B1F24; 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 #2D3748; }
        header .logo-box { display: flex; align-items: center; gap: 8px; }
        header .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-box strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        header .auth-btns { display: flex; gap: 10px; }
        header .auth-btns button { border: none; padding: 6px 16px; border-radius: 4px; font-weight: 600; cursor: pointer; font-size: 14px; }
        header .auth-btns .login-btn { background-color: transparent; color: #FFFFFF; border: 1px solid #FFD700; }
        header .auth-btns .reg-btn { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #0F172A; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1B1F24; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Galada', cursive; font-size: 32px; background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; }
        .intro-card { background: #1B1F24; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #2D3748; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { color: #94A3B8; font-size: 14px; text-align: justify; }
        .section-header { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #FFFFFF; border-left: 4px solid #FFD700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1B1F24; border-radius: 10px; overflow: hidden; border: 1px solid #2D3748; text-decoration: none; display: block; 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 { color: #FFFFFF; font-size: 14px; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payment-section { background: #1B1F24; margin: 20px 15px; padding: 20px; border-radius: 12px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .payment-item span { font-size: 10px; color: #94A3B8; text-align: center; }
        .guides-section { padding: 0 15px; margin: 25px 0; }
        .guide-item { background: #1B1F24; padding: 15px; border-radius: 10px; margin-bottom: 10px; border: 1px solid #2D3748; }
        .guide-item h3 { color: #FFD700; font-size: 16px; margin-bottom: 8px; }
        .guide-item p { color: #94A3B8; font-size: 13px; line-height: 1.6; }
        .lottery-section { background: #1B1F24; margin: 15px; padding: 15px; border-radius: 12px; border: 1px solid #2D3748; }
        .lottery-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2D3748; font-size: 12px; }
        .lottery-row:last-child { border-bottom: none; }
        .lottery-user { color: #FFFFFF; font-weight: 500; }
        .lottery-game { color: #94A3B8; }
        .lottery-win { color: #00C853; font-weight: 700; }
        .provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-item { background: #2B2F36; padding: 12px; border-radius: 8px; text-align: center; color: #FFD700; font-weight: 600; font-size: 14px; border: 1px solid #3E4C59; }
        .reviews-section { padding: 0 15px; margin-top: 25px; }
        .review-card { background: #1B1F24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D3748; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #2B2F36; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; font-size: 20px; }
        .review-info h4 { font-size: 14px; color: #FFFFFF; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { color: #94A3B8; font-size: 13px; line-height: 1.5; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #475569; }
        .faq-section { padding: 0 15px; margin: 25px 0; }
        .faq-item { background: #1B1F24; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2D3748; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; color: #FFFFFF; font-weight: 600; font-size: 14px; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px 15px; color: #94A3B8; font-size: 13px; line-height: 1.6; }
        .security-section { background: #0B0E11; padding: 25px 15px; text-align: center; border-top: 1px solid #2D3748; }
        .security-badges { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-badge { padding: 5px 10px; border: 1px solid #2D3748; border-radius: 4px; font-size: 12px; color: #94A3B8; display: flex; align-items: center; gap: 5px; }
        .security-badge i { color: #10B981; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1B1F24; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2D3748; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #94A3B8; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0B0E11; padding: 30px 15px 100px 15px; border-top: 1px solid #2D3748; color: #94A3B8; }
        footer .contact-row { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        footer .contact-row a { color: #FFD700; text-decoration: none; font-size: 14px; border: 1px solid #2D3748; padding: 5px 12px; border-radius: 20px; }
        footer .link-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 25px; }
        footer .link-columns a { color: #94A3B8; text-decoration: none; font-size: 13px; display: block; margin-bottom: 8px; }
        footer .copyright { text-align: center; font-size: 12px; color: #475569; padding-top: 20px; border-top: 1px solid #2D3748; }