* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #ffffff; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffcc00; border: 1px solid #ffcc00; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #ffde59 0%, #ffcc00 100%); color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(135deg, #1e222b 0%, #2d323d 100%); border: 1px solid #3d4452; border-radius: 12px; padding: 15px; text-align: center; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-title { color: #ffcc00; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,204,0,0.5); font-family: 'Courier New', monospace; }
        .section-header { display: flex; align-items: center; margin: 20px 0 12px; border-left: 4px solid #ffcc00; 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: 10px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .game-info { padding: 8px; text-align: center; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 12px; padding: 20px; border: 1px solid #2d323d; margin-bottom: 20px; }
        .intro-card h1 { font-size: 20px; color: #ffcc00; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a6b1; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; border: 1px solid #2d323d; }
        .guide-item i { color: #ffcc00; font-size: 20px; margin-top: 3px; }
        .guide-content h3 { font-size: 15px; margin-bottom: 5px; color: #eee; }
        .guide-content p { font-size: 13px; color: #888; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 20px; border: 1px solid #2d323d; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #252a33; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #ccc; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .platform-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; text-align: center; }
        .feature-item { background: #1a1d24; padding: 10px; border-radius: 8px; border: 1px solid #2d323d; }
        .feature-item i { font-size: 24px; color: #ffcc00; margin-bottom: 5px; }
        .feature-item span { display: block; font-size: 11px; color: #aaa; }
        .reviews-scroll { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-avatar { width: 35px; height: 35px; background: #3d4452; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; }
        .review-meta h4 { font-size: 14px; color: #fff; }
        .review-stars { color: #ffcc00; font-size: 10px; }
        .review-text { font-size: 13px; color: #a0a6b1; font-style: italic; }
        .faq-section { background: #1a1d24; border-radius: 12px; overflow: hidden; margin-bottom: 20px; border: 1px solid #2d323d; }
        .faq-item { border-bottom: 1px solid #2d323d; }
        .faq-item:last-child { border-bottom: none; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #a0a6b1; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #8e94a0; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffcc00; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #8e94a0; }
        .footer-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
        .footer-contact a { font-size: 14px; color: #ffcc00; display: flex; align-items: center; gap: 5px; }
        .footer-copy { font-size: 12px; color: #555; margin-top: 10px; }