body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; 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: #ffd700; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #ffd700; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #ffae00); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 20px; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(135deg, #1c212a 0%, #2a303c 100%); border: 1px solid #3d4452; border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-header { display: flex; align-items: center; gap: 10px; margin: 20px 0 15px; }
        .section-header h2 { font-size: 18px; margin: 0; color: #ffd700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background: #1c212a; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2d343f; 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 h3 { font-size: 13px; margin: 0; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1c212a; border-radius: 15px; padding: 20px; margin: 20px 0; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 18px; color: #ffd700; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #b0b8c4; margin: 0; }
        .guideline-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 20px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 10px; text-align: center; border: 1px solid #2d343f; }
        .guideline-item i { color: #ffd700; font-size: 24px; margin-bottom: 8px; }
        .guideline-item p { font-size: 12px; margin: 0; color: #ffffff; }
        .winning-list { background: #1c212a; border-radius: 15px; padding: 15px; margin-bottom: 20px; max-height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2d343f; }
        .winning-item:last-child { border-bottom: none; }
        .win-user { font-size: 13px; color: #ffd700; }
        .win-amount { font-size: 13px; color: #4caf50; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 0; filter: grayscale(1); opacity: 0.6; }
        .trust-elements i { font-size: 30px; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 20px; }
        .comment-card { background: #1c212a; border-radius: 12px; padding: 15px; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user .avatar { width: 30px; height: 30px; background: #3d4452; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
        .comment-user span { font-size: 14px; font-weight: bold; color: #ffd700; }
        .comment-text { font-size: 13px; color: #b0b8c4; font-style: italic; }
        .faq-section { margin-top: 30px; }
        .faq-item { background: #1c212a; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d343f; }
        .faq-question { font-size: 15px; font-weight: bold; color: #ffd700; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
        .faq-answer { font-size: 13px; color: #b0b8c4; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-decoration: none; color: #b0b8c4; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 2px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-link { color: #b0b8c4; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #5c6675; margin-top: 20px; }