* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background-color: #12141a; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .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; font-weight: bold; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; border: none; padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; box-shadow: 0 2px 10px rgba(255, 46, 99, 0.4); }
        .banner-container { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px 15px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; font-family: monospace; text-shadow: 0 0 10px rgba(255, 215, 0, 0.6); }
        .intro-card { padding: 25px 15px; background: #22262f; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #cbd5e0; text-align: justify; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 10px; }
        .section-title i { font-size: 16px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #22262f; border-radius: 12px; overflow: hidden; position: relative; transition: transform 0.2s; border: 1px solid #2a2e38; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; font-weight: bold; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #8892b0; text-transform: uppercase; }
        .payment-section { background: #12141a; padding: 25px 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: 30px; color: #FFD700; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guideline-item { background: #22262f; padding: 20px; border-radius: 12px; border-top: 2px solid #FF6B35; }
        .guideline-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .guideline-item p { font-size: 14px; color: #a0aec0; }
        .marquee-container { background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden; border-top: 1px solid #2a2e38; border-bottom: 1px solid #2a2e38; }
        .marquee-track { display: flex; animation: scroll 40s linear infinite; width: max-content; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .marquee-item { padding: 0 20px; white-space: nowrap; font-size: 13px; color: #cbd5e0; }
        .marquee-item span { color: #FFD700; font-weight: bold; }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 15px; margin-bottom: 20px; }
        .provider-tag { background: #22262f; padding: 8px 15px; border-radius: 5px; font-size: 12px; color: #FFD700; border: 1px solid #2a2e38; }
        .reviews-container { padding: 15px; }
        .review-card { background: #22262f; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2a2e38; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .user-meta h3 { font-size: 14px; margin-bottom: 2px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 14px; color: #a0aec0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #22262f; padding: 15px; border-radius: 10px; margin-bottom: 10px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #cbd5e0; }
        .responsible-gaming { background: #12141a; padding: 30px 15px; text-align: center; border-top: 1px solid #2a2e38; }
        .responsible-gaming i { font-size: 40px; color: #FF2E63; margin-bottom: 15px; }
        .responsible-gaming p { font-size: 13px; color: #8892b0; max-width: 500px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 11px; color: #8892b0; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0a0c10; padding: 30px 15px 100px; }
        .footer-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 25px; border-bottom: 1px solid #2a2e38; padding-bottom: 20px; }
        .footer-social a { font-size: 14px; color: #FFD700; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { font-size: 13px; color: #8892b0; }
        .footer-copy { text-align: center; font-size: 12px; color: #4a5568; }