* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0a0b10; color: #ffffff; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        header { background-color: #161821; 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 #2d313f; }
        header .brand { display: flex; align-items: center; gap: 10px; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #ffffff; }
        header .actions { display: flex; gap: 10px; }
        header .actions button { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        header .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #ffbf00; }
        header .btn-register { background-color: #ffbf00; color: #0a0b10; }
        main { max-width: 800px; margin: 0 auto; padding: 10px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1f222e 0%, #161821 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #ffbf00; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-label { color: #ffbf00; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #00ff88; font-family: 'system-ui'; text-shadow: 0 0 15px rgba(0,255,136,0.5); }
        .intro-card { background-color: #161821; padding: 20px; border-radius: 15px; margin-bottom: 20px; border-left: 4px solid #ffbf00; }
        .intro-card h1 { font-size: 20px; color: #ffbf00; margin-bottom: 12px; font-weight: 700; }
        .intro-card p { color: #b0b3b8; font-size: 14px; text-align: justify; }
        .section-header { margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; font-weight: 600; color: #ffffff; border-left: 3px solid #ffbf00; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background-color: #1f222e; border-radius: 12px; overflow: hidden; text-decoration: none; transition: transform 0.2s; border: 1px solid #2d313f; }
        .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: 10px; font-size: 14px; color: #ffffff; text-align: center; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background-color: #161821; padding: 15px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #b0b3b8; }
        .payment-item i { font-size: 20px; color: #ffbf00; }
        .payment-item span { font-size: 10px; text-align: center; }
        .guidelines { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .guide-card { background-color: #161821; padding: 15px; border-radius: 12px; border: 1px solid #2d313f; }
        .guide-card h3 { font-size: 16px; color: #ffbf00; margin-bottom: 8px; }
        .guide-card p { font-size: 14px; color: #b0b3b8; text-align: justify; }
        .lottery-section { background-color: #161821; border-radius: 12px; overflow: hidden; margin-bottom: 25px; border: 1px solid #2d313f; }
        .lottery-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #2d313f; font-size: 13px; }
        .lottery-row:last-child { border-bottom: none; }
        .lottery-user { color: #ffbf00; font-weight: 600; }
        .lottery-win { color: #00ff88; font-weight: 700; }
        .lottery-time { color: #6b7280; font-size: 11px; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .provider-item { background: #1f222e; padding: 15px; text-align: center; border-radius: 8px; border: 1px solid #2d313f; color: #ffbf00; font-weight: 600; font-size: 14px; }
        .review-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .review-card { background-color: #161821; padding: 15px; border-radius: 12px; border: 1px solid #2d313f; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #b0b3b8; background: #1f222e; padding: 10px; border-radius: 50%; }
        .review-info h4 { font-size: 14px; color: #ffffff; }
        .review-rating { color: #ffbf00; font-size: 12px; }
        .review-content { font-size: 13px; color: #b0b3b8; line-height: 1.6; }
        .review-date { font-size: 11px; color: #6b7280; margin-top: 8px; display: block; }
        .faq-section { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; }
        .faq-item { background-color: #161821; border-radius: 10px; border: 1px solid #2d313f; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #ffffff; cursor: pointer; display: flex; justify-content: space-between; font-size: 15px; }
        .faq-answer { padding: 0 15px 15px; color: #b0b3b8; font-size: 14px; line-height: 1.6; border-top: 1px solid #2d313f; padding-top: 10px; }
        .security-section { background-color: #1f222e; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 24px; color: #00ff88; }
        .security-text { font-size: 12px; color: #b0b3b8; margin-bottom: 10px; }
        .security-links a { color: #ffbf00; text-decoration: none; font-size: 12px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #161821; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d313f; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #b0b3b8; font-size: 11px; gap: 4px; transition: 0.3s; }
        .nav-item i { font-size: 18px; }
        .nav-item:active { color: #ffbf00; }
        footer { background-color: #0a0b10; padding: 30px 15px; border-top: 1px solid #2d313f; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-contact a { background: #161821; padding: 10px; border-radius: 8px; text-decoration: none; color: #ffffff; font-size: 13px; display: flex; align-items: center; gap: 8px; border: 1px solid #2d313f; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #b0b3b8; text-decoration: none; font-size: 13px; }
        .footer-bottom { text-align: center; font-size: 12px; color: #6b7280; padding-top: 20px; border-top: 1px solid #2d313f; }