* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #121418; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        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 #2d323d; }
        .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: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29c); border: none; color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding: 0; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: radial-gradient(circle, #2d323d 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3d4452; }
        .jackpot-label { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .section-title { padding: 15px 15px 10px; display: flex; align-items: center; gap: 8px; font-size: 18px; color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2d323d; display: block; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { color: #ccc; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; line-height: 1.3; margin-bottom: 10px; color: #d4af37; }
        .intro-card p { font-size: 14px; color: #a0a0a0; text-align: justify; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; text-align: center; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .guide-item h3 { font-size: 14px; margin-bottom: 5px; color: #fff; }
        .winning-scroll { margin: 15px; background: #1a1d24; border-radius: 15px; padding: 10px; height: 200px; overflow-y: auto; border: 1px solid #2d323d; }
        .win-record { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2d323d; font-size: 12px; }
        .win-user { color: #a0a0a0; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .win-game { color: #d4af37; max-width: 100px; overflow: hidden; text-overflow: ellipsis; }
        .trust-section { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin: 15px; border-radius: 15px; text-align: center; }
        .trust-item { flex: 1; }
        .trust-item i { font-size: 30px; color: #d4af37; margin-bottom: 5px; }
        .trust-item span { display: block; font-size: 11px; color: #a0a0a0; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0 15px 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-header i { color: #d4af37; }
        .comment-user { font-weight: bold; font-size: 14px; }
        .comment-text { font-size: 13px; color: #a0a0a0; font-style: italic; }
        .comment-stars { color: #f9e29c; font-size: 10px; margin-top: 5px; }
        .faq-section { padding: 0 15px 15px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #fff; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #a0a0a0; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1001; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #a0a0a0; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(3) i { color: #d4af37; font-size: 24px; }
        footer { background: #1a1d24; 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-row a { color: #a0a0a0; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { color: #666; font-size: 12px; margin-top: 20px; }