* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #111317; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 600px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .header-wrap { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; object-fit: contain; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-btns { display: flex; gap: 8px; }
        .btn-login, .btn-reg { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #d4af37; }
        .btn-reg { background: linear-gradient(135deg, #d4af37, #f9e29a); color: #111; }
        .banner { width: 100%; display: block; cursor: pointer; aspect-ratio: 2/1; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1a1d24; margin: 15px 0; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #d4af37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; font-family: monospace; text-shadow: 0 0 10px #d4af37; }
        .section-header { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 15px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .section-header h2 { font-size: 18px; color: #fff; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; position: relative; border: 1px solid #2a2e38; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info p { 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 #2a2e38; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2a2e38; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 10px; }
        .guide-item h3 { font-size: 14px; margin-bottom: 5px; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; height: 250px; overflow-y: auto; margin: 20px 0; border: 1px solid #2a2e38; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .win-user { color: #d4af37; }
        .win-amt { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; }
        .pro-tag { background: #242832; padding: 5px 12px; border-radius: 5px; font-size: 12px; border: 1px solid #3a3f4b; color: #aaa; }
        .reviews { margin: 25px 0; }
        .review-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #2a2e38; }
        .review-top { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .reviewer { font-weight: bold; color: #d4af37; font-size: 14px; }
        .rating { color: #f9e29a; font-size: 12px; }
        .review-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; padding: 15px; border: 1px solid #2a2e38; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #ccc; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #aaa; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0b0d; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #1a1d24; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-row a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; margin-top: 20px; }