* { box-sizing: border-box; margin: 0; padding: 0; outline: none; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 600px; margin: 0 auto; padding: 0 15px; }
        header { background: #1a1d24; 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: #f3d47a; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #f3d47a; color: #f3d47a; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #f3d47a 0%, #d4af37 100%); color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; margin-bottom: 20px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a2e3a 0%, #1a1d24 100%); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; border: 1px solid #333; }
        .jackpot-title { font-size: 14px; color: #f3d47a; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(243,212,122,0.5); font-family: 'Courier New', monospace; }
        .section-header { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
        .section-header i { color: #f3d47a; font-size: 20px; }
        .section-header h2 { font-size: 18px; font-weight: 600; color: #f3d47a; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e3a; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .game-info { padding: 10px; text-align: center; }
        .game-card .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #f3d47a; }
        .intro-card h1 { font-size: 20px; margin-bottom: 12px; color: #f3d47a; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2a2e3a; }
        .guide-item i { font-size: 24px; color: #f3d47a; margin-bottom: 8px; display: block; }
        .guide-item span { font-size: 12px; font-weight: 500; }
        .winning-records { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; max-height: 300px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2a2e3a; }
        .winner-item:last-child { border-bottom: none; }
        .winner-user { font-size: 13px; color: #eee; }
        .winner-amount { font-size: 13px; color: #4caf50; font-weight: 600; }
        .casino-badges { display: flex; justify-content: center; gap: 20px; padding: 20px 0; flex-wrap: wrap; opacity: 0.7; }
        .badge { font-size: 24px; color: #f3d47a; }
        .comments-section { display: flex; flex-direction: column; gap: 12px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 15px; border: 1px solid #2a2e3a; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user .avatar { width: 30px; height: 30px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
        .comment-user .name { font-size: 14px; font-weight: 600; }
        .comment-stars { color: #f3d47a; font-size: 12px; margin-bottom: 5px; }
        .comment-text { font-size: 13px; color: #bbb; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; border: 1px solid #2a2e3a; }
        .faq-item h3 { font-size: 15px; color: #f3d47a; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
        .faq-item p { font-size: 14px; color: #bbb; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; transition: color 0.3s; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item:hover { color: #f3d47a; }
        footer { background: #1a1d24; padding: 30px 15px; text-align: center; border-top: 1px solid #2a2e3a; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-link { font-size: 13px; color: #888; transition: color 0.3s; }
        .footer-link:hover { color: #f3d47a; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }