* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #050505; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #121212; padding: 12px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2C2C2C; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn { border: none; border-radius: 6px; padding: 8px 16px; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background-color: #FFD700; color: #000000; }
        .btn-register:hover { background-color: #FFC300; }
        main { max-width: 800px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(135deg, #1E1E1E 0%, #121212 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: 700; }
        .jackpot-amount { font-size: 30px; font-weight: 700; color: #00FF41; font-family: monospace; }
        .intro-card { background-color: #121212; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #2C2C2C; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #E0E0E0; text-align: justify; }
        .section-title { font-size: 20px; color: #FFD700; margin: 25px 15px 15px; padding-left: 10px; border-left: 4px solid #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background-color: #1E1E1E; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2C2C2C; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: #FFFFFF; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background-color: #121212; margin: 25px 15px; padding: 20px; border-radius: 12px; }
        .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: #FFD700; }
        .payment-item span { font-size: 10px; color: #A0A0A0; }
        .guidelines { padding: 0 15px; }
        .guide-item { background-color: #121212; padding: 15px; border-radius: 10px; margin-bottom: 12px; border: 1px solid #2C2C2C; }
        .guide-item h3 { color: #FFD700; font-size: 16px; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #E0E0E0; }
        .winners-list { background-color: #121212; margin: 15px; border-radius: 12px; overflow: hidden; border: 1px solid #2C2C2C; }
        .winner-row { display: flex; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid #2C2C2C; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #FFD700; font-weight: 500; }
        .winner-amount { color: #00FF41; font-weight: 700; }
        .winner-time { color: #A0A0A0; font-size: 11px; }
        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-btn { background: #1E1E1E; padding: 12px; text-align: center; border-radius: 8px; border: 1px solid #404040; color: #FFD700; font-weight: 600; font-size: 14px; }
        .reviews-container { padding: 0 15px; }
        .review-card { background: #121212; padding: 15px; border-radius: 12px; border: 1px solid #2C2C2C; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #A0A0A0; }
        .review-user h4 { font-size: 14px; color: #FFFFFF; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #E0E0E0; font-style: italic; }
        .review-date { font-size: 11px; color: #A0A0A0; margin-top: 8px; display: block; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #121212; margin-bottom: 10px; border-radius: 8px; border: 1px solid #2C2C2C; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #E0E0E0; }
        .security-section { background: #050505; border: 1px dashed #FFD700; margin: 20px 15px; padding: 15px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; flex-wrap: wrap; }
        .security-icons i { font-size: 28px; color: #FFD700; }
        .security-text { font-size: 12px; color: #A0A0A0; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2C2C2C; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #A0A0A0; width: 20%; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(3) { color: #FFD700; }
        footer { background-color: #050505; padding: 30px 15px 100px; border-top: 1px solid #2C2C2C; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 25px; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 14px; border: 1px solid #2C2C2C; padding: 8px 15px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #A0A0A0; text-decoration: none; font-size: 13px; text-align: center; }
        .footer-copy { text-align: center; font-size: 12px; color: #666; border-top: 1px solid #2C2C2C; padding-top: 15px; }