* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
        body { background-color: #12141a; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; border-radius: 8px; }
        .container { width: 100%; max-width: 800px; margin: 0 auto; padding: 0 12px; }
        header { background-color: #1a1d24; border-bottom: 1px solid #333; height: 60px; position: sticky; top: 0; z-index: 1000; }
        .header-content { display: flex; align-items: center; justify-content: space-between; height: 100%; padding: 0 15px; }
        .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: #ffd700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #ff8c00); color: #000; }
        .banner-section { margin: 10px 0; cursor: pointer; }
        .banner-section img { width: 100%; aspect-ratio: 2/1; object-fit: cover; border-radius: 12px; }
        .jackpot-box { background: linear-gradient(45deg, #2c1f0b, #4a3810); padding: 20px; border-radius: 15px; margin: 15px 0; text-align: center; border: 1px solid #ffd700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); position: relative; overflow: hidden; }
        .jackpot-box h2 { font-size: 14px; text-transform: uppercase; color: #ffd700; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; margin: 10px 0; text-shadow: 0 0 10px #ff8c00; font-family: monospace; }
        .game-section { margin: 20px 0; }
        .section-title { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #ffd700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .game-card { background: #1e222b; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1e222b; padding: 20px; border-radius: 15px; margin: 20px 0; border: 1px solid #333; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #ccc; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 20px 0; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; border-left: 3px solid #ffd700; display: flex; align-items: center; gap: 12px; }
        .guide-item i { color: #ffd700; font-size: 18px; }
        .guide-text h3 { font-size: 15px; color: #fff; }
        .winning-records { background: #1a1d24; border-radius: 12px; padding: 15px; margin: 20px 0; max-height: 300px; overflow-y: hidden; position: relative; }
        .winning-list { animation: scrollList 40s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .winner-name { color: #8a94a6; }
        .winner-amount { color: #ffd700; font-weight: bold; }
        .casino-badges { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 15px; margin: 25px 0; opacity: 0.7; }
        .badge-item { text-align: center; font-size: 12px; }
        .badge-item i { font-size: 24px; display: block; margin-bottom: 5px; color: #ffd700; }
        .comments-section { margin: 20px 0; }
        .comment-card { background: #1e222b; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; border-radius: 50%; background: #333; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #ffd700; border: 1px solid #ffd700; }
        .user-meta h3 { font-size: 14px; }
        .rating { color: #ffd700; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin: 20px 0; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #2d323e; color: #ffd700; display: flex; align-items: center; gap: 10px; }
        .faq-answer { padding: 15px; font-size: 13px; color: #ccc; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; border-top: 1px solid #333; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1000; }
        .nav-item { text-align: center; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 3px; color: #8a94a6; }
        .nav-item span { font-size: 11px; color: #8a94a6; }
        .nav-item:hover i, .nav-item:hover span { color: #ffd700; }
        footer { background: #0f1116; padding: 30px 15px 90px; text-align: center; border-top: 1px solid #222; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-link { font-size: 13px; color: #8a94a6; transition: color 0.2s; }
        .footer-link:hover { color: #ffd700; }
        .copyright { font-size: 12px; color: #555; margin-top: 20px; }