* { 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; }
        a { text-decoration: none; color: inherit; }
        header { background: #13151a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: 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-container { width: 100%; max-width: 1200px; margin: 10px auto; padding: 0 10px; }
        .banner-container img { width: 100%; aspect-ratio: 2/1; border-radius: 12px; cursor: pointer; display: block; object-fit: cover; }
        .jackpot-section { background: #242831; margin: 15px 10px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #363b47; position: relative; overflow: hidden; }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; background: linear-gradient(to bottom, #FFD700, #ffae00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: monospace; }
        .intro-card { background: #242831; margin: 15px 10px; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a5b1; }
        .section-header { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; border-left: 3px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 10px; max-width: 1200px; margin: 0 auto; }
        .game-card { background: #242831; border-radius: 12px; overflow: hidden; transition: 0.3s; display: block; border: 1px solid #363b47; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; }
        .game-info span { font-size: 11px; color: #808694; display: block; }
        .payments-section { background: #13151a; padding: 20px 10px; text-align: center; margin-top: 20px; }
        .icon-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .icon-item { background: #242831; padding: 10px; border-radius: 8px; width: 80px; height: 50px; display: flex; align-items: center; justify-content: center; }
        .icon-item i { font-size: 24px; color: #a0a5b1; }
        .guidelines-section { padding: 15px; display: grid; gap: 15px; }
        .guide-box { background: #242831; padding: 15px; border-radius: 12px; border: 1px solid #363b47; }
        .guide-box h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-box p { font-size: 13px; color: #a0a5b1; }
        .winners-marquee { background: #13151a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .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-tag { background: #242831; padding: 8px 15px; border-radius: 20px; white-space: nowrap; font-size: 12px; border: 1px solid #363b47; }
        .winner-tag strong { color: #FFD700; }
        .providers-wall { padding: 20px; text-align: center; background: #242831; margin: 20px 10px; border-radius: 15px; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 14px; color: #FFD700; font-weight: bold; }
        .provider-name { background: #1a1d24; padding: 5px 12px; border-radius: 5px; border: 1px solid #363b47; }
        .reviews-section { padding: 15px; }
        .review-card { background: #242831; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #363b47; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #FF2E63; }
        .stars { color: #FFD700; font-size: 12px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #242831; margin-bottom: 10px; border-radius: 10px; padding: 15px; border: 1px solid #363b47; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #a0a5b1; }
        .responsible-gaming { padding: 20px; text-align: center; background: #13151a; font-size: 12px; color: #808694; }
        .footer-nav { background: #13151a; padding: 20px 15px; border-top: 1px solid #2a2e38; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-contacts a { color: #FFD700; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; font-size: 13px; color: #a0a5b1; }
        .copyright { text-align: center; padding: 20px; font-size: 11px; color: #606674; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #13151a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #a0a5b1; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        .nav-item:active { color: #FFD700; }