* { box-sizing: border-box; margin: 0; padding: 0; }
        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; }
        img { max-width: 100%; height: auto; display: block; }

        header { background-color: #12141a; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .logo-box { display: flex; align-items: center; gap: 10px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); border: none; color: white; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }

        .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: #000; padding: 20px 10px; text-align: center; margin: 15px 10px; border-radius: 15px; border: 2px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-family: 'Courier New', monospace; font-size: 32px; color: #FFD700; font-weight: 800; text-shadow: 0 0 10px rgba(255, 215, 0, 0.7); }

        .intro-card { background: #252932; margin: 15px 10px; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }

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

        .payment-licensing { background: #12141a; padding: 20px 10px; margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .payment-licensing i { font-size: 30px; color: #555; }
        .trust-icons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; opacity: 0.7; }

        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 10px; }
        .guide-item { background: #252932; padding: 20px; border-radius: 12px; border-top: 2px solid #FF6B35; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guide-item p { font-size: 14px; color: #bbb; }

        .marquee-container { background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; white-space: nowrap; animation: marquee 30s linear infinite; }
        .winner-item { background: #252932; padding: 10px 20px; border-radius: 30px; margin-right: 20px; display: flex; align-items: center; gap: 10px; border: 1px solid #444; }
        .winner-item span { color: #FFD700; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

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

        .reviews-container { padding: 10px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; margin-bottom: 8px; font-size: 12px; }
        .review-content { font-size: 13px; color: #bbb; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #666; }

        .faq-section { padding: 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #FFD700; }
        .faq-answer { padding: 0 15px 15px 15px; font-size: 14px; color: #bbb; }

        .security-section { padding: 20px; text-align: center; background: #12141a; border-top: 1px solid #333; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .security-section p { font-size: 12px; color: #777; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #ff4444; color: #ff4444; border-radius: 50%; width: 30px; height: 30px; line-height: 26px; font-weight: bold; font-size: 14px; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 12px; transition: color 0.3s; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #FFD700; }

        footer { background: #0b0d11; padding: 30px 15px 100px 15px; border-top: 1px solid #222; }
        .footer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .contact-link { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #bbb; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #777; }
        .copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }