body { margin: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        header { background-color: #111419; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323a; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; margin-right: 8px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background-color: transparent; border: 1px solid #ffb400; color: #ffb400; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background-color: #ffb400; border: 1px solid #ffb400; color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background-color: #262a33; border-radius: 20px; padding: 5px 15px; display: flex; align-items: center; margin-bottom: 15px; border: 1px solid #363b45; }
        .announcement i { color: #ffb400; margin-right: 10px; }
        .marquee-box { overflow: hidden; flex: 1; }
        .marquee-text { white-space: nowrap; animation: marquee 20s linear infinite; font-size: 13px; color: #ced4da; }
        @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .section-title { font-size: 18px; margin: 20px 0 12px; display: flex; align-items: center; font-weight: 600; color: #ffb400; }
        .section-title i { margin-right: 8px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 20px; }
        .game-card { background-color: #262a33; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #363b45; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { margin: 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; }
        .intro-card { background: linear-gradient(135deg, #262a33 0%, #1a1d24 100%); border-radius: 16px; padding: 20px; margin: 25px 0; border: 1px solid #363b45; }
        .intro-card h1 { font-size: 20px; color: #ffb400; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ced4da; margin: 0; }
        .trust-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
        .badge-item { background: #262a33; padding: 15px 5px; border-radius: 10px; text-align: center; border: 1px solid #363b45; }
        .badge-item i { font-size: 24px; color: #ffb400; margin-bottom: 8px; display: block; }
        .badge-item span { font-size: 11px; color: #ced4da; text-transform: uppercase; letter-spacing: 0.5px; }
        .winning-list { background: #262a33; border-radius: 12px; padding: 15px; border: 1px solid #363b45; height: 300px; overflow-y: auto; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #363b45; }
        .winning-item:last-child { border-bottom: none; }
        .win-user { font-size: 13px; color: #fff; display: flex; align-items: center; }
        .win-user i { color: #4caf50; margin-right: 8px; font-size: 12px; }
        .win-amount { color: #ffb400; font-weight: bold; font-size: 14px; }
        .reviews-container { margin: 25px 0; }
        .review-card { background: #262a33; border-radius: 12px; padding: 15px; margin-bottom: 12px; border: 1px solid #363b45; }
        .review-header { display: flex; align-items: center; margin-bottom: 8px; }
        .review-stars { color: #ffb400; margin-right: 10px; font-size: 12px; }
        .review-user { font-size: 14px; font-weight: 600; }
        .review-text { font-size: 13px; color: #ced4da; font-style: italic; }
        .faq-section { margin-top: 30px; }
        .faq-item { background: #262a33; border-radius: 12px; padding: 15px; margin-bottom: 15px; border: 1px solid #363b45; }
        .faq-item h3 { font-size: 15px; color: #ffb400; margin: 0 0 10px 0; }
        .faq-item p { font-size: 14px; color: #ced4da; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323a; z-index: 1000; }
        .nav-item { text-decoration: none; text-align: center; color: #8a909a; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 12px; }
        footer { background: #111419; padding: 30px 15px 100px; border-top: 1px solid #2d323a; }
        .footer-row { text-align: center; margin-bottom: 20px; }
        .footer-row a { color: #8a909a; text-decoration: none; font-size: 13px; margin: 0 10px; display: inline-block; margin-bottom: 5px; }
        .footer-row h4 { color: #fff; margin-bottom: 15px; font-size: 16px; }
        .copyright { font-size: 12px; color: #5c626d; text-align: center; margin-top: 20px; }