* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .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: #f1c40f; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #ffffff; border: 1px solid #f1c40f; }
        .btn-register { background: linear-gradient(135deg, #f1c40f, #e67e22); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; margin-bottom: 20px; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { margin: 25px 0 15px; font-size: 1.2rem; display: flex; align-items: center; gap: 10px; color: #f1c40f; }
        .section-title i { font-size: 1.1rem; }
        .jackpot-card { background: radial-gradient(circle at center, #2c3e50, #1a1d24); border: 2px solid #f1c40f; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 25px; box-shadow: 0 0 20px rgba(241, 196, 15, 0.2); }
        .jackpot-amount { font-size: 2rem; font-weight: 800; color: #f1c40f; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
        .jackpot-label { font-size: 0.9rem; color: #bdc3c7; text-transform: uppercase; letter-spacing: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: 0.3s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h4 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ecf0f1; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 25px; margin: 30px 0; border-left: 4px solid #f1c40f; }
        .intro-card h1 { font-size: 1.4rem; margin-bottom: 12px; line-height: 1.3; color: #f1c40f; }
        .intro-card p { font-size: 14px; color: #bdc3c7; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; }
        .guide-item i { color: #f1c40f; font-size: 1.5rem; }
        .guide-content h3 { font-size: 16px; margin-bottom: 5px; }
        .guide-content p { font-size: 13px; color: #95a5a6; }
        .winning-scroll { background: #1a1d24; border-radius: 12px; height: 250px; overflow-y: auto; padding: 10px; margin-bottom: 30px; border: 1px solid #2d323d; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .win-user { color: #ecf0f1; }
        .win-amt { color: #2ecc71; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 15px; margin: 30px 0; padding: 20px; background: #1a1d24; border-radius: 15px; }
        .trust-box { text-align: center; flex: 1; min-width: 100px; }
        .trust-box i { font-size: 1.8rem; color: #f1c40f; margin-bottom: 8px; }
        .trust-box span { display: block; font-size: 12px; color: #bdc3c7; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-bottom: 2px solid #2d323d; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-name { font-weight: 600; font-size: 14px; color: #f1c40f; }
        .stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bdc3c7; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323d; }
        .faq-answer { padding: 15px; font-size: 14px; color: #bdc3c7; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #bdc3c7; font-size: 11px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #f1c40f; }
        footer { background: #0f1218; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-link { font-size: 13px; color: #95a5a6; }
        .copyright { font-size: 12px; color: #7f8c8d; margin-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .comments-grid { grid-template-columns: 1fr 1fr; }
        }