* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #111419; 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 #2a2e37; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: opacity 0.3s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-container { margin: 20px 15px; background: radial-gradient(circle, #2a2e37 0%, #111419 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; font-family: 'Courier New', monospace; }
        .intro-card { margin: 20px 15px; padding: 20px; background-color: #242831; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #ffffff; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 0 15px; }
        .game-card { background-color: #242831; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 12px; color: #888888; }
        .payments-section { margin: 30px 15px; background-color: #111419; padding: 20px; border-radius: 15px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-icons i { font-size: 24px; color: #888888; }
        .payment-badge { background: #242831; padding: 10px 15px; border-radius: 8px; min-width: 80px; font-size: 12px; color: #FFD700; border: 1px solid #333; }
        .guidelines-section { padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-card { background: #242831; padding: 15px; border-radius: 12px; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; font-size: 16px; }
        .guide-card p { font-size: 13px; color: #bbb; }
        .marquee-container { margin: 30px 0; background-color: #111419; padding: 15px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; gap: 30px; white-space: nowrap; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #ddd; }
        .winner-item strong { color: #FFD700; }
        .providers-section { padding: 20px 15px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .provider-tag { background: #242831; border: 1px solid #333; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #eee; }
        .reviews-section { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #242831; padding: 15px; border-radius: 12px; border: 1px solid #333; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-meta h3 { font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #bbb; margin-top: 8px; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #242831; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .responsible-gaming { margin: 30px 15px; padding: 20px; background: #111419; border-radius: 15px; text-align: center; border: 1px solid #FF2E63; }
        .responsible-gaming h2 { font-size: 18px; color: #FF2E63; margin-bottom: 10px; }
        .responsible-gaming p { font-size: 12px; color: #aaa; margin-bottom: 15px; }
        .age-badge { display: inline-block; width: 40px; height: 40px; border: 2px solid #FF2E63; border-radius: 50%; line-height: 36px; font-weight: bold; color: #FF2E63; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background-color: #111419; display: flex; justify-content: space-around; align-items: center; z-index: 1001; border-top: 1px solid #2a2e37; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888888; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #FFD700; }
        .download-nav { background: linear-gradient(135deg, #FF6B35, #FF2E63); width: 50px; height: 50px; border-radius: 50%; color: #fff !important; justify-content: center; margin-top: -30px; border: 4px solid #1a1d24; }
        footer { background-color: #111419; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: left; }
        .footer-links a { font-size: 13px; color: #888888; }
        .copyright { font-size: 12px; color: #555555; border-top: 1px solid #222; padding-top: 20px; }