* { 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; letter-spacing: 0.02em; overflow-x: hidden; }
        header { background: #1E2329; 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 #374151; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 16px; border-radius: 4px; font-size: 14px; cursor: pointer; font-weight: 600; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); border: none; color: #000000; padding: 6px 16px; border-radius: 4px; font-size: 14px; cursor: pointer; font-weight: 600; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #1e2329 0%, #0b0e11 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-label { color: #B7BDC6; font-size: 14px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.1em; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Roboto', sans-serif; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #1E2329; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.25; }
        .intro-card p { color: #B7BDC6; font-size: 14px; text-align: justify; }
        .section-title { font-size: 18px; font-weight: 700; margin: 20px 15px 15px; padding-left: 10px; border-left: 3px solid #FFD700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #374151; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-image { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #1E2329; margin: 20px 15px; padding: 15px; border-radius: 12px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #FFD700; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #B7BDC6; }
        .guide-section { padding: 0 15px; }
        .guide-item { background: #1E2329; padding: 15px; border-radius: 10px; margin-bottom: 10px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #B7BDC6; }
        .lottery-ticker { background: rgba(30, 35, 41, 0.5); margin: 20px 0; padding: 10px 0; overflow: hidden; position: relative; border-top: 1px solid #374151; border-bottom: 1px solid #374151; }
        .lottery-track { display: flex; animation: marquee 30s linear infinite; white-space: nowrap; }
        .lottery-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; border-right: 1px solid #374151; }
        .lottery-user { color: #FFD700; font-weight: 600; font-size: 13px; }
        .lottery-win { color: #0ECB81; font-weight: 700; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .provider-item { background: linear-gradient(135deg, #1E2329 0%, #0B0E11 100%); padding: 15px; border-radius: 8px; text-align: center; border: 1px solid #374151; font-weight: 600; color: #F0B90B; }
        .reviews-section { padding: 0 15px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #374151; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #374151; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .review-name { font-weight: 600; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #B7BDC6; font-style: italic; }
        .review-date { font-size: 11px; color: #707A8A; margin-top: 8px; display: block; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1E2329; border-radius: 8px; margin-bottom: 10px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; cursor: pointer; }
        .faq-item p { font-size: 13px; color: #B7BDC6; }
        .safety-section { background: #0B0E11; margin: 20px 15px; padding: 20px; border-radius: 12px; border: 1px dashed #374151; text-align: center; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; font-size: 24px; }
        .safety-text { font-size: 12px; color: #707A8A; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1E2329; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #374151; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; color: #B7BDC6; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        footer { background: #1E2329; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #374151; }
        .footer-contacts { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #B7BDC6; text-decoration: none; font-size: 12px; }
        .footer-copyright { font-size: 11px; color: #707A8A; border-top: 1px solid #374151; padding-top: 15px; }