* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #050505; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.5; overflow-x: hidden; }
        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 #333333; }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 500; color: #D4AF37; }
        header .actions { display: flex; gap: 10px; }
        header button { padding: 8px 16px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; }
        .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #000000; }
        
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        
        .jackpot-container { margin: 20px 15px; padding: 20px; background: #121212; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-title { color: #B0B0B0; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Oswald', sans-serif; font-size: 32px; color: #FFD700; font-weight: 700; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        
        .intro-card { margin: 20px 15px; padding: 25px; background: #121212; border-radius: 15px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { color: #B0B0B0; font-size: 15px; }

        .section-title { margin: 25px 15px 15px; font-family: 'Montserrat', sans-serif; font-size: 20px; border-left: 3px solid #E63946; padding-left: 10px; }
        
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1e1e1e; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #333333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.96); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

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

        .guide-section { padding: 0 15px; }
        .guide-card { background: #121212; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #222222; }
        .guide-card h2 { font-size: 18px; color: #D4AF37; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #B0B0B0; text-align: justify; }

        .lottery-list { margin: 20px 15px; background: #121212; border-radius: 15px; overflow: hidden; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #222222; font-size: 13px; }
        .lottery-user { color: #D4AF37; font-weight: 600; }
        .lottery-win { color: #00C853; font-family: 'Oswald', sans-serif; }
        .lottery-time { color: #4D4D4D; font-size: 11px; }

        .provider-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-item { background: linear-gradient(45deg, #0A192F, #1e1e1e); padding: 15px; border-radius: 10px; text-align: center; font-weight: bold; color: #D4AF37; border: 1px solid #333333; }

        .comment-section { padding: 0 15px; }
        .comment-card { background: #1e1e1e; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #333333; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-header i { font-size: 24px; color: #B0B0B0; }
        .comment-user { font-weight: 600; font-size: 14px; }
        .stars { color: #FFD600; font-size: 12px; }
        .comment-content { font-size: 13px; color: #B0B0B0; margin: 8px 0; }
        .comment-date { font-size: 11px; color: #4D4D4D; }

        .faq-section { padding: 0 15px; }
        .faq-item { background: #121212; border-radius: 10px; margin-bottom: 10px; padding: 15px; border: 1px solid #222222; }
        .faq-item h3 { font-size: 15px; color: #D4AF37; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #B0B0B0; }

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

        .navigator { position: fixed; bottom: 0; width: 100%; background: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #B0B0B0; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #D4AF37; }

        footer { background: #121212; padding: 40px 15px 100px; text-align: center; border-top: 1px solid #333333; }
        .footer-contact { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { color: #B0B0B0; text-decoration: none; font-size: 13px; }
        .footer-copyright { color: #4D4D4D; font-size: 12px; border-top: 1px solid #222222; padding-top: 20px; }