:root {
            --primary-gold: #FFD700;
            --primary-gold-hover: #FFC400;
            --secondary-red: #E63946;
            --accent-emerald: #00C853;
            --bg-main: #0A0A0A;
            --bg-surface: #161616;
            --bg-elevated: #222222;
            --text-primary: #FFFFFF;
            --text-secondary: #B0B0B0;
            --border-default: #333333;
            --font-heading: 'Montserrat', 'Inter', sans-serif;
            --font-main: 'Inter', 'Helvetica Neue', Arial, sans-serif;
        }

        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: var(--bg-main); color: var(--text-primary); font-family: var(--font-main); line-height: 1.5; -webkit-tap-highlight-color: transparent; }

        header { background: var(--bg-surface); 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-default); }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 500; color: var(--primary-gold); }
        header .auth-btns { display: flex; gap: 10px; }
        header button { padding: 6px 14px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        .btn-login { background: transparent; color: var(--primary-gold); border: 1px solid var(--primary-gold); }
        .btn-register { background: var(--primary-gold); color: #000; }

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

        .jackpot-box { background: linear-gradient(145deg, #1a1a1a, #000); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid var(--primary-gold); box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: var(--primary-gold); font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px var(--primary-gold); margin: 10px 0; }

        .intro-card { padding: 20px; margin: 15px; background: var(--bg-surface); border-radius: 12px; }
        .intro-card h1 { font-family: var(--font-heading); font-size: 24px; color: var(--primary-gold); margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { color: var(--text-secondary); font-size: 14px; }

        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 20px; border-left: 4px solid var(--primary-gold); }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: var(--bg-elevated); border-radius: 10px; overflow: hidden; text-decoration: none; display: block; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 13px; color: var(--text-primary); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; }
        .payment-item { background: var(--bg-surface); padding: 10px 5px; border-radius: 8px; text-align: center; border: 1px solid var(--border-default); }
        .payment-item i { font-size: 20px; color: var(--primary-gold); margin-bottom: 5px; display: block; }
        .payment-item span { font-size: 10px; color: var(--text-secondary); }

        .guides-section { padding: 15px; }
        .guide-item { background: var(--bg-surface); padding: 15px; border-radius: 10px; margin-bottom: 12px; border-left: 3px solid var(--secondary-red); }
        .guide-item h3 { font-size: 16px; margin-bottom: 8px; color: var(--primary-gold); }
        .guide-item p { font-size: 13px; color: var(--text-secondary); }

        .lottery-container { background: #111; margin: 15px; border-radius: 12px; padding: 10px; }
        .lottery-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 5px; border-bottom: 1px solid #222; font-size: 12px; }
        .lottery-row:last-child { border: none; }
        .user-masked { color: var(--primary-gold); font-weight: bold; }
        .win-amt { color: var(--accent-emerald); font-weight: bold; }

        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 15px; }
        .provider-tag { background: linear-gradient(90deg, #222, #333); padding: 12px; border-radius: 6px; text-align: center; font-weight: bold; font-size: 14px; color: #eee; }

        .review-card { background: var(--bg-surface); margin: 15px; padding: 15px; border-radius: 12px; border: 1px solid var(--border-default); }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: var(--primary-gold); }
        .star-rating { color: #ffc107; font-size: 12px; }
        .review-content { font-size: 13px; color: var(--text-secondary); font-style: italic; }
        .review-date { font-size: 11px; color: var(--text-muted); margin-top: 8px; text-align: right; }

        .faq-section { padding: 15px; }
        .faq-item { background: var(--bg-surface); margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: var(--primary-gold); border-bottom: 1px solid var(--border-default); display: flex; justify-content: space-between; }
        .faq-answer { padding: 15px; font-size: 13px; color: var(--text-secondary); }

        .security-section { padding: 20px; text-align: center; background: #000; margin-top: 20px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: var(--accent-emerald); }
        .security-text { font-size: 12px; color: var(--text-secondary); max-width: 80%; margin: 0 auto 15px; }
        .age-limit { display: inline-block; border: 2px solid var(--secondary-red); color: var(--secondary-red); border-radius: 50%; width: 40px; height: 40px; line-height: 36px; font-weight: bold; font-size: 16px; margin-bottom: 10px; }

        .navigator { position: fixed; bottom: 0; width: 100%; background: #161616; display: flex; justify-content: space-around; padding: 8px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 2px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: var(--primary-gold); }

        footer { background: #050505; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #222; }
        .contact-row { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .contact-row a { color: var(--primary-gold); font-size: 14px; text-decoration: none; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { color: #888; font-size: 12px; text-decoration: none; }
        .copyright { font-size: 11px; color: #555; padding-top: 20px; border-top: 1px solid #1a1a1a; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .provider-grid { grid-template-columns: repeat(4, 1fr); }
        }