* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        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; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-auth { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 14px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); color: #ffffff; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .platform-intro { padding: 25px 15px; background-color: #22262f; margin: 15px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 20px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .platform-intro p { font-size: 14px; color: #cccccc; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; color: #FFD700; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #22262f; border-radius: 12px; overflow: hidden; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-provider { font-size: 11px; color: #888; }
        .trust-section { padding: 20px 15px; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .trust-icons i { font-size: 24px; color: #ffffff; }
        .guidelines-grid { padding: 0 15px; display: grid; gap: 15px; }
        .guide-item { background: #22262f; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .marquee-container { background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; animation: marquee 40s linear infinite; gap: 30px; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-record { white-space: nowrap; font-size: 13px; color: #eee; }
        .win-record span { color: #FFD700; font-weight: bold; }
        .providers-wall { padding: 20px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .provider-tag { background: #2a2e38; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #FFD700; border: 1px solid #3d424d; }
        .reviews-grid { padding: 0 15px; display: grid; gap: 15px; }
        .review-card { background: #22262f; padding: 15px; border-radius: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #3d424d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #FFD700; }
        .review-meta h3 { font-size: 14px; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #666; }
        .review-content { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #22262f; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-item h2 { font-size: 15px; padding: 15px; cursor: pointer; color: #FFD700; display: flex; justify-content: space-between; align-items: center; }
        .faq-content { padding: 0 15px 15px; font-size: 14px; color: #ccc; }
        .security-section { padding: 25px 15px; background: #12141a; text-align: center; border-top: 1px solid #2a2e38; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .security-section p { font-size: 12px; color: #777; margin-bottom: 10px; }
        .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: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #888; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) { color: #FFD700; transform: translateY(-5px); }
        .nav-item:nth-child(3) i { background: linear-gradient(135deg, #FF6B35 0%, #FF2E63 100%); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
        footer { padding: 30px 15px; background: #0d0f13; }
        .footer-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; align-items: center; }
        .footer-contact h2 { font-size: 16px; color: #FFD700; }
        .contact-links { display: flex; gap: 20px; }
        .contact-links i { font-size: 20px; color: #fff; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #777; transition: color 0.3s; }
        .footer-links a:hover { color: #FFD700; }
        .copyright { text-align: center; font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }