@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400;500;600;700;900&family=Oswald:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap');
        * { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { background-color: #050505; color: #FFFFFF; font-family: 'Montserrat', 'Inter', -apple-system, sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { background-color: #0A0A0A; border-bottom: 1px solid #2C2C2C; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; height: 60px; }
        .header-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #FFFFFF; }
        .header-logo img { width: 25px; height: 25px; object-fit: contain; }
        .header-logo strong { font-size: 16px; font-weight: 400; font-family: 'Oswald', sans-serif; }
        .header-actions { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #D4AF37; border: 1px solid #D4AF37; padding: 6px 15px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: #D4AF37; color: #000000; border: none; padding: 6px 15px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register:hover { background: #F1C40F; }
        main { padding-bottom: 80px; max-width: 600px; 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(180deg, #1E1E1E 0%, #121212 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-label { color: #D4AF37; font-family: 'Oswald', sans-serif; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 900; color: #FFD700; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { background: #121212; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #2C2C2C; }
        .intro-card h1 { font-family: 'Oswald', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #BDBDBD; text-align: justify; }
        .section-title { font-family: 'Oswald', sans-serif; font-size: 22px; margin: 25px 15px 15px; color: #FFFFFF; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 20px; background: #D4AF37; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E1E1E; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #2C2C2C; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: #FFFFFF; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #121212; font-weight: 500; }
        .payment-license { background: #121212; margin: 20px 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: 5px; color: #BDBDBD; font-size: 10px; text-align: center; }
        .payment-item i { font-size: 24px; color: #D4AF37; }
        .guides-section { padding: 0 15px; margin-top: 20px; }
        .guide-card { background: #1E1E1E; padding: 15px; border-radius: 10px; margin-bottom: 15px; border-left: 3px solid #D4AF37; }
        .guide-card h2 { font-family: 'Oswald', sans-serif; font-size: 18px; color: #D4AF37; margin-bottom: 8px; }
        .guide-card p { font-size: 14px; color: #BDBDBD; }
        .lottery-container { background: #121212; margin: 15px; border-radius: 12px; padding: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #2C2C2C; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #1E1E1E; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .winner-info { display: flex; flex-direction: column; }
        .winner-name { color: #D4AF37; font-weight: 600; }
        .winner-game { color: #FFFFFF; font-size: 12px; }
        .winner-amount { color: #00E676; font-weight: 700; font-family: 'Oswald', sans-serif; }
        .winner-time { color: #616161; font-size: 11px; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-box { background: #D4AF37; color: #000000; padding: 12px; border-radius: 8px; text-align: center; font-weight: 700; font-size: 14px; }
        .reviews-section { padding: 0 15px; margin-top: 25px; }
        .review-card { background: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #D4AF37; }
        .review-user { font-weight: 600; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; margin-left: auto; }
        .review-content { font-size: 13px; color: #BDBDBD; font-style: italic; }
        .review-date { font-size: 11px; color: #616161; margin-top: 8px; display: block; }
        .faq-section { padding: 0 15px; margin-top: 25px; }
        .faq-item { background: #121212; margin-bottom: 10px; border-radius: 8px; border: 1px solid #2C2C2C; }
        .faq-question { padding: 15px; font-weight: 600; color: #D4AF37; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; color: #BDBDBD; font-size: 14px; display: block; }
        .security-section { background: #0A0A0A; margin: 25px 15px; padding: 20px; border-radius: 12px; border: 1px solid #2C2C2C; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #BDBDBD; margin-bottom: 10px; }
        .age-limit { display: inline-block; border: 2px solid #FF1744; color: #FF1744; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: 900; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #0A0A0A; border-top: 1px solid #2C2C2C; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1000; height: 65px; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #BDBDBD; text-decoration: none; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:hover, .nav-item:active { color: #D4AF37; }
        footer { background: #050505; padding: 30px 15px 100px; border-top: 1px solid #2C2C2C; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 14px; 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 { color: #BDBDBD; text-decoration: none; font-size: 13px; }
        .footer-copyright { color: #616161; font-size: 11px; text-align: center; border-top: 1px solid #1E1E1E; padding-top: 20px; }