:root {
            --gold-primary: #D4AF37;
            --gold-premium: #C5A028;
            --gold-light: #F1D279;
            --bg-primary: #0B0C10;
            --bg-secondary: #1F2833;
            --surface: #161B22;
            --text-primary: #F8FAFC;
            --text-secondary: #C5C6C7;
            --text-muted: #66FCF1;
            --success: #00FF41;
            --error: #FF3131;
            --border-default: #30363D;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            background-color: var(--bg-primary);
            color: var(--text-primary);
            font-family: 'Inter', 'Montserrat', -apple-system, sans-serif;
            line-height: 1.5;
            padding-bottom: 70px;
        }
        h1, h2, h3 { font-family: 'Oswald', 'Poppins', sans-serif; text-transform: uppercase; color: var(--gold-primary); }
        h1 { font-size: 24px; margin-bottom: 15px; }
        h2 { font-size: 20px; margin: 25px 0 15px; text-align: center; border-bottom: 2px solid var(--gold-primary); display: inline-block; width: 100%; padding-bottom: 5px; }
        h3 { font-size: 14px; margin-top: 8px; color: var(--text-primary); }
        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-default);
        }
        header .brand { display: flex; align-items: center; gap: 10px; }
        header .brand img { width: 25px; height: 25px; border-radius: 4px; }
        header .brand strong { font-size: 16px; font-weight: 400; color: var(--gold-light); }
        header .auth-btns { display: flex; gap: 10px; }
        header .auth-btns button {
            padding: 8px 15px;
            border-radius: 20px;
            border: none;
            font-weight: 600;
            cursor: pointer;
            font-size: 13px;
        }
        header .login-btn { background: transparent; color: var(--gold-primary); border: 1px solid var(--gold-primary); }
        header .reg-btn { background: linear-gradient(135deg, var(--gold-primary), var(--gold-premium)); color: var(--bg-primary); }
        main { padding: 10px; max-width: 800px; margin: 0 auto; }
        .banner-container { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box {
            background: radial-gradient(circle, var(--bg-secondary) 0%, var(--bg-primary) 100%);
            border: 2px solid var(--gold-primary);
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
            box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
        }
        .jackpot-label { color: var(--text-muted); font-size: 14px; letter-spacing: 2px; }
        .jackpot-amount { font-size: 36px; font-weight: 800; color: var(--gold-light); margin: 10px 0; font-family: 'Oswald', sans-serif; }
        .intro-card { background: var(--surface); border-radius: 12px; padding: 20px; border: 1px solid var(--border-default); margin-bottom: 20px; }
        .intro-card p { color: var(--text-secondary); font-size: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: var(--surface); border-radius: 10px; overflow: hidden; border: 1px solid var(--border-default); 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-info { padding: 8px; text-align: center; }
        .payment-section { background: var(--bg-secondary); border-radius: 12px; padding: 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 25px; }
        .pay-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: var(--text-secondary); }
        .pay-item i { font-size: 20px; color: var(--gold-primary); margin-bottom: 5px; }
        .guide-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-card { background: var(--surface); padding: 15px; border-radius: 10px; border-left: 4px solid var(--gold-primary); }
        .guide-card h3 { margin-bottom: 8px; color: var(--gold-light); }
        .guide-card p { font-size: 13px; color: var(--text-secondary); }
        .winners-section { background: var(--surface); border-radius: 12px; padding: 15px; margin-bottom: 25px; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border-default); font-size: 13px; }
        .winner-row:last-child { border: none; }
        .winner-name { color: var(--text-muted); }
        .winner-win { color: var(--success); font-weight: bold; }
        .providers-wall { background: var(--bg-secondary); padding: 15px; border-radius: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .provider-tag { background: var(--surface); padding: 10px; text-align: center; border-radius: 8px; color: var(--gold-primary); font-weight: 600; border: 1px solid var(--border-default); }
        .review-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .review-card { background: var(--surface); 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(--gold-primary); }
        .review-stars { color: #FFCC00; 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 { margin-bottom: 25px; }
        .faq-item { background: var(--surface); margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid var(--border-default); }
        .faq-question { padding: 15px; font-weight: 600; color: var(--gold-light); cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: var(--text-secondary); }
        .safety-section { background: #000; border: 1px dashed var(--gold-primary); border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 25px; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: var(--gold-primary); }
        .safety-text { font-size: 12px; color: var(--text-secondary); }
        .navigator {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 65px;
            background-color: var(--bg-secondary);
            display: flex;
            justify-content: space-around;
            align-items: center;
            border-top: 1px solid var(--border-default);
            z-index: 1000;
        }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--text-secondary); font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: var(--gold-primary); }
        footer {
            background-color: var(--bg-secondary);
            padding: 30px 15px 100px;
            text-align: center;
            border-top: 1px solid var(--border-default);
        }
        footer .contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        footer .contact-links a { background: var(--surface); padding: 10px; border-radius: 5px; font-size: 12px; border: 1px solid var(--border-default); }
        footer .footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; margin-bottom: 25px; border-top: 1px solid var(--border-default); padding-top: 25px; }
        footer .footer-nav a { display: block; font-size: 12px; color: var(--text-secondary); margin-bottom: 8px; }
        footer .copyright { font-size: 11px; color: var(--text-muted); border-top: 1px solid var(--border-default); padding-top: 20px; }