* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #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 #333; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #ffb400; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; font-size: 14px; border: 1px solid #ffb400; color: #ffb400; border-radius: 4px; background: transparent; cursor: pointer; }
        .btn-register { padding: 6px 15px; font-size: 14px; background: linear-gradient(180deg, #ffde59 0%, #ffb400 100%); color: #000; border: none; border-radius: 4px; font-weight: bold; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2d1b0d 0%, #0f1115 100%); padding: 20px; text-align: center; border-bottom: 1px solid #333; margin-bottom: 15px; }
        .jackpot-label { font-size: 14px; color: #ffb400; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,180,0,0.5); font-family: monospace; }
        .section-title { padding: 15px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #ffb400; }
        .section-title i { font-size: 20px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e37; transition: transform 0.2s; }
        .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-info h4 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border: 1px solid #333; }
        .intro-card h1 { font-size: 20px; color: #ffb400; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; text-align: justify; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px 20px; }
        .guide-item { background: #1e222a; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2a2e37; }
        .guide-item i { font-size: 24px; color: #ffb400; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin-bottom: 5px; color: #fff; }
        .winning-records { margin: 0 15px 20px; background: #1a1d24; border-radius: 12px; padding: 10px; height: 250px; overflow-y: hidden; position: relative; }
        .winning-list { animation: scrollList 30s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .win-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .win-user { color: #ccc; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .pro-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #16191f; margin-bottom: 20px; }
        .pro-item { text-align: center; font-size: 11px; color: #888; }
        .pro-item i { font-size: 20px; color: #ffb400; margin-bottom: 5px; display: block; }
        .comment-grid { padding: 0 15px 20px; }
        .comment-card { background: #1e222a; border-radius: 10px; padding: 15px; margin-bottom: 10px; border-left: 3px solid #ffb400; }
        .comment-user { font-weight: bold; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 0 15px 20px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2a2e37; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; cursor: pointer; color: #ffb400; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbb; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; color: #888; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #ffb400; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #222; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-row a { font-size: 13px; color: #888; }
        .copyright { font-size: 12px; color: #555; }