body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        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; 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; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #e9b109; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #e9b109; color: #e9b109; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; }
        .btn-register { background: linear-gradient(180deg, #ffdc67 0%, #e9b109 100%); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
        .jackpot-container { background: radial-gradient(circle, #2a2f3a 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3d4452; }
        .jackpot-label { font-size: 14px; color: #e9b109; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(233,177,9,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; display: flex; align-items: center; gap: 10px; font-size: 18px; border-left: 4px solid #e9b109; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 13px; padding: 8px; margin: 0; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; background: #242933; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #e9b109; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; gap: 15px; align-items: center; border: 1px solid #2d323e; }
        .guide-item i { font-size: 24px; color: #e9b109; width: 30px; text-align: center; }
        .guide-item-content h3 { font-size: 15px; margin: 0 0 5px; color: #fff; }
        .guide-item-content p { font-size: 13px; margin: 0; color: #888; }
        .winning-list { background: #1a1d24; margin: 15px; padding: 10px; border-radius: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #2d323e; }
        .win-row { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2d323e; align-items: center; }
        .win-row:last-child { border-bottom: none; }
        .win-user { font-size: 13px; color: #ddd; }
        .win-user i { color: #e9b109; margin-right: 5px; }
        .win-amt { color: #4caf50; font-weight: bold; font-size: 14px; }
        .comment-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #e9b109; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user img { width: 35px; height: 35px; border-radius: 50%; background: #3d4452; }
        .comment-user span { font-weight: bold; font-size: 14px; }
        .comment-stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; }
        .faq-section { padding: 15px; margin-bottom: 80px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; border: 1px solid #2d323e; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; color: #e9b109; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #e9b109; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-row a { font-size: 13px; color: #888; }
        .footer-row a:hover { color: #e9b109; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; }
        .payment-methods { display: flex; justify-content: center; gap: 15px; margin: 20px 0; opacity: 0.6; }
        .payment-methods i { font-size: 24px; }