* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        header { background-color: #050505; 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 #333333; }
        header .brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        header .auth-btns { display: flex; gap: 10px; }
        header .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 14px; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: 500; }
        header .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); border: none; color: #000000; padding: 6px 14px; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: 700; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #333333; text-align: center; }
        .jackpot-title { color: #FF8C00; font-size: 18px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Inter', sans-serif; letter-spacing: 2px; }
        .intro-card { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 10px; line-height: 1.25; }
        .intro-card p { color: #B0B0B0; font-size: 16px; }
        .section-title { padding: 15px 15px 5px; font-size: 20px; color: #FFFFFF; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1A1A1A; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #222222; transition: transform 0.2s; }
        .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; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #050505; padding: 20px 15px; margin: 15px 0; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; color: #6E6E6E; gap: 5px; }
        .payment-item i { font-size: 24px; color: #B0B0B0; }
        .payment-item span { font-size: 12px; }
        .guides-section { padding: 15px; }
        .guide-box { background: #1A1A1A; padding: 15px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #333333; }
        .guide-box h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-box p { font-size: 14px; color: #B0B0B0; }
        .lottery-section { background: #1A1A1A; margin: 15px; border-radius: 12px; overflow: hidden; border: 1px solid #333333; }
        .lottery-header { padding: 10px 15px; background: #252525; font-weight: 600; color: #FFD700; border-bottom: 1px solid #333333; }
        .marquee-box { height: 200px; overflow: hidden; position: relative; }
        .marquee-content { animation: scrollMarquee 20s linear infinite; }
        @keyframes scrollMarquee { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #222222; display: flex; justify-content: space-between; font-size: 13px; }
        .lottery-item .user { color: #FFFFFF; }
        .lottery-item .win { color: #00C853; font-weight: 700; }
        .providers-section { padding: 15px; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-tag { background: #252525; padding: 12px; text-align: center; border-radius: 6px; border: 1px solid #333333; color: #FFD700; font-weight: 600; font-size: 14px; }
        .reviews-section { padding: 15px; }
        .review-card { background: #1A1A1A; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-top: 2px solid #FFD700; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-user i { color: #FFD700; font-size: 20px; }
        .review-user span { font-weight: 600; font-size: 14px; }
        .stars { color: #FFAB00; font-size: 12px; margin-bottom: 8px; }
        .review-content { font-size: 14px; color: #B0B0B0; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #6E6E6E; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1A1A1A; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFFFFF; border-bottom: 1px solid #222222; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 15px; font-size: 14px; color: #B0B0B0; }
        .security-section { padding: 20px 15px; text-align: center; background: #050505; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; font-size: 24px; }
        .security-text { font-size: 13px; color: #6E6E6E; max-width: 500px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #050505; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1001; }
        .nav-item { color: #B0B0B0; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .nav-item i { font-size: 18px; }
        footer { background: #050505; padding: 30px 15px 100px; border-top: 1px solid #333333; color: #6E6E6E; }
        .footer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .footer-contacts a { color: #B0B0B0; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #6E6E6E; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; font-size: 12px; border-top: 1px solid #222222; padding-top: 20px; }