body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .nav-top { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; border: none; padding: 7px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .banner-container { width: 100%; max-width: 1200px; margin: 0 auto; cursor: pointer; }
        .banner-container img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; display: block; }
        .jackpot-section { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .intro-card { padding: 20px; max-width: 1200px; margin: 0 auto; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; text-align: center; }
        .intro-card p { font-size: 15px; color: #ccc; text-align: justify; }
        .section-title { font-size: 20px; color: #FFD700; padding: 0 15px; margin: 25px 0 15px; border-left: 4px solid #FF2E63; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; max-width: 1200px; margin: 0 auto; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #333; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 12px; color: #888; margin: 4px 0 0; }
        .payments-licenses { background: #12141a; padding: 20px 15px; text-align: center; margin: 20px 0; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 30px; color: #fff; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 12px; border-bottom: 2px solid #FFD700; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guide-item p { font-size: 14px; color: #bbb; }
        .marquee-container { background: #12141a; padding: 15px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; white-space: nowrap; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-record { background: #252932; padding: 8px 15px; margin: 0 10px; border-radius: 20px; font-size: 13px; border: 1px solid #444; }
        .win-record span { color: #FFD700; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px 15px; background: #252932; margin: 20px 15px; border-radius: 12px; }
        .provider-tag { background: #1a1d24; color: #fff; padding: 5px 12px; border-radius: 4px; font-size: 13px; border: 1px solid #333; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; position: relative; }
        .review-header { display: flex; align-items: center; margin-bottom: 10px; }
        .review-header i { font-size: 24px; margin-right: 10px; color: #FFD700; }
        .review-meta { flex: 1; }
        .review-name { font-weight: bold; font-size: 15px; }
        .review-date { font-size: 12px; color: #888; }
        .stars { color: #FFD700; font-size: 12px; margin-top: 2px; }
        .review-content { font-size: 14px; color: #ccc; font-style: italic; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #bbb; }
        .security-section { text-align: center; padding: 30px 15px; background: #12141a; margin-top: 30px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item.active, .nav-item:hover { color: #FFD700; }
        footer { background: #0d0f14; 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: 1fr 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }