* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        
        header { background-color: #12141a; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        header .container { display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 10px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 5px; }
        .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-weight: bold; border: none; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }

        .banner { width: 100%; cursor: pointer; }
        .banner img { width: 100%; height: auto; aspect-ratio: 2/1; display: block; }

        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 20px 0; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }

        .intro-card { background-color: #242831; padding: 25px; border-radius: 15px; margin: 20px 0; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 15px; color: #cccccc; }

        .section-title { font-size: 20px; color: #FFD700; margin: 25px 0 15px; padding-left: 10px; border-left: 3px solid #FF2E63; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 25px; }
        .game-card { background-color: #242831; border-radius: 12px; overflow: hidden; transition: 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: 14px; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #eee; }
        .game-info p { font-size: 12px; color: #888; }

        .trust-section { background-color: #12141a; padding: 20px; border-radius: 15px; text-align: center; margin: 25px 0; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.8; }
        .trust-icons i { font-size: 30px; color: #FFD700; }

        .guides-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background-color: #242831; padding: 20px; border-radius: 12px; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guide-item p { font-size: 14px; color: #bbb; }

        .marquee-container { background-color: #12141a; padding: 15px 0; overflow: hidden; margin: 25px 0; position: relative; }
        .marquee-track { display: flex; gap: 30px; animation: marquee 40s linear infinite; white-space: nowrap; width: max-content; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-record { display: flex; align-items: center; gap: 10px; background: #242831; padding: 5px 15px; border-radius: 20px; border: 1px solid #333; }
        .win-record span { color: #FFD700; font-weight: bold; }

        .providers-wall { background-color: #242831; padding: 20px; border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .provider-tag { background-color: #1a1d24; padding: 5px 15px; border-radius: 5px; font-size: 13px; color: #FFD700; border: 1px solid #333; }

        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
        .review-card { background-color: #242831; padding: 20px; border-radius: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #888; margin-left: auto; }
        .review-content { font-size: 14px; color: #ddd; font-style: italic; }

        .faq-section { margin: 25px 0; }
        .faq-item { background-color: #242831; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }

        .security-section { background-color: #12141a; padding: 25px; border-radius: 15px; text-align: center; border: 1px solid #222; }
        .security-section h2 { font-size: 18px; color: #FFD700; margin-bottom: 15px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-top: 15px; }
        .age-badge { width: 40px; height: 40px; border-radius: 50%; border: 2px solid #FF2E63; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #FF2E63; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background-color: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #888; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item:hover { color: #FFD700; }

        footer { background-color: #0d0f14; padding: 40px 15px 100px; text-align: center; }
        .footer-contact { margin-bottom: 30px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #888; }
        .footer-copy { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }