* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #e0e0e0; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; }
        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 #2a2e38; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: lowercase; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #3d424d; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29c); color: #1a1d24; }
        .banner-container { width: 100%; padding: 10px; }
        .banner-container img { width: 100%; border-radius: 12px; aspect-ratio: 2/1; object-fit: cover; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .jackpot-section { background: #1a1d24; margin: 10px; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2a2e38; }
        .jackpot-title { color: #d4af37; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: bold; color: #fff; font-family: monospace; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .section-title { padding: 15px 15px 5px; display: flex; align-items: center; gap: 8px; font-size: 18px; color: #fff; }
        .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: 10px; overflow: hidden; border: 1px solid #2a2e38; position: relative; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; font-size: 13px; text-align: center; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: linear-gradient(180deg, #1e222b 0%, #15181f 100%); margin: 15px; padding: 25px 20px; border-radius: 15px; border: 1px solid #2a2e38; text-align: center; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a6b5; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; 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-records { background: #1a1d24; margin: 15px; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e38; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #232730; font-size: 12px; }
        .winner-row span:first-child { color: #888; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .casino-trust { display: flex; justify-content: space-around; padding: 20px; flex-wrap: wrap; gap: 20px; opacity: 0.6; filter: grayscale(1); }
        .trust-icon { font-size: 24px; color: #fff; text-align: center; }
        .trust-icon span { display: block; font-size: 10px; margin-top: 5px; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2a2e38; }
        .user-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-meta .avatar { width: 35px; height: 35px; border-radius: 50%; background: #3d424d; display: flex; align-items: center; justify-content: center; font-weight: bold; }
        .user-name { font-size: 14px; color: #fff; font-weight: 500; }
        .stars { color: #d4af37; font-size: 11px; }
        .comment-text { font-size: 13px; color: #888; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; border: 1px solid #2a2e38; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #fff; display: flex; justify-content: space-between; font-size: 14px; }
        .faq-answer { padding: 0 15px 15px; color: #888; font-size: 13px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 20px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { color: #888; font-size: 13px; transition: color 0.3s; }
        .footer-link:hover { color: #d4af37; }
        .copyright { color: #555; font-size: 12px; margin-top: 10px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid { grid-template-columns: repeat(2, 1fr); }
            .comments-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
        }