body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #111317; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; display: flex; align-items: center; justify-content: space-between; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; border: none; padding: 7px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; font-weight: bold; }
        main { max-width: 600px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px #FF6B35; font-family: monospace; }
        .intro-card { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 18px; color: #FFD700; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; margin-bottom: 0; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #fff; margin: 0; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; display: block; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { margin: 0; font-size: 14px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payments-section { background: #111317; margin: 20px 0; padding: 20px 15px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 24px; color: #FFD700; }
        .guidelines-grid { padding: 0 15px; display: grid; gap: 15px; }
        .guideline-item { background: #252932; padding: 15px; border-radius: 12px; border-top: 2px solid #FF6B35; }
        .guideline-item h2 { font-size: 16px; color: #FFD700; margin-top: 0; }
        .guideline-item p { font-size: 13px; color: #bbb; margin-bottom: 0; }
        .winners-marquee { background: #111317; padding: 10px 0; margin: 20px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scrollMarquee 30s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; gap: 10px; margin-right: 30px; font-size: 13px; }
        .winner-item span { color: #FFD700; font-weight: bold; }
        @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; background: #252932; margin: 20px 0; text-align: center; }
        .provider-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 12px; color: #FFD700; font-weight: bold; }
        .provider-item { background: #1a1d24; padding: 5px 12px; border-radius: 5px; border: 1px solid #333; }
        .comments-grid { padding: 0 15px; display: grid; gap: 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; position: relative; }
        .user-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .user-meta i { font-size: 30px; color: #888; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-date { font-size: 11px; color: #666; position: absolute; top: 15px; right: 15px; }
        .faq-section { padding: 0 15px; margin-top: 20px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-item h2 { font-size: 15px; padding: 15px; margin: 0; background: #2d323c; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-item p { padding: 15px; font-size: 13px; color: #bbb; margin: 0; }
        .security-section { padding: 20px 15px; text-align: center; background: #111317; border-top: 2px solid #FF2E63; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #4CAF50; }
        .navigator { position: fixed; bottom: 0; width: 100%; max-width: 600px; background: #111317; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 2000; left: 50%; transform: translateX(-50%); }
        .nav-item { text-align: center; text-decoration: none; color: #888; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }
        .nav-download { background: linear-gradient(90deg, #FF6B35, #FF2E63); border-radius: 50%; width: 50px; height: 50px; margin-top: -25px; display: flex; align-items: center; justify-content: center; color: #fff !important; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
        .nav-download i { margin-bottom: 0; font-size: 24px; }
        footer { background: #0d0f12; padding: 30px 15px 100px; text-align: center; font-size: 13px; color: #666; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { color: #FFD700; text-decoration: none; font-weight: bold; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #888; text-decoration: none; }
        .copyright { border-top: 1px solid #333; padding-top: 20px; font-size: 11px; }