body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding-bottom: 70px; line-height: 1.6; overflow-x: hidden; }
        header { background-color: #12141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .logo-box img { width: 25px; height: 25px; border-radius: 50%; margin-right: 8px; }
        .logo-box strong { font-size: 16px; font-weight: normal; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; text-decoration: none; display: inline-block; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        main { max-width: 1200px; margin: 0 auto; padding: 15px; }
        .jackpot-section { background: #242832; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #242832; border-radius: 15px; padding: 25px; margin-bottom: 20px; border-left: 5px solid #FFD700; }
        h1 { font-size: 22px; color: #FFD700; margin: 0 0 10px 0; }
        .section-title { font-size: 20px; margin: 25px 0 15px; display: flex; align-items: center; color: #FFD700; }
        .section-title i { margin-right: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; text-decoration: none; color: #ffffff; transition: transform 0.3s; display: block; }
        .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: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; display: block; margin-top: 4px; }
        .payment-methods { background: #242832; padding: 20px; border-radius: 15px; margin: 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; align-items: center; }
        .payment-methods i { font-size: 30px; color: #FFD700; opacity: 0.8; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .guide-card { background: #242832; padding: 20px; border-radius: 12px; border-top: 2px solid #FF6B35; }
        .marquee-container { background: #12141a; padding: 15px 0; overflow: hidden; white-space: nowrap; border-radius: 10px; margin: 20px 0; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .win-item { display: inline-block; margin-right: 30px; font-size: 13px; color: #ddd; }
        .win-item strong { color: #FFD700; }
        @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 20px; background: rgba(255, 215, 0, 0.05); border-radius: 15px; }
        .provider-tag { background: #2a2e38; padding: 5px 15px; border-radius: 20px; font-size: 12px; border: 1px solid #3d424d; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .review-card { background: #242832; padding: 20px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; margin-right: 12px; }
        .stars { color: #FFD700; font-size: 12px; }
        .faq-section { margin: 20px 0; }
        .faq-item { background: #242832; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; border-bottom: 1px solid #333; display: block; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }
        .security-section { background: #12141a; padding: 20px; border-radius: 15px; text-align: center; margin-top: 30px; border: 1px dashed #444; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #00ff00; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #FFD700; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0d0e12; padding: 40px 20px; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-contacts a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; transition: color 0.2s; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines, .reviews-grid { grid-template-columns: 1fr 1fr; }
        }