body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #111419; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        .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: 10px; }
        .btn-login { padding: 6px 15px; border-radius: 20px; font-size: 14px; border: 1px solid #FFD700; color: #FFD700; }
        .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; background: linear-gradient(to right, #FF6B35, #FF2E63); color: white; border: none; font-weight: bold; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #242830; border-radius: 15px; text-align: center; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 15px; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 20px; margin-top: 25px; font-size: 18px; border-left: 4px solid #FF6B35; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #242830; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #333945; }
        .game-card img { width: 100%; aspect-ratio: 1/1; display: block; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin: 0; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; margin-top: 4px; }
        .payments-licensing { background: #111419; padding: 20px; margin: 15px; border-radius: 15px; text-align: center; }
        .payment-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 15px; justify-items: center; opacity: 0.8; }
        .payment-icons i { font-size: 24px; color: #ddd; }
        .guidelines { padding: 15px; }
        .guideline-item { background: #242830; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #FFD700; }
        .guideline-item h2 { font-size: 16px; margin-bottom: 10px; color: #FFD700; }
        .guideline-item p { font-size: 13px; color: #bbb; }
        .marquee-container { background: #111419; padding: 10px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: inline-block; animation: scroll 40s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-tag { display: inline-block; padding: 5px 15px; background: #1a1d24; margin-right: 20px; border-radius: 20px; font-size: 12px; border: 1px solid #444; }
        .win-tag span { color: #FFD700; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 20px; opacity: 0.7; font-weight: bold; font-size: 14px; color: #aaa; }
        .review-grid { padding: 15px; }
        .review-card { background: #242830; padding: 15px; border-radius: 15px; margin-bottom: 15px; }
        .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
        .review-user { display: flex; align-items: center; gap: 10px; }
        .review-user i { font-size: 20px; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #ccc; font-style: italic; }
        .review-date { font-size: 11px; color: #666; margin-top: 5px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #242830; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #ffffff; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #aaa; }
        .security-section { padding: 20px; text-align: center; background: #111419; margin: 15px; border-radius: 15px; }
        .security-icons { font-size: 30px; display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #FFD700; }
        .security-text { font-size: 12px; 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 #333; 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: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0d0f13; padding: 30px 20px 100px 20px; text-align: center; }
        .footer-contact { margin-bottom: 25px; }
        .footer-contact h2 { font-size: 16px; margin-bottom: 15px; }
        .contact-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .contact-links a { font-size: 13px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }