* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; border-radius: 8px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #f1c40f; letter-spacing: 0.5px; }
        .header-btns { display: flex; gap: 8px; }
        .btn { padding: 6px 14px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #f1c40f; }
        .btn-reg { background: linear-gradient(135deg, #f1c40f, #e67e22); color: #000; }
        main { padding: 15px; max-width: 1000px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; margin-bottom: 20px; cursor: pointer; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-wrap { background: radial-gradient(circle, #2c3e50, #000); border: 2px solid #f1c40f; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; position: relative; overflow: hidden; }
        .jackpot-title { color: #f1c40f; font-size: 18px; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Courier New', monospace; font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px #f1c40f; }
        .section-title { font-size: 20px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #f1c40f; 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:active { transform: scale(0.97); }
        .game-img { position: relative; width: 100%; aspect-ratio: 1/1; }
        .game-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
        .game-info { padding: 8px; text-align: center; }
        .game-info p { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ddd; }
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 18px; color: #f1c40f; margin-bottom: 12px; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
        .guide-item { background: #252a34; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #f1c40f; font-size: 20px; }
        .guide-content h3 { font-size: 16px; margin-bottom: 5px; }
        .guide-content p { font-size: 13px; color: #aaa; }
        .winning-list { background: #1a1d24; border-radius: 15px; padding: 15px; height: 300px; overflow-y: auto; margin: 25px 0; border: 1px solid #2d323e; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .win-user { color: #fff; }
        .win-amount { color: #2ecc71; font-weight: bold; }
        .win-game { color: #aaa; font-style: italic; }
        .trust-elements { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0; }
        .trust-item { text-align: center; padding: 15px; background: #252a34; border-radius: 12px; }
        .trust-item i { font-size: 24px; color: #f1c40f; margin-bottom: 8px; }
        .trust-item span { display: block; font-size: 12px; color: #eee; font-weight: 600; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 25px 0; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #f1c40f; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user { font-weight: bold; font-size: 14px; color: #f1c40f; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbb; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; transition: 0.3s; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #f1c40f; }
        footer { background: #1a1d24; padding: 30px 15px; text-align: center; color: #777; font-size: 13px; }
        .foot-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .foot-social a { font-size: 20px; color: #aaa; }
        .foot-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .foot-copy { border-top: 1px solid #2d323e; padding-top: 20px; font-size: 11px; }
        @media (min-width: 600px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines { grid-template-columns: 1fr 1fr; }
            .comment-grid { grid-template-columns: 1fr 1fr; }
            .trust-elements { grid-template-columns: repeat(4, 1fr); }
        }