:root {
            --primary: #FFD700;
            --primary-hover: #FFC800;
            --secondary: #C0C0C0;
            --accent: #FF0000;
            --bg-main: #0B0E11;
            --bg-surface: #1E2329;
            --bg-overlay: rgba(0, 0, 0, 0.7);
            --bg-footer: #05070A;
            --text-primary: #FFFFFF;
            --text-secondary: #B7BDC6;
            --text-disabled: #474D57;
            --text-highlight: #FFD700;
            --success: #0ECB81;
            --warning: #F0B90B;
            --error: #F6465D;
            --info: #3772FF;
            --border-light: #2B3139;
            --border-medium: #474D57;
            --border-strong: #FFD700;
            --font-heading: 'Montserrat', 'Segoe UI', Roboto, sans-serif;
            --font-body: 'Roboto', 'Segoe UI', Arial, sans-serif;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: var(--bg-main); color: var(--text-primary); font-family: var(--font-body); line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: var(--font-heading); color: var(--text-primary); line-height: 1.2; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        header { background: var(--bg-surface); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border-light); }
        header .logo-area { display: flex; align-items: center; gap: 10px; }
        header .logo-area img { width: 25px; height: 25px; }
        header .logo-area strong { font-size: 16px; font-weight: normal; }
        header .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 14px; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: var(--text-primary); border: 1px solid var(--primary); }
        .btn-login:hover { background: var(--border-light); }
        .btn-register { background: var(--primary); color: #000; }
        .btn-register:hover { background: var(--primary-hover); }
        main { max-width: 1200px; margin: 0 auto; padding: 20px; padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; border-radius: 12px; margin-bottom: 20px; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(45deg, #1e2329, #2b3139); border: 2px solid var(--primary); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-label { font-size: 18px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-value { font-family: var(--font-heading); font-size: 32px; font-weight: bold; color: var(--primary); margin: 10px 0; display: block; }
        .intro-card { background: var(--bg-surface); padding: 30px; border-radius: 15px; border-left: 5px solid var(--primary); margin-bottom: 30px; }
        .intro-card h1 { font-size: 24px; margin-bottom: 15px; color: var(--primary); }
        .intro-card p { color: var(--text-secondary); font-size: 16px; }
        .section-title { font-size: 22px; margin-bottom: 20px; text-align: center; position: relative; padding-bottom: 10px; }
        .section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--primary); }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 40px; }
        .game-card { background: var(--bg-surface); border-radius: 12px; overflow: hidden; border: 1px solid var(--border-light); transition: transform 0.3s; }
        .game-card:hover { transform: translateY(-5px); border-color: var(--primary); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { padding: 12px; font-size: 16px; text-align: center; }
        .payment-methods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 40px; }
        .payment-item { background: var(--bg-surface); padding: 15px; border-radius: 8px; text-align: center; border: 1px solid var(--border-light); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13px; }
        .payment-item i { font-size: 20px; color: var(--primary); }
        .guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 40px; }
        .guide-card { background: var(--bg-surface); padding: 20px; border-radius: 12px; border: 1px solid var(--border-light); }
        .guide-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--primary); }
        .guide-card p { font-size: 14px; color: var(--text-secondary); text-align: justify; }
        .lottery-table { width: 100%; border-collapse: collapse; background: var(--bg-surface); border-radius: 12px; overflow: hidden; margin-bottom: 40px; }
        .lottery-table th, .lottery-table td { padding: 12px; text-align: center; border-bottom: 1px solid var(--border-light); font-size: 14px; }
        .lottery-table th { background: var(--border-medium); color: var(--primary); }
        .win-amount { color: var(--success); font-weight: bold; }
        .provider-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 40px; }
        .provider-block { padding: 20px; border-radius: 10px; font-weight: bold; text-align: center; background: linear-gradient(135deg, var(--bg-surface), #2b3139); border: 1px solid var(--border-light); color: var(--primary); }
        .comment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 40px; }
        .comment-card { background: var(--bg-surface); padding: 20px; border-radius: 12px; border: 1px solid var(--border-light); position: relative; }
        .comment-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .comment-header i { font-size: 30px; color: var(--secondary); }
        .comment-user { font-weight: bold; font-size: 15px; }
        .comment-stars { color: var(--primary); font-size: 12px; margin-bottom: 10px; }
        .comment-text { font-size: 14px; color: var(--text-secondary); margin-bottom: 10px; }
        .comment-date { font-size: 12px; color: var(--text-disabled); }
        .faq-section { margin-bottom: 40px; }
        .faq-item { background: var(--bg-surface); margin-bottom: 10px; border-radius: 8px; border: 1px solid var(--border-light); overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; color: var(--primary); }
        .faq-answer { padding: 0 15px 15px; color: var(--text-secondary); font-size: 14px; border-top: 1px solid var(--border-light); padding-top: 10px; }
        .security-box { background: var(--bg-surface); padding: 25px; border-radius: 15px; text-align: center; border: 1px solid var(--border-medium); }
        .security-icons { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; flex-wrap: wrap; }
        .sec-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 13px; }
        .sec-item i { font-size: 24px; color: var(--success); }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg-surface); height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid var(--border-light); z-index: 1001; }
        .nav-link { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: var(--text-secondary); gap: 4px; }
        .nav-link i { font-size: 20px; }
        .nav-link:hover { color: var(--primary); }
        footer { background: var(--bg-footer); padding: 40px 20px; color: var(--text-secondary); text-align: center; }
        .footer-contact { margin-bottom: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
        .footer-contact a { color: var(--text-primary); font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 800px; margin: 0 auto 30px; text-align: left; }
        .footer-links a { font-size: 13px; color: var(--text-secondary); }
        .footer-links a:hover { color: var(--primary); }
        .copyright { font-size: 13px; border-top: 1px solid var(--border-light); padding-top: 20px; }
        @media (max-width: 768px) {
            .payment-methods { grid-template-columns: repeat(2, 1fr); }
            .footer-links { grid-template-columns: repeat(2, 1fr); }
        }