* { 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; padding-bottom: 70px; }
        h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.25; margin-bottom: 1rem; }
        h1 { font-size: 32px; color: #D4AF37; text-align: center; }
        h2 { font-size: 24px; color: #FFD700; border-left: 4px solid #D4AF37; padding-left: 10px; margin: 20px 0; }
        h3 { font-size: 16px; font-weight: 600; margin: 5px 0; color: #FFFFFF; }
        a { text-decoration: none; color: #D4AF37; transition: 0.3s; }
        header { background: #1A1A1A; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; 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-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-btns { display: flex; gap: 10px; }
        header button { padding: 8px 15px; border-radius: 5px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; }
        header .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .btn-reg { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #0D0D0D; }
        main { max-width: 1200px; margin: 0 auto; padding: 15px; }
        .banner-container { width: 100%; margin-bottom: 20px; cursor: pointer; overflow: hidden; border-radius: 12px; aspect-ratio: 2/1; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
        .banner-container:hover img { transform: scale(1.03); }
        .jackpot-box { background: radial-gradient(circle, #262626 0%, #1A1A1A 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #D4AF37; margin-bottom: 20px; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { font-size: 14px; color: #C0C0C0; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 36px; font-weight: 800; color: #FFD700; font-family: 'Playfair Display', serif; margin: 10px 0; }
        .intro-card { background: #1A1A1A; padding: 20px; border-radius: 12px; margin-bottom: 25px; border: 1px solid #333333; }
        .intro-card p { color: #BDBDBD; font-size: 16px; text-align: center; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
        .game-card { background: #262626; border-radius: 10px; overflow: hidden; border: 1px solid #1F1F1F; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .payment-section { background: #1A1A1A; padding: 20px; border-radius: 12px; margin-bottom: 25px; }
        .payment-grid { 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: 12px; color: #BDBDBD; }
        .guide-section { margin-bottom: 30px; }
        .guide-card { background: #1A1A1A; padding: 15px; border-radius: 10px; margin-bottom: 10px; border-left: 3px solid #D4AF37; }
        .lottery-section { background: #1A1A1A; border-radius: 12px; padding: 15px; margin-bottom: 30px; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #333333; font-size: 13px; }
        .lottery-user { color: #D4AF37; font-weight: 600; }
        .lottery-win { color: #2E7D32; font-weight: 700; }
        .provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .provider-item { background: #262626; padding: 15px; text-align: center; border-radius: 8px; color: #FFD700; font-weight: bold; border: 1px solid #333333; }
        .comment-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
        .comment-card { background: #1A1A1A; padding: 15px; border-radius: 12px; border: 1px solid #333333; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 40px; height: 40px; background: #262626; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .stars { color: #FFD700; font-size: 12px; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1A1A1A; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; border-bottom: 1px solid #262626; }
        .faq-answer { padding: 15px; color: #BDBDBD; font-size: 14px; }
        .security-section { background: #1A1A1A; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #D32F2F; margin-bottom: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #D4AF37; font-size: 24px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1A1A1A; display: flex; justify-content: space-around; padding: 10px 5px; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #BDBDBD; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; color: #D4AF37; }
        footer { background: #0D0D0D; padding: 30px 15px 100px; border-top: 1px solid #333333; text-align: center; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 25px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; text-align: left; }
        .footer-links a { color: #BDBDBD; font-size: 13px; display: block; margin-bottom: 5px; }
        .footer-copy { font-size: 12px; color: #616161; border-top: 1px solid #1F1F1F; padding-top: 15px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .comment-grid { grid-template-columns: repeat(2, 1fr); display: grid; }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }