* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #E6E8EA; font-family: 'Inter', sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        header { background-color: #151921; 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 #2C3442; }
        header .brand { display: flex; align-items: center; gap: 10px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #FFFFFF; }
        header .auth-buttons { display: flex; gap: 10px; }
        header button { border: none; padding: 8px 16px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-size: 14px; }
        header .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .btn-register { background: #D4AF37; color: #0B0E11; }
        header .btn-register:hover { background: #F9E076; }
        main { max-width: 1200px; margin: 0 auto; padding-bottom: 100px; }
        .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: #1E232E; margin: 20px 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #D4AF37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { color: #D4AF37; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight: 700; color: #FFFFFF; }
        .platform-intro { padding: 25px 15px; text-align: center; }
        .platform-intro h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 15px; }
        .platform-intro p { font-size: 16px; color: #9BA3AF; max-width: 800px; margin: 0 auto; }
        .section-title { padding: 20px 15px 10px; font-family: 'Montserrat', sans-serif; font-size: 20px; color: #FFFFFF; border-left: 4px solid #D4AF37; margin: 20px 15px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #151921; border-radius: 12px; overflow: hidden; border: 1px solid #2C3442; 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 { padding: 10px; font-size: 14px; color: #E6E8EA; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-methods { background: #151921; margin: 25px 15px; padding: 20px; border-radius: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 12px; color: #9BA3AF; }
        .payment-item i { font-size: 24px; color: #D4AF37; }
        .casino-guides { padding: 0 15px; margin: 30px 0; }
        .guide-item { background: #1E232E; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2C3442; }
        .guide-item h2 { font-size: 18px; color: #D4AF37; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; }
        .guide-item p { font-size: 14px; color: #9BA3AF; text-align: justify; }
        .lottery-container { background: #000; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 25px 0; border-top: 1px solid #D4AF37; border-bottom: 1px solid #D4AF37; }
        .lottery-track { display: inline-block; animation: scrollMarquee 40s linear infinite; }
        .lottery-item { display: inline-flex; align-items: center; gap: 10px; background: #151921; padding: 8px 15px; margin-right: 15px; border-radius: 20px; border: 1px solid #2C3442; }
        .lottery-item span { font-size: 13px; color: #E6E8EA; }
        .lottery-item b { color: #00A86B; }
        .providers-wall { padding: 0 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0; }
        .provider-block { background: #D4AF37; color: #0B0E11; padding: 15px; border-radius: 8px; text-align: center; font-weight: 700; font-size: 14px; }
        .provider-block.alt { background: #00A86B; color: #FFFFFF; }
        .reviews-container { padding: 0 15px; margin: 30px 0; }
        .review-card { background: #151921; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2C3442; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 20px; color: #D4AF37; }
        .review-user { font-weight: 600; color: #FFFFFF; }
        .review-rating { color: #F9E076; font-size: 12px; }
        .review-text { font-size: 14px; color: #9BA3AF; margin-bottom: 10px; }
        .review-date { font-size: 12px; color: #5D6675; }
        .faq-section { padding: 0 15px; margin: 30px 0; }
        .faq-item { background: #1E232E; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2C3442; }
        .faq-item h3 { font-size: 16px; color: #FFFFFF; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; }
        .faq-item p { font-size: 14px; color: #9BA3AF; }
        .security-section { background: #151921; margin: 20px 15px; padding: 25px; border-radius: 12px; border: 1px dashed #D4AF37; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 14px; color: #E6E8EA; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #151921; height: 70px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2C3442; z-index: 1000; padding-bottom: 10px; }
        .navigator a { text-decoration: none; color: #9BA3AF; display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 12px; transition: color 0.3s; }
        .navigator a i { font-size: 20px; }
        .navigator a:hover { color: #D4AF37; }
        footer { background: #0B0E11; padding: 40px 20px 100px; border-top: 1px solid #2C3442; }
        footer .contact-row { text-align: center; margin-bottom: 30px; }
        footer .contact-links { display: flex; justify-content: center; gap: 15px; margin-top: 10px; flex-wrap: wrap; }
        footer .contact-links a { color: #D4AF37; text-decoration: none; font-size: 14px; }
        footer .footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
        footer .footer-cols a { color: #9BA3AF; text-decoration: none; font-size: 13px; margin-bottom: 8px; display: block; }
        footer .copyright { text-align: center; font-size: 12px; color: #5D6675; border-top: 1px solid #2C3442; padding-top: 20px; }
        @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .payment-methods { grid-template-columns: repeat(8, 1fr); }
        }