body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; }
        header { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; background: #1a1d24; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .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: #f1c40f; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #f1c40f; }
        .btn-register { background: linear-gradient(180deg, #f1c40f, #d4af37); color: #000; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; cursor: pointer; display: block; }
        .banner img { width: 100%; aspect-ratio: 2/1; display: block; }
        .jackpot-box { margin: 15px; background: radial-gradient(circle, #2d323e 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3d4452; }
        .jackpot-title { color: #f1c40f; font-size: 14px; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; text-shadow: 0 0 10px rgba(241, 196, 15, 0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; border-left: 4px solid #f1c40f; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; height: auto; display: block; }
        .game-card h3 { font-size: 13px; padding: 8px; margin: 0; text-align: center; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border: 1px solid #2d323e; }
        .intro-card h1 { font-size: 18px; color: #f1c40f; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #bdc3c7; margin: 0; }
        .guidelines { margin: 20px 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 10px; font-size: 13px; text-align: center; border: 1px solid #2d323e; }
        .guide-item i { font-size: 20px; color: #f1c40f; margin-bottom: 8px; display: block; }
        .winning-records { margin: 20px 15px; background: #1a1d24; border-radius: 15px; padding: 15px; border: 1px solid #2d323e; height: 200px; overflow-y: hidden; position: relative; }
        .winning-scroll { animation: scrollRecord 20s linear infinite; }
        @keyframes scrollRecord { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .record-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 12px; }
        .record-user { color: #bdc3c7; }
        .record-amount { color: #2ecc71; font-weight: bold; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #161a20; margin: 20px 0; }
        .trust-item { text-align: center; font-size: 11px; color: #bdc3c7; }
        .trust-item i { font-size: 24px; color: #f1c40f; margin-bottom: 5px; display: block; }
        .comment-grid { padding: 0 15px; margin: 20px 0; }
        .comment-item { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-avatar { width: 30px; height: 30px; border-radius: 50%; background: #34495e; display: flex; align-items: center; justify-content: center; font-size: 14px; }
        .comment-name { font-size: 14px; font-weight: bold; }
        .stars { color: #f1c40f; font-size: 10px; }
        .comment-text { font-size: 13px; color: #bdc3c7; }
        .faq-section { padding: 0 15px; margin: 20px 0; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #f1c40f; font-size: 15px; border-bottom: 1px solid #2d323e; }
        .faq-answer { padding: 15px; font-size: 14px; color: #bdc3c7; background: #1d2129; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; }
        .nav-item { text-decoration: none; color: #bdc3c7; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        footer { padding: 30px 15px 100px; background: #0a0c10; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .footer-link { color: #bdc3c7; text-decoration: none; font-size: 13px; }
        .footer-copy { font-size: 12px; color: #7f8c8d; }