* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .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 .container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 14px; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .banner-section { width: 100%; cursor: pointer; }
        .banner-section img { width: 100%; height: auto; aspect-ratio: 2/1; display: block; fetchpriority: high; }
        .jackpot-container { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 20px 0; border-radius: 15px; border: 1px solid #FFD700; position: relative; overflow: hidden; }
        .jackpot-label { color: #FFD700; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: monospace; }
        .platform-intro { background: #23272f; padding: 20px; border-radius: 15px; margin-bottom: 25px; 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: #ccc; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 12px; color: #888; }
        .payment-licence { background: #12141a; padding: 20px; border-radius: 15px; margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; align-items: center; }
        .payment-licence i { font-size: 30px; color: #555; }
        .payment-licence span { font-size: 12px; font-weight: bold; color: #666; border: 1px solid #333; padding: 4px 8px; border-radius: 4px; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-card { background: #23272f; padding: 15px; border-radius: 12px; border: 1px solid #2a2e38; }
        .guide-card h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-card p { font-size: 13px; color: #bbb; }
        .winners-marquee { background: #12141a; padding: 15px 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 40s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; background: #1a1d24; padding: 5px 15px; margin: 0 10px; border-radius: 20px; border: 1px solid #444; }
        .winner-item span { font-size: 13px; margin-right: 8px; }
        .winner-item .amount { color: #00ff88; font-weight: bold; }
        @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { background: #23272f; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; color: #888; font-weight: bold; font-size: 14px; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .review-card { background: #23272f; padding: 20px; border-radius: 15px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .user-meta h3 { font-size: 15px; margin: 0; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; position: absolute; top: 20px; right: 20px; }
        .review-card p { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #23272f; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-item h2 { font-size: 15px; padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #FFD700; }
        .faq-content { padding: 0 15px 15px; font-size: 13px; color: #bbb; display: block; }
        .security-section { background: #12141a; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #2a2e38; margin-bottom: 30px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .security-section p { font-size: 12px; color: #888; max-width: 800px; margin: 0 auto; }
        .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: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0d0f13; padding: 30px 15px 100px; border-top: 2px solid #2a2e38; }
        .footer-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; border-bottom: 1px solid #222; padding-bottom: 20px; }
        .footer-contact a { font-size: 14px; color: #FFD700; border: 1px solid #FFD700; padding: 5px 12px; border-radius: 5px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #666; font-size: 13px; }
        .copyright { text-align: center; font-size: 12px; color: #444; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
        }