* { 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; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #111419; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .nav-wrapper { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 14px; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .banner-section { margin-bottom: 20px; }
        .banner-section img { width: 100%; aspect-ratio: 2/1; object-fit: cover; cursor: pointer; }
        .jackpot-container { background: #232730; margin: 20px 0; padding: 20px; border-radius: 15px; text-align: center; 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); }
        .platform-intro { padding: 20px; background: #232730; border-radius: 15px; margin-bottom: 30px; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .platform-intro p { font-size: 14px; color: #cccccc; }
        .section-header { margin: 25px 0 15px; border-left: 4px solid #FF2E63; padding-left: 10px; }
        .section-header h2 { font-size: 20px; color: #fff; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
        .game-card { background: #232730; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e37; display: block; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-info span { font-size: 12px; color: #888; }
        .payment-methods { background: #fff; border-radius: 15px; padding: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .payment-methods i { font-size: 30px; color: #1a1d24; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .guideline-card { background: #232730; padding: 20px; border-radius: 15px; border-top: 3px solid #FFD700; }
        .guideline-card h2 { font-size: 18px; margin-bottom: 10px; color: #FFD700; }
        .guideline-card p { font-size: 14px; color: #bbb; }
        .marquee-container { background: #111419; padding: 15px 0; overflow: hidden; margin: 30px 0; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; gap: 40px; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-record { white-space: nowrap; font-size: 13px; color: #FFD700; background: #232730; padding: 8px 15px; border-radius: 20px; border: 1px solid #333; }
        .win-record span { color: #fff; margin: 0 5px; }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 40px; }
        .provider-tag { background: #2a2e37; padding: 10px 20px; border-radius: 8px; font-weight: bold; color: #FFD700; font-size: 14px; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
        .review-card { background: #232730; padding: 20px; border-radius: 15px; border: 1px solid #2a2e37; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #888; }
        .review-rating { color: #FFD700; font-size: 12px; margin-bottom: 10px; }
        .faq-section { margin-bottom: 40px; }
        .faq-item { background: #232730; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; border-bottom: 1px solid #2a2e37; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }
        .security-section { background: #111419; padding: 30px 20px; border-radius: 15px; text-align: center; margin-bottom: 100px; }
        .security-icons { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; font-size: 24px; color: #FFD700; }
        .security-text { font-size: 13px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e37; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 10px; color: #888; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item:hover, .nav-item.active { color: #FFD700; }
        footer { background: #0c0e12; padding: 40px 20px 120px; text-align: center; }
        .contact-row { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
        .contact-row a { color: #FFD700; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #666; transition: color 0.3s; }
        .footer-links a:hover { color: #fff; }
        .copyright { font-size: 12px; color: #444; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
        }