* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0F0F0F; color: #FFFFFF; font-family: 'Roboto', 'Inter', sans-serif; line-height: 1.5; padding-bottom: 70px; }
        h1, h2, h3 { font-family: 'Montserrat', 'Archivo', sans-serif; font-weight: 700; color: #FFFFFF; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #1A1D23; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D323B; }
        .header-content { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; }
        .brand { display: flex; align-items: center; gap: 10px; }
        .brand img { width: 25px; height: 25px; border-radius: 5px; }
        .brand strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 4px; font-weight: 600; cursor: pointer; border: none; font-size: 0.875rem; }
        .btn-login { background-color: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #D4AF37 100%); color: #000000; }
        .banner-section { margin-bottom: 20px; cursor: pointer; }
        .banner-img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
        .jackpot-box { background: #1A1D23; border: 2px solid #D4AF37; border-radius: 12px; padding: 20px; text-align: center; margin: 20px 0; }
        .jackpot-title { color: #D4AF37; font-size: 1.25rem; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-family: 'Oswald', sans-serif; font-size: 2.5rem; color: #FFFFFF; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); font-weight: 700; }
        .intro-card { background-color: #1A1D23; padding: 25px; border-radius: 15px; border-left: 4px solid #D4AF37; margin-bottom: 30px; }
        .intro-card h1 { font-size: 1.75rem; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { color: #B0B0B0; font-size: 1rem; }
        .section-title { font-size: 1.5rem; margin: 30px 0 20px; padding-left: 10px; border-left: 4px solid #00A859; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .game-card { background: #1A1D23; border-radius: 12px; overflow: hidden; border: 1px solid #2D323B; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 0.9rem; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 0.75rem; color: #757575; }
        .trust-section { background: #1A1D23; padding: 25px; border-radius: 15px; margin-bottom: 30px; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; }
        .payment-icons i { font-size: 2rem; color: #B0B0B0; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .guide-item { background: #252932; padding: 20px; border-radius: 12px; border-bottom: 3px solid #D4AF37; }
        .guide-item h2 { font-size: 1.2rem; margin-bottom: 10px; color: #D4AF37; }
        .guide-item p { font-size: 0.875rem; color: #B0B0B0; }
        .winners-marquee { background: #050505; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 30px 0; border-top: 1px solid #2D323B; border-bottom: 1px solid #2D323B; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-tag { display: inline-block; margin-right: 40px; font-size: 0.875rem; }
        .winner-tag span { color: #00C851; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
        .provider-chip { background: #252932; padding: 8px 15px; border-radius: 20px; font-size: 0.8rem; border: 1px solid #404652; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .review-card { background: #1A1D23; padding: 20px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
        .review-header i { font-size: 2rem; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 1rem; }
        .stars { color: #FFD700; font-size: 0.8rem; margin: 5px 0; }
        .review-date { font-size: 0.75rem; color: #757575; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1A1D23; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; cursor: pointer; border-bottom: 1px solid #2D323B; color: #D4AF37; }
        .faq-answer { padding: 15px; font-size: 0.875rem; color: #B0B0B0; }
        .responsible-gaming { background: #1A1D23; padding: 25px; border-radius: 15px; text-align: center; border: 1px solid #E31837; }
        .responsible-gaming i { font-size: 2.5rem; color: #E31837; margin-bottom: 15px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1A1D23; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2D323B; z-index: 2000; }
        .nav-item { text-align: center; color: #B0B0B0; font-size: 0.75rem; }
        .nav-item i { display: block; font-size: 1.25rem; margin-bottom: 4px; }
        footer { background: #050505; padding: 40px 15px 100px; text-align: center; border-top: 1px solid #2D323B; }
        .footer-contacts { margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { font-size: 0.875rem; color: #757575; }
        .copyright { font-size: 0.75rem; color: #757575; border-top: 1px solid #2D323B; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines, .reviews-grid { grid-template-columns: 1fr 1fr; }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }