body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background: #111419; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2a2e37; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; cursor: pointer; border: none; font-size: 14px; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35 0%, #FF2E63 100%); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .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%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 5px; font-weight: bold; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: monospace; }
        .platform-intro { padding: 25px 15px; text-align: center; background: #111419; margin: 15px; border-radius: 15px; border: 1px solid #2a2e37; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #242830; border-radius: 12px; overflow: hidden; display: block; border: 1px solid #31363f; }
        .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: 11px; color: #888; }
        .payment-licensing { padding: 25px 15px; text-align: center; background: #111419; margin-top: 20px; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .payment-icons i { font-size: 24px; color: #fff; }
        .guidelines-section { padding: 20px 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-card { background: #242830; padding: 15px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .guide-card h2 { font-size: 16px; margin-bottom: 10px; color: #FFD700; }
        .guide-card p { font-size: 13px; color: #b0b3b8; margin: 0; }
        .winners-marquee { background: #111419; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2a2e37; border-bottom: 1px solid #2a2e37; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-tag { display: inline-block; background: #242830; padding: 5px 15px; border-radius: 20px; margin: 0 10px; font-size: 12px; border: 1px solid #31363f; }
        .winner-tag b { color: #FFD700; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-section { padding: 20px 15px; text-align: center; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 12px; color: #888; font-weight: bold; }
        .providers-wall span { padding: 5px 10px; background: #242830; border-radius: 5px; }
        .reviews-section { padding: 20px 15px; }
        .review-card { background: #242830; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #31363f; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .review-content { font-size: 13px; color: #b0b3b8; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #111419; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2a2e37; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #b0b3b8; margin: 0; }
        .security-section { padding: 25px 15px; text-align: center; background: #0c0e12; border-top: 2px solid #FFD700; }
        .security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; }
        .security-item { font-size: 11px; color: #888; }
        .security-item i { font-size: 20px; color: #4CAF50; display: block; margin-bottom: 5px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e37; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 10px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { padding: 40px 15px 100px; background: #0c0e12; border-top: 1px solid #2a2e37; }
        .footer-contact { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
        .footer-contact a { font-size: 13px; color: #FFD700; border: 1px solid #FFD700; padding: 5px 15px; border-radius: 15px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #888; font-size: 12px; }
        .footer-copy { text-align: center; font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-section { grid-template-columns: repeat(2, 1fr); }
            .platform-intro h1 { font-size: 32px; }
        }