* { 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; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; 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: #ffcc00; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; }
        .btn-login { background: transparent; color: #ffcc00; border: 1px solid #ffcc00; }
        .btn-register { background: linear-gradient(180deg, #ffcc00 0%, #ff9900 100%); color: #000; }
        .main-content { padding: 10px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 15px; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #2c3e50 0%, #000000 100%); padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 15px; border: 1px solid #ffcc00; }
        .jackpot-title { font-size: 18px; color: #ffcc00; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(255, 204, 0, 0.7); }
        .section-title { font-size: 18px; margin: 20px 0 10px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #ffcc00; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 10px; overflow: hidden; position: relative; 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: 8px; text-align: center; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: rgba(0,0,0,0.5); }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; margin-bottom: 20px; border: 1px solid #333; }
        .intro-card h1 { font-size: 20px; color: #ffcc00; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 10px; margin-bottom: 20px; }
        .guide-item { background: #242831; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #ffcc00; font-size: 20px; margin-top: 3px; }
        .guide-content h3 { font-size: 15px; margin-bottom: 4px; }
        .guide-content p { font-size: 13px; color: #aaa; }
        .winner-list { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 20px; max-height: 300px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #333; font-size: 13px; }
        .winner-name { color: #aaa; }
        .winner-prize { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 0; background: #1a1d24; border-radius: 12px; margin-bottom: 20px; }
        .pro-item { text-align: center; font-size: 12px; color: #aaa; }
        .pro-item i { font-size: 24px; color: #ffcc00; display: block; margin-bottom: 5px; }
        .comment-section { margin-bottom: 20px; }
        .comment-card { background: #242831; padding: 15px; border-radius: 12px; margin-bottom: 10px; border-left: 3px solid #ffcc00; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
        .comment-stars { color: #ffcc00; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin-bottom: 20px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #333; }
        .faq-question { font-weight: bold; font-size: 15px; color: #ffcc00; margin-bottom: 8px; display: block; }
        .faq-answer { font-size: 13px; color: #bbb; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; 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; font-size: 11px; color: #aaa; }
        .nav-item i { font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #ffcc00; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #aaa; }
        .footer-copyright { font-size: 12px; color: #666; }
        @media (min-width: 600px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid { grid-template-columns: repeat(2, 1fr); }
        }