body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background: #111317; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn-login, .btn-register, .btn-cta { border: none; padding: 8px 16px; border-radius: 5px; font-weight: bold; cursor: pointer; text-decoration: none; display: inline-block; transition: opacity 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(45deg, #FF6B35, #FF2E63); color: #fff; }
        .banner-container { width: 100%; cursor: pointer; }
        .banner-container img { width: 100%; height: auto; aspect-ratio: 2/1; display: block; }
        .jackpot-section { background: radial-gradient(circle, #2c2f3a 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px 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: #fff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.6); }
        .intro-card { padding: 25px 15px; text-align: center; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .section-container { padding: 15px; }
        .section-title { font-size: 20px; color: #FFD700; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #FF2E63; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s; border: 1px solid #333; }
        .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: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; display: block; margin-top: 4px; }
        .payment-methods { background: #111317; padding: 20px 10px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .payment-methods i { font-size: 24px; color: #aaa; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 15px; }
        .guideline-item { background: #252932; padding: 15px; border-radius: 8px; border-top: 2px solid #FFD700; }
        .guideline-item h2 { font-size: 18px; margin-top: 0; color: #FFD700; }
        .guideline-item p { font-size: 13px; color: #bbb; margin-bottom: 0; }
        .winner-marquee { background: #111317; overflow: hidden; padding: 10px 0; margin: 20px 0; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; background: #252932; padding: 5px 15px; border-radius: 20px; margin-right: 15px; border: 1px solid #444; font-size: 12px; }
        .winner-tag strong { color: #FFD700; margin: 0 5px; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 15px; color: #888; font-weight: bold; font-size: 14px; text-transform: uppercase; }
        .review-card { background: #252932; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #333; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-user-info h3 { font-size: 14px; margin: 0; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; margin-bottom: 10px; display: block; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin: 0 0 10px 0; }
        .faq-item p { font-size: 13px; color: #bbb; margin: 0; }
        .security-section { text-align: center; padding: 25px 15px; background: #111317; border-top: 2px solid #FFD700; }
        .security-section div { margin-bottom: 10px; color: #888; font-size: 12px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background: #111317; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-decoration: none; color: #888; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        .nav-item.active { color: #FFD700; }
        footer { padding: 30px 15px 100px; background: #0c0e12; border-top: 1px solid #222; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 25px; }
        .footer-social a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: center; }
        .footer-links a { color: #666; text-decoration: none; font-size: 12px; padding: 5px 0; }
        .copyright { margin-top: 30px; text-align: center; color: #444; font-size: 11px; border-top: 1px solid #222; padding-top: 20px; }