@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&family=Noto+Sans+Bengali:wght@400;500;600;700&display=swap');
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #050505; color: #ffffff; font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        header { background-color: #121212; 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 #333333; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #ffd700; }
        .header-buttons { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 4px; font-weight: 600; cursor: pointer; font-size: 14px; transition: opacity 0.2s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700 0%, #b8860b 100%); color: #000000; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1e1e1e; margin: 15px; padding: 15px; border-radius: 12px; border: 1px solid #b8860b; text-align: center; }
        .jackpot-label { color: #ffd700; font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-size: 30px; font-weight: 700; color: #ffffff; font-family: monospace; }
        .intro-section { padding: 20px 15px; text-align: center; }
        .intro-section h1 { font-size: 24px; color: #ffd700; margin-bottom: 15px; }
        .intro-section p { font-size: 16px; color: #b0b0b0; }
        .section-title { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 20px; font-weight: 700; border-left: 4px solid #ffd700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1e1e1e; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #333333; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: #ffffff; padding: 8px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .article-list { padding: 0 15px; display: flex; flex-direction: column; gap: 12px; }
        .article-item { background: #1e1e1e; border-radius: 8px; display: flex; overflow: hidden; border: 1px solid #333333; text-decoration: none; }
        .article-img { width: 100px; height: 80px; object-fit: cover; }
        .article-content { padding: 10px; flex: 1; }
        .article-content h3 { font-size: 14px; color: #ffd700; margin-bottom: 4px; line-height: 1.3; }
        .article-content p { font-size: 12px; color: #b0b0b0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payments-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .payment-item { background: #121212; border: 1px solid #333333; padding: 12px; border-radius: 8px; display: flex; align-items: center; gap: 10px; }
        .payment-item i { color: #ffd700; font-size: 18px; }
        .payment-item span { font-size: 14px; font-weight: 500; }
        .lottery-box { margin: 15px; background: #1e1e1e; border-radius: 12px; border: 1px solid #333333; overflow: hidden; }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #333333; display: flex; justify-content: space-between; align-items: center; }
        .lottery-user { font-size: 14px; font-weight: 600; color: #ffd700; }
        .lottery-win { color: #00c853; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: #1e1e1e; padding: 15px; text-align: center; border-radius: 8px; border: 1px solid #333333; font-weight: 700; color: #b0b0b0; }
        .reviews-container { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #1e1e1e; padding: 15px; border-radius: 12px; border-left: 4px solid #ffd700; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 24px; color: #757575; }
        .review-meta h4 { font-size: 15px; }
        .stars { color: #ffd700; font-size: 12px; }
        .review-text { font-size: 14px; color: #b0b0b0; margin: 8px 0; }
        .review-date { font-size: 12px; color: #757575; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1e1e1e; border: 1px solid #333333; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #ffd700; cursor: pointer; position: relative; }
        .faq-answer { padding: 0 15px 15px; color: #b0b0b0; font-size: 14px; }
        .security-section { margin: 25px 15px; padding: 20px; background: rgba(255, 69, 0, 0.05); border: 1px solid #ff4500; border-radius: 12px; text-align: center; }
        .security-section i { font-size: 40px; color: #ff4500; margin-bottom: 15px; }
        .security-section h2 { font-size: 20px; color: #ffffff; margin-bottom: 10px; }
        .security-section p { font-size: 14px; color: #b0b0b0; margin-bottom: 15px; }
        .security-links a { color: #ff4500; text-decoration: underline; font-weight: 600; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #b0b0b0; display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 15px; background: #0a0a0a; }
        .footer-links a { color: #757575; text-decoration: none; font-size: 13px; }
        .footer-bottom { padding: 20px 15px; text-align: center; border-top: 1px solid #222222; background: #0a0a0a; color: #757575; font-size: 12px; }