* { 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; overflow-x: hidden; padding-bottom: 70px; }
        header { background-color: #111419; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .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: 10px; }
        .btn { border: none; padding: 8px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; font-size: 14px; text-decoration: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; display: block; cursor: pointer; aspect-ratio: 2 / 1; object-fit: cover; }
        .container { padding: 15px; max-width: 1200px; margin: 0 auto; }
        .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; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); font-family: monospace; }
        .intro-card { background: #23272e; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #ccc; }
        h2 { font-size: 20px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 3px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { background: #23272e; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s; display: flex; flex-direction: column; }
        .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-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .methods-section { background: #111419; padding: 20px; border-radius: 15px; margin: 25px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
        .method-icon { font-size: 30px; color: #555; filter: grayscale(1); opacity: 0.7; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .guide-item { background: #23272e; padding: 15px; border-radius: 10px; border: 1px solid #333; }
        .guide-item h2 { margin-top: 0; font-size: 18px; border: none; padding: 0; color: #FFD700; }
        .marquee-container { background: #111419; padding: 10px 0; overflow: hidden; position: relative; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: flex; gap: 30px; animation: scroll 40s linear infinite; width: max-content; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { font-size: 13px; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
        .winner-amount { color: #00ff88; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 20px 0; }
        .provider-tag { background: #333; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #bbb; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .review-card { background: #23272e; 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; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-left: auto; }
        .review-text { font-size: 13px; color: #ccc; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #23272e; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; cursor: pointer; color: #FFD700; border-bottom: 1px solid #333; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }
        .security-section { text-align: center; padding: 25px; background: #111419; border-radius: 15px; margin-top: 30px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        footer { background: #0d1014; padding: 30px 15px 100px; text-align: center; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .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: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 12px; color: #555; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
        }