* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0F1115; color: #FFFFFF; font-family: 'Hind Siliguri', 'Kohinoor Bangla', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #1C2026; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #323A44; }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        header .actions { display: flex; gap: 10px; }
        header .btn { padding: 6px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        header .btn-login { background-color: transparent; color: #FFFFFF; border: 1px solid #FFD700; }
        header .btn-register { background-color: #FFD700; color: #0B0E11; }
        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-container { background: linear-gradient(180deg, #1C2026 0%, #0F1115 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFB800; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 700; color: #FFD700; text-shadow: 0 0 10px rgba(255, 184, 0, 0.5); }
        .intro-card { margin: 15px; padding: 20px; background-color: #1C2026; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { color: #B7BDC6; font-size: 14px; }
        .section-header { padding: 15px 15px 5px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #FFFFFF; font-weight: 600; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background-color: #1C2026; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #323A44; transition: 0.3s; }
        .game-card:hover { border-color: #FFD700; transform: translateY(-2px); }
        .game-card img { 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-license { padding: 20px 15px; background-color: #1C2026; 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; gap: 5px; color: #B7BDC6; }
        .payment-item i { font-size: 24px; color: #FF8C00; }
        .payment-item span { font-size: 10px; text-align: center; }
        .guide-section { padding: 15px; display: grid; gap: 15px; }
        .guide-item { background-color: #1C2026; padding: 15px; border-radius: 8px; }
        .guide-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #B7BDC6; }
        .lottery-box { margin: 15px; background-color: #1C2026; border-radius: 12px; height: 200px; overflow: hidden; position: relative; border: 1px solid #323A44; }
        .lottery-track { animation: scrollUp 20s linear infinite; }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #2B3139; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
        .lottery-user { color: #FFD700; }
        .lottery-amount { color: #0ECB81; font-weight: 600; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-btn { background-color: #2B3139; padding: 12px; border-radius: 6px; text-align: center; color: #FF8C00; font-weight: 600; font-size: 14px; }
        .review-section { padding: 15px; display: grid; gap: 12px; }
        .review-card { background-color: #1C2026; padding: 15px; border-radius: 10px; border: 1px solid #323A44; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-user i { font-size: 20px; color: #848E9C; }
        .stars { color: #F0B90B; font-size: 12px; }
        .review-content { font-size: 13px; color: #B7BDC6; margin: 8px 0; }
        .review-date { font-size: 11px; color: #848E9C; }
        .faq-section { padding: 15px; }
        .faq-item { background-color: #1C2026; margin-bottom: 10px; border-radius: 6px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 500; cursor: pointer; color: #FFD700; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; color: #B7BDC6; font-size: 14px; }
        .security-section { padding: 20px 15px; background-color: #000000; 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; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background-color: #1C2026; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #323A44; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #848E9C; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        footer { background-color: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #323A44; }
        footer .contact-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        footer .contact-link { background-color: #1C2026; padding: 10px; border-radius: 4px; text-decoration: none; color: #FFFFFF; font-size: 13px; display: flex; align-items: center; gap: 8px; }
        footer .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
        footer .footer-col { display: flex; flex-direction: column; gap: 10px; }
        footer .footer-col a { color: #848E9C; text-decoration: none; font-size: 13px; }
        footer .copyright { text-align: center; color: #848E9C; font-size: 12px; border-top: 1px solid #2B3139; pt: 20px; }