* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Oswald', sans-serif; color: #D4AF37; text-transform: uppercase; }
        header { background-color: #0A0A0A; border-bottom: 2px solid #D4AF37; padding: 10px 20px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 50%; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; transition: 0.3s; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; }
        .btn-register { background: #E63946; color: #FFFFFF; }
        main { padding-bottom: 100px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1A1A1A; border: 2px solid #D4AF37; margin: 20px 10px; padding: 20px; border-radius: 15px; text-align: center; }
        .jackpot-label { color: #B3B3B3; font-size: 14px; margin-bottom: 5px; }
        .jackpot-value { font-family: 'Oswald', sans-serif; font-size: 32px; color: #FFD700; font-weight: 800; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { background: #242424; margin: 20px 10px; padding: 25px; border-radius: 20px; border-left: 5px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { color: #B3B3B3; font-size: 16px; }
        .section-title { margin: 30px 10px 15px; font-size: 24px; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 0 10px; }
        .game-card { background: #242424; border-radius: 15px; overflow: hidden; text-decoration: none; border: 1px solid #333333; 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: 10px; font-size: 14px; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-methods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 20px 10px; background: #1A1A1A; }
        .payment-item { text-align: center; padding: 10px; background: #242424; border-radius: 10px; }
        .payment-item i { font-size: 20px; color: #D4AF37; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #B3B3B3; }
        .guide-container { padding: 0 10px; }
        .guide-card { background: #1A1A1A; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #333333; }
        .guide-card h2 { font-size: 18px; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #B3B3B3; text-align: justify; }
        .lottery-section { background: #1A1A1A; margin: 20px 10px; border-radius: 15px; padding: 15px; border: 1px solid #444444; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #333333; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-info { display: flex; flex-direction: column; }
        .lottery-user { font-weight: 600; color: #FFFFFF; font-size: 14px; }
        .lottery-game { font-size: 12px; color: #B3B3B3; }
        .lottery-win { color: #28A745; font-weight: 700; font-size: 14px; }
        .lottery-time { font-size: 10px; color: #4D4D4D; }
        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 10px; margin-bottom: 20px; }
        .provider-item { background: linear-gradient(135deg, #242424, #1A1A1A); padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #444444; color: #D4AF37; font-weight: 700; }
        .review-container { padding: 0 10px; }
        .review-card { background: #242424; padding: 20px; border-radius: 15px; margin-bottom: 15px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; border-radius: 50%; background: #333333; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .review-stars { color: #FFC107; font-size: 12px; }
        .review-content { font-size: 14px; color: #B3B3B3; font-style: italic; }
        .review-date { font-size: 11px; color: #4D4D4D; margin-top: 10px; text-align: right; }
        .faq-section { padding: 0 10px; margin-top: 30px; }
        .faq-item { background: #1A1A1A; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333333; }
        .faq-answer { padding: 15px; font-size: 14px; color: #B3B3B3; display: block; }
        .security-section { background: #0D0D0D; padding: 30px 15px; text-align: center; border-top: 1px solid #333333; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #B3B3B3; max-width: 800px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #0A0A0A; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #D4AF37; z-index: 1001; }
        .nav-item { text-decoration: none; text-align: center; color: #B3B3B3; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background: #050505; padding: 40px 20px 100px; border-top: 1px solid #333333; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-contact a { color: #FFFFFF; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #B3B3B3; text-decoration: none; font-size: 13px; }
        .footer-copyright { text-align: center; border-top: 1px solid #222; padding-top: 20px; font-size: 12px; color: #4D4D4D; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }