* {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;}
        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; box-shadow: 0 2px 10px rgba(0,0,0,0.5);}
        .header-left {display: flex; align-items: center; gap: 8px;}
        .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 {border: none; border-radius: 20px; padding: 6px 15px; font-size: 14px; font-weight: bold; cursor: pointer; transition: transform 0.2s;}
        .btn:active {transform: scale(0.95);}
        .btn-login {background: transparent; color: #ffffff; border: 1px solid #FFD700;}
        .btn-register {background: linear-gradient(45deg, #FF6B35, #FF2E63); color: #ffffff;}
        main {max-width: 800px; margin: 0 auto; padding-bottom: 80px;}
        .banner {width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer;}
        .banner img {width: 100%; height: 100%; object-fit: cover;}
        .jackpot-container {background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);}
        .jackpot-title {color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px;}
        #jackpot-amount {font-size: 32px; font-weight: bold; background: linear-gradient(to bottom, #FFD700, #bf953f); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: monospace;}
        .intro-card {margin: 15px; padding: 20px; background: #242832; border-radius: 15px; border-left: 4px solid #FFD700;}
        .intro-card h1 {font-size: 20px; color: #FFD700; margin-bottom: 10px;}
        .intro-card p {font-size: 14px; color: #cccccc;}
        .section-header {margin: 20px 15px 10px; display: flex; align-items: center; gap: 10px;}
        .section-header h2 {font-size: 18px; border-left: 3px solid #FF2E63; padding-left: 10px;}
        .game-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px;}
        .game-card {background: #242832; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s; display: block;}
        .game-card:hover {transform: translateY(-5px);}
        .game-img-wrapper {width: 100%; aspect-ratio: 1 / 1; overflow: hidden;}
        .game-img-wrapper img {width: 100%; height: 100%; object-fit: cover;}
        .game-info {padding: 10px;}
        .game-info h3 {font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px;}
        .game-provider {font-size: 11px; color: #888;}
        .payment-section {background: #12141a; padding: 20px 15px; margin: 25px 0;}
        .payment-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; align-items: center; justify-items: center;}
        .payment-item {width: 50px; height: 30px; background: #ffffff; border-radius: 4px; display: flex; align-items: center; justify-content: center; padding: 5px;}
        .payment-item i {color: #1a1d24; font-size: 20px;}
        .guidelines {margin: 25px 15px;}
        .guideline-item {background: #242832; padding: 15px; border-radius: 12px; margin-bottom: 15px;}
        .guideline-item h3 {color: #FFD700; font-size: 16px; margin-bottom: 8px;}
        .guideline-item p {font-size: 13px; color: #bbb;}
        .marquee-container {background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden;}
        .marquee-content {display: flex; animation: marquee 30s linear infinite; gap: 20px;}
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-item {background: #242832; padding: 8px 15px; border-radius: 20px; display: flex; align-items: center; gap: 10px; white-space: nowrap; border: 1px solid #333;}
        .win-name {color: #FFD700; font-weight: bold;}
        .win-amount {color: #4caf50;}
        .providers-wall {display: flex; flex-wrap: wrap; gap: 10px; padding: 0 15px; justify-content: center; margin-bottom: 25px;}
        .provider-tag {background: #242832; padding: 5px 15px; border-radius: 5px; font-size: 12px; border: 1px solid #333;}
        .reviews-container {padding: 0 15px; margin-bottom: 25px;}
        .review-card {background: #242832; border-radius: 12px; padding: 15px; margin-bottom: 15px;}
        .review-user {display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
        .review-user i {font-size: 24px; color: #FFD700;}
        .stars {color: #FFD700; font-size: 12px;}
        .faq-section {padding: 0 15px; margin-bottom: 30px;}
        .faq-item {margin-bottom: 15px; background: #242832; border-radius: 8px; overflow: hidden;}
        .faq-question {padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; font-size: 14px;}
        .faq-answer {padding: 0 15px 15px; font-size: 13px; color: #bbb;}
        .safety-section {background: #12141a; padding: 25px 15px; text-align: center; border-top: 1px solid #333;}
        .safety-icons {display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700;}
        .navigator {position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; 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: 20px; margin-bottom: 3px;}
        .nav-item:hover {color: #FFD700;}
        footer {background: #0d0f13; padding: 30px 15px 100px; font-size: 13px; color: #888;}
        .footer-contact {display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 20px;}
        .footer-contact a {color: #FFD700; text-decoration: none;}
        .footer-links {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px;}
        .footer-links a {color: #888; text-decoration: none;}
        .footer-copy {text-align: center; padding-top: 20px; border-top: 1px solid #222;}