* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', 'Roboto', sans-serif; line-height: 1.6; -webkit-tap-highlight-color: transparent; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #121212; 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 #2B3139; }
        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: #FFFFFF; }
        header .auth-btns { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; font-size: 14px; color: #FFFFFF; border: 1px solid #FFD700; border-radius: 4px; background: transparent; cursor: pointer; }
        .btn-register { padding: 6px 15px; font-size: 14px; color: #000000; background: linear-gradient(to right, #FFD700, #FFA500); border: none; border-radius: 4px; font-weight: 600; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.1); }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFFFFF; font-family: 'Roboto', sans-serif; letter-spacing: 1px; }
        .intro-card { margin: 15px; padding: 20px; background: #1E2329; border-radius: 12px; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #929AA5; text-align: justify; }
        .section-title { margin: 20px 15px 10px; font-size: 20px; color: #FFD700; display: flex; align-items: center; gap: 8px; 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: #1E2329; border-radius: 10px; overflow: hidden; border: 1px solid #2B3139; transition: transform 0.2s; }
        .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; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license { margin: 20px 15px; background: #1E2329; border-radius: 12px; padding: 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 10px; color: #929AA5; text-align: center; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .guidelines { margin: 20px 15px; }
        .guide-box { background: #1E2329; padding: 15px; border-radius: 10px; margin-bottom: 12px; border-left: 3px solid #00E676; }
        .guide-box h2 { font-size: 18px; color: #FFFFFF; margin-bottom: 8px; }
        .guide-box p { font-size: 14px; color: #929AA5; }
        .lottery-ticker { margin: 15px; background: #121212; border-radius: 8px; height: 150px; overflow: hidden; position: relative; border: 1px solid #2B3139; }
        .lottery-track { position: absolute; width: 100%; animation: tickerScroll 20s linear infinite; }
        @keyframes tickerScroll { 0% { top: 0; } 100% { top: -400px; } }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #1E2329; font-size: 13px; display: flex; justify-content: space-between; align-items: center; }
        .lottery-user { color: #FFD700; font-weight: 500; }
        .lottery-win { color: #0ECB81; font-weight: 700; }
        .providers-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-btn { background: #1E2329; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid #2B3139; font-weight: 600; color: #FFD700; }
        .reviews { margin: 20px 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 20px; color: #929AA5; }
        .review-name { font-weight: 600; font-size: 15px; }
        .stars { color: #F0B90B; font-size: 12px; }
        .review-content { font-size: 14px; color: #929AA5; margin: 8px 0; }
        .review-date { font-size: 12px; color: #707A8A; }
        .faq-section { margin: 20px 15px; }
        .faq-item { background: #1E2329; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFFFFF; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; color: #929AA5; font-size: 14px; line-height: 1.5; }
        .security-section { margin: 20px 15px; background: #1E2329; padding: 20px; border-radius: 12px; border: 1px solid #2B3139; text-align: center; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #0ECB81; }
        .security-text { font-size: 13px; color: #707A8A; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; color: #929AA5; }
        .nav-item i { font-size: 20px; }
        footer { background: #121212; padding: 30px 15px 100px; border-top: 1px solid #2B3139; }
        .footer-contacts { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 25px; }
        .contact-link { display: flex; align-items: center; gap: 8px; color: #FFFFFF; font-size: 14px; background: #1E2329; padding: 8px 15px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { font-size: 13px; color: #929AA5; display: block; margin-bottom: 8px; }
        .footer-copyright { text-align: center; font-size: 12px; color: #707A8A; border-top: 1px solid #1E2329; padding-top: 20px; }