* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #12141a; 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 #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f1f1f1; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background-color: transparent; color: #eab308; border: 1px solid #eab308; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; }
        .btn-register { background-color: #eab308; color: #1a1d24; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background-color: #252a34; height: 35px; display: flex; align-items: center; overflow: hidden; padding: 0 10px; border-bottom: 1px solid #2d323e; }
        .announcement i { color: #eab308; margin-right: 10px; }
        .scrolling-text { white-space: nowrap; animation: scroll 20s linear infinite; font-size: 13px; color: #cbd5e1; }
        @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .container { padding: 15px; }
        .section-title { font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; color: #f8fafc; }
        .section-title i { color: #eab308; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background-color: #252a34; border-radius: 12px; overflow: hidden; border: 1px solid #333a47; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #e2e8f0; }
        .intro-card { background: linear-gradient(135deg, #252a34 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; border: 1px solid #eab30833; margin-bottom: 25px; }
        .intro-card h1 { font-size: 20px; color: #eab308; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #94a3b8; text-align: justify; }
        .winning-list { background-color: #252a34; border-radius: 15px; padding: 15px; margin-bottom: 25px; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #333a47; font-size: 13px; }
        .winning-item:last-child { border-bottom: none; }
        .winning-user { color: #94a3b8; }
        .winning-amount { color: #22c55e; font-weight: 600; }
        .stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .stat-box { background-color: #252a34; padding: 15px 5px; border-radius: 10px; text-align: center; border: 1px solid #333a47; }
        .stat-box i { font-size: 20px; color: #eab308; margin-bottom: 5px; }
        .stat-box span { display: block; font-size: 12px; color: #94a3b8; }
        .stat-box strong { font-size: 14px; color: #ffffff; }
        .reviews { margin-bottom: 25px; }
        .review-card { background-color: #252a34; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 4px solid #eab308; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: 600; font-size: 14px; color: #f1f1f1; }
        .review-stars { color: #eab308; font-size: 12px; }
        .review-content { font-size: 13px; color: #94a3b8; font-style: italic; }
        .faq-section { background-color: #252a34; border-radius: 15px; padding: 15px; margin-bottom: 25px; }
        .faq-item { margin-bottom: 20px; }
        .faq-item h3 { font-size: 15px; color: #eab308; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #94a3b8; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background-color: #12141a; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323e; z-index: 1000; padding-bottom: env(safe-area-inset-bottom); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #94a3b8; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #eab308; }
        footer { background-color: #12141a; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323e; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #94a3b8; font-size: 13px; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { color: #eab308; font-size: 20px; }
        .footer-copy { font-size: 12px; color: #64748b; }
        .badges { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; opacity: 0.6; }
        .badges img { height: 30px; }