body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; display: flex; align-items: center; justify-content: space-between; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-btns { display: flex; gap: 10px; }
        .btn-base { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn-base:active { transform: scale(0.95); }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
        #jackpot-counter { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .platform-intro { padding: 20px; text-align: center; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .platform-intro p { font-size: 15px; color: #ccc; }
        .section-container { padding: 10px 15px; }
        .section-container h2 { font-size: 20px; color: #FFD700; margin-bottom: 15px; border-left: 4px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; display: block; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; }
        .game-info h3 { font-size: 14px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-info span { font-size: 12px; color: #888; }
        .payment-licensing { background: #252932; padding: 20px 15px; margin: 15px 0; text-align: center; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: center; justify-items: center; }
        .payment-grid i { font-size: 24px; color: #FFD700; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guide-card { background: #252932; padding: 15px; border-radius: 10px; border-top: 2px solid #FFD700; }
        .winning-marquee { background: #12141a; padding: 10px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scrollLeft 30s linear infinite; }
        .winning-item { display: inline-block; padding: 0 20px; color: #eee; font-size: 13px; }
        .winning-item strong { color: #FFD700; }
        @keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 15px; background: #12141a; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .provider-tag { background: #2c313c; padding: 5px 12px; border-radius: 5px; font-size: 13px; color: #FFD700; border: 1px solid #333; }
        .reviews-section { padding: 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #FFD700; }
        .review-meta { display: flex; flex-direction: column; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #ccc; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; display: block; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }
        .security-section { padding: 20px 15px; text-align: center; background: #12141a; border-top: 2px solid #FF2E63; }
        .security-icons { display: flex; justify-content: center; gap: 20px; font-size: 24px; color: #FFD700; margin-bottom: 15px; }
        .security-text { font-size: 13px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #0c0e12; padding: 30px 15px 100px; border-top: 1px solid #333; }
        .footer-contact { margin-bottom: 25px; text-align: center; }
        .footer-contact a { color: #FFD700; margin: 0 10px; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 25px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-links a:hover { color: #fff; }
        .copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }