:root {
            --bg-primary: #0a0b0d;
            --bg-secondary: #14161a;
            --bg-tertiary: #1c1f24;
            --brand-primary: #ffd700;
            --brand-gold-gradient: linear-gradient(180deg, #ffd700 0%, #b8860b 100%);
            --brand-secondary: #ff4d4d;
            --brand-accent: #00e676;
            --text-primary: #ffffff;
            --text-secondary: #b0b3b8;
            --text-gold: #ffd700;
            --border-subtle: #2f3336;
            --border-focus: #ffd700;
            --font-heading: 'Montserrat', 'Inter', -apple-system, sans-serif;
            --font-body: 'Inter', 'Roboto', -apple-system, sans-serif;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: var(--bg-primary); color: var(--text-primary); font-family: var(--font-body); line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: var(--font-heading); font-weight: 700; }
        a { text-decoration: none; color: inherit; }

        header { background-color: var(--bg-secondary); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border-subtle); }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: var(--text-primary); }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: var(--brand-primary); border: 1px solid var(--brand-primary); }
        .btn-register { background: var(--brand-gold-gradient); color: var(--bg-primary); }

        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; display: block; }

        .jackpot-section { background: var(--bg-tertiary); margin: 15px; border-radius: 12px; padding: 20px; text-align: center; border: 1px solid var(--brand-primary); }
        .jackpot-label { font-size: 14px; color: var(--brand-primary); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: var(--text-primary); margin: 5px 0; font-family: 'JetBrains Mono', monospace; }

        .intro-card { margin: 15px; padding: 20px; background: var(--bg-secondary); border-radius: 12px; border: 1px solid var(--border-subtle); }
        .intro-card h1 { font-size: 20px; color: var(--brand-primary); margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: var(--text-secondary); text-align: justify; }

        .section-title { margin: 20px 15px 10px; font-size: 18px; border-left: 4px solid var(--brand-primary); padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: var(--bg-tertiary); border-radius: 10px; overflow: hidden; border: 1px solid var(--border-subtle); display: block; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
        .game-provider { font-size: 11px; color: var(--brand-accent); }

        .trust-section { background: var(--bg-secondary); margin: 20px 0; padding: 20px 15px; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .trust-icons img { height: 25px; object-fit: contain; filter: grayscale(1); transition: 0.3s; }
        .trust-icons img:hover { filter: grayscale(0); opacity: 1; }

        .guidelines-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-item { background: var(--bg-secondary); padding: 15px; border-radius: 10px; border-left: 2px solid var(--brand-primary); }
        .guide-item h3 { font-size: 16px; margin-bottom: 8px; color: var(--brand-primary); }
        .guide-item p { font-size: 13px; color: var(--text-secondary); }

        .winners-marquee { background: #000; padding: 10px 0; margin: 20px 0; overflow: hidden; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
        .marquee-track { display: flex; white-space: nowrap; animation: scrollMarquee 40s linear infinite; }
        .winner-pill { display: flex; align-items: center; gap: 10px; background: var(--bg-tertiary); padding: 5px 15px; border-radius: 20px; margin-right: 20px; border: 1px solid var(--border-subtle); }
        .winner-pill span { font-size: 12px; }
        .win-amt { color: var(--brand-accent); font-weight: 700; }

        .provider-wall { padding: 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; background: var(--bg-secondary); margin: 20px 0; }
        .provider-tag { background: var(--bg-tertiary); padding: 6px 12px; border-radius: 4px; font-size: 12px; font-weight: 600; color: var(--text-secondary); border: 1px solid var(--border-subtle); }

        .reviews-container { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: var(--bg-tertiary); padding: 15px; border-radius: 12px; border: 1px solid var(--border-subtle); }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: var(--brand-primary); }
        .review-meta { flex: 1; }
        .review-meta h4 { font-size: 14px; }
        .stars { color: var(--brand-primary); font-size: 12px; }
        .review-date { font-size: 11px; color: var(--text-secondary); float: right; }
        .review-content { font-size: 13px; color: var(--text-secondary); font-style: italic; }

        .faq-section { padding: 15px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; background: var(--bg-secondary); border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; border-bottom: 1px solid var(--border-subtle); color: var(--brand-primary); display: flex; align-items: center; gap: 10px; }
        .faq-answer { padding: 15px; font-size: 13px; color: var(--text-secondary); line-height: 1.6; }

        .security-footer { margin: 20px 15px; padding: 20px; border-radius: 12px; background: var(--bg-secondary); text-align: center; border: 1px solid var(--border-subtle); }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; }
        .security-icons i { color: var(--brand-accent); }
        .security-text { font-size: 12px; color: var(--text-secondary); }
        .eighteen-plus { display: inline-block; border: 2px solid var(--brand-secondary); color: var(--brand-secondary); padding: 2px 6px; border-radius: 50%; font-weight: 800; margin-bottom: 10px; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg-secondary); height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid var(--border-subtle); z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-secondary); font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: var(--brand-primary); }

        footer { background: #000; padding: 30px 15px 100px; text-align: center; border-top: 1px solid var(--border-subtle); }
        .footer-contacts { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
        .footer-contacts a { font-size: 14px; color: var(--brand-primary); display: flex; align-items: center; gap: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: var(--text-secondary); font-size: 13px; }
        .footer-copy { font-size: 12px; color: var(--text-secondary); opacity: 0.8; }

        @keyframes scrollMarquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
            .reviews-container { display: grid; grid-template-columns: repeat(2, 1fr); }
        }