* { 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; transition: opacity 0.3s; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #111419; padding: 10px 0; sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        header .container { display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; border: none; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-reg { background: linear-gradient(90deg, #FF6B35 0%, #FF2E63 100%); color: #ffffff; box-shadow: 0 4px 15px rgba(255, 46, 99, 0.3); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; border-radius: 0 0 20px 20px; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { margin: 20px 0; text-align: center; background: radial-gradient(circle, #2d323d 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .platform-intro { margin: 20px 0; background: #242832; padding: 20px; border-radius: 15px; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #a0a0a0; }
        .section-title { font-size: 18px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; color: #FFD700; }
        .section-title::before { content: ''; display: block; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; transition: transform 0.3s; border: 1px solid #2d323d; }
        .game-card:hover { transform: translateY(-5px); border-color: #FFD700; }
        .game-img-box { position: relative; aspect-ratio: 1/1; overflow: hidden; }
        .game-img-box img { width: 100%; height: 100%; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payments-box { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; background: #111419; padding: 20px; border-radius: 15px; margin: 20px 0; opacity: 0.8; }
        .payment-icon { font-size: 24px; color: #a0a0a0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .guide-card { background: #242832; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .guide-card h2 { font-size: 16px; margin-bottom: 10px; color: #FFD700; }
        .guide-card p { font-size: 13px; color: #a0a0a0; text-align: justify; }
        .marquee-container { background: #111419; padding: 15px 0; margin: 20px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2d323d; border-bottom: 1px solid #2d323d; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .win-item { display: inline-flex; align-items: center; gap: 10px; background: #242832; padding: 8px 15px; border-radius: 20px; margin-right: 15px; border: 1px solid #2d323d; }
        .win-user { font-weight: bold; color: #FFD700; font-size: 13px; }
        .win-game { font-size: 12px; color: #fff; }
        .win-amount { color: #4CAF50; font-weight: bold; font-size: 13px; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { background: #111419; padding: 20px; border-radius: 15px; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; font-weight: bold; color: #555; }
        .provider-name { padding: 5px 10px; border: 1px solid #2d323d; border-radius: 5px; font-size: 12px; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 20px 0; }
        .review-card { background: #242832; padding: 20px; border-radius: 15px; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .avatar { width: 40px; height: 40px; border-radius: 50%; background: #2d323d; display: flex; align-items: center; justify-content: center; color: #FFD700; font-size: 20px; }
        .review-meta h3 { font-size: 14px; margin: 0; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; }
        .review-content { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .faq-section { margin: 20px 0; }
        .faq-item { background: #242832; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; color: #FFD700; border-bottom: 1px solid #2d323d; }
        .faq-answer { padding: 15px; font-size: 13px; color: #a0a0a0; }
        .security-section { background: #111419; padding: 25px 20px; border-radius: 15px; text-align: center; margin-top: 30px; border: 1px solid #2d323d; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #FFD700; }
        .security-section h2 { font-size: 18px; margin-bottom: 10px; }
        .security-section p { font-size: 12px; color: #888; max-width: 800px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111419; border-top: 1px solid #2d323d; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 10px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) i { color: #FF2E63; font-size: 24px; transform: translateY(-5px); }
        footer { background: #0c0e12; padding: 40px 20px 100px; color: #666; text-align: center; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .contact-link { display: flex; align-items: center; gap: 8px; color: #a0a0a0; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: left; }
        .footer-links a { font-size: 12px; display: block; margin-bottom: 8px; color: #888; }
        .footer-copy { font-size: 11px; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }