* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; line-height: 1.5; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        header { background-color: #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; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 5px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #d4af37; letter-spacing: 0.5px; }
        .header-btns { 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-color: transparent; border: 1px solid #d4af37; color: #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f1d592); color: #000; }
        .banner { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle at center, #2c3e50, #000000); margin: 15px; padding: 20px; border-radius: 15px; border: 2px solid #d4af37; text-align: center; }
        .jackpot-title { font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #d4af37; margin-top: 5px; font-family: monospace; }
        .section-title { padding: 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; border-left: 4px solid #d4af37; margin: 10px 15px; background: #1a1d24; border-radius: 0 8px 8px 0; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; display: block; border: 1px solid #2d323d; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .game-info { padding: 10px; text-align: center; font-size: 13px; font-weight: 500; }
        .intro-card { background: #1a1d24; margin: 20px 15px; padding: 20px; border-radius: 15px; border: 1px solid #2d323d; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; text-align: justify; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .guide-item h3 { font-size: 15px; color: #fff; margin-bottom: 5px; }
        .guide-item p { font-size: 13px; color: #888; }
        .winning-ticker { height: 300px; overflow-y: hidden; background: #1a1d24; margin: 15px; border-radius: 15px; padding: 10px; border: 1px solid #2d323d; }
        .winning-item { display: flex; justify-content: space-between; padding: 10px; border-bottom: 1px solid #2d323d; font-size: 12px; }
        .win-user { color: #d4af37; }
        .win-amt { color: #4caf50; font-weight: bold; }
        .trust-section { display: flex; justify-content: space-around; padding: 20px 15px; background: #16181d; margin: 15px 0; border-top: 1px solid #2d323d; border-bottom: 1px solid #2d323d; }
        .trust-badge { text-align: center; font-size: 11px; color: #888; }
        .trust-badge i { font-size: 24px; color: #d4af37; margin-bottom: 5px; display: block; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #34495e; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .rating { color: #f1c40f; font-size: 10px; margin-top: 5px; }
        .faq { padding: 0 15px 20px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; padding: 15px; border: 1px solid #2d323d; }
        .faq-q { font-size: 15px; font-weight: 600; color: #d4af37; margin-bottom: 10px; display: block; }
        .faq-a { font-size: 13px; color: #a0a0a0; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #d4af37; z-index: 1001; }
        .nav-item { text-align: center; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 10px; font-weight: 500; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0f1115; padding: 30px 15px; text-align: center; color: #666; font-size: 12px; }
        .footer-links { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-links a { color: #888; }
        .copyright { border-top: 1px solid #222; padding-top: 15px; margin-top: 15px; }