body { margin: 0; padding: 0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1115; color: #ffffff; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323d; }
        .header-left { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; }
        .header-right { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 14px; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background-color: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37 0%, #f9e1a0 100%); color: #1a1d24; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; cursor: pointer; display: block; }
        .banner img { width: 100%; aspect-ratio: 2/1; display: block; object-fit: cover; }
        .announcement { background: #23272f; padding: 8px 15px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: #d1d5db; overflow: hidden; }
        .announcement i { color: #d4af37; }
        .marquee { white-space: nowrap; animation: scroll 20s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #f3f4f6; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1e222a; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #2d323d; transition: background 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card .title { padding: 10px; font-size: 14px; color: #e5e7eb; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; padding: 25px 20px; background: linear-gradient(145deg, #1a1d24 0%, #111318 100%); border-radius: 16px; border: 1px solid #2d323d; text-align: center; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 15px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #9ca3af; margin: 0; }
        .trust-elements { display: flex; justify-content: space-around; padding: 20px 15px; background: #1a1d24; margin: 15px 0; border-top: 1px solid #2d323d; border-bottom: 1px solid #2d323d; }
        .trust-item { text-align: center; font-size: 12px; color: #9ca3af; }
        .trust-item i { display: block; font-size: 24px; color: #d4af37; margin-bottom: 5px; }
        .winnings-container { margin: 15px; background: #1a1d24; border-radius: 12px; padding: 15px; height: 150px; overflow: hidden; border: 1px solid #2d323d; }
        .winnings-list { animation: slideUp 40s linear infinite; }
        @keyframes slideUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
        .winning-item { display: flex; justify-content: space-between; font-size: 13px; padding: 5px 0; border-bottom: 1px solid #23272f; }
        .winning-user { color: #9ca3af; }
        .winning-amount { color: #10b981; font-weight: bold; }
        .payments { display: flex; justify-content: center; gap: 20px; padding: 20px; flex-wrap: wrap; opacity: 0.7; filter: grayscale(1); }
        .payments i { font-size: 30px; }
        .reviews { padding: 15px; }
        .review-card { background: #1e222a; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323d; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .review-name { font-weight: bold; color: #d4af37; font-size: 14px; }
        .review-stars { color: #fbbf24; font-size: 12px; }
        .review-text { font-size: 13px; color: #d1d5db; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 8px; border: 1px solid #2d323d; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #f3f4f6; cursor: pointer; border-bottom: 1px solid #23272f; }
        .faq-answer { padding: 15px; font-size: 13px; color: #9ca3af; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; border-top: 1px solid #2d323d; display: flex; justify-content: space-around; padding: 10px 0; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; text-align: center; color: #9ca3af; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(1) { color: #d4af37; }
        footer { background: #0f1115; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-link { color: #9ca3af; text-decoration: none; font-size: 13px; }
        .copyright { color: #4b5563; font-size: 12px; margin-top: 15px; }