:root {
            --pangunahing-ginto: #D4AF37;
            --pangalawang-pula: #E63946;
            --accent-dilaw: #FFD700;
            --pangunahing-itim: #0A0B0E;
            --card-surface: #161B22;
            --modal-overlay: rgba(0, 0, 0, 0.90);
            --pangunahing-puti: #FFFFFF;
            --pangalawang-abo: #B0B3B8;
            --naka-highlight: #D4AF37;
            --disabled: #4E5D6E;
            --tagumpay: #28A745;
            --panganib: #DC3545;
            --babala: #FFC107;
            --impormasyon: #17A2B8;
            --border-default: #2D333B;
            --border-matingkad: #D4AF37;
            --border-banayad: #1F242C;
            --heading-font: 'Montserrat', sans-serif;
            --body-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: var(--pangunahing-itim); color: var(--pangunahing-puti); font-family: var(--body-font); line-height: 1.5; overflow-x: hidden; }
        header { background: var(--card-surface); padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--border-default); }
        header .logo-container { display: flex; align-items: center; gap: 8px; }
        header img { width: 25px; height: 25px; border-radius: 4px; }
        header strong { font-size: 16px; font-weight: 400; color: var(--pangunahing-puti); font-family: var(--heading-font); }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; transition: 0.3s; }
        .btn-login { background: transparent; color: var(--pangunahing-puti); border: 1px solid var(--border-default); }
        .btn-register { background: linear-gradient(135deg, var(--pangunahing-ginto), var(--accent-dilaw)); color: var(--pangunahing-itim); }
        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; }
        .jackpot-section { background: radial-gradient(circle, #1a1a1a 0%, #000 100%); padding: 20px; text-align: center; border-bottom: 2px solid var(--pangunahing-ginto); margin-bottom: 20px; }
        .jackpot-title { color: var(--pangunahing-ginto); font-family: var(--heading-font); font-size: 18px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 36px; font-weight: 800; color: var(--accent-dilaw); text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); font-family: var(--heading-font); }
        .intro-card { background: var(--card-surface); margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid var(--pangunahing-ginto); }
        .intro-card h1 { font-size: 20px; color: var(--pangunahing-ginto); margin-bottom: 10px; font-family: var(--heading-font); }
        .intro-card p { font-size: 14px; color: var(--pangalawang-abo); }
        .section-header { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; font-family: var(--heading-font); border-left: 3px solid var(--pangalawang-pula); padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: var(--card-surface); border-radius: 12px; overflow: hidden; border: 1px solid var(--border-banayad); 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: 14px; color: var(--pangunahing-puti); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payment-license { background: var(--card-surface); margin: 20px 15px; padding: 20px; border-radius: 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .pl-item i { font-size: 24px; color: var(--pangunahing-ginto); margin-bottom: 5px; }
        .pl-item span { display: block; font-size: 10px; color: var(--pangalawang-abo); }
        .guides-section { padding: 15px; }
        .guide-item { background: var(--card-surface); padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid var(--border-default); }
        .guide-item h3 { color: var(--pangunahing-ginto); font-size: 16px; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: var(--pangalawang-abo); text-align: justify; }
        .lottery-section { background: #111; padding: 20px 15px; margin: 20px 0; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border-banayad); font-size: 13px; }
        .lottery-user { color: var(--accent-dilaw); }
        .lottery-win { color: var(--tagumpay); font-weight: bold; }
        .provider-section { padding: 15px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .provider-box { padding: 15px; text-align: center; border-radius: 8px; font-weight: bold; font-size: 14px; }
        .provider-box:nth-child(odd) { background: #1c222a; color: var(--pangunahing-ginto); }
        .provider-box:nth-child(even) { background: #252a33; color: var(--pangalawang-pula); }
        .reviews-section { padding: 15px; }
        .review-card { background: var(--card-surface); padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-user i { font-size: 20px; color: var(--pangalawang-abo); }
        .stars { color: var(--accent-dilaw); font-size: 12px; }
        .review-date { font-size: 11px; color: var(--disabled); float: right; }
        .faq-section { padding: 15px; }
        .faq-item { background: var(--card-surface); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--pangunahing-ginto); }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: var(--pangalawang-abo); }
        .security-section { padding: 20px 15px; text-align: center; background: #0e1217; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: var(--tagumpay); }
        .security-text { font-size: 12px; color: var(--pangalawang-abo); margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid var(--pangalawang-pula); color: var(--pangalawang-pula); border-radius: 50%; width: 30px; height: 30px; line-height: 26px; font-weight: bold; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: var(--card-surface); display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid var(--border-default); z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: var(--pangalawang-abo); flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background: #050608; padding: 30px 15px 100px; border-top: 1px solid var(--border-default); }
        .footer-row { margin-bottom: 25px; }
        .footer-title { color: var(--pangunahing-puti); font-size: 16px; margin-bottom: 15px; font-weight: 600; }
        .contact-links { display: flex; flex-wrap: wrap; gap: 15px; }
        .contact-links a { color: var(--pangalawang-abo); text-decoration: none; font-size: 14px; }
        .footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
        .footer-grid a { color: var(--pangalawang-abo); text-decoration: none; font-size: 13px; }
        .copyright { text-align: center; color: var(--disabled); font-size: 12px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--border-banayad); }