* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D1117; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #161B22; 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-container { display: flex; align-items: center; gap: 8px; }
        header .logo-container img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-container strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-buttons { display: flex; gap: 10px; }
        header button { padding: 6px 14px; border-radius: 4px; font-size: 14px; cursor: pointer; border: none; font-weight: 600; }
        header .login-btn { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .register-btn { background: #D4AF37; color: #0D1117; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(180deg, #161B22 0%, #0D1117 100%); padding: 20px 15px; text-align: center; border-bottom: 1px solid #30363D; }
        .jackpot-box { background: #21262D; border: 2px solid #D4AF37; border-radius: 12px; padding: 15px; display: inline-block; min-width: 280px; box-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #D4AF37; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { color: #FFD700; font-size: 30px; font-weight: 700; font-family: 'Inter', sans-serif; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .intro-card { padding: 20px 15px; background: #161B22; margin: 15px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; color: #D4AF37; margin-bottom: 10px; }
        .intro-card p { font-size: 15px; color: #8B949E; text-align: justify; }
        .section-title { padding: 0 15px; margin-top: 25px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 20px; color: #FFFFFF; font-weight: 600; }
        .section-title i { color: #D4AF37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #161B22; border-radius: 10px; 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: #161B22; padding: 20px 15px; margin: 20px 0; }
        .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: #8B949E; }
        .payment-item span { font-size: 10px; color: #8B949E; }
        .guidelines { padding: 20px 15px; }
        .guide-item { background: #161B22; padding: 15px; border-radius: 10px; margin-bottom: 12px; border-top: 1px solid #21262D; }
        .guide-item h3 { color: #D4AF37; font-size: 18px; margin-bottom: 8px; }
        .guide-item p { color: #8B949E; font-size: 14px; }
        .lottery-section { background: #0D1117; padding: 15px; }
        .lottery-list { background: #161B22; border-radius: 10px; border: 1px solid #30363D; padding: 10px; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 5px; border-bottom: 1px solid #21262D; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { color: #D4AF37; font-weight: 500; }
        .lottery-amount { color: #238636; font-weight: 600; }
        .providers-wall { padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-btn { background: #21262D; color: #D4AF37; padding: 12px; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; border: 1px solid #30363D; }
        .reviews-section { padding: 20px 15px; }
        .review-card { background: #161B22; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #30363D; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #21262D; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .review-info h4 { font-size: 14px; color: #FFFFFF; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #8B949E; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #484F58; }
        .faq-section { padding: 20px 15px; background: #161B22; margin-top: 20px; }
        .faq-item { margin-bottom: 15px; border-bottom: 1px solid #30363D; padding-bottom: 15px; }
        .faq-item h3 { font-size: 16px; color: #D4AF37; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #8B949E; }
        .safety-section { padding: 25px 15px; text-align: center; background: #0D1117; }
        .safety-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .safety-badge { color: #8B949E; font-size: 24px; display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .safety-badge span { font-size: 10px; text-transform: uppercase; }
        .safety-text { font-size: 13px; color: #8B949E; max-width: 500px; margin: 0 auto; line-height: 1.6; }
        .safety-text a { color: #D4AF37; text-decoration: none; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #161B22; border-top: 1px solid #30363D; display: flex; justify-content: space-around; align-items: center; z-index: 1001; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8B949E; font-size: 12px; transition: color 0.3s; }
        .nav-item i { font-size: 20px; }
        .nav-item:active { color: #D4AF37; }
        footer { background: #0D1117; padding: 40px 15px 100px; border-top: 1px solid #30363D; }
        footer .contact-row { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 30px; }
        footer .contact-row a { color: #D4AF37; text-decoration: none; font-size: 14px; border: 1px solid #30363D; padding: 8px 15px; border-radius: 20px; background: #161B22; }
        footer .links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; border-top: 1px solid #30363D; padding-top: 25px; }
        footer .links-grid a { color: #8B949E; text-decoration: none; font-size: 13px; margin-bottom: 8px; display: block; }
        footer .copyright { text-align: center; color: #484F58; font-size: 12px; border-top: 1px solid #21262D; padding-top: 20px; }
        @keyframes scrollJackpot { 0% { opacity: 0.8; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-2px); } 100% { opacity: 0.8; transform: translateY(0); } }
        .jackpot-amount { animation: scrollJackpot 2s infinite ease-in-out; }