* { 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; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #111317; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 20px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; margin-bottom: 20px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #000; padding: 15px; border-radius: 12px; margin: 20px 0; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; background: linear-gradient(to bottom, #FFD700, #FFA500); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Courier New', monospace; }
        .platform-intro { padding: 20px; background: #242832; border-radius: 15px; margin-bottom: 30px; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; text-align: center; }
        .platform-intro p { font-size: 14px; color: #cccccc; text-align: justify; }
        .section-title { font-size: 20px; color: #ffffff; margin: 30px 0 15px; padding-left: 10px; border-left: 4px solid #FF2E63; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; border: 1px solid #333; }
        .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; color: #ffffff; }
        .game-info p { font-size: 12px; color: #888; }
        .trust-section { background: #111317; padding: 20px; border-radius: 15px; margin: 30px 0; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; }
        .trust-icons i { font-size: 30px; color: #555; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .guide-item { background: #242832; padding: 20px; border-radius: 12px; border-top: 2px solid #FFD700; }
        .guide-item h2 { font-size: 18px; margin-bottom: 10px; color: #FFD700; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .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: marquee 40s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; gap: 10px; background: #1a1d24; margin: 0 15px; padding: 5px 15px; border-radius: 20px; border: 1px solid #444; font-size: 12px; }
        .winner-name { color: #FFD700; }
        .winner-amount { color: #00ff00; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px; opacity: 0.7; }
        .provider-tag { background: #333; padding: 5px 12px; border-radius: 4px; font-size: 12px; font-weight: bold; }
        .reviews { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .review-card { background: #242832; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { font-size: 24px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .review-content { font-size: 13px; color: #ddd; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #242832; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 16px; margin-bottom: 10px; color: #FFD700; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .security-footer { text-align: center; padding: 20px; background: #111317; border-radius: 15px; margin: 30px 0; }
        .security-icons { font-size: 40px; display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; }
        .age-limit { display: inline-block; border: 2px solid #ff0000; border-radius: 50%; width: 40px; height: 40px; line-height: 36px; color: #ff0000; font-weight: bold; font-size: 18px; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111317; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #888; }
        .nav-item i { font-size: 20px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #0b0d10; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #222; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; text-align: left; }
        .footer-links a { font-size: 13px; color: #888; }
        .footer-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-template-columns: 1fr 1fr; }
        }