* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { background-color: #0A0B0C; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: #16181A; border-bottom: 1px solid #2F3336; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        header .brand { display: flex; align-items: center; gap: 8px; }
        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 .btn { padding: 6px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        header .btn-login { background: transparent; border: 1px solid #D4AF37; color: #D4AF37; }
        header .btn-register { background: #D4AF37; color: #000000; }
        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-container { background: #16181A; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #D4AF37; font-size: 14px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 700; color: #FFFFFF; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .intro-card { margin: 15px; padding: 20px; background: #16181A; border-radius: 15px; border: 1px solid #2F3336; }
        .intro-card h1 { font-size: 20px; color: #D4AF37; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #B0B3B8; text-align: justify; }
        .section-title { margin: 25px 15px 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 20px; font-weight: 700; color: #FFFFFF; border-left: 4px solid #D4AF37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2124; border-radius: 12px; overflow: hidden; border: 1px solid #2F3336; transition: 0.3s; }
        .game-card:active { transform: scale(0.97); }
        .game-card .thumb { aspect-ratio: 1/1; position: relative; }
        .game-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
        .game-card .info { padding: 10px; }
        .game-card h3 { font-size: 14px; font-weight: 500; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #16181A; margin: 20px 15px; padding: 20px; border-radius: 15px; border: 1px solid #2F3336; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B0B3B8; font-size: 10px; }
        .payment-item i { font-size: 24px; color: #D4AF37; }
        .guides { padding: 0 15px; }
        .guide-card { background: #16181A; padding: 15px; border-radius: 12px; border: 1px solid #2F3336; margin-bottom: 12px; }
        .guide-card h3 { color: #D4AF37; font-size: 16px; margin-bottom: 8px; }
        .guide-card p { color: #B0B3B8; font-size: 13px; text-align: justify; }
        .lottery-section { background: #1E2124; margin: 20px 15px; border-radius: 15px; padding: 15px; border: 1px solid #2F3336; }
        .lottery-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2F3336; }
        .lottery-row:last-child { border-bottom: none; }
        .lottery-user { font-size: 13px; color: #FFFFFF; font-weight: 600; }
        .lottery-game { font-size: 12px; color: #82868A; }
        .lottery-win { font-family: 'Inter', sans-serif; font-size: 13px; color: #00FF41; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #1E2124; padding: 12px; border-radius: 8px; text-align: center; border: 1px solid #2F3336; color: #D4AF37; font-weight: 600; font-size: 14px; }
        .reviews { padding: 0 15px; }
        .review-card { background: #16181A; padding: 15px; border-radius: 12px; border: 1px solid #2F3336; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 35px; height: 35px; background: #2F3336; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .review-info h4 { font-size: 14px; color: #FFFFFF; }
        .review-stars { color: #F39C12; font-size: 10px; }
        .review-content { font-size: 13px; color: #B0B3B8; font-style: italic; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #82868A; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #16181A; border-radius: 10px; border: 1px solid #2F3336; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #FFFFFF; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #B0B3B8; }
        .security-section { margin: 25px 15px; text-align: center; padding: 20px; background: #16181A; border-radius: 15px; border: 1px solid #2F3336; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #D4AF37; font-size: 24px; }
        .security-text { font-size: 12px; color: #82868A; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #16181A; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2F3336; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B0B3B8; font-size: 12px; transition: 0.3s; }
        .nav-item i { font-size: 20px; }
        .nav-item:active { color: #D4AF37; }
        footer { background: #0A0B0C; border-top: 1px solid #2F3336; padding: 30px 15px 100px; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #D4AF37; font-size: 14px; border: 1px solid #2F3336; padding: 8px 15px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { color: #82868A; font-size: 13px; text-align: center; padding: 5px; }
        .footer-copy { text-align: center; font-size: 12px; color: #82868A; border-top: 1px solid #1C1F23; padding-top: 20px; }