* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1116; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; padding-bottom: 70px; }
        header { background: linear-gradient(180deg, #1e222b 0%, #13161d 100%); padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; 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; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(180deg, #d4af37 0%, #b38f29 100%); color: #000; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 10px; display: block; aspect-ratio: 2/1; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; border-radius: 8px; padding: 8px 12px; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; border: 1px solid #2d323e; }
        .announcement i { color: #d4af37; }
        .scrolling-text { overflow: hidden; white-space: nowrap; font-size: 13px; color: #aaa; flex: 1; }
        .scrolling-content { display: inline-block; animation: scroll 20s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .section-title { font-size: 18px; color: #fff; margin: 20px 0 12px; display: flex; align-items: center; gap: 8px; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #d4af37; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; transition: 0.3s; border: 1px solid #2d323e; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-info span { font-size: 13px; color: #ddd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
        .intro-card { background: linear-gradient(135deg, #1a1d24 0%, #13161d 100%); border-radius: 15px; padding: 20px; margin: 25px 0; border: 1px solid #d4af3733; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #aaa; text-align: justify; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; border: 1px solid #2d323e; }
        .winning-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #252932; }
        .winning-item:last-child { border-bottom: none; }
        .win-user { font-size: 13px; display: flex; align-items: center; gap: 5px; }
        .win-user i { color: #d4af37; font-size: 10px; }
        .win-amount { color: #4caf50; font-weight: bold; font-size: 14px; }
        .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
        .feature-item { text-align: center; background: #1a1d24; padding: 12px; border-radius: 10px; border: 1px solid #2d323e; }
        .feature-item i { font-size: 20px; color: #d4af37; margin-bottom: 5px; display: block; }
        .feature-item span { font-size: 11px; color: #ddd; }
        .reviews { margin-top: 25px; }
        .review-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-user { font-weight: 600; color: #fff; font-size: 14px; }
        .review-stars { color: #ffc107; font-size: 12px; }
        .review-content { font-size: 13px; color: #aaa; font-style: italic; }
        .faq-section { margin-top: 30px; }
        .faq-item { background: #1a1d24; border-radius: 10px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323e; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #aaa; text-align: justify; }
        .navigator { 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; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #888; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { color: #d4af37; font-size: 20px; }
        .copyright { color: #555; font-size: 12px; border-top: 1px solid #1a1d24; padding-top: 15px; }