* { 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.6; overflow-x: hidden; }
        header { background-color: #1A1A1A; border-bottom: 2px solid #D4AF37; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        header .brand { display: flex; align-items: center; gap: 10px; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .auth-buttons { display: flex; gap: 10px; }
        header .auth-buttons button { padding: 6px 15px; border-radius: 5px; border: none; font-weight: 600; cursor: pointer; transition: 0.3s; }
        header .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .btn-register { background: linear-gradient(180deg, #FFD700, #D4AF37); color: #0D0D0D; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 20px; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFFFFF; font-family: 'Roboto', sans-serif; letter-spacing: 2px; }
        .jackpot-amount span { color: #D4AF37; }
        .intro-card { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 15px; border-left: 5px solid #D4AF37; }
        .intro-card h1 { font-size: 20px; color: #D4AF37; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #B3B3B3; }
        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; font-size: 24px; color: #FFD700; border-left: 4px solid #8B0000; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1A1A; border-radius: 12px; overflow: hidden; border: 1px solid #333; 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 { font-size: 14px; color: #FFFFFF; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background: #1A1A1A; margin: 20px 15px; padding: 20px; border-radius: 15px; }
        .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: #D4AF37; }
        .payment-item span { font-size: 11px; color: #808080; }
        .content-block { padding: 15px; background: #1A1A1A; margin: 15px; border-radius: 15px; }
        .content-block h2 { font-size: 20px; color: #D4AF37; margin-bottom: 12px; }
        .content-block p { font-size: 14px; color: #B3B3B3; margin-bottom: 15px; }
        .lottery-section { background: #0D0D0D; margin: 20px 15px; border-radius: 15px; overflow: hidden; border: 1px solid #262626; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #222; }
        .lottery-user { color: #D4AF37; font-weight: 500; font-size: 14px; }
        .lottery-game { color: #FFFFFF; font-size: 13px; }
        .lottery-win { color: #28A745; font-weight: 700; }
        .lottery-time { color: #808080; font-size: 11px; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: linear-gradient(135deg, #1A1A1A, #262626); padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #333; color: #D4AF37; font-weight: 600; }
        .comment-grid { display: flex; flex-direction: column; gap: 15px; padding: 0 15px; }
        .comment-card { background: #1A1A1A; padding: 15px; border-radius: 15px; border: 1px solid #262626; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 30px; color: #D4AF37; }
        .comment-info h4 { font-size: 16px; color: #FFFFFF; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-body { color: #B3B3B3; font-size: 14px; margin-bottom: 8px; }
        .comment-date { color: #808080; font-size: 12px; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1A1A1A; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; color: #D4AF37; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; color: #B3B3B3; font-size: 14px; }
        .security-section { background: #1A1A1A; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #808080; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1A1A; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #D4AF37; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B3B3B3; font-size: 12px; width: 20%; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) { color: #D4AF37; margin-top: -15px; background: #1A1A1A; border-radius: 50%; border-top: 1px solid #D4AF37; padding-top: 10px; }
        footer { background: #0D0D0D; padding: 30px 15px 100px; border-top: 1px solid #333; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { color: #D4AF37; text-decoration: none; font-size: 14px; border: 1px solid #333; padding: 5px 12px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 25px; }
        .footer-links a { color: #808080; text-decoration: none; font-size: 13px; }
        .footer-copyright { text-align: center; color: #808080; font-size: 12px; border-top: 1px solid #222; pt: 20px; }