body { background-color: #0f1217; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; 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: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right .btn { padding: 6px 15px; border-radius: 20px; border: none; font-size: 14px; font-weight: bold; cursor: pointer; margin-left: 5px; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffcc00; border: 1px solid #ffcc00; }
        .btn-register { background: linear-gradient(180deg, #ffed4a 0%, #ffcc00 100%); color: #000; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #333; }
        .jackpot-title { color: #ffcc00; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(255,204,0,0.5); margin: 5px 0; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #ffcc00; display: flex; align-items: center; gap: 8px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 10px 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: transform 0.2s; border: 1px solid #2a2e37; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .title { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #ffcc00; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px; color: #ffcc00; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; margin: 0; }
        .guidelines { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 10px 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; font-size: 13px; border: 1px solid #2a2e37; }
        .guide-item i { color: #ffcc00; margin-bottom: 8px; display: block; font-size: 18px; }
        .winners-list { background: #1a1d24; margin: 15px; padding: 10px; border-radius: 12px; height: 200px; overflow-y: hidden; border: 1px solid #2a2e37; position: relative; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px; border-bottom: 1px solid #2a2e37; font-size: 12px; }
        .winner-item span:first-child { color: #ccc; }
        .winner-item span:last-child { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; text-align: center; }
        .trust-item { font-size: 12px; color: #888; }
        .trust-item i { font-size: 24px; color: #ffcc00; margin-bottom: 5px; display: block; }
        .comments { padding: 10px 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2a2e37; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .comment-stars { color: #ffcc00; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 10px 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; padding: 15px; border-radius: 12px; }
        .faq-item h3 { font-size: 15px; color: #ffcc00; margin: 0 0 8px; }
        .faq-item p { font-size: 14px; color: #ccc; margin: 0; }
        .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: #888; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 3px; }
        .nav-item.active { color: #ffcc00; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; color: #666; font-size: 13px; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #aaa; text-decoration: none; }
        .copyright { margin-top: 20px; font-size: 11px; border-top: 1px solid #222; padding-top: 20px; }