* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0A0A0A; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        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; }
        header .brand strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .actions { display: flex; gap: 10px; }
        header .btn { padding: 6px 12px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        header .btn-login { background-color: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .btn-register { background-color: #D4AF37; color: #0A0A0A; }
        main { padding-bottom: 80px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1E1E1E 0%, #121212 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #F9E076; 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: #D4AF37; font-weight: 800; display: flex; justify-content: center; align-items: center; gap: 5px; }
        .intro-card { background-color: #121212; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #333333; }
        .intro-card h1 { font-size: 24px; color: #D4AF37; margin-bottom: 12px; font-family: 'Playfair Display', serif; }
        .intro-card p { color: #B0B0B0; font-size: 14px; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; color: #F9E076; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background-color: #1E1E1E; border-radius: 10px; overflow: hidden; border: 1px solid #222222; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { padding: 8px; font-size: 14px; text-align: center; color: #FFFFFF; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-licenses { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background-color: #121212; margin: 15px; border-radius: 12px; }
        .pay-item { text-align: center; font-size: 10px; color: #B0B0B0; }
        .pay-item i { font-size: 20px; color: #D4AF37; margin-bottom: 5px; display: block; }
        .guides-container { padding: 0 15px; display: grid; gap: 15px; }
        .guide-box { background-color: #1E1E1E; padding: 15px; border-radius: 10px; border-left: 4px solid #8B0000; }
        .guide-box h2 { font-size: 16px; color: #D4AF37; margin-bottom: 8px; }
        .guide-box p { font-size: 13px; color: #B0B0B0; }
        .lottery-section { background-color: #121212; margin: 15px; padding: 15px; border-radius: 12px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #222222; font-size: 12px; }
        .lottery-user { color: #F9E076; font-weight: 600; }
        .lottery-win { color: #28A745; font-weight: 700; }
        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-block { padding: 12px; text-align: center; border-radius: 6px; font-weight: 700; font-size: 14px; }
        .bg-gold { background-color: #D4AF37; color: #0A0A0A; }
        .bg-red { background-color: #8B0000; color: #FFFFFF; }
        .reviews-container { padding: 0 15px; display: grid; gap: 15px; }
        .review-card { background-color: #1E1E1E; padding: 15px; border-radius: 12px; border: 1px solid #333333; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 14px; }
        .stars { color: #FFC107; font-size: 12px; }
        .review-content { font-size: 13px; color: #B0B0B0; font-style: italic; }
        .review-date { font-size: 11px; color: #616161; margin-top: 8px; }
        .faq-section { padding: 0 15px; margin: 20px 0; }
        .faq-item { background-color: #121212; margin-bottom: 10px; border-radius: 8px; border: 1px solid #222222; overflow: hidden; }
        .faq-question { padding: 12px 15px; font-weight: 600; color: #F9E076; cursor: pointer; font-size: 14px; }
        .faq-answer { padding: 0 15px 12px; color: #B0B0B0; font-size: 13px; }
        .security-section { margin: 15px; padding: 20px; background-color: #1E1E1E; border-radius: 12px; text-align: center; border: 1px solid #8B0000; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #B0B0B0; }
        .security-links { margin-top: 10px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .security-links a { font-size: 11px; color: #17A2B8; text-decoration: underline; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #121212; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #B0B0B0; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item:nth-child(3) { color: #D4AF37; }
        footer { background-color: #0A0A0A; padding: 30px 15px 100px; border-top: 1px solid #333333; }
        footer .contact-row { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        footer .contact-link { color: #D4AF37; font-size: 13px; font-weight: 500; border: 1px solid #333333; padding: 5px 10px; border-radius: 20px; }
        footer .links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        footer .links-grid a { color: #B0B0B0; font-size: 12px; text-align: center; }
        footer .copyright { text-align: center; font-size: 11px; color: #616161; border-top: 1px solid #222222; pt: 15px; }