* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1E2329; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2B2F36; }
        header .logo-box { 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: 4px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-reg { background: #FFD700; color: #0B0E11; }
        .btn-reg:hover { background: #FFC107; }
        main { max-width: 800px; margin: 0 auto; padding: 15px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; border-radius: 12px; margin-bottom: 20px; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-sec { background: linear-gradient(180deg, #1E2329 0%, #0B0E11 100%); border: 1px solid #FFD700; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; }
        .jackpot-label { color: #FFD700; font-size: 18px; font-weight: 600; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 700; color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #1E2329; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; margin-bottom: 25px; }
        h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { color: #9BA3AF; font-size: 16px; }
        h2 { font-size: 20px; color: #FFFFFF; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        h2::before { content: ""; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2B2F36; transition: 0.3s; display: block; }
        .game-card:hover { transform: translateY(-5px); border-color: #FFD700; }
        .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-sec { background: #1E2329; border-radius: 12px; padding: 15px; margin: 25px 0; }
        .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; color: #9BA3AF; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .payment-item span { font-size: 10px; }
        .guide-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-card { background: #1E2329; padding: 15px; border-radius: 10px; border: 1px solid #2B2F36; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; font-size: 18px; }
        .guide-card p { font-size: 14px; color: #9BA3AF; text-align: justify; }
        .lottery-box { background: #1E2329; border-radius: 12px; overflow: hidden; height: 250px; position: relative; margin: 25px 0; border: 1px solid #2B2F36; }
        .lottery-marquee { position: absolute; width: 100%; animation: scrollUp 40s linear infinite; }
        @keyframes scrollUp { 0% { top: 0; } 100% { top: -1000px; } }
        .lottery-item { padding: 12px 15px; border-bottom: 1px solid #1E2329; display: flex; justify-content: space-between; align-items: center; font-size: 13px; background: #11151a; margin-bottom: 2px; }
        .win-name { color: #FFFFFF; font-weight: 500; }
        .win-amt { color: #2ECC71; font-weight: 700; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
        .provider-item { background: #1E2329; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid #2B2F36; color: #FFD700; font-weight: 600; font-size: 14px; }
        .review-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; border: 1px solid #2B2F36; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-icon { width: 40px; height: 40px; background: #2B2F36; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .stars { color: #F1C40F; font-size: 12px; }
        .review-date { font-size: 12px; color: #717A8C; margin-top: 8px; display: block; }
        .faq-sec { margin: 30px 0; }
        .faq-item { background: #1E2329; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2B2F36; }
        .faq-q { padding: 15px; font-weight: 600; cursor: pointer; color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; }
        .faq-a { padding: 0 15px 15px; color: #9BA3AF; font-size: 14px; display: block; }
        .security-sec { background: #1E2329; padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 30px; }
        .sec-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .sec-item { color: #2ECC71; font-size: 12px; display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .sec-item i { font-size: 24px; }
        .age-limit { display: inline-block; border: 2px solid #FF4D4D; color: #FF4D4D; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; font-weight: 700; font-size: 16px; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1E2329; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B2F36; z-index: 1000; }
        .nav-item { text-decoration: none; color: #9BA3AF; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #1E2329; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .contact-link { background: #1E2329; padding: 10px; border-radius: 6px; text-decoration: none; color: #FFFFFF; font-size: 13px; display: flex; align-items: center; gap: 8px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #717A8C; text-decoration: none; font-size: 14px; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { text-align: center; color: #717A8C; font-size: 12px; border-top: 1px solid #1E2329; padding-top: 20px; }