* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0A0A; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #161616; 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 .logo-container { display: flex; align-items: center; gap: 8px; }
        header img { width: 25px; height: 25px; border-radius: 4px; }
        header strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-buttons { display: flex; gap: 10px; }
        header button { padding: 8px 16px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        header .login-btn { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .reg-btn { background: #D4AF37; color: #0A0A0A; }
        main { padding-bottom: 80px; max-width: 1200px; margin: 0 auto; }
        .banner-container { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #222222 0%, #161616 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #D4AF37; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Playfair Display', serif; font-size: 32px; color: #FFD700; font-weight: 800; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #161616; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-family: 'Playfair Display', serif; font-size: 24px; color: #D4AF37; margin-bottom: 12px; line-height: 1.25; }
        .intro-card p { color: #B3B3B3; font-size: 14px; }
        .section-title { font-family: 'Playfair Display', serif; font-size: 22px; color: #FFFFFF; margin: 25px 15px 15px; display: flex; align-items: center; gap: 10px; }
        .section-title::after { content: ''; flex: 1; height: 1px; background: #333333; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #161616; border-radius: 10px; overflow: hidden; border: 1px solid #222222; text-decoration: none; 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 { color: #FFFFFF; font-size: 13px; padding: 10px; text-align: center; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-methods { background: #161616; margin: 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #B3B3B3; font-size: 10px; text-align: center; }
        .payment-item i { font-size: 20px; color: #D4AF37; }
        .guides-container { padding: 0 15px; }
        .guide-item { background: #161616; border-radius: 10px; padding: 15px; margin-bottom: 12px; border: 1px solid #222222; }
        .guide-item h2 { font-size: 18px; color: #D4AF37; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #B3B3B3; }
        .lottery-container { background: #161616; margin: 15px; padding: 15px; border-radius: 12px; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #222222; font-size: 12px; }
        .lottery-item:last-child { border-bottom: none; }
        .win-user { color: #D4AF37; font-weight: 600; }
        .win-amount { color: #218838; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-block { background: #222222; padding: 15px; text-align: center; border-radius: 8px; color: #C0C0C0; font-weight: 600; font-size: 14px; border: 1px solid #333333; }
        .comment-container { padding: 0 15px; }
        .comment-card { background: #161616; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #222222; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 24px; color: #D4AF37; }
        .comment-info h3 { font-size: 14px; color: #FFFFFF; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 13px; color: #B3B3B3; font-style: italic; }
        .faq-container { padding: 0 15px; }
        .faq-item { background: #161616; margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #222222; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #D4AF37; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #B3B3B3; }
        .security-section { margin: 15px; padding: 20px; background: #222222; border-radius: 12px; text-align: center; border: 1px dashed #D4AF37; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #B3B3B3; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #161616; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1001; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B3B3B3; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #D4AF37; }
        footer { background: #0A0A0A; padding: 30px 15px 100px; border-top: 1px solid #333333; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 13px; font-weight: 500; }
        .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: 12px; transition: color 0.2s; }
        .footer-links a:hover { color: #D4AF37; }
        .copyright { text-align: center; font-size: 11px; color: #666666; border-top: 1px solid #1A1A1A; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }