body { background-color: #0f1116; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; 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; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f1c40f; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #f1c40f; border: 1px solid #f1c40f; }
        .btn-register { background: linear-gradient(180deg, #f1c40f, #d4ac0d); color: #000; }
        main { padding: 0 10px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; margin-top: 10px; border-radius: 12px; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(45deg, #2c3e50, #000); border: 2px solid #f1c40f; border-radius: 15px; margin: 20px 0; padding: 15px; text-align: center; position: relative; overflow: hidden; }
        .jackpot-box h3 { margin: 0; font-size: 14px; color: #f1c40f; text-transform: uppercase; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #f1c40f; margin: 5px 0; font-family: monospace; }
        .section-title { font-size: 18px; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #f1c40f; display: flex; justify-content: space-between; align-items: center; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2d3436; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info p { margin: 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 25px 0; border: 1px solid #34495e; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #f1c40f; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin: 0; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0; }
        .guide-item { background: #242832; padding: 15px; border-radius: 10px; text-align: center; }
        .guide-item i { font-size: 24px; color: #f1c40f; margin-bottom: 8px; }
        .guide-item h4 { margin: 0; font-size: 14px; }
        .winners-box { background: #1a1d24; border-radius: 15px; padding: 15px; margin: 20px 0; height: 300px; overflow-y: auto; border: 1px solid #2d3436; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d3436; font-size: 13px; }
        .winner-row span:last-child { color: #2ecc71; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 0; background: #1a1d24; border-radius: 15px; margin: 20px 0; }
        .trust-item { text-align: center; font-size: 11px; color: #bdc3c7; }
        .trust-item i { font-size: 20px; color: #f1c40f; display: block; margin-bottom: 5px; }
        .comments-section { margin: 25px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 3px solid #f1c40f; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user img { width: 30px; height: 30px; border-radius: 50%; background: #34495e; }
        .comment-user span { font-weight: bold; font-size: 14px; }
        .stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bdc3c7; margin: 5px 0 0; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; cursor: pointer; display: flex; justify-content: space-between; border-bottom: 1px solid #2d3436; color: #f1c40f; font-size: 15px; }
        .faq-answer { padding: 15px; font-size: 14px; color: #bdc3c7; background: #242832; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-align: center; color: #bdc3c7; font-size: 11px; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 3px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; color: #7f8c8d; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #bdc3c7; }
        .copyright { font-size: 12px; margin-top: 20px; border-top: 1px solid #2d3436; padding-top: 20px; }