* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0E17; color: #FFFFFF; font-family: 'Hind Siliguri', 'Noto Sans Bengali', system-ui, -apple-system, sans-serif; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        header { background-color: #161B22; 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 #30363D; }
        .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: 400; color: #FFD700; }
        .auth-buttons { display: flex; gap: 8px; }
        .btn { padding: 6px 14px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.2s; }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000000; }
        main { padding-bottom: 80px; }
        .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: #161B22; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid rgba(255, 215, 0, 0.3); box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: 700; color: #FFD700; font-family: sans-serif; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .jackpot-amount span { min-width: 25px; }
        .platform-intro { padding: 20px 15px; text-align: center; }
        .platform-intro h1 { font-size: 24px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .platform-intro p { color: #B1B1B1; font-size: 14px; text-align: justify; }
        .section-title { padding: 15px; font-size: 20px; color: #FFD700; display: flex; align-items: center; gap: 10px; border-left: 4px solid #FFD700; margin: 10px 0; background: #161B22; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 10px 15px; }
        .game-card { background: #161B22; border-radius: 8px; overflow: hidden; border: 1px solid #30363D; transition: 0.3s; position: relative; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; padding: 8px; text-align: center; color: #FFFFFF; font-weight: 500; }
        .article-list { padding: 10px 15px; }
        .article-item { display: flex; gap: 12px; background: #161B22; padding: 10px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #30363D; }
        .article-item img { width: 80px; height: 80px; border-radius: 6px; object-fit: cover; }
        .article-content h3 { font-size: 15px; color: #FFD700; margin-bottom: 5px; line-height: 1.3; }
        .article-content p { font-size: 12px; color: #B1B1B1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payment-license { background: #161B22; padding: 20px 15px; margin: 15px 0; border-top: 1px solid #30363D; border-bottom: 1px solid #30363D; }
        .payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .payment-item { display: flex; align-items: center; gap: 10px; background: #21262D; padding: 10px; border-radius: 6px; font-size: 14px; }
        .payment-item i { color: #FFD700; font-size: 18px; width: 25px; text-align: center; }
        .win-records { height: 300px; overflow: hidden; background: #0A0E17; margin: 10px 15px; border: 1px solid #30363D; border-radius: 8px; position: relative; }
        .win-scroll-container { animation: scrollUp 20s linear infinite; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .win-item { padding: 12px 15px; border-bottom: 1px solid #21262D; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
        .win-user { color: #FFD700; font-weight: 600; }
        .win-amount { color: #00FF7F; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 15px; }
        .provider-block { background: #161B22; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-weight: bold; color: #8B949E; border: 1px solid #30363D; }
        .reviews-container { padding: 10px 15px; }
        .review-card { background: #161B22; border-radius: 10px; padding: 15px; margin-bottom: 15px; border: 1px solid #30363D; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 10px; }
        .review-user { display: flex; align-items: center; gap: 8px; color: #FFD700; }
        .stars { color: #FFC107; font-size: 12px; }
        .review-text { font-size: 13px; color: #B1B1B1; line-height: 1.6; font-style: italic; }
        .review-date { font-size: 11px; color: #8B949E; margin-top: 8px; text-align: right; }
        .faq-section { padding: 15px; background: #161B22; margin-top: 20px; }
        .faq-item { margin-bottom: 15px; border-bottom: 1px solid #30363D; padding-bottom: 15px; }
        .faq-question { color: #FFD700; font-size: 16px; font-weight: 600; margin-bottom: 8px; display: flex; gap: 10px; }
        .faq-answer { color: #B1B1B1; font-size: 14px; text-align: justify; }
        .security-section { padding: 20px 15px; text-align: center; border-top: 1px solid #30363D; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #28A745; }
        .responsible-text { font-size: 13px; color: #8B949E; line-height: 1.5; margin-bottom: 15px; }
        .age-limit { display: inline-block; border: 2px solid #DC3545; color: #DC3545; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; font-weight: bold; font-size: 18px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #161B22; border-top: 1px solid #30363D; display: flex; justify-content: space-around; align-items: center; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #B1B1B1; font-size: 12px; gap: 5px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }
        footer { padding: 30px 15px 100px; background: #0A0E17; border-top: 1px solid #30363D; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #8B949E; }
        .copyright { text-align: center; color: #8B949E; font-size: 12px; padding-top: 20px; border-top: 1px solid #21262D; }