* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1116; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; 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; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #d4af37; }
        .header-right { display: flex; gap: 10px; }
        .btn-action { padding: 6px 14px; border-radius: 20px; font-size: 14px; border: none; font-weight: 600; cursor: pointer; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #d4af37); color: #000; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; }
        .jackpot-section { background: radial-gradient(circle, #2c3e50, #000); margin: 15px; border-radius: 12px; padding: 20px; text-align: center; border: 2px solid #d4af37; position: relative; overflow: hidden; }
        .jackpot-title { color: #d4af37; font-size: 18px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.7); margin: 10px 0; font-family: 'Courier New', monospace; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #333; transition: transform 0.2s; }
        .game-card img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .section-header { padding: 15px; display: flex; align-items: center; gap: 10px; }
        .section-header h2 { font-size: 18px; color: #d4af37; }
        .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: #ccc; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; flex-wrap: wrap; gap: 15px; background: #14161c; }
        .trust-item { text-align: center; flex: 1; min-width: 80px; }
        .trust-item i { font-size: 24px; color: #d4af37; margin-bottom: 5px; }
        .trust-item span { display: block; font-size: 11px; text-transform: uppercase; color: #999; }
        .guidelines-section { padding: 15px; }
        .guideline-item { background: #1a1d24; padding: 12px; border-radius: 8px; margin-bottom: 10px; border: 1px solid #2a2d35; display: flex; align-items: center; gap: 12px; }
        .guideline-item i { color: #d4af37; font-size: 18px; }
        .winners-list { background: #1a1d24; margin: 15px; border-radius: 12px; height: 250px; overflow-y: scroll; padding: 10px; border: 1px solid #333; }
        .winner-record { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #2a2d35; font-size: 13px; }
        .winner-record span:last-child { color: #2ecc71; font-weight: bold; }
        .payment-strip { display: flex; justify-content: center; gap: 15px; padding: 15px; opacity: 0.7; }
        .payment-strip i { font-size: 24px; }
        .comment-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .comment-user { font-weight: bold; color: #d4af37; font-size: 14px; }
        .comment-stars { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; border-bottom: 1px solid #2a2d35; padding-bottom: 10px; }
        .faq-question { font-weight: bold; color: #d4af37; margin-bottom: 5px; display: block; font-size: 15px; }
        .faq-answer { font-size: 14px; color: #ccc; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { text-align: center; color: #999; display: flex; flex-direction: column; align-items: center; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(3) { position: relative; top: -15px; background: #d4af37; width: 50px; height: 50px; border-radius: 50%; justify-content: center; color: #000; border: 4px solid #0f1116; }
        footer { background: #1a1d24; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-links { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; flex-wrap: wrap; font-size: 13px; }
        .footer-links a { color: #999; }
        .footer-copy { font-size: 12px; color: #666; }