body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; padding-bottom: 70px; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f3ba2f; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 10px; }
        .header-right button { padding: 8px 15px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #f3ba2f !important; }
        .btn-register { background: linear-gradient(135deg, #f3ba2f, #d29b13); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; padding: 8px 15px; display: flex; align-items: center; border-bottom: 1px solid #2d323e; }
        .announcement i { color: #f3ba2f; margin-right: 10px; }
        .marquee { overflow: hidden; white-space: nowrap; }
        .marquee p { display: inline-block; padding-left: 100%; animation: marquee 20s linear infinite; margin: 0; font-size: 13px; color: #cbd5e0; }
        @keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
        main { padding: 15px; max-width: 1200px; margin: 0 auto; }
        h1, h2, h3 { color: #f3ba2f; margin-bottom: 15px; }
        h1 { font-size: 22px; text-align: center; }
        h2 { font-size: 18px; border-left: 4px solid #f3ba2f; padding-left: 10px; margin-top: 25px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2d323e; text-decoration: none; color: white; display: block; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .title { padding: 8px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: #242933; }
        .intro-section { background: #1a1d24; padding: 20px; border-radius: 15px; margin: 25px 0; border: 1px solid #2d323e; }
        .intro-section p { font-size: 14px; color: #a0aec0; margin-bottom: 10px; }
        .stats-container { display: flex; justify-content: space-around; background: #1a1d24; padding: 15px; border-radius: 12px; margin: 20px 0; text-align: center; border: 1px solid #2d323e; }
        .stat-item span { display: block; font-size: 18px; font-weight: bold; color: #f3ba2f; }
        .stat-item label { font-size: 11px; color: #718096; }
        .winning-records { background: #161a21; border-radius: 12px; padding: 15px; height: 200px; overflow-y: auto; margin: 20px 0; border: 1px solid #2d323e; }
        .record-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #242933; font-size: 12px; }
        .record-item .user { color: #f3ba2f; }
        .record-item .amount { color: #48bb78; font-weight: bold; }
        .reviews { margin: 25px 0; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border-left: 4px solid #f3ba2f; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 5px; }
        .review-name { font-weight: bold; font-size: 14px; color: #f3ba2f; }
        .stars { color: #f3ba2f; font-size: 12px; }
        .review-text { font-size: 13px; color: #cbd5e0; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #1a1d24; border-radius: 8px; padding: 15px; margin-bottom: 10px; }
        .faq-item h3 { font-size: 15px; margin: 0 0 10px 0; color: #ffffff; border: none; padding: 0; }
        .faq-item p { font-size: 13px; color: #a0aec0; margin: 0; }
        .navigater { 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: #718096; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        .nav-item:nth-child(3) { background: #f3ba2f; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px; border: 5px solid #0f1218; color: #000; justify-content: center; }
        .nav-item:nth-child(3) i { margin-bottom: 0; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #718096; text-decoration: none; font-size: 13px; }
        .footer-row a:hover { color: #f3ba2f; }
        .copyright { color: #4a5568; font-size: 12px; }
        .badge-list { display: flex; justify-content: center; gap: 15px; margin-top: 20px; opacity: 0.6; }
        .badge-list i { font-size: 24px; }