* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        
        header { background-color: #11141a; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; 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 { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }

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

        .intro-card { padding: 20px 15px; margin: 0 10px 20px; background: #23272e; border-radius: 15px; text-align: center; }
        .intro-card h1 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #ccc; }

        .section-title { padding: 10px 15px; font-size: 18px; border-left: 4px solid #FF6B35; margin: 15px 10px; display: flex; align-items: center; justify-content: space-between; }
        
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 10px; margin-bottom: 25px; }
        .game-card { background: #23272e; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s; border: 1px solid #2a2e37; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
        .game-info { padding: 8px; }
        .game-info h3 { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 11px; color: #888; margin-top: 2px; }

        .trust-section { padding: 20px 15px; background: #11141a; margin: 20px 0; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.7; }
        .trust-icons i { font-size: 24px; color: #FFD700; }

        .guidelines { padding: 0 15px; margin-bottom: 25px; }
        .guide-item { background: #23272e; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 3px solid #FFD700; }
        .guide-item h2 { font-size: 16px; margin-bottom: 8px; color: #FFD700; }
        .guide-item p { font-size: 13px; color: #bbb; }

        .marquee-container { background: #11141a; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2a2e37; border-bottom: 1px solid #2a2e37; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .win-record { display: inline-flex; align-items: center; margin-right: 30px; font-size: 12px; }
        .win-record span { color: #FFD700; font-weight: bold; margin-left: 5px; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        .providers-section { padding: 20px 15px; text-align: center; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; }
        .provider-tag { background: #2a2e37; padding: 5px 12px; border-radius: 15px; font-size: 12px; color: #FFD700; }

        .reviews-section { padding: 0 10px; margin-bottom: 25px; }
        .review-card { background: #23272e; border-radius: 12px; padding: 15px; margin-bottom: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #888; }
        .review-meta h3 { font-size: 14px; }
        .review-meta .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #bbb; font-style: italic; }

        .faq-section { padding: 0 15px; margin-bottom: 25px; }
        .faq-item { background: #23272e; border-radius: 12px; padding: 15px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }

        .security-section { padding: 20px 15px; background: #11141a; text-align: center; border-radius: 15px; margin: 10px; border: 1px dashed #444; }
        .security-section h2 { font-size: 16px; margin-bottom: 10px; color: #FF6B35; }
        .security-content { font-size: 12px; color: #888; display: flex; flex-direction: column; gap: 8px; }
        .age-limit { display: inline-block; border: 2px solid #FF2E63; color: #FF2E63; border-radius: 50%; width: 30px; height: 30px; line-height: 26px; font-weight: bold; margin: 10px auto; }

        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: #11141a; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e37; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }

        footer { background: #0d1014; padding: 30px 15px 100px; text-align: center; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #23272e; }
        .footer-social a { color: #bbb; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }