* {box-sizing: border-box; margin: 0; padding: 0;}
        body {background-color: #0f1216; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px;}
        header {background-color: #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: #ffd700;}
        .header-right {display: flex; gap: 10px;}
        .btn {padding: 6px 15px; border-radius: 20px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: transform 0.2s;}
        .btn-login {background-color: transparent; color: #ffd700; border: 1px solid #ffd700;}
        .btn-register {background-color: #ffd700; color: #000;}
        .btn:active {transform: scale(0.95);}
        .banner {width: 100%; display: block; aspect-ratio: 2/1; cursor: pointer;}
        .banner img {width: 100%; height: 100%; object-fit: cover;}
        .container {padding: 15px;}
        .section-title {font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; color: #ffd700;}
        .jackpot-card {background: linear-gradient(135deg, #b8860b, #ffd700, #b8860b); padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);}
        .jackpot-label {color: #000; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: 1px;}
        .jackpot-amount {font-size: 28px; font-weight: 900; color: #1a1d24; margin: 5px 0;}
        .game-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 25px;}
        .game-card {background-color: #1a1d24; border-radius: 10px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2d323d; transition: background 0.3s;}
        .game-card:hover {background-color: #252a34;}
        .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-color: #1a1d24; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; margin-bottom: 25px;}
        .intro-card h1 {font-size: 20px; color: #ffd700; margin-bottom: 10px;}
        .intro-card p {font-size: 14px; color: #adb5bd;}
        .guidelines {display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px;}
        .guide-item {background-color: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: center; gap: 15px;}
        .guide-icon {width: 40px; height: 40px; background-color: rgba(255, 215, 0, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffd700; font-size: 18px;}
        .guide-text h3 {font-size: 15px; margin-bottom: 2px;}
        .guide-text p {font-size: 12px; color: #adb5bd;}
        .winning-records {background-color: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 25px; max-height: 300px; overflow-y: auto;}
        .winning-item {display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px;}
        .winner-name {color: #ffd700;}
        .winner-amount {color: #00c853; font-weight: bold;}
        .trust-badges {display: flex; justify-content: space-around; padding: 20px 0; opacity: 0.7; filter: grayscale(1);}
        .trust-badges i {font-size: 24px;}
        .comments {margin-bottom: 25px;}
        .comment-item {background-color: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px;}
        .comment-user {display: flex; align-items: center; gap: 10px; margin-bottom: 8px;}
        .comment-user i {font-size: 20px; color: #adb5bd;}
        .comment-user .stars {color: #ffd700; font-size: 12px;}
        .comment-text {font-size: 13px; color: #adb5bd;}
        .faq-section {margin-bottom: 25px;}
        .faq-item {margin-bottom: 10px;}
        .faq-item h3 {background-color: #1a1d24; padding: 12px; border-radius: 8px; font-size: 14px; cursor: pointer; color: #ffd700;}
        .faq-item p {padding: 12px; font-size: 13px; color: #adb5bd; background-color: #0c0e12; border-radius: 0 0 8px 8px;}
        .navigator {position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background-color: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000;}
        .nav-item {text-decoration: none; color: #adb5bd; display: flex; flex-direction: column; align-items: center; font-size: 11px;}
        .nav-item i {font-size: 18px; margin-bottom: 4px;}
        .nav-item.active {color: #ffd700;}
        footer {background-color: #1a1d24; padding: 30px 15px 80px; 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 {color: #adb5bd; text-decoration: none; font-size: 13px;}
        .copyright {font-size: 12px; color: #6c757d;}
        ::-webkit-scrollbar {width: 0px;}