* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0B0E14; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.6; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #1A1F29; 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 #2D343F; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 16px; border-radius: 4px; font-size: 14px; font-weight: 500; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background-color: #FFD700; color: #000000; }
        .btn-register:hover { background-color: #F5C400; }
        main { padding-bottom: 80px; max-width: 600px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #1A1F29 0%, #242B38 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #B8860B; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: sans-serif; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #1A1F29; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #FFD700; }
        .intro-card p { font-size: 14px; color: #E0E0E0; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1A1F29; border-radius: 12px; overflow: hidden; border: 1px solid #2D343F; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; padding: 10px; text-align: center; color: #FFFFFF; font-weight: 500; }
        .payment-section { background: #1A1F29; margin: 15px; padding: 15px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 10px; color: #9BA3AF; }
        .payment-item i { font-size: 20px; color: #FFD700; }
        .guidelines { padding: 15px; }
        .guide-item { background: #1A1F29; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D343F; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #E0E0E0; }
        .winning-records { background: #1A1F29; margin: 15px; border-radius: 12px; overflow: hidden; }
        .record-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #2D343F; font-size: 13px; }
        .record-user { color: #FFD700; font-weight: 600; }
        .record-amount { color: #28A745; font-weight: 700; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: #242B38; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid #2D343F; color: #FFD700; font-weight: 600; font-size: 14px; }
        .reviews { padding: 15px; }
        .review-card { background: #1A1F29; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D343F; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 35px; height: 35px; background: #242B38; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .review-info h3 { font-size: 14px; }
        .stars { color: #FFC107; font-size: 12px; }
        .review-content { font-size: 13px; color: #9BA3AF; font-style: italic; }
        .review-date { font-size: 11px; color: #555; margin-top: 5px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1A1F29; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2D343F; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 15px; color: #FFD700; border-bottom: 1px solid #2D343F; }
        .faq-answer { padding: 15px; font-size: 14px; color: #E0E0E0; }
        .security-section { background: #1A1F29; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border-top: 2px solid #FF4D4D; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin: 15px 0; font-size: 24px; color: #FFD700; }
        .age-notice { background: #FF4D4D; color: white; display: inline-block; padding: 2px 8px; border-radius: 4px; font-weight: bold; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1F29; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D343F; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #9BA3AF; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        footer { background: #0B0E14; padding: 30px 15px 100px; border-top: 1px solid #2D343F; }
        .contact-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .contact-item { background: #1A1F29; padding: 10px; border-radius: 6px; text-align: center; font-size: 13px; border: 1px solid #2D343F; }
        .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-col a { display: block; font-size: 13px; color: #9BA3AF; margin-bottom: 8px; }
        .copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #2D343F; padding-top: 20px; }
        @keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .animate-jackpot { animation: countUp 0.5s ease-out; }