body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background: #121418; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .logo-container { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; }
        .logo-container img { width: 25px; height: 25px; object-fit: contain; }
        .logo-container strong { font-size: 16px; font-weight: normal; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; padding: 6px 15px; border-radius: 20px; font-weight: bold; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: white; border: none; padding: 7px 18px; border-radius: 20px; font-weight: bold; cursor: pointer; }
        .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: #121418; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-label { font-size: 14px; color: #FFD700; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; 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: #242830; border-radius: 15px; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .platform-intro p { font-size: 14px; color: #ccc; }
        .section-title { padding: 0 20px; font-size: 18px; color: #fff; border-left: 4px solid #FFD700; margin: 25px 15px 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #242830; border-radius: 12px; overflow: hidden; text-decoration: none; color: white; display: block; border: 1px solid #333; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; }
        .trust-section { background: #121418; margin: 20px 15px; padding: 20px; 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: #fff; }
        .guidelines-grid { padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #242830; padding: 15px; border-radius: 12px; border-left: 3px solid #FF6B35; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-top: 0; }
        .guide-item p { font-size: 13px; color: #bbb; margin-bottom: 0; }
        .marquee-container { background: #000; padding: 10px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; white-space: nowrap; animation: marquee 30s linear infinite; }
        .win-record { display: inline-flex; align-items: center; background: #242830; padding: 5px 15px; margin: 0 10px; border-radius: 20px; font-size: 12px; border: 1px solid #444; }
        .win-record span { color: #FFD700; margin: 0 5px; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; background: #121418; margin: 15px; border-radius: 15px; }
        .provider-tag { background: #242830; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #FFD700; border: 1px solid #333; }
        .reviews-container { padding: 0 15px; }
        .review-card { background: #242830; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #333; }
        .review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
        .user-meta { display: flex; align-items: center; gap: 10px; }
        .user-meta i { font-size: 20px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #ccc; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #242830; border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
        .faq-item h2 { font-size: 15px; padding: 15px; margin: 0; cursor: pointer; color: #FFD700; background: #2a2e38; }
        .faq-item p { padding: 15px; margin: 0; font-size: 13px; color: #ccc; border-top: 1px solid #333; }
        .security-section { text-align: center; padding: 30px 15px; background: #121418; margin-top: 20px; border-top: 1px solid #333; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #4CAF50; }
        .security-section p { font-size: 12px; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #121418; 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; gap: 4px; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0b0d10; padding: 30px 15px 100px; }
        .footer-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-contact a { color: #bbb; text-decoration: none; font-size: 13px; background: #1a1d24; padding: 8px; border-radius: 5px; text-align: center; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 12px; }
        .copyright { text-align: center; color: #555; font-size: 11px; border-top: 1px solid #222; padding-top: 20px; }