* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #12141a; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-flex { display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 5px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .banner { width: 100%; cursor: pointer; display: block; aspect-ratio: 2/1; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; border-radius: 15px; margin: 20px 0; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #23272e; padding: 20px; border-radius: 15px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 15px; color: #cccccc; }
        .section-title { font-size: 20px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 3px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
        .game-card { background: #23272e; border-radius: 10px; overflow: hidden; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payment-licensing { background: #23272e; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; }
        .icons-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .icons-flex i { font-size: 30px; color: #FFD700; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guideline-item { background: #23272e; padding: 20px; border-radius: 10px; border-top: 2px solid #333; }
        .guideline-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .marquee-container { background: #12141a; padding: 15px 0; overflow: hidden; white-space: nowrap; margin-bottom: 25px; border-radius: 10px; }
        .marquee-content { display: inline-block; animation: scroll 30s linear infinite; }
        .marquee-item { display: inline-block; padding: 0 20px; border-right: 1px solid #333; font-size: 13px; }
        .marquee-item span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-section { background: #12141a; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-weight: bold; color: #555; }
        .providers-wall span { background: #23272e; padding: 5px 12px; border-radius: 20px; font-size: 13px; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .review-card { background: #23272e; padding: 15px; border-radius: 10px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #23272e; padding: 15px; border-radius: 10px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 5px; }
        .faq-item p { font-size: 14px; color: #bbb; }
        .security-section { background: #1a1d24; border: 1px solid #333; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 40px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-top: 15px; font-size: 24px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-align: center; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #12141a; padding: 30px 0 20px; border-top: 1px solid #333; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-columns { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 30px; text-align: center; }
        .footer-columns a { font-size: 13px; color: #888; display: block; margin-bottom: 5px; }
        .footer-copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: 1fr 1fr 1fr; }
            .guidelines-grid { grid-template-columns: 1fr 1fr; }
            .reviews-grid { grid-template-columns: 1fr 1fr; }
        }