* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #050505; color: #FFFFFF; font-family: 'Montserrat', sans-serif; font-size: 14px; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Playfair Display', serif; color: #FFD700; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #0A192F; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(212, 175, 55, 0.5); }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 12px; border-radius: 4px; font-weight: 600; cursor: pointer; border: none; font-size: 12px; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #050505; }
        main { padding-bottom: 80px; }
        .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: #112240; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #D4AF37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
        .jackpot-title { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #B0B0B0; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #FFD700; font-family: 'Inter', sans-serif; }
        .intro-card { margin: 15px; padding: 20px; background: #1E1E1E; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { color: #B0B0B0; font-size: 14px; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; border-left: 3px solid #D4AF37; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E1E1E; border-radius: 10px; overflow: hidden; border: 1px solid #333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 12px; text-align: center; color: #FFFFFF; font-family: 'Inter', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payments-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background: #121212; margin: 15px; border-radius: 12px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 10px; color: #B0B0B0; }
        .payment-item i { font-size: 20px; color: #D4AF37; }
        .guide-section { padding: 15px; }
        .guide-card { background: #1E1E1E; padding: 15px; border-radius: 10px; margin-bottom: 15px; border: 1px solid #333; }
        .guide-card h3 { font-size: 16px; margin-bottom: 10px; }
        .guide-card p { font-size: 13px; color: #B0B0B0; text-align: justify; }
        .winners-list { margin: 15px; background: #121212; border-radius: 12px; padding: 10px; overflow: hidden; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #333; font-size: 12px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #FFD700; font-weight: 600; }
        .winner-amount { color: #28A745; font-weight: 700; }
        .providers-section { display: flex; flex-wrap: wrap; gap: 8px; padding: 15px; justify-content: center; }
        .provider-tag { background: #112240; color: #D4AF37; padding: 5px 15px; border-radius: 20px; font-size: 12px; border: 1px solid rgba(212, 175, 55, 0.3); font-weight: 600; }
        .reviews-container { padding: 15px; }
        .review-card { background: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #444; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 24px; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 14px; }
        .stars { color: #FFD700; font-size: 10px; margin-bottom: 8px; }
        .review-text { font-size: 13px; color: #B0B0B0; font-style: italic; }
        .review-date { font-size: 10px; color: #666; margin-top: 5px; text-align: right; }
        .faq-section { padding: 15px; }
        .faq-item { background: #121212; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #333; }
        .faq-item h3 { font-size: 14px; margin-bottom: 8px; color: #FFD700; }
        .faq-item p { font-size: 13px; color: #B0B0B0; }
        .security-section { margin: 15px; padding: 20px; background: #0A192F; border-radius: 12px; text-align: center; border: 1px solid #17A2B8; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #17A2B8; }
        .security-text { font-size: 12px; color: #B0B0B0; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #DC3545; color: #DC3545; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: 800; font-size: 14px; margin-top: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #0A192F; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #D4AF37; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 10px; color: #B0B0B0; }
        .nav-item i { font-size: 18px; color: #D4AF37; }
        footer { background: #050505; padding: 30px 15px 100px; border-top: 1px solid #333; }
        .footer-contact { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 25px; }
        .footer-contact a { font-size: 13px; color: #D4AF37; display: flex; align-items: center; gap: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 25px; }
        .footer-links a { font-size: 12px; color: #B0B0B0; }
        .copyright { text-align: center; font-size: 11px; color: #666; border-top: 1px solid #222; padding-top: 20px; }