* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }

        header { background-color: #12141a; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        header .nav-wrapper { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .brand { display: flex; align-items: center; gap: 10px; }
        .brand img { width: 25px; height: 25px; object-fit: contain; }
        .brand strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }

        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-container { background: #242832; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }

        .platform-intro { padding: 30px 15px; text-align: center; background: #12141a; border-radius: 20px; margin: 20px 15px; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }

        .section-title { padding: 20px 15px 10px; font-size: 20px; color: #FFD700; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2a2e38; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }

        .payments-licenses { background: #12141a; padding: 30px 15px; margin: 20px 0; text-align: center; }
        .payment-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; justify-items: center; opacity: 0.8; }
        .payment-icons i { font-size: 30px; color: #FFD700; }

        .guidelines { padding: 20px 15px; }
        .guideline-item { background: #242832; padding: 20px; border-radius: 15px; margin-bottom: 15px; border-left: 4px solid #FF6B35; }
        .guideline-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guideline-item p { font-size: 13px; color: #b0b3b8; }

        .winners-marquee { background: #12141a; padding: 15px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2a2e38; border-bottom: 1px solid #2a2e38; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; gap: 10px; background: #242832; padding: 8px 15px; border-radius: 20px; margin: 0 10px; border: 1px solid #333; }
        .winner-tag span { color: #FFD700; font-weight: bold; }

        .providers-wall { padding: 20px 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .provider-chip { background: #242832; padding: 8px 15px; border-radius: 5px; font-size: 12px; color: #b0b3b8; border: 1px solid #2a2e38; }

        .reviews { padding: 20px 15px; }
        .review-card { background: #242832; padding: 20px; border-radius: 15px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-meta h3 { font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #888; margin-bottom: 8px; }
        .review-content { font-size: 13px; color: #b0b3b8; }

        .faq { padding: 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #12141a; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 13px; color: #b0b3b8; }

        .safety { padding: 30px 15px; background: #12141a; text-align: center; margin-bottom: 80px; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .safety p { font-size: 12px; color: #888; margin-bottom: 10px; }

        .navigator { position: fixed; bottom: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #b0b3b8; }
        .nav-item i { font-size: 20px; }

        footer { background: #0d0f14; padding: 40px 15px 100px; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }

        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .platform-intro h1 { font-size: 32px; }
        }