* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #121418; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        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; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; }
        .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 #d4af37; color: #d4af37; }
        .btn-register { background-color: #d4af37; color: #000; }
        main { max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1a1d24 0%, #2d323d 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #d4af37; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card:hover { transform: translateY(-3px); border-color: #d4af37; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .platform-intro { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #d4af37; }
        .platform-intro h1 { font-size: 20px; margin-bottom: 10px; color: #d4af37; }
        .platform-intro p { font-size: 14px; color: #b0b3b8; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #16191f; margin: 15px 0; border-top: 1px solid #2d323d; border-bottom: 1px solid #2d323d; }
        .trust-item { text-align: center; font-size: 11px; color: #888; }
        .trust-item i { display: block; font-size: 24px; color: #d4af37; margin-bottom: 5px; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .guide-card { background: #1a1d24; padding: 15px; border-radius: 10px; font-size: 13px; border: 1px solid #2d323d; }
        .guide-card h4 { color: #d4af37; margin-bottom: 5px; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 15px; }
        .winner-list { height: 200px; overflow-y: auto; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-user { color: #b0b3b8; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .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: 8px; margin-bottom: 8px; }
        .comment-user i { color: #d4af37; font-size: 20px; }
        .comment-text { font-size: 13px; font-style: italic; color: #b0b3b8; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #d4af37; border-bottom: 1px solid #2d323d; cursor: pointer; }
        .faq-answer { padding: 15px; font-size: 13px; color: #b0b3b8; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; }
        .nav-item { text-align: center; color: #b0b3b8; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 2px; }
        .nav-item:last-child { color: #d4af37; }
        footer { background: #0f1115; padding: 30px 15px; border-top: 1px solid #2d323d; text-align: center; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; font-size: 13px; color: #888; }
        .footer-row a { color: #b0b3b8; }
        .copyright { font-size: 12px; color: #666; margin-top: 10px; }