body { background-color: #0f1218; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); display: flex; justify-content: space-between; align-items: center; }
        .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; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffc107; border: 1px solid #ffc107; }
        .btn-register { background: linear-gradient(135deg, #ffc107, #ff9800); color: #000; }
        .btn:active { transform: scale(0.95); }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .announcement { background: #1a1d24; padding: 8px 15px; display: flex; align-items: center; border-bottom: 1px solid #2a2e38; }
        .announcement i { color: #ffc107; margin-right: 10px; }
        .scrolling-text { white-space: nowrap; overflow: hidden; position: relative; flex: 1; }
        .scrolling-text p { display: inline-block; padding-left: 100%; animation: scroll 20s linear infinite; margin: 0; font-size: 13px; color: #bbb; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #ffc107; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 4px 6px rgba(0,0,0,0.3); transition: translateY -3s; }
        .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; font-weight: 500; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffc107; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px; color: #ffc107; }
        .intro-card p { font-size: 14px; margin: 0; color: #ccc; }
        .vip-features { display: flex; overflow-x: auto; gap: 10px; padding: 10px 15px; scrollbar-width: none; }
        .vip-box { flex: 0 0 120px; background: linear-gradient(135deg, #2a2e38, #1a1d24); padding: 15px; border-radius: 12px; text-align: center; }
        .vip-box i { font-size: 24px; color: #ffc107; margin-bottom: 8px; }
        .vip-box span { font-size: 12px; display: block; }
        .winner-list { background: #1a1d24; margin: 15px; border-radius: 15px; overflow: hidden; }
        .winner-header { background: #2a2e38; padding: 10px 15px; font-weight: 600; display: flex; justify-content: space-between; font-size: 14px; }
        .winner-scroll { height: 200px; overflow-y: auto; padding: 0 15px; }
        .winner-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .winner-user { color: #aaa; }
        .winner-amount { color: #4caf50; font-weight: 600; }
        .provider-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; padding: 20px; opacity: 0.6; }
        .provider-row i { font-size: 30px; }
        .reviews { padding: 15px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; }
        .review-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
        .review-name { font-weight: 600; color: #ffc107; font-size: 14px; }
        .review-stars { color: #ffc107; font-size: 12px; }
        .review-text { font-size: 13px; color: #bbb; }
        .faq { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbb; display: block; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-decoration: none; color: #aaa; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #ffc107; }
        footer { background: #0f1218; padding: 20px 15px 100px; text-align: center; border-top: 1px solid #2a2e38; }
        .footer-row { margin-bottom: 15px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .footer-row a { color: #aaa; text-decoration: none; font-size: 13px; }
        .copyright { color: #666; font-size: 12px; margin-top: 10px; }