* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0F0F10; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; -webkit-tap-highlight-color: transparent; }
        header { background: #1A1B1E; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D2F34; }
        header div { display: flex; align-items: center; gap: 8px; }
        header img { width: 25px; height: 25px; object-fit: contain; }
        header strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-btns { display: flex; gap: 10px; }
        header button { padding: 6px 15px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        header .login-btn { background: transparent; border: 1px solid #FFD700; color: #FFD700; }
        header .reg-btn { background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%); color: #000000; }
        main { padding-bottom: 80px; max-width: 600px; margin: 0 auto; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: #25262B; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-box h2 { font-size: 18px; color: #B0B3B8; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Inter', sans-serif; letter-spacing: 1px; }
        .intro-card { background: #1A1B1E; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #2D2F34; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 16px; color: #B0B3B8; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 20px; color: #FFFFFF; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1B1E; border-radius: 12px; overflow: hidden; border: 1px solid #2D2F34; text-decoration: none; transition: 0.3s; }
        .game-card:active { transform: scale(0.95); }
        .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: #1A1B1E; margin: 20px 15px; padding: 20px; border-radius: 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .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: #B0B3B8; }
        .guidelines-section { padding: 0 15px; }
        .guide-item { background: #25262B; padding: 15px; border-radius: 12px; margin-bottom: 10px; border-left: 4px solid #FFD700; }
        .guide-item h3 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #B0B3B8; }
        .lottery-section { background: #1A1B1E; margin: 20px 0; overflow: hidden; height: 200px; position: relative; }
        .lottery-track { animation: scrollUp 20s linear infinite; padding: 10px 15px; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .lottery-item { background: #25262B; padding: 10px 15px; border-radius: 8px; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #2D2F34; }
        .lottery-user { color: #FFD700; font-weight: 600; font-size: 14px; }
        .lottery-win { color: #00C853; font-weight: 700; font-size: 14px; }
        .providers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-box { background: linear-gradient(135deg, #1A1B1E 0%, #25262B 100%); padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2D2F34; color: #FFD700; font-weight: 600; }
        .review-section { padding: 0 15px; margin-top: 20px; }
        .review-card { background: #1A1B1E; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2D2F34; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #65676B; }
        .review-info h4 { font-size: 16px; color: #FFFFFF; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B3B8; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #65676B; }
        .faq-section { padding: 0 15px; margin-top: 25px; }
        .faq-item { background: #1A1B1E; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2D2F34; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #B0B3B8; }
        .security-section { margin: 20px 15px; padding: 20px; background: #25262B; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .security-icons i { font-size: 32px; color: #00C853; }
        .security-text { font-size: 13px; color: #B0B3B8; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(26, 27, 30, 0.95); backdrop-filter: blur(10px); display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D2F34; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B0B3B8; transition: 0.3s; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 12px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #0F0F10; padding: 30px 15px 100px; border-top: 1px solid #2D2F34; }
        footer .contact-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 30px; }
        footer .contact-row a { color: #B0B3B8; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
        footer .links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        footer .links-grid a { color: #65676B; text-decoration: none; font-size: 14px; }
        footer .copyright { text-align: center; font-size: 12px; color: #65676B; line-height: 1.6; }