* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0f1218; 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: #1a1d24; 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 #2d323d; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #f3c300; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #f3c300; color: #f3c300; padding: 5px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #f3c300 0%, #d4a000 100%); border: none; color: #000; padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; padding: 10px; display: flex; align-items: center; gap: 10px; font-size: 13px; border-bottom: 1px solid #2d323d; }
        .announcement i { color: #f3c300; }
        .marquee { overflow: hidden; white-space: nowrap; width: 100%; }
        .marquee p { display: inline-block; animation: scroll 20s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .section-title { padding: 20px 15px 10px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #f3c300; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px 20px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; 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; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #2d323d; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #f3c300; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b8c1; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; background: #161920; margin: 10px 0; }
        .badge-item { text-align: center; font-size: 11px; color: #8a94a6; }
        .badge-item i { display: block; font-size: 24px; color: #f3c300; margin-bottom: 5px; }
        .winning-list { background: #1a1d24; margin: 0 15px 20px; border-radius: 12px; padding: 10px; height: 200px; overflow-y: auto; border: 1px solid #2d323d; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 5px; font-size: 12px; border-bottom: 1px solid #262a33; }
        .winning-item span:last-child { color: #4caf50; font-weight: bold; }
        .features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px 20px; }
        .feature-box { background: #1a1d24; padding: 15px; border-radius: 10px; border-left: 3px solid #f3c300; }
        .feature-box h3 { font-size: 14px; margin-bottom: 5px; color: #f3c300; }
        .feature-box p { font-size: 12px; color: #8a94a6; }
        .reviews { padding: 0 15px 20px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-name { font-weight: bold; font-size: 14px; color: #f3c300; }
        .review-stars { color: #f3c300; font-size: 12px; }
        .review-content { font-size: 13px; color: #b0b8c1; font-style: italic; }
        .faq-section { padding: 0 15px 20px; }
        .faq-item { background: #1a1d24; padding: 15px; border-radius: 10px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .faq-item h3 { font-size: 15px; color: #f3c300; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #b0b8c1; }
        .navigator { position: fixed; bottom: 0; width: 100%; height: 65px; background: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #8a94a6; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item.active { color: #f3c300; }
        footer { background: #161920; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #8a94a6; }
        .footer-bottom { font-size: 12px; color: #5d6778; margin-top: 15px; }
        .stats-bar { background: linear-gradient(90deg, #1a1d24 0%, #252a35 100%); padding: 15px; margin: 15px; border-radius: 10px; display: flex; justify-content: space-between; text-align: center; }
        .stat-val { display: block; font-size: 18px; font-weight: bold; color: #f3c300; }
        .stat-lbl { font-size: 10px; color: #8a94a6; text-transform: uppercase; }