body { background-color: #0f1218; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #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); border-bottom: 1px solid #2a2e38; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 8px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #ffd700; color: #ffd700; }
        .btn-register { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #000; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; display: block; aspect-ratio: 2/1; object-fit: cover; cursor: pointer; }
        .jackpot-container { background: linear-gradient(135deg, #2c1a4a, #1a1d24); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #4a3475; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-header { padding: 15px 15px 5px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #ffd700; margin: 0; }
        .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 #2a2e38; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 16px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 20px; color: #fff; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #1e222b; padding: 15px; border-radius: 12px; border: 1px solid #2a2e38; }
        .guide-item h3 { font-size: 16px; color: #ffd700; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
        .guide-item p { font-size: 13px; color: #999; margin: 0; }
        .winners-box { background: #1a1d24; margin: 15px; border-radius: 16px; overflow: hidden; }
        .winners-header { background: #2a2e38; padding: 10px 15px; font-weight: 600; font-size: 14px; color: #ffd700; display: flex; justify-content: space-between; }
        .winners-list { height: 250px; overflow-y: auto; padding: 5px 0; }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #252932; align-items: center; }
        .winner-user { font-size: 13px; color: #eee; }
        .winner-amount { color: #4caf50; font-weight: 700; font-size: 13px; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 15px; text-align: center; }
        .trust-item { font-size: 24px; color: #ffd700; background: #1a1d24; padding: 15px 5px; border-radius: 10px; }
        .trust-item span { display: block; font-size: 10px; color: #888; margin-top: 5px; text-transform: uppercase; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1e222b; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2a2e38; }
        .comment-user { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #3a3f4b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #ffd700; }
        .user-meta { font-size: 13px; font-weight: 600; }
        .user-rating { color: #ffd700; font-size: 10px; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e38; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #ffd700; cursor: pointer; border-bottom: 1px solid #252932; }
        .faq-answer { padding: 15px; font-size: 13px; color: #999; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 65px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid #2a2e38; z-index: 1001; }
        .nav-item { text-align: center; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0f1218; padding: 30px 15px 100px; border-top: 1px solid #2a2e38; text-align: center; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { color: #888; font-size: 13px; transition: 0.3s; }
        .footer-link:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines { grid-template-columns: 1fr 1fr; }
        }