* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { background-color: #0f1116; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; border-radius: 8px; }
        .flex-center { display: flex; align-items: center; justify-content: center; }
        header { background: #1a1d24; height: 60px; padding: 0 15px; position: sticky; top: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f0f0f0; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #c9a44c; border: 1px solid #c9a44c; }
        .btn-register { background: linear-gradient(180deg, #f3d078 0%, #c9a44c 100%); color: #1a1d24; }
        main { padding: 10px 15px 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; margin-bottom: 20px; border-radius: 12px; overflow: hidden; aspect-ratio: 2/1; cursor: pointer; }
        .jackpot-container { background: linear-gradient(135deg, #1e222b 0%, #11141a 100%); border: 1px solid #c9a44c; padding: 20px; border-radius: 15px; margin-bottom: 20px; text-align: center; box-shadow: 0 5px 15px rgba(201, 164, 76, 0.2); }
        .jackpot-label { color: #c9a44c; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
        .jackpot-value { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,255,255,0.3); margin-top: 5px; }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; color: #f0f0f0; border-left: 4px solid #c9a44c; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h4 { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #c9a44c; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; }
        .guide-icon { color: #c9a44c; font-size: 24px; }
        .guide-content h3 { font-size: 16px; margin-bottom: 5px; }
        .guide-content p { font-size: 13px; color: #b0b3b8; }
        .winners-box { background: #1a1d24; border-radius: 12px; height: 200px; overflow-y: auto; padding: 10px; border: 1px solid #2d323e; margin-bottom: 25px; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 0; border-top: 1px solid #2d323e; margin-top: 20px; flex-wrap: wrap; gap: 15px; }
        .trust-item { text-align: center; font-size: 12px; color: #888; }
        .trust-item i { font-size: 24px; color: #c9a44c; display: block; margin-bottom: 5px; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 25px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323e; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; }
        .comment-name { color: #c9a44c; font-weight: bold; }
        .comment-stars { color: #ffc107; }
        .comment-text { font-size: 13px; color: #b0b3b8; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .faq-item h3 { font-size: 15px; color: #c9a44c; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #b0b3b8; text-align: justify; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; height: 65px; border-top: 1px solid #2d323e; display: flex; justify-content: space-around; align-items: center; z-index: 1000; padding-bottom: 5px; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #c9a44c; }
        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-row a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }