* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        
        header { background: #121418; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .logo-container { display: flex; align-items: center; gap: 8px; }
        .logo-container img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-container strong { font-size: 16px; font-weight: normal; color: #FFD700; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(135deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }

        .banner-container { width: 100%; cursor: pointer; }
        .banner-container img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; display: block; }

        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px 15px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        #jackpot-counter { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: 'Courier New', monospace; }

        .platform-intro { padding: 25px 15px; background: #22262f; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #cccccc; }

        .section-header { padding: 0 15px; margin-top: 25px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #ffffff; border-left: 3px solid #FF2E63; padding-left: 10px; }

        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #2a2e37; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #3a3f4b; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 11px; color: #FFD700; }

        .trust-section { background: #121418; padding: 20px 15px; margin: 25px 0; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .trust-icons i { font-size: 24px; color: #cccccc; }

        .guidelines { padding: 0 15px; display: grid; gap: 15px; }
        .guide-item { background: #22262f; padding: 15px; border-radius: 10px; }
        .guide-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbbbbb; }

        .marquee-container { background: #121418; 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: marquee 30s linear infinite; }
        .winning-item { display: inline-block; padding: 0 20px; border-right: 1px solid #333; font-size: 12px; }
        .winning-item span { color: #FFD700; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        .providers-wall { padding: 20px 15px; text-align: center; color: #888; font-size: 12px; font-weight: bold; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-top: 10px; }

        .reviews-grid { display: grid; gap: 15px; padding: 0 15px; }
        .review-card { background: #2a2e37; padding: 15px; border-radius: 12px; border: 1px solid #3a3f4b; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #777; margin-left: auto; }
        .review-content { font-size: 13px; font-style: italic; color: #ddd; }

        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #22262f; margin-bottom: 10px; padding: 15px; border-radius: 8px; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbbbbb; }

        .security-section { text-align: center; padding: 30px 15px; background: #121418; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #00ff00; }
        .age-limit { border: 2px solid #ff0000; color: #ff0000; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: bold; margin: 0 auto 10px; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e37; z-index: 1001; }
        .nav-item { text-align: center; font-size: 11px; color: #888; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }

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