* { 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: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background-color: #252932; padding: 12px 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); display: flex; justify-content: space-between; align-items: center; }
        .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: #ffcc00; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #ffcc00; color: #ffcc00; }
        .btn-register { background-color: #ffcc00; color: #1a1d24; }
        .banner { width: 100%; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #b8860b, #ffcc00); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; color: #1a1d24; box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3); }
        .jackpot-title { font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; font-family: monospace; letter-spacing: 1px; }
        .section-container { padding: 10px 15px; }
        .section-title { font-size: 18px; margin-bottom: 15px; border-left: 4px solid #ffcc00; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background-color: #252932; border-radius: 12px; overflow: hidden; position: relative; transition: 0.2s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #2a2e38; }
        .intro-card { background-color: #252932; padding: 20px; border-radius: 15px; margin: 15px; border: 1px solid #ffcc0033; }
        .intro-card h1 { font-size: 20px; color: #ffcc00; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 12px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #ffcc00; font-size: 20px; margin-top: 3px; }
        .guide-text h3 { font-size: 15px; margin-bottom: 5px; }
        .guide-text p { font-size: 13px; color: #aaa; }
        .winning-list { background: #252932; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; margin-bottom: 20px; }
        .win-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #333; font-size: 13px; }
        .win-user { color: #ffcc00; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .professional-elements { background: #252932; padding: 20px; border-radius: 15px; margin-bottom: 20px; display: flex; justify-content: space-around; text-align: center; flex-wrap: wrap; gap: 15px; }
        .prof-item i { font-size: 24px; color: #ffcc00; margin-bottom: 8px; display: block; }
        .prof-item span { font-size: 12px; color: #ccc; }
        .comments-section { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
        .comment-card { background: #2a2e38; padding: 15px; border-radius: 12px; border-left: 3px solid #ffcc00; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; justify-content: space-between; }
        .comment-stars { color: #ffcc00; font-size: 12px; }
        .comment-body { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { background: #252932; border-radius: 15px; padding: 15px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #333; }
        .faq-item:last-child { border-bottom: none; }
        .faq-q { font-weight: bold; font-size: 15px; color: #ffcc00; margin-bottom: 8px; display: block; }
        .faq-a { font-size: 14px; color: #ccc; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #252932; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #aaa; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffcc00; }
        footer { padding: 30px 15px 100px; background: #1a1d24; text-align: center; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-row a { font-size: 13px; color: #aaa; transition: 0.3s; }
        .footer-row a:hover { color: #ffcc00; }
        .copyright { font-size: 12px; color: #666; margin-top: 10px; }