body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; 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; text-decoration: none; color: #ffffff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 8px; }
        .btn-login, .btn-register { padding: 6px 12px; border-radius: 6px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700 0%, #ffae00 100%); color: #000000; }
        main { padding-bottom: 80px; max-width: 600px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #333; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 1px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; display: flex; align-items: center; }
        .section-title i { color: #ffd700; margin-right: 8px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 10px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2a2e35; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info span { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #333; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin: 0 0 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #ccc; margin: 0; }
        .guideline-container { padding: 0 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2a2e35; }
        .guideline-item i { font-size: 24px; color: #ffd700; margin-bottom: 10px; }
        .guideline-item h3 { font-size: 14px; margin: 0; color: #fff; }
        .winner-list { margin: 15px; background: #1a1d24; border-radius: 12px; padding: 10px; height: 200px; overflow-y: auto; border: 1px solid #333; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2a2e35; font-size: 13px; }
        .winner-name { color: #ccc; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { padding: 15px; display: flex; justify-content: space-around; background: #1a1d24; margin: 15px; border-radius: 12px; }
        .pro-item { text-align: center; font-size: 12px; color: #ffd700; }
        .pro-item i { font-size: 20px; display: block; margin-bottom: 5px; }
        .comment-container { padding: 0 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 10px; margin-bottom: 10px; border: 1px solid #2a2e35; }
        .comment-user { display: flex; align-items: center; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 10px; color: #ffd700; }
        .user-name { font-size: 14px; font-weight: bold; }
        .comment-text { font-size: 13px; color: #bbb; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; border: 1px solid #333; }
        .faq-question { padding: 15px; font-size: 15px; font-weight: bold; color: #ffd700; cursor: pointer; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 14px; color: #ccc; }
        .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 { text-decoration: none; color: #8e94a3; display: flex; flex-direction: column; align-items: center; font-size: 12px; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        footer { background: #111; padding: 30px 15px 100px; text-align: center; color: #8e94a3; font-size: 12px; }
        .footer-row { margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-row a { color: #8e94a3; text-decoration: none; }
        .footer-copyright { border-top: 1px solid #222; padding-top: 15px; margin-top: 15px; }