* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, sans-serif; background-color: #0B0E11; color: #FFFFFF; line-height: 1.5; -webkit-tap-highlight-color: transparent; }
        header { background-color: #1A1D23; 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 #2D333B; }
        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: #FFD700; }
        header .auth-btns { display: flex; gap: 10px; }
        header .auth-btns button { border: none; border-radius: 4px; padding: 6px 12px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        header .login-btn { background: transparent; color: #FFD700; border: 1px solid #FFD700 !important; }
        header .reg-btn { background: linear-gradient(135deg, #FFD700, #B8860B); color: #000000; }
        main { padding-bottom: 80px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-sec { background: #1A1D23; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
        .jackpot-amount { font-size: 2rem; font-weight: 700; color: #FFFFFF; font-variant-numeric: tabular-nums; }
        .intro-card { margin: 15px; padding: 20px; background: #242931; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 1.25rem; color: #FFD700; margin-bottom: 10px; font-weight: 700; }
        .intro-card p { font-size: 0.875rem; color: #9BA3AF; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 1.125rem; font-weight: 600; display: flex; align-items: center; gap: 8px; }
        .section-title::before { content: ''; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1D23; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2D333B; transition: 0.3s; display: block; }
        .game-card:hover { border-color: #FFD700; transform: translateY(-3px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 0.875rem; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-sec { background: #1A1D23; margin: 20px 15px; padding: 15px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .pay-item { text-align: center; color: #9BA3AF; }
        .pay-item i { font-size: 1.5rem; color: #FFD700; display: block; margin-bottom: 5px; }
        .pay-item span { font-size: 0.7rem; }
        .guidelines-sec { padding: 15px; }
        .guide-box { background: #242931; padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .guide-box h2 { font-size: 1rem; color: #FFD700; margin-bottom: 8px; }
        .guide-box p { font-size: 0.85rem; color: #9BA3AF; }
        .lottery-sec { margin: 20px 15px; background: #1A1D23; border-radius: 12px; padding: 15px; height: 250px; overflow: hidden; position: relative; }
        .lottery-list { animation: scrollList 20s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2D333B; font-size: 0.8rem; }
        .lottery-item span:nth-child(3) { color: #22C55E; font-weight: 700; }
        .providers-wall { padding: 0 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-item { background: linear-gradient(135deg, #242931, #1A1D23); padding: 15px; border-radius: 8px; text-align: center; font-weight: 600; color: #F5C518; border: 1px solid #2D333B; }
        .reviews-sec { padding: 15px; }
        .review-card { background: #1A1D23; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D333B; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 1.5rem; color: #9BA3AF; }
        .rating { color: #FFAB00; font-size: 0.8rem; }
        .review-body { font-size: 0.85rem; color: #9BA3AF; margin-bottom: 8px; }
        .review-date { font-size: 0.75rem; color: #6B7280; }
        .faq-sec { padding: 15px; }
        .faq-item { background: #242931; border-radius: 8px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 0.95rem; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 0.85rem; color: #9BA3AF; }
        .security-sec { padding: 20px 15px; text-align: center; background: #1A1D23; margin: 20px 0; }
        .security-icons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 15px; }
        .security-icons i { font-size: 2rem; color: #22C55E; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1D23; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D333B; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #9BA3AF; flex: 1; }
        .nav-item i { display: block; font-size: 1.25rem; margin-bottom: 4px; }
        .nav-item span { font-size: 0.7rem; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2D333B; }
        .contact-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 30px; }
        .contact-row a { color: #FFD700; text-decoration: none; font-size: 0.9rem; border: 1px solid #2D333B; padding: 8px 15px; border-radius: 20px; }
        .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
        .footer-grid a { color: #9BA3AF; text-decoration: none; font-size: 0.8rem; display: block; margin-bottom: 8px; }
        .copyright { text-align: center; font-size: 0.75rem; color: #6B7280; padding-top: 20px; border-top: 1px solid #1F2937; }