body { background-color: #12151c; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .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: #fff; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9df7b); color: #000; }
        .btn:active { transform: scale(0.95); }
        main { max-width: 800px; margin: 0 auto; padding: 10px; }
        .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.3); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(45deg, #1a1d24, #2c313c); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; border: 1px solid #d4af3733; 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: #fff; text-shadow: 0 0 10px rgba(212,175,55,0.5); font-family: monospace; }
        .section-title { font-size: 18px; margin: 20px 0 12px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2c313c; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info span { font-size: 13px; color: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; margin: 25px 0; border: 1px solid #2c313c; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-top: 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin-bottom: 0; }
        .guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; font-size: 13px; border-bottom: 2px solid #d4af37; }
        .guide-item i { font-size: 20px; color: #d4af37; margin-bottom: 8px; display: block; }
        .winnings-list { background: #1a1d24; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; border: 1px solid #2c313c; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2c313c; font-size: 12px; }
        .winning-item:last-child { border-bottom: none; }
        .win-user { color: #d4af37; }
        .win-amt { color: #4caf50; font-weight: bold; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2c313c; position: relative; }
        .user-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; border-radius: 50%; background: #2c313c; display: flex; align-items: center; justify-content: center; color: #d4af37; }
        .user-rating { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2c313c; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b0b0; border-top: 1px solid #2c313c; padding-top: 10px; }
        .trust-icons { display: flex; justify-content: space-around; padding: 20px 0; opacity: 0.6; filter: grayscale(1); }
        .trust-icons i { font-size: 30px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 65px; display: flex; justify-content: space-around; align-items: center; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); border-top: 1px solid #2c313c; }
        .nav-item { text-decoration: none; color: #8e9297; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #d4af37; }
        footer { background: #0d0f14; padding: 30px 15px 90px; text-align: center; border-top: 1px solid #2c313c; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-link { color: #8e9297; text-decoration: none; font-size: 13px; }
        .copyright { color: #5c6066; font-size: 12px; margin-top: 15px; border-top: 1px solid #1a1d24; padding-top: 15px; }