body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #121418; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .logo-container { display: flex; align-items: center; gap: 8px; }
        .logo-container img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-container strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); border: none; color: white; padding: 7px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; }
        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: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .intro-card { padding: 25px 20px; text-align: center; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 15px; color: #ccc; max-width: 800px; margin: 0 auto; }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 10px; }
        .section-title i { font-size: 16px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { margin: 0; font-size: 14px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payments-licensing { padding: 20px 15px; background: #121418; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 28px; color: #ddd; }
        .guidelines { padding: 20px 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 10px; border-left: 4px solid #FF6B35; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; margin-top: 0; }
        .guide-item p { font-size: 14px; color: #bbb; margin: 0; }
        .marquee-container { background: #000; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scrollMarquee 30s linear infinite; }
        .winner-tag { display: inline-block; margin-right: 40px; font-size: 13px; color: #eee; }
        .winner-tag strong { color: #FFD700; }
        @keyframes scrollMarquee { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
        .providers-wall { padding: 20px 15px; text-align: center; color: #888; font-size: 14px; background: #121418; line-height: 2; }
        .providers-wall span { margin: 0 10px; display: inline-block; }
        .reviews-container { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #888; }
        .review-user { font-weight: bold; color: #FFD700; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .review-content { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 20px 15px; }
        .faq-item { margin-bottom: 15px; background: #121418; border-radius: 8px; overflow: hidden; border: 1px solid #333; }
        .faq-question { padding: 12px 15px; font-weight: bold; color: #FFD700; font-size: 14px; background: #252932; }
        .faq-answer { padding: 12px 15px; font-size: 13px; color: #bbb; border-top: 1px solid #333; }
        .safety-section { padding: 25px 15px; text-align: center; background: #0b0d10; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .safety-links { display: flex; flex-direction: column; gap: 5px; font-size: 12px; color: #888; }
        .safety-links a { text-decoration: underline; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #121418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0b0d10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contacts a { font-size: 13px; color: #FFD700; background: #252932; padding: 5px 12px; border-radius: 15px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #888; font-size: 12px; }
        .footer-copy { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }