* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        
        header { background: #1a1d24; border-bottom: 1px solid #333; position: sticky; top: 0; z-index: 1000; height: 60px; display: flex; align-items: center; }
        .header-wrap { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px; }
        .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-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; border: 1px solid #ffd700; color: #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #b8860b); color: #000; }

        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }

        .section-title { padding: 20px 15px 10px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px; }
        .section-title i { color: #ffd700; }

        .jackpot-card { margin: 15px; background: linear-gradient(135deg, #2c3e50, #000000); border: 2px solid #ffd700; border-radius: 15px; padding: 20px; text-align: center; position: relative; overflow: hidden; }
        .jackpot-card::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%); }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffd700; text-shadow: 0 0 10px rgba(255,215,0,0.5); font-family: 'Courier New', monospace; }
        .jackpot-label { font-size: 12px; text-transform: uppercase; color: #aaa; }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 10px 15px; }
        .game-card { background: #1e222b; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: transform 0.2s; border: 1px solid #2a2f3a; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #eee; }

        .intro-card { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 20px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; color: #ffd700; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }

        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 15px; }
        .guide-icon { background: rgba(255,215,0,0.1); color: #ffd700; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .guide-content h3 { font-size: 16px; margin-bottom: 5px; color: #ffd700; }
        .guide-content p { font-size: 13px; color: #aaa; }

        .winning-list { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 10px; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2a2f3a; align-items: center; }
        .winning-user { font-size: 13px; color: #eee; }
        .winning-amount { color: #4caf50; font-weight: bold; font-size: 14px; }
        .winning-game { font-size: 12px; color: #888; }

        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; flex-wrap: wrap; gap: 15px; background: #0b0d11; }
        .trust-item { text-align: center; width: 30%; }
        .trust-item i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .trust-item span { display: block; font-size: 11px; color: #aaa; text-transform: uppercase; }

        .comments { padding: 15px; }
        .comment-card { background: #1e222b; border-radius: 12px; padding: 15px; margin-bottom: 15px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 35px; height: 35px; border-radius: 50%; background: #333; display: flex; align-items: center; justify-content: center; color: #ffd700; font-weight: bold; }
        .comment-name { font-size: 14px; font-weight: bold; }
        .comment-stars { color: #ffd700; font-size: 12px; }
        .comment-body { font-size: 13px; color: #ccc; font-style: italic; }

        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 15px; font-weight: bold; color: #ffd700; border-bottom: 1px solid #2a2f3a; display: flex; justify-content: space-between; }
        .faq-answer { padding: 15px; font-size: 14px; color: #aaa; line-height: 1.6; }

        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #aaa; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item.active { color: #ffd700; }

        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2f3a; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 20px; }
        .footer-links a { color: #888; font-size: 13px; }
        .footer-contact { margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; }
        .footer-contact a { color: #ffd700; font-size: 20px; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }