* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1216; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #f3ba2f; letter-spacing: 0.5px; }
        .auth-btns { display: flex; gap: 8px; }
        .btn { padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; border: 1px solid #f3ba2f; color: #f3ba2f; }
        .btn-register { background: linear-gradient(180deg, #f3ba2f 0%, #d49a17 100%); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #252932; padding: 8px 15px; display: flex; align-items: center; gap: 10px; font-size: 13px; border-bottom: 1px solid #2d323e; }
        .announcement i { color: #f3ba2f; }
        .marquee { overflow: hidden; white-space: nowrap; width: 100%; }
        .marquee p { display: inline-block; padding-left: 100%; animation: marquee 20s linear infinite; color: #abb1be; }
        @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
        .section-container { padding: 20px 15px; max-width: 1200px; margin: 0 auto; }
        .section-title { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #f3ba2f; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; transition: 0.3s; border: 1px solid #2d323e; position: relative; }
        .game-card:hover { border-color: #f3ba2f; }
        .game-thumb { width: 100%; aspect-ratio: 1/1; background: #252932; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: 500; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .platform-intro { background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 25px; border: 1px solid #2d323e; }
        .platform-intro h1 { font-size: 20px; color: #f3ba2f; margin-bottom: 10px; }
        .platform-intro p { font-size: 14px; color: #abb1be; margin-bottom: 10px; }
        .winning-records { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; border: 1px solid #2d323e; height: 250px; overflow-y: auto; }
        .win-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323e; font-size: 13px; }
        .win-user { color: #abb1be; }
        .win-amount { color: #4caf50; font-weight: bold; }
        .review-card { background: #252932; border-radius: 12px; padding: 15px; margin-bottom: 12px; border-left: 3px solid #f3ba2f; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { color: #f3ba2f; font-size: 12px; }
        .review-user { font-weight: bold; font-size: 14px; }
        .review-content { font-size: 13px; color: #abb1be; font-style: italic; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 12px 15px; cursor: pointer; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; border: 1px solid #2d323e; }
        .faq-answer { padding: 12px 15px; font-size: 13px; color: #abb1be; background: #252932; }
        .trust-icons { display: flex; justify-content: space-around; padding: 20px 0; flex-wrap: wrap; gap: 15px; border-top: 1px solid #2d323e; }
        .trust-item { text-align: center; min-width: 80px; }
        .trust-item i { font-size: 24px; color: #f3ba2f; margin-bottom: 5px; }
        .trust-item p { font-size: 11px; color: #abb1be; }
        .navigater { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; padding: 10px 0; border-top: 2px solid #f3ba2f; z-index: 1001; }
        .nav-link { display: flex; flex-direction: column; align-items: center; color: #abb1be; font-size: 11px; gap: 4px; }
        .nav-link i { font-size: 18px; }
        .nav-link:active { color: #f3ba2f; }
        footer { background: #0f1216; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-link { color: #abb1be; font-size: 13px; }
        .footer-copyright { color: #646c7a; font-size: 12px; margin-top: 15px; }
        ::-webkit-scrollbar { width: 4px; }
        ::-webkit-scrollbar-thumb { background: #f3ba2f; border-radius: 10px; }