* { 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; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #111419; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-content { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .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; text-transform: uppercase; letter-spacing: 1px; }
        .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%; display: block; aspect-ratio: 2 / 1; object-fit: cover; cursor: pointer; }
        .jackpot-section { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 20px 0; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 1.2rem; margin-bottom: 10px; text-transform: uppercase; }
        .jackpot-amount { font-size: 2.5rem; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .intro-card { background: #232730; padding: 25px; border-radius: 15px; margin: 20px 0; text-align: center; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 1.5rem; color: #FFD700; margin-bottom: 15px; }
        .section-title { font-size: 1.3rem; margin: 25px 0 15px; padding-left: 10px; border-left: 4px solid #FF2E63; display: flex; align-items: center; justify-content: space-between; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #232730; border-radius: 12px; overflow: hidden; transition: 0.3s; position: relative; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 0.9rem; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 0.75rem; color: #aaa; }
        .payments-section { background: #111419; padding: 20px; border-radius: 15px; margin: 25px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .payment-icon { width: 60px; height: 35px; background: #232730; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: #ddd; border: 1px solid #333; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .guide-item { background: #232730; padding: 15px; border-radius: 12px; border-top: 2px solid #FFD700; }
        .guide-item h2 { font-size: 1.1rem; color: #FFD700; margin-bottom: 10px; }
        .marquee-box { background: #111419; padding: 10px 0; overflow: hidden; white-space: nowrap; position: relative; margin: 25px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .winner-item { display: inline-flex; align-items: center; gap: 8px; margin-right: 30px; background: #232730; padding: 5px 15px; border-radius: 20px; font-size: 0.85rem; }
        .winner-item i { color: #FFD700; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { background: #232730; padding: 20px; border-radius: 15px; text-align: center; color: #aaa; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 0.85rem; }
        .provider-tag { background: #1a1d24; padding: 5px 12px; border-radius: 4px; color: #FFD700; font-weight: bold; }
        .reviews-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .review-card { background: #232730; padding: 15px; border-radius: 12px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 0.8rem; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #232730; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; color: #ccc; font-size: 0.9rem; }
        .security-section { background: #111419; padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 25px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 2rem; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #aaa; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active, .nav-item:hover { color: #FFD700; }
        footer { background: #111419; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-social { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-social a { color: #FFD700; font-size: 1.2rem; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; font-size: 0.85rem; text-align: left; }
        .footer-links a { color: #aaa; }
        .copyright { font-size: 0.75rem; color: #666; margin-top: 20px; }