body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .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: 8px; }
        .btn { padding: 8px 15px; border-radius: 20px; border: none; font-weight: bold; cursor: pointer; font-size: 13px; text-decoration: none; transition: transform 0.2s; }
        .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; display: block; cursor: pointer; object-fit: cover; }
        main { max-width: 1000px; margin: 0 auto; padding: 15px; }
        .jackpot-container { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; margin: 20px 0; box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,255,255,0.5); font-family: 'Courier New', monospace; margin: 10px 0; }
        .platform-intro { background: #23272f; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 1.5rem; color: #FFD700; margin: 0 0 10px 0; }
        .platform-intro p { margin: 0; font-size: 14px; color: #cccccc; }
        .section-title { font-size: 1.2rem; color: #FFD700; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: translateY 0.3s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-provider { font-size: 11px; color: #888; margin-top: 4px; }
        .trust-section { background: #12141a; border-radius: 15px; padding: 20px; margin: 25px 0; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; filter: grayscale(0.5); }
        .payment-icons i { font-size: 30px; color: #FFD700; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .guide-card { background: #23272f; padding: 15px; border-radius: 12px; border: 1px solid #333; }
        .guide-card h2 { font-size: 16px; color: #FFD700; margin-top: 0; }
        .guide-card p { font-size: 13px; color: #bbb; margin-bottom: 0; }
        .winners-marquee { background: #12141a; padding: 10px 0; overflow: hidden; white-space: nowrap; position: relative; margin: 20px 0; border-radius: 5px; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; background: #23272f; padding: 5px 15px; border-radius: 20px; margin: 0 10px; border: 1px solid #444; }
        .winner-item span { color: #FFD700; font-weight: bold; margin-right: 8px; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 20px 0; }
        .provider-tag { background: #333; padding: 5px 12px; border-radius: 4px; font-size: 12px; color: #FFD700; border: 1px solid #444; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .review-card { background: #23272f; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-user { font-weight: bold; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .faq-section { margin-top: 30px; }
        .faq-item { background: #23272f; border-radius: 8px; padding: 15px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin: 0 0 10px 0; }
        .faq-item p { font-size: 13px; color: #bbb; margin: 0; }
        .responsible-gaming { background: #12141a; border-radius: 12px; padding: 20px; text-align: center; margin-top: 30px; border: 1px solid #FF2E63; }
        .responsible-gaming h2 { color: #FF2E63; font-size: 18px; }
        .responsible-icons { display: flex; justify-content: center; gap: 15px; margin-top: 15px; font-size: 24px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 10px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #12141a; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #222; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; 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: 10px; margin-bottom: 25px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .footer-copy { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 15px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
        }