body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #111418; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .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; }
        .header-right { display: flex; gap: 8px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 12px; border-radius: 20px; font-size: 14px; cursor: pointer; font-weight: 600; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); border: none; color: #fff; padding: 6px 12px; border-radius: 20px; font-size: 14px; cursor: pointer; font-weight: 600; }
        .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-label { color: #FFD700; font-size: 14px; font-weight: bold; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: 'Courier New', monospace; }
        .platform-intro { padding: 20px; margin: 15px; background: #23272e; border-radius: 12px; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #ccc; }
        .section-title { padding: 0 20px; margin-top: 25px; font-size: 18px; border-left: 4px solid #FF2E63; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #23272e; border-radius: 10px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; loading: lazy; }
        .game-info { padding: 8px; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-info p { font-size: 11px; margin: 2px 0 0; color: #FFD700; }
        .payments-section { background: #111418; padding: 20px; margin: 15px; border-radius: 12px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-icons i { font-size: 24px; color: #aaa; }
        .guidelines { padding: 15px; }
        .guideline-item { background: #23272e; padding: 15px; border-radius: 10px; margin-bottom: 15px; border-left: 2px solid #FFD700; }
        .guideline-item h2 { font-size: 16px; margin-top: 0; color: #FFD700; }
        .guideline-item p { font-size: 13px; color: #bbb; margin-bottom: 0; }
        .marquee-container { background: #111418; padding: 10px 0; overflow: hidden; margin: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; gap: 30px; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
        .win-record { white-space: nowrap; font-size: 12px; color: #ccc; }
        .win-record span { color: #00ff88; font-weight: bold; }
        .providers-wall { padding: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .provider-tag { background: #333; padding: 5px 12px; border-radius: 4px; font-size: 12px; color: #FFD700; }
        .reviews-section { padding: 15px; }
        .review-card { background: #23272e; border-radius: 10px; padding: 15px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-user { font-size: 14px; font-weight: bold; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #777; margin-left: auto; }
        .faq-section { padding: 15px; }
        .faq-item { background: #111418; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #333; }
        .faq-item h2 { font-size: 15px; margin: 0 0 10px; color: #FFD700; }
        .faq-item p { font-size: 13px; color: #bbb; margin: 0; }
        .security-section { padding: 20px; text-align: center; background: #111418; font-size: 12px; color: #777; margin-bottom: 80px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 20px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #111418; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #aaa; text-align: center; font-size: 10px; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item:active { color: #FFD700; }
        footer { padding: 20px; background: #0a0c0f; text-align: center; border-top: 1px solid #333; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 13px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
        .footer-links a { color: #777; text-decoration: none; font-size: 12px; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 15px; }