body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; overflow-x: hidden; }
        header { background: #11141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #ffffff; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; margin-right: 8px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 10px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; transition: transform 0.2s; font-size: 14px; text-decoration: none; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner-container { width: 100%; cursor: pointer; }
        .banner-container img { width: 100%; height: auto; aspect-ratio: 2 / 1; object-fit: cover; display: block; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 1.2rem; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
        .jackpot-amount { font-size: 2.2rem; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .platform-intro { padding: 25px 20px; text-align: center; }
        .platform-intro h1 { font-size: 1.8rem; color: #FFD700; margin-bottom: 15px; }
        .platform-intro p { font-size: 1rem; color: #ccc; max-width: 800px; margin: 0 auto; }
        .section-title { padding-left: 20px; margin: 20px 0 15px; border-left: 4px solid #FFD700; font-size: 1.4rem; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 0 15px; margin-bottom: 30px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .game-card:hover { transform: translateY(-5px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 0.9rem; margin: 0; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 0.75rem; color: #FFD700; margin: 5px 0 0; }
        .trust-section { background: #11141a; padding: 30px 20px; text-align: center; }
        .payment-icons, .provider-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }
        .payment-icons i, .provider-icons span { font-size: 2rem; color: #888; }
        .provider-icons span { font-size: 1.1rem; font-weight: bold; padding: 5px 15px; border: 1px solid #333; border-radius: 5px; }
        .guidelines { padding: 20px; display: grid; grid-template-columns: 1fr; gap: 20px; }
        .guide-card { background: #252a34; padding: 20px; border-radius: 12px; border-top: 2px solid #FF6B35; }
        .guide-card h2 { font-size: 1.2rem; color: #FFD700; margin-bottom: 10px; }
        .marquee-container { background: #000; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .win-item { display: inline-flex; align-items: center; background: #252a34; padding: 5px 15px; margin: 0 10px; border-radius: 20px; border: 1px solid #444; }
        .win-item i { color: #FFD700; margin-right: 8px; }
        @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
        .reviews { padding: 20px; display: grid; grid-template-columns: 1fr; gap: 20px; }
        .review-card { background: #252a34; padding: 20px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; margin-bottom: 10px; }
        .review-header i { font-size: 2rem; margin-right: 15px; color: #FF6B35; }
        .review-user h3 { font-size: 1rem; margin: 0; }
        .stars { color: #FFD700; font-size: 0.8rem; }
        .review-date { font-size: 0.8rem; color: #777; margin-bottom: 10px; }
        .faq-section { padding: 20px; }
        .faq-item { background: #252a34; margin-bottom: 15px; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 1.1rem; color: #FFD700; margin-bottom: 10px; }
        .security-section { padding: 30px 20px; background: #11141a; text-align: center; }
        .security-badges { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; flex-wrap: wrap; }
        .security-badges div { font-size: 0.9rem; color: #aaa; }
        .security-badges i { font-size: 2.5rem; display: block; margin-bottom: 10px; color: #2ecc71; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #11141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 2000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 0.75rem; }
        .nav-item i { font-size: 1.2rem; display: block; margin-bottom: 3px; }
        .nav-item:active { color: #FFD700; }
        footer { padding: 40px 20px 100px; background: #0a0c10; color: #777; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-contacts a { color: #ccc; text-decoration: none; font-size: 0.9rem; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 0.8rem; }
        .footer-copy { font-size: 0.8rem; 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: repeat(2, 1fr); }
        }