* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0a0b0d; color: #ffffff; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        header { background-color: #16181d; padding: 12px 16px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d3139; display: flex; justify-content: space-between; align-items: center; }
        .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: #ffbf00; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #2d3139; }
        .btn-register { background: linear-gradient(to right, #fcd34d, #b45309); color: #000000; }
        .hero-banner { width: 100%; aspect-ratio: 2 / 1; cursor: pointer; overflow: hidden; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #16181d; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #ffbf00; text-align: center; }
        .jackpot-title { color: #9ca3af; font-size: 14px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { color: #ffbf00; font-size: 32px; font-weight: 700; font-family: system-ui; }
        .intro-section { padding: 20px; text-align: left; }
        .intro-section h1 { font-size: 24px; color: #ffbf00; margin-bottom: 15px; line-height: 1.2; }
        .intro-section p { color: #9ca3af; font-size: 16px; line-height: 1.6; }
        .section-title { padding: 0 20px; margin-top: 25px; margin-bottom: 15px; font-size: 20px; border-left: 4px solid #ffbf00; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #16181d; border-radius: 12px; overflow: hidden; border: 1px solid #2d3139; text-decoration: none; display: block; }
        .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; }
        .article-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .article-card { background: #1f2229; border-radius: 10px; overflow: hidden; display: flex; text-decoration: none; border: 1px solid #2d3139; }
        .article-card img { width: 100px; height: 100px; object-fit: cover; }
        .article-info { padding: 12px; flex: 1; }
        .article-info h3 { font-size: 14px; color: #ffbf00; margin-bottom: 5px; line-height: 1.3; }
        .article-info p { font-size: 12px; color: #9ca3af; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payment-section { background: #16181d; margin: 20px 15px; padding: 20px; 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: #9ca3af; margin-bottom: 8px; }
        .payment-item span { font-size: 10px; color: #6b7280; display: block; }
        .winner-list { margin: 20px 15px; background: #1f2229; border-radius: 12px; padding: 15px; }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2d3139; }
        .winner-item:last-child { border-bottom: none; }
        .winner-name { color: #ffffff; font-size: 14px; }
        .winner-game { color: #9ca3af; font-size: 12px; }
        .winner-amount { color: #22c55e; font-weight: 600; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-block { background: #16181d; padding: 20px; text-align: center; border-radius: 8px; border: 1px solid #2d3139; color: #ffbf00; font-weight: 700; font-size: 18px; }
        .review-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #16181d; padding: 15px; border-radius: 12px; border: 1px solid #2d3139; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 20px; color: #ffbf00; }
        .review-user { font-weight: 600; font-size: 14px; }
        .stars { color: #ffbf00; font-size: 12px; }
        .review-content { font-size: 14px; color: #9ca3af; line-height: 1.5; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #16181d; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #2d3139; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 15px; color: #ffffff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px 15px; color: #9ca3af; font-size: 14px; line-height: 1.6; }
        .security-section { text-align: center; padding: 30px 20px; background: #0a0b0d; border-top: 1px solid #2d3139; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #ffbf00; }
        .responsible-text { font-size: 12px; color: #6b7280; max-width: 500px; margin: 0 auto; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #16181d; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d3139; z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #9ca3af; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0b0d; padding: 40px 15px 100px 15px; border-top: 1px solid #2d3139; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #6b7280; text-decoration: none; font-size: 13px; }
        .copyright { text-align: center; color: #6b7280; font-size: 12px; border-top: 1px solid #1f2229; padding-top: 20px; }
        @keyframes countUp { from { opacity: 0.8; } to { opacity: 1; } }
        .count-anim { animation: countUp 0.5s ease-in-out infinite alternate; }