* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0A0A; color: #FFFFFF; font-family: 'Hind Siliguri', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #1A1A1A; border-bottom: 2px solid #333333; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        .logo-area { display: flex; align-items: center; gap: 10px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: 500; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 8px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #FFD700; color: #FFD700; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000; }
        .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: #1A1A1A; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #252525; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: 700; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FF4500; text-shadow: 0 0 10px rgba(255, 69, 0, 0.5); font-family: 'Tahoma', sans-serif; }
        .intro-section { padding: 20px; text-align: center; }
        .intro-section h1 { font-size: 24px; color: #FFD700; margin-bottom: 15px; }
        .intro-section p { color: #B0B3B8; font-size: 16px; }
        .section-title { padding: 0 20px; margin-top: 20px; font-size: 20px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 15px; }
        .game-card { background: #1A1A1A; border-radius: 12px; overflow: hidden; border: 1px solid #333333; text-decoration: none; color: #FFF; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; text-align: center; background: #252525; }
        .article-list { padding: 15px; }
        .article-card { display: flex; background: #1A1A1A; border-radius: 10px; margin-bottom: 15px; overflow: hidden; border: 1px solid #222222; text-decoration: none; }
        .article-card img { width: 100px; height: 100px; object-fit: cover; }
        .article-info { padding: 10px; flex: 1; }
        .article-info h2 { font-size: 16px; color: #FFD700; margin-bottom: 5px; }
        .article-info p { font-size: 13px; color: #B0B3B8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; }
        .payment-item { background: #252525; padding: 15px 5px; border-radius: 8px; text-align: center; font-size: 12px; border: 1px solid #333333; }
        .payment-item i { font-size: 24px; color: #FFD700; margin-bottom: 8px; display: block; }
        .lottery-section { background: #111; padding: 15px; margin: 15px; border-radius: 12px; border-left: 3px solid #FF4500; }
        .lottery-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #222; font-size: 14px; }
        .lottery-user { color: #FFD700; }
        .lottery-amount { color: #00C853; font-weight: bold; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-item { background: #1A1A1A; padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #333; font-weight: bold; color: #C0C0C0; }
        .reviews-section { padding: 15px; }
        .review-card { background: #1A1A1A; border-radius: 15px; padding: 15px; margin-bottom: 15px; border: 1px solid #252525; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #65676B; }
        .review-meta h4 { font-size: 16px; color: #FFD700; }
        .stars { color: #FFEA00; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B3B8; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1A1A1A; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #333; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #B0B3B8; }
        .security-section { padding: 20px; background: #0A0A0A; text-align: center; border-top: 1px solid #333; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #00C853; }
        .age-limit { border: 2px solid #FF1744; color: #FF1744; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; display: inline-block; font-weight: bold; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1A1A1A; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #FFD700; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #B0B3B8; font-size: 12px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; color: #FFD700; }
        footer { background: #0A0A0A; padding: 30px 15px 100px; border-top: 1px solid #252525; text-align: center; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #B0B3B8; text-decoration: none; font-size: 14px; }
        .copyright { color: #65676B; font-size: 13px; border-top: 1px solid #222; padding-top: 20px; }