body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #111419; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; display: flex; align-items: center; justify-content: space-between; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 18px; font-weight: normal; color: #ffd700; letter-spacing: 1px; }
        .header-right { display: flex; gap: 8px; }
        .btn-action { padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; text-transform: uppercase; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #ffd700; }
        .btn-register { background: linear-gradient(180deg, #ffd700 0%, #b8860b 100%); color: #000; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(90deg, #1a1d24, #2a2e38); margin: 15px; border-radius: 12px; padding: 15px; text-align: center; border: 1px solid #3d4452; box-shadow: 0 4px 15px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { font-size: 18px; padding: 0 15px; margin: 20px 0 10px; border-left: 4px solid #ffd700; color: #ffd700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 10px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: 0.3s; border: 1px solid #2d323e; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info span { color: #eee; font-size: 12px; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #ffd70033; }
        .intro-card h1 { font-size: 20px; color: #ffd700; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; margin: 0; }
        .guideline-container { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guideline-item { background: #1a1d24; border-radius: 12px; padding: 15px; border: 1px solid #2d323e; }
        .guideline-item h3 { color: #ffd700; font-size: 16px; margin: 0 0 8px 0; display: flex; align-items: center; }
        .guideline-item h3 i { margin-right: 10px; }
        .guideline-item p { font-size: 13px; color: #aaa; margin: 0; }
        .winning-records { background: #1a1d24; margin: 15px; border-radius: 12px; padding: 15px; height: 300px; overflow-y: scroll; border: 1px solid #2d323e; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2d323e; }
        .winning-user { font-size: 13px; color: #fff; }
        .winning-amount { font-size: 13px; color: #ffd700; font-weight: bold; }
        .winning-game { font-size: 12px; color: #888; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; background: #0c0e12; margin-top: 20px; }
        .badge-item { text-align: center; color: #ffd700; font-size: 24px; }
        .badge-item span { display: block; font-size: 10px; color: #888; margin-top: 5px; text-transform: uppercase; }
        .comment-grid { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 12px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #ffd700; }
        .comment-user { font-weight: bold; color: #ffd700; font-size: 14px; margin-bottom: 5px; }
        .comment-text { font-size: 13px; color: #ddd; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 8px; overflow: hidden; border: 1px solid #2d323e; }
        .faq-question { padding: 12px 15px; font-weight: 600; font-size: 14px; color: #ffd700; background: #242932; cursor: pointer; }
        .faq-answer { padding: 12px 15px; font-size: 13px; color: #ccc; border-top: 1px solid #2d323e; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1001; }
        .nav-item { text-align: center; text-decoration: none; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0c0e12; padding: 30px 15px 100px; text-align: center; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #888; text-decoration: none; font-size: 13px; transition: 0.3s; }
        .footer-row a:hover { color: #ffd700; }
        .footer-copy { color: #555; font-size: 12px; border-top: 1px solid #222; padding-top: 20px; }