* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        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; border-bottom: 1px solid #2d323d; }
        .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: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #ffcc00; border: 1px solid #ffcc00; }
        .btn-register { background: linear-gradient(135deg, #ffcc00, #d4af37); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-box { background: linear-gradient(135deg, #2c1f01, #1a1d24); border: 2px solid #d4af37; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-box h2 { font-size: 14px; color: #d4af37; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,204,0,0.5); font-family: monospace; }
        .section-title { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; color: #ffcc00; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1e222a; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e0e0e0; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border-left: 4px solid #ffcc00; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #ffcc00; }
        .intro-card p { font-size: 14px; color: #b0b0b0; text-align: justify; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #ffcc00; font-size: 18px; margin-top: 3px; }
        .guide-item h3 { font-size: 15px; margin-bottom: 5px; color: #fff; }
        .guide-item p { font-size: 13px; color: #999; }
        .winners-list { background: #16191f; border-radius: 12px; padding: 15px; margin-bottom: 25px; height: 300px; overflow-y: auto; border: 1px solid #2d323d; }
        .winner-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #242831; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #fff; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; background: #1a1d24; padding: 20px 10px; border-radius: 12px; margin-bottom: 25px; text-align: center; }
        .pro-item i { font-size: 24px; color: #ffcc00; margin-bottom: 8px; display: block; }
        .pro-item span { font-size: 11px; color: #aaa; text-transform: uppercase; }
        .comments-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1e222a; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .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; font-weight: bold; color: #ffcc00; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; font-size: 14px; font-weight: 600; color: #ffcc00; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px 15px; font-size: 13px; color: #b0b0b0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8e94a0; font-size: 12px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffcc00; }
        footer { padding: 30px 15px 100px; background: #0a0c10; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { font-size: 13px; color: #8e94a0; }
        .footer-row a:hover { color: #ffcc00; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .comments-grid { grid-template-columns: 1fr 1fr; display: grid; }
            .container { max-width: 1000px; margin: 0 auto; }
        }