* { 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; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
        header { background: #16181D; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: sticky; top: 0; z-index: 1000; padding: 10px 15px; }
        .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; }
        .logo-area strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: 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; cursor: pointer; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
        .jackpot-section { background: #21242B; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: 700; }
        .jackpot-amount { font-size: 30px; font-weight: 700; color: #FFFFFF; font-family: 'Roboto', sans-serif; letter-spacing: 2px; }
        .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: #B0B3B8; text-align: justify; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 20px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #16181D; border-radius: 12px; overflow: hidden; border: 1px solid #2F3336; }
        .game-card img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
        .game-card h3 { font-size: 14px; padding: 8px; text-align: center; color: #FFFFFF; }
        .article-list { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .article-card { display: flex; background: #16181D; border-radius: 12px; overflow: hidden; border: 1px solid #2F3336; }
        .article-card img { width: 100px; height: 100px; object-fit: cover; }
        .article-info { padding: 10px; flex: 1; }
        .article-info h2 { font-size: 16px; margin-bottom: 5px; color: #FFD700; }
        .article-info p { font-size: 12px; 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: #21242B; padding: 15px 5px; border-radius: 8px; text-align: center; border: 1px solid #2F3336; }
        .payment-item i { font-size: 20px; color: #FFD700; margin-bottom: 5px; display: block; }
        .payment-item span { font-size: 10px; color: #FFFFFF; }
        .winners-box { background: #16181D; margin: 15px; padding: 15px; border-radius: 12px; height: 200px; overflow-y: hidden; position: relative; }
        .winner-track { animation: slideUp 20s linear infinite; }
        @keyframes slideUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 13px; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00E676; font-weight: bold; }
        .providers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 15px; }
        .provider-item { background: #21242B; padding: 15px; border-radius: 8px; text-align: center; border: 1px solid #2F3336; font-weight: bold; color: #B0B3B8; }
        .review-grid { display: flex; flex-direction: column; gap: 12px; padding: 15px; }
        .review-card { background: #16181D; padding: 15px; border-radius: 12px; border: 1px solid #2F3336; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-user { font-weight: 600; font-size: 14px; }
        .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: 15px; }
        .faq-item { background: #16181D; margin-bottom: 10px; border-radius: 8px; border: 1px solid #2F3336; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px; font-size: 14px; color: #B0B3B8; text-align: justify; }
        .responsible-gaming { padding: 20px 15px; background: #16181D; margin: 15px; border-radius: 12px; text-align: center; }
        .responsible-gaming h2 { font-size: 18px; color: #FF4500; margin-bottom: 10px; }
        .responsible-icons { display: flex; justify-content: center; gap: 20px; margin: 15px 0; font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #16181D; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); z-index: 1000; }
        .nav-item { text-align: center; color: #B0B3B8; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0A0B0D; padding: 20px 15px 100px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #65676B; }
        .footer-copy { font-size: 12px; color: #65676B; margin-top: 15px; line-height: 1.4; }