* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D1117; color: #F0F6FC; font-family: 'Hind Siliguri', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #161B22; border-bottom: 2px solid #FFD700; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; padding: 6px 15px; border-radius: 4px; font-size: 14px; cursor: pointer; }
        .btn-register { background-color: #FFD700; color: #0D1117; border: none; padding: 6px 15px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2 / 1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #21262D 0%, #0D1117 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: #FFD700; font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; display: block; }
        .jackpot-amount { color: #00E676; font-size: 32px; font-weight: 700; font-family: 'Roboto', sans-serif; }
        .intro-card { background-color: #21262D; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 16px; color: #8B949E; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 22px; color: #FFD700; border-left: 4px solid #E63946; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background-color: #21262D; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #30363D; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; color: #F0F6FC; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-section { background-color: #161B22; margin: 20px 0; padding: 20px 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .payment-item i { font-size: 24px; color: #FFD700; }
        .payment-item span { font-size: 11px; color: #8B949E; }
        .guidelines { padding: 0 15px; }
        .guide-card { background-color: #21262D; padding: 15px; border-radius: 10px; margin-bottom: 15px; }
        .guide-card h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #8B949E; }
        .lottery-section { background-color: #161B22; margin: 20px 15px; border-radius: 12px; padding: 15px; overflow: hidden; }
        .lottery-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #30363D; font-size: 13px; }
        .lottery-row span:nth-child(2) { color: #00E676; font-weight: 600; }
        .providers-section { padding: 0 15px; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-box { background-color: #21262D; padding: 12px; text-align: center; border-radius: 8px; color: #FFD700; font-weight: 600; border: 1px solid #30363D; }
        .reviews-section { padding: 0 15px; }
        .review-card { background-color: #21262D; padding: 15px; border-radius: 10px; margin-bottom: 15px; border: 1px solid #30363D; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #8B949E; }
        .review-user h4 { font-size: 16px; color: #F0F6FC; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #8B949E; margin-bottom: 8px; }
        .review-date { font-size: 12px; color: #586069; }
        .faq-section { padding: 0 15px; }
        .faq-item { background-color: #21262D; border-radius: 8px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #8B949E; }
        .security-section { background-color: #161B22; margin: 20px 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #00E676; }
        .security-text { font-size: 13px; color: #8B949E; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background-color: #161B22; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #30363D; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8B949E; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 12px; }
        footer { background-color: #0D1117; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #30363D; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-social a { color: #F0F6FC; text-decoration: none; font-size: 14px; background-color: #21262D; padding: 8px 15px; border-radius: 20px; border: 1px solid #30363D; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #8B949E; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #586069; line-height: 1.5; border-top: 1px solid #21262D; pt: 20px; }