* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1217; color: #ffffff; font-family: 'Hind Siliguri', sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        header { background-color: #1a1f26; 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 #30363d; }
        header .logo-area { display: flex; align-items: center; gap: 8px; }
        header .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-area strong { font-size: 16px; font-weight: 400; color: #ffffff; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn-login { padding: 6px 15px; background: transparent; border: 1px solid #ffbf00; color: #ffbf00; border-radius: 4px; cursor: pointer; font-weight: 500; }
        header .btn-register { padding: 6px 15px; background: #ffbf00; border: 1px solid #ffbf00; color: #0f1217; border-radius: 4px; cursor: pointer; font-weight: 600; }
        main { max-width: 100%; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1a1f26 0%, #252b35 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #d4af37; text-align: center; box-shadow: 0 0 20px rgba(255, 191, 0, 0.2); }
        .jackpot-title { color: #ffbf00; font-size: 18px; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #ffffff; text-shadow: 0 0 10px rgba(255,255,255,0.3); font-family: system-ui; }
        .intro-card { background-color: #1a1f26; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #30363d; }
        .intro-card h1 { font-size: 24px; color: #ffbf00; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #b0b8c1; text-align: justify; }
        .section-title { margin: 20px 15px 10px; font-size: 20px; border-left: 4px solid #ffbf00; padding-left: 10px; color: #ffffff; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1f26; border-radius: 8px; overflow: hidden; border: 1px solid #30363d; text-decoration: none; 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 { padding: 8px; font-size: 14px; color: #ffffff; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #1a1f26; padding: 20px 15px; margin-top: 20px; }
        .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: #ffbf00; }
        .payment-item span { font-size: 11px; color: #b0b8c1; }
        .guidelines-section { padding: 0 15px; margin-top: 20px; }
        .guide-item { background: #252b35; padding: 15px; border-radius: 10px; margin-bottom: 15px; border: 1px solid #30363d; }
        .guide-item h3 { color: #ffbf00; margin-bottom: 10px; font-size: 18px; }
        .guide-item p { font-size: 14px; color: #b0b8c1; }
        .lottery-section { background: #1a1f26; margin: 15px; border-radius: 12px; padding: 15px; border: 1px solid #30363d; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #252b35; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { color: #ffbf00; font-weight: 600; }
        .lottery-win { color: #00ff88; font-weight: 700; }
        .providers-section { padding: 0 15px; margin-top: 20px; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-box { background: #252b35; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid #484f58; color: #ffbf00; font-weight: 600; font-size: 14px; }
        .reviews-section { padding: 0 15px; margin-top: 20px; }
        .review-card { background: #1a1f26; padding: 15px; border-radius: 12px; border: 1px solid #30363d; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #636e7b; }
        .review-info h4 { font-size: 15px; color: #ffffff; }
        .stars { color: #ffbf00; font-size: 12px; }
        .review-content { font-size: 14px; color: #b0b8c1; font-style: italic; }
        .review-date { font-size: 11px; color: #636e7b; margin-top: 5px; display: block; }
        .faq-section { padding: 0 15px; margin-top: 20px; }
        .faq-item { background: #1a1f26; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #30363d; }
        .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: #b0b8c1; font-size: 14px; }
        .security-section { background: #0f1217; padding: 25px 15px; text-align: center; border-top: 1px solid #30363d; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 32px; color: #636e7b; }
        .security-text { font-size: 12px; color: #636e7b; line-height: 1.4; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1f26; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #30363d; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #b0b8c1; transition: color 0.3s; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; font-weight: 500; }
        .nav-item:active { color: #ffbf00; }
        footer { background-color: #0f1217; padding: 30px 15px 100px; border-top: 1px solid #30363d; text-align: center; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-contact a { background: #1a1f26; padding: 10px; border-radius: 5px; color: #b0b8c1; text-decoration: none; font-size: 13px; border: 1px solid #30363d; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #636e7b; text-decoration: none; font-size: 12px; }
        .footer-copy { font-size: 11px; color: #636e7b; border-top: 1px solid #30363d; padding-top: 15px; line-height: 1.6; }
        @keyframes countUp { from { opacity: 0.8; } to { opacity: 1; } }
        .animate-pulse { animation: countUp 1s infinite alternate; }