* { 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: #181A20; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2B3139; }
        header .brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; }
        header .auth-buttons { display: flex; gap: 10px; }
        header button { border: none; border-radius: 4px; padding: 8px 16px; font-weight: 600; cursor: pointer; font-size: 14px; transition: opacity 0.2s; }
        header .login-btn { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        header .register-btn { background: #FFD700; color: #0B0E11; }
        main { padding-bottom: 80px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .hero-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; }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: sans-serif; }
        .intro-card { padding: 20px; margin: 15px; background: #1E2329; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { color: #929AA5; 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: 20px; color: #FFD700; position: relative; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 8px; overflow: hidden; text-decoration: none; color: #FFFFFF; border: 1px solid #2B3139; 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 { padding: 10px; font-size: 14px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payment-license { background: #181A20; padding: 20px 15px; margin: 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .pay-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .pay-item i { font-size: 24px; color: #FFD700; }
        .pay-item span { font-size: 10px; color: #929AA5; }
        .guidelines { padding: 0 15px; margin: 20px 0; }
        .guide-item { background: #1E2329; padding: 15px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #2B3139; }
        .guide-item h3 { color: #FFD700; margin-bottom: 8px; font-size: 16px; }
        .guide-item p { font-size: 14px; color: #929AA5; text-align: justify; }
        .lottery-marquee { background: #181A20; border-top: 1px solid #FFD700; border-bottom: 1px solid #FFD700; padding: 10px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; gap: 30px; animation: scroll 40s linear infinite; white-space: nowrap; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { color: #929AA5; font-size: 13px; }
        .winner-item span { color: #0ECB81; font-weight: 600; }
        .provider-wall { padding: 0 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-item { background: #1E2329; padding: 15px; text-align: center; border-radius: 8px; color: #FFD700; font-weight: 700; font-size: 14px; border: 1px solid #2B3139; }
        .reviews { padding: 0 15px; margin: 20px 0; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2B3139; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 20px; color: #FFD700; }
        .stars { color: #F0B90B; font-size: 12px; }
        .review-text { font-size: 14px; color: #929AA5; margin-top: 8px; text-align: justify; }
        .review-date { font-size: 11px; color: #474D57; margin-top: 10px; text-align: right; }
        .faq-section { padding: 0 15px; margin: 30px 0; }
        .faq-item { background: #1E2329; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 15px; color: #FFD700; border-bottom: 1px solid #2B3139; }
        .faq-answer { padding: 15px; font-size: 14px; color: #929AA5; text-align: justify; }
        .security-section { padding: 20px 15px; text-align: center; background: #0B0E11; border-top: 1px solid #2B3139; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-item { color: #929AA5; font-size: 12px; display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .security-item i { font-size: 24px; color: #00C853; }
        .responsible-link { color: #FFD700; text-decoration: none; font-size: 13px; font-weight: 600; display: block; margin-top: 10px; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #181A20; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2B3139; z-index: 1001; }
        .nav-item { text-decoration: none; color: #929AA5; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .nav-item i { font-size: 18px; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2B3139; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #929AA5; text-decoration: none; font-size: 14px; border: 1px solid #2B3139; padding: 5px 12px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; text-align: center; }
        .footer-links a { color: #929AA5; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; color: #474D57; font-size: 12px; border-top: 1px solid #1E2329; padding-top: 20px; }