* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        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 #2d323e; }
        .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: #d4af37; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login, .btn-reg { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #d4af37; }
        .btn-reg { background: linear-gradient(180deg, #ffd700, #d4af37); color: #000; }
        .main-container { padding: 10px; max-width: 1200px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(135deg, #1e222b, #2c313c); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; border: 1px solid #d4af37; position: relative; overflow: hidden; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
        .section-header { display: flex; align-items: center; gap: 10px; margin: 20px 0 15px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .section-header h2 { font-size: 18px; font-weight: 600; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2d323e; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ccc; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 20px; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .guide-item h3 { font-size: 16px; margin-bottom: 8px; color: #eee; }
        .guide-item p { font-size: 13px; color: #888; }
        .winning-records { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; max-height: 300px; overflow-y: auto; }
        .record-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .record-user { color: #d4af37; }
        .record-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: center; }
        .pro-item { background: #1a1d24; padding: 10px; border-radius: 10px; border: 1px solid #2d323e; }
        .pro-item i { font-size: 24px; color: #d4af37; margin-bottom: 5px; }
        .pro-item span { font-size: 11px; display: block; color: #888; }
        .comments-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; position: relative; border: 1px solid #2d323e; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user i { font-size: 30px; color: #444; }
        .comment-rating { color: #ffb400; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; padding: 15px; border: 1px solid #2d323e; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
        .faq-item p { font-size: 14px; color: #999; line-height: 1.6; }
        .navigator { position: fixed; bottom: 10px; left: 10px; right: 10px; background: rgba(26, 29, 36, 0.95); backdrop-filter: blur(10px); border-radius: 30px; height: 60px; display: flex; justify-content: space-around; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.6); border: 1px solid rgba(212,175,55,0.3); z-index: 999; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 10px; }
        .nav-item i { font-size: 20px; margin-bottom: 2px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-link { color: #888; font-size: 13px; transition: 0.3s; }
        .footer-link:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #555; margin-top: 10px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines-grid { grid-template-columns: repeat(2, 1fr); }
            .comments-grid { grid-template-columns: repeat(2, 1fr); flex-direction: row; flex-wrap: wrap; }
            .comment-card { flex: 1 1 calc(50% - 15px); }
        }