* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background: #1E2329; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2F3336; display: flex; justify-content: space-between; align-items: center; }
        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: #FFFFFF; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .btn { padding: 6px 15px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; text-decoration: none; transition: 0.3s; }
        header .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        header .btn-register { background: #FFD700; color: #0B0E11; }
        header .btn-register:hover { background: #E6C200; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(180deg, #1E2329 0%, #0B0E11 100%); padding: 20px 15px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Roboto', sans-serif; font-size: 32px; font-weight: 700; color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 25px 15px; background: #1E2329; margin: 15px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #B7BDC6; text-align: justify; }
        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; font-size: 18px; border-left: 4px solid #00C805; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; transition: 0.3s; text-decoration: none; border: 1px solid #2F3336; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-license { background: #1E2329; margin: 25px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .pl-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .pl-item i { font-size: 24px; color: #FFD700; }
        .pl-item span { font-size: 10px; color: #848E9C; }
        .guide-container { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-card { background: #1E2329; padding: 15px; border-radius: 10px; border: 1px solid #2F3336; }
        .guide-card h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #B7BDC6; }
        .lottery-section { background: #1E2329; margin: 25px 15px; border-radius: 12px; padding: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2F3336; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-info { font-size: 13px; }
        .lottery-name { color: #FFD700; font-weight: 600; }
        .lottery-game { color: #848E9C; }
        .lottery-amount { color: #0ECB81; font-weight: 700; font-family: 'Roboto', sans-serif; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-block { background: #2B3139; padding: 12px; text-align: center; border-radius: 8px; font-weight: 600; color: #FFD700; border: 1px solid #474D57; }
        .review-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; border: 1px solid #2F3336; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #848E9C; }
        .review-user-info h3 { font-size: 15px; }
        .review-stars { color: #F0B90B; font-size: 12px; }
        .review-content { font-size: 13px; color: #B7BDC6; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #848E9C; }
        .faq-section { padding: 0 15px; margin-top: 25px; }
        .faq-item { background: #1E2329; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFFFFF; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
        .faq-answer { padding: 0 15px 15px; color: #B7BDC6; font-size: 13px; display: block; }
        .security-section { background: #1E2329; margin: 25px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #0ECB81; }
        .security-text { font-size: 12px; color: #848E9C; margin-bottom: 10px; }
        .security-links a { color: #377DFF; text-decoration: none; font-size: 12px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1E2329; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2F3336; z-index: 1000; }
        .navigator a { text-decoration: none; color: #848E9C; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; width: 20%; }
        .navigator i { font-size: 20px; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2F3336; }
        .footer-contact { margin-bottom: 25px; text-align: center; }
        .footer-contact h2 { font-size: 16px; margin-bottom: 15px; color: #FFD700; }
        .footer-socials { display: flex; justify-content: center; gap: 20px; }
        .footer-socials a { color: #FFFFFF; font-size: 20px; text-decoration: none; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #B7BDC6; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; font-size: 12px; color: #848E9C; border-top: 1px solid #2F3336; padding-top: 15px; }