* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0b0e11; color: #ffffff; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        
        header { background-color: #1c1f26; border-bottom: 1px solid #3e4042; height: 60px; position: sticky; top: 0; z-index: 1000; }
        .nav-wrapper { height: 100%; display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 10px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #ffffff; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { border-radius: 4px; padding: 8px 16px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; transition: opacity 0.2s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #ffcc00; }
        .btn-register { background-color: #ffcc00; 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-section { background: #1c1f26; padding: 20px; text-align: center; margin: 15px 0; border-radius: 12px; border: 1px solid #d4af37; }
        .jackpot-label { color: #ffcc00; font-size: 14px; font-weight: 600; margin-bottom: 5px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #ffcc00; letter-spacing: 2px; }
        
        .intro-section { padding: 20px 0; }
        h1 { font-size: 24px; color: #ffcc00; margin-bottom: 15px; text-align: center; }
        .intro-p { color: #b0b3b8; font-size: 16px; text-align: center; }
        
        .section-title { font-size: 20px; color: #ffffff; margin: 25px 0 15px; border-left: 4px solid #ffcc00; padding-left: 10px; }
        
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1c1f26; border-radius: 12px; overflow: hidden; border: 1px solid #3e4042; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card-info { padding: 10px; text-align: center; }
        .game-card h3 { font-size: 14px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        
        .article-list { display: flex; flex-direction: column; gap: 15px; }
        .article-card { background: #1c1f26; border-radius: 12px; display: flex; overflow: hidden; border: 1px solid #3e4042; }
        .article-card img { width: 120px; height: 80px; object-fit: cover; }
        .article-content { padding: 10px; flex: 1; }
        .article-content h3 { font-size: 14px; color: #ffcc00; margin-bottom: 5px; }
        .article-content p { font-size: 12px; color: #b0b3b8; line-height: 1.3; }
        
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; background: #1c1f26; padding: 15px; border-radius: 12px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 10px; color: #b0b3b8; }
        .payment-item i { font-size: 20px; color: #ffcc00; }
        
        .lottery-container { background: #1c1f26; border-radius: 12px; height: 200px; overflow: hidden; position: relative; border: 1px solid #3e4042; }
        .lottery-scroll { position: absolute; width: 100%; animation: scrollUp 40s linear infinite; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .lottery-item { padding: 10px 15px; border-bottom: 1px solid #2b2f36; display: flex; justify-content: space-between; align-items: center; }
        .lottery-user { font-size: 13px; color: #ffffff; }
        .lottery-amount { color: #2ecc71; font-weight: 600; font-size: 13px; }
        .lottery-game { color: #b0b3b8; font-size: 11px; }

        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-box { background: #2b2f36; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 700; color: #ffffff; opacity: 0.8; }
        
        .review-card { background: #1c1f26; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #3e4042; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #65676b; }
        .review-name { font-weight: 600; font-size: 14px; }
        .review-stars { color: #f1c40f; font-size: 12px; }
        .review-content { font-size: 13px; color: #b0b3b8; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #65676b; }
        
        .faq-item { background: #1c1f26; border-radius: 8px; margin-bottom: 10px; overflow: hidden; border: 1px solid #3e4042; }
        .faq-question { padding: 15px; font-weight: 600; color: #ffffff; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; color: #b0b3b8; font-size: 14px; }
        
        .responsible-gaming { background: #1c1f26; padding: 20px; border-radius: 12px; text-align: center; border-top: 2px solid #ff3e3e; }
        .age-limit { font-size: 24px; font-weight: 700; color: #ff3e3e; margin-bottom: 10px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #2ecc71; }
        
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1c1f26; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #3e4042; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #b0b3b8; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffcc00; }
        
        footer { background: #0b0e11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #3e4042; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
        .footer-links a { color: #b0b3b8; font-size: 13px; }
        .copyright { font-size: 12px; color: #65676b; border-top: 1px solid #2b2f36; padding-top: 15px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .article-list { grid-template-columns: 1fr 1fr; display: grid; }
            .payment-grid { grid-template-columns: repeat(8, 1fr); }
            .providers-grid { grid-template-columns: repeat(4, 1fr); }
        }