body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; 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; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: radial-gradient(circle, #2a2e38 0%, #111317 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #252932; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 20px; margin-top: 25px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; 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; color: #ffffff; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; margin-top: 3px; }
        .payments-section { background: #111317; padding: 20px; margin: 15px; border-radius: 15px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 24px; color: #ddd; }
        .guidelines { padding: 20px; }
        .guide-item { margin-bottom: 20px; background: #252932; padding: 15px; border-radius: 12px; border-left: 4px solid #FFD700; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .marquee-container { background: #111317; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        .win-item { display: inline-block; margin-right: 30px; font-size: 13px; color: #eee; }
        .win-item span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px; text-align: center; background: #1a1d24; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; color: #888; font-weight: bold; font-size: 14px; }
        .reviews-container { padding: 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 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-meta h3 { font-size: 14px; margin: 0; color: #fff; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; }
        .review-body { font-size: 13px; color: #bbb; }
        .faq-section { padding: 20px; }
        .faq-item { margin-bottom: 15px; background: #111317; padding: 15px; border-radius: 10px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #aaa; margin: 0; }
        .security-section { padding: 20px; text-align: center; border-top: 1px solid #333; background: #111317; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #FFD700; }
        .security-text { font-size: 12px; color: #888; max-width: 300px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111317; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item:nth-child(3) { color: #FFD700; transform: translateY(-5px); }
        .nav-item:nth-child(3) i { font-size: 24px; background: linear-gradient(90deg, #FF6B35, #FF2E63); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        footer { background: #0c0e12; padding: 30px 20px 100px; }
        .footer-contact { margin-bottom: 25px; text-align: center; }
        .footer-contact a { color: #FFD700; text-decoration: none; margin: 0 10px; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }