@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0B10; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.6; font-size: 16px; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        header { background-color: #161821; border-bottom: 1px solid #2D313E; position: sticky; top: 0; z-index: 1000; height: 60px; display: flex; align-items: center; padding: 0 15px; }
        .nav-container { width: 100%; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 6px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; }
        .btn-login { background-color: transparent; color: #FFFFFF; border: 1px solid #2D313E; }
        .btn-register { background-color: #FFD700; color: #000000; }
        main { padding-bottom: 80px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; background: #161821; overflow: hidden; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(180deg, #1C1F2B 0%, #161821 100%); margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #D4AF37; }
        .jackpot-label { color: #B0B3B8; font-size: 14px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: 'Siyam Rupali', Arial, sans-serif; }
        .platform-intro { padding: 20px 15px; text-align: center; }
        .platform-intro h1 { font-size: 28px; line-height: 1.3; color: #FFD700; margin-bottom: 15px; }
        .platform-intro p { font-size: 16px; color: #B0B3B8; }
        .section-title { padding: 0 15px; margin: 20px 0 15px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .section-title h2 { font-size: 24px; font-weight: 700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1C1F2B; border-radius: 12px; overflow: hidden; border: 1px solid #2D313E; }
        .game-card img { aspect-ratio: 1/1; width: 100%; object-fit: cover; }
        .game-card h3 { font-size: 14px; padding: 10px; text-align: center; font-weight: 500; }
        .article-list { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .article-card { background: #161821; border-radius: 12px; border: 1px solid #2D313E; display: flex; padding: 10px; gap: 12px; align-items: center; }
        .article-card img { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; }
        .article-info h3 { font-size: 16px; margin-bottom: 5px; color: #FFD700; }
        .article-info p { font-size: 14px; color: #B0B3B8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payment-methods { background: #161821; margin: 20px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #FFD700; margin-bottom: 5px; }
        .payment-item span { font-size: 10px; display: block; color: #B0B3B8; }
        .lottery-records { background: #1C1F2B; margin: 20px 15px; border-radius: 12px; padding: 15px; overflow: hidden; }
        .lottery-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2D313E; font-size: 14px; }
        .lottery-item:last-child { border-bottom: none; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00C853; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-block { background: #1C1F2B; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2D313E; font-weight: 600; color: #B0B3B8; }
        .review-list { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #161821; border-radius: 12px; padding: 15px; border: 1px solid #2D313E; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #65676B; }
        .user-meta h4 { font-size: 16px; color: #FFFFFF; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B3B8; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #65676B; }
        .faq-section { padding: 0 15px; margin-top: 25px; }
        .faq-item { background: #161821; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #2D313E; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 10px; }
        .faq-item h3::before { content: "\f059"; font-family: "Font Awesome 6 Free"; font-weight: 900; }
        .faq-item p { font-size: 14px; color: #B0B3B8; }
        .security-section { background: #1C1F2B; margin: 20px 15px; padding: 20px; border-radius: 12px; text-align: center; border-top: 2px solid #00C853; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; }
        .security-icons .fa-shield-halved { color: #00C853; }
        .security-icons .fa-lock { color: #2979FF; }
        .security-text { font-size: 14px; color: #B0B3B8; margin-bottom: 10px; }
        .age-limit { display: inline-block; padding: 2px 8px; border: 1px solid #FF3D00; color: #FF3D00; border-radius: 4px; font-weight: bold; margin-top: 10px; }
        .navigator { position: fixed; bottom: 0; width: 100%; height: 60px; background: #161821; border-top: 1px solid #2D313E; display: flex; justify-content: space-around; align-items: center; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #B0B3B8; font-size: 12px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item:nth-child(3) { background: #FFD700; color: #000000; width: 50px; height: 50px; border-radius: 50%; margin-top: -30px; border: 4px solid #0A0B10; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
        footer { background: #0A0B10; padding: 30px 15px 100px; border-top: 1px solid #2D313E; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { font-size: 14px; color: #65676B; text-align: center; }
        .footer-copy { text-align: center; font-size: 12px; color: #65676B; border-top: 1px solid #1F222C; padding-top: 15px; }