* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1115; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; 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: #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: transform 0.2s; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37 0%, #f9e295 100%); color: #000; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-box { background: linear-gradient(135deg, #1e222b 0%, #111419 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #d4af37; text-align: center; box-shadow: 0 4px 15px rgba(212,175,55,0.2); }
        .jackpot-title { 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(212,175,55,0.5); font-family: monospace; }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; position: relative; border: 1px solid #2a2e38; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 18px; color: #d4af37; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; }
        .guidelines { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2a2e38; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .guide-item h4 { font-size: 14px; color: #fff; }
        .winner-ticker { background: #1a1d24; margin: 15px; border-radius: 15px; overflow: hidden; border: 1px solid #2a2e38; }
        .winner-list { height: 200px; overflow-y: auto; padding: 10px; }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #23272f; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; overflow-x: auto; padding: 15px; gap: 15px; scrollbar-width: none; }
        .trust-item { flex: 0 0 120px; text-align: center; background: #1a1d24; padding: 10px; border-radius: 10px; }
        .trust-item i { font-size: 20px; color: #d4af37; }
        .trust-item span { display: block; font-size: 11px; margin-top: 5px; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2a2e38; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user i { font-size: 20px; color: #d4af37; }
        .comment-stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; border: 1px solid #2a2e38; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #d4af37; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b0b0; line-height: 1.5; }
        .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: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 12px; color: #b0b0b0; }
        .nav-item i { font-size: 18px; margin-bottom: 2px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 80px; text-align: center; border-top: 1px solid #2a2e38; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; font-size: 13px; }
        .footer-links a { color: #808080; }
        .footer-copyright { font-size: 12px; color: #505050; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines { grid-template-columns: repeat(3, 1fr); }
        }