:root {
            --bg-pangunahin: #0F0F0F;
            --bg-pangalawa: #1A1A1A;
            --bg-tersarya: #242424;
            --brand-pangunahin: #D4AF37;
            --brand-pangalawa: #FFD700;
            --brand-aksento: #B8860B;
            --success: #00C853;
            --error: #FF5252;
            --warning: #FFAB00;
            --info: #2979FF;
            --text-pangunahin: #FFFFFF;
            --text-pangalawa: #B0B0B0;
            --text-inactive: #666666;
            --text-inverse: #000000;
            --border-default: #333333;
            --border-focus: #D4AF37;
            --border-soft: #222222;
            --font-main: 'Montserrat', sans-serif;
            --font-secondary: 'Inter', sans-serif;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            background-color: var(--bg-pangunahin);
            color: var(--text-pangunahin);
            font-family: var(--font-main);
            line-height: 1.5;
            -webkit-tap-highlight-color: transparent;
            padding-bottom: 70px;
        }
        header {
            background-color: var(--bg-pangalawa);
            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-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: var(--brand-pangalawa); }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register {
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: opacity 0.2s;
        }
        .btn-login { background-color: transparent; color: var(--brand-pangalawa); border: 1px solid var(--brand-pangalawa); }
        .btn-register { background: linear-gradient(135deg, var(--brand-pangalawa), var(--brand-pangunahin)); color: var(--text-inverse); }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2 / 1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container {
            background: linear-gradient(180deg, var(--bg-tersarya) 0%, var(--bg-pangalawa) 100%);
            border: 1px solid var(--brand-aksento);
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
        }
        .jackpot-label { color: var(--brand-pangalawa); font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; }
        .jackpot-value { font-size: 32px; font-weight: 800; color: var(--text-pangunahin); margin-top: 5px; font-family: 'Inter', sans-serif; }
        .intro-card { background: var(--bg-pangalawa); padding: 20px; border-radius: 15px; margin-bottom: 20px; border: 1px solid var(--border-default); }
        h1 { font-size: 20px; color: var(--brand-pangalawa); margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: var(--text-pangalawa); text-align: justify; }
        h2 { font-size: 18px; margin: 20px 0 15px; color: var(--brand-pangalawa); border-left: 4px solid var(--brand-pangalawa); padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px; }
        .game-card { background: var(--bg-tersarya); border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid var(--border-default); transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: var(--text-pangunahin); padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 25px; }
        .payment-item { background: var(--bg-pangalawa); padding: 10px 5px; border-radius: 8px; text-align: center; border: 1px solid var(--border-soft); }
        .payment-item i { font-size: 20px; color: var(--brand-pangalawa); margin-bottom: 5px; display: block; }
        .payment-item span { font-size: 10px; color: var(--text-pangalawa); display: block; }
        .guide-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-card { background: var(--bg-pangalawa); padding: 15px; border-radius: 12px; border-bottom: 2px solid var(--brand-aksento); }
        .guide-card h3 { font-size: 16px; color: var(--brand-pangalawa); margin-bottom: 8px; }
        .guide-card p { font-size: 13px; color: var(--text-pangalawa); line-height: 1.6; }
        .lottery-list { background: var(--bg-pangalawa); border-radius: 15px; padding: 15px; margin-bottom: 25px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border-soft); }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { font-size: 14px; color: var(--brand-pangalawa); font-weight: 600; }
        .lottery-game { font-size: 12px; color: var(--text-pangalawa); }
        .lottery-win { color: var(--success); font-weight: 700; font-size: 14px; }
        .lottery-time { font-size: 11px; color: var(--text-inactive); }
        .provider-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 25px; }
        .provider-box { background: linear-gradient(45deg, var(--bg-tersarya), var(--bg-pangalawa)); padding: 12px; border-radius: 8px; text-align: center; font-weight: 600; color: var(--brand-pangalawa); border: 1px solid var(--border-default); }
        .review-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .review-card { background: var(--bg-pangalawa); padding: 15px; border-radius: 12px; border-left: 3px solid var(--brand-pangalawa); }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 35px; height: 35px; background: var(--bg-tersarya); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--brand-pangalawa); }
        .review-user { font-weight: 600; font-size: 14px; }
        .review-stars { color: var(--brand-pangalawa); font-size: 12px; }
        .review-content { font-size: 13px; color: var(--text-pangalawa); font-style: italic; }
        .review-date { font-size: 11px; color: var(--text-inactive); margin-top: 5px; display: block; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: var(--bg-pangalawa); border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid var(--border-default); }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: var(--brand-pangalawa); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: var(--text-pangalawa); border-top: 1px solid var(--border-soft); padding-top: 10px; }
        .security-section { background: var(--bg-tersarya); padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: var(--brand-pangalawa); }
        .security-text { font-size: 12px; color: var(--text-pangalawa); margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid var(--error); color: var(--error); border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: 800; font-size: 14px; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg-pangalawa); display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid var(--border-default); z-index: 1000; }
        .nav-item { text-decoration: none; text-align: center; color: var(--text-pangalawa); font-size: 12px; transition: color 0.2s; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item:active { color: var(--brand-pangalawa); }
        footer { background: var(--bg-pangalawa); padding: 30px 15px 100px; text-align: center; border-top: 1px solid var(--border-default); }
        .footer-contact { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contact a { color: var(--brand-pangalawa); text-decoration: none; font-size: 14px; border: 1px solid var(--brand-aksento); padding: 5px 12px; border-radius: 15px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: var(--text-pangalawa); text-decoration: none; font-size: 13px; }
        .footer-copy { font-size: 12px; color: var(--text-inactive); line-height: 1.5; }