* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #050505; color: #FFFFFF; font-family: 'Inter', system-ui, sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #D4AF37; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }

        header { background-color: #121212; 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 #2C2C2C; }
        header .logo-box { display: flex; align-items: center; gap: 8px; }
        header .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        header .logo-box strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .auth-btns { display: flex; gap: 10px; }
        header .btn { padding: 6px 12px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        header .login-btn { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .register-btn { background: linear-gradient(135deg, #D4AF37, #F9E076); color: #050505; }

        main { padding-bottom: 80px; max-width: 1200px; margin: 0 auto; }
        .hero-banner { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; cursor: pointer; }
        
        .jackpot-container { background: #121212; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; position: relative; overflow: hidden; }
        .jackpot-title { color: #FFFFFF; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 800; color: #D4AF37; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        
        .intro-card { background: #121212; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #8B0000; }
        .intro-card h1 { font-size: 24px; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { color: #B0B0B0; font-size: 14px; }

        .section-header { margin: 20px 15px 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 20px; color: #FFFFFF; }
        .section-header::before { content: ''; width: 4px; height: 20px; background: #8B0000; border-radius: 2px; }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E1E1E; border-radius: 12px; overflow: hidden; border: 1px solid #2C2C2C; transition: transform 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { font-size: 14px; padding: 10px; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .payment-methods { background: #121212; margin: 20px 15px; padding: 15px; border-radius: 15px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #D4AF37; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #B0B0B0; }

        .guide-section { padding: 0 15px; margin: 20px 0; }
        .guide-card { background: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-bottom: 2px solid #D4AF37; }
        .guide-card h3 { font-size: 18px; margin-bottom: 8px; }
        .guide-card p { font-size: 14px; color: #B0B0B0; }

        .lottery-section { background: #121212; margin: 15px; border-radius: 15px; padding: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2C2C2C; }
        .lottery-info { display: flex; flex-direction: column; }
        .lottery-user { font-size: 14px; font-weight: 600; color: #D4AF37; }
        .lottery-game { font-size: 12px; color: #B0B0B0; }
        .lottery-win { color: #00C853; font-weight: 700; font-size: 14px; }
        .lottery-time { font-size: 11px; color: #606060; }

        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; margin: 20px 0; }
        .provider-item { background: #1E1E1E; color: #D4AF37; padding: 12px; text-align: center; border-radius: 8px; font-weight: 700; font-size: 14px; border: 1px solid #3D3D3D; }

        .review-section { padding: 0 15px; margin: 20px 0; }
        .review-card { background: #121212; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2C2C2C; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #606060; }
        .review-stars { color: #FFD600; font-size: 12px; }
        .review-content { font-size: 14px; color: #B0B0B0; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #606060; }

        .faq-section { padding: 0 15px; margin: 20px 0; }
        .faq-item { background: #1E1E1E; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #F9E076; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #B0B0B0; }

        .security-section { background: #050505; border: 1px solid #8B0000; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #B0B0B0; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2C2C2C; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B0B0B0; font-size: 10px; width: 20%; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) { color: #D4AF37; transform: translateY(-5px); }
        .nav-item:nth-child(3) i { font-size: 28px; background: #1E1E1E; padding: 10px; border-radius: 50%; border: 2px solid #D4AF37; }

        footer { background: #0A0A0A; padding: 30px 15px 100px; border-top: 1px solid #1E1E1E; }
        .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .footer-contact a { background: #121212; padding: 10px; border-radius: 8px; text-align: center; font-size: 13px; color: #D4AF37; border: 1px solid #2C2C2C; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #606060; }
        .footer-copy { text-align: center; font-size: 11px; color: #606060; border-top: 1px solid #1E1E1E; padding-top: 20px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .hero-banner { aspect-ratio: 3 / 1; }
        }