* {box-sizing: border-box; margin: 0; padding: 0;}
        body {font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1218; color: #ffffff; line-height: 1.6; padding-bottom: 70px;}
        a {text-decoration: none; color: inherit;}
        ul {list-style: none;}
        .container {width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px;}
        header {background-color: #1a1d24; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2c313a;}
        .header-box {display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 15px;}
        .logo-box {display: flex; align-items: center; gap: 8px;}
        .logo-box img {width: 25px; height: 25px; object-fit: contain;}
        .logo-box strong {font-size: 16px; font-weight: normal; color: #d4af37;}
        .header-buttons {display: flex; gap: 10px;}
        .btn {padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; transition: transform 0.2s;}
        .btn-login {background-color: transparent; border: 1px solid #d4af37; color: #d4af37;}
        .btn-register {background: linear-gradient(135deg, #d4af37, #f1c40f); color: #000;}
        .banner {width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer;}
        .banner img {width: 100%; height: 100%; object-fit: cover;}
        .jackpot-section {margin: 20px 15px; background: radial-gradient(circle, #2c313a 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #d4af37;}
        .jackpot-title {color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px;}
        .jackpot-amount {font-size: 32px; font-weight: 800; color: #ffffff; margin: 5px 0; text-shadow: 0 0 10px rgba(212,175,55,0.5);}
        .section-title {margin: 20px 15px 10px; font-size: 18px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px;}
        .game-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px;}
        .game-card {background-color: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2c313a;}
        .game-card img {width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block;}
        .game-info {padding: 8px; text-align: center;}
        .game-info h3 {font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
        .intro-card {margin: 20px 15px; padding: 20px; background-color: #1a1d24; border-radius: 15px; border: 1px solid #2c313a;}
        .intro-card h1 {font-size: 20px; color: #d4af37; margin-bottom: 12px;}
        .intro-card p {font-size: 14px; color: #a0a0a0;}
        .guidelines {display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0 15px; margin: 20px 0;}
        .guide-item {background-color: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; border-bottom: 2px solid #2c313a;}
        .guide-item i {font-size: 24px; color: #d4af37;}
        .guide-content h4 {font-size: 15px; margin-bottom: 4px;}
        .guide-content p {font-size: 12px; color: #a0a0a0;}
        .winning-records {margin: 20px 15px; background-color: #1a1d24; border-radius: 15px; padding: 15px; height: 300px; overflow-y: auto;}
        .winner-item {display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2c313a; font-size: 13px;}
        .winner-name {color: #d4af37;}
        .winner-amount {color: #27ae60; font-weight: bold;}
        .pro-elements {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 15px; text-align: center;}
        .pro-item i {font-size: 30px; color: #d4af37; margin-bottom: 8px;}
        .pro-item span {font-size: 12px; display: block;}
        .comments {padding: 0 15px; margin: 20px 0;}
        .comment-card {background-color: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px;}
        .comment-user {display: flex; align-items: center; gap: 10px; margin-bottom: 8px;}
        .user-avatar {width: 30px; height: 30px; background-color: #2c313a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px;}
        .user-stars {color: #f1c40f; font-size: 12px;}
        .comment-text {font-size: 13px; color: #a0a0a0;}
        .faq-section {padding: 0 15px; margin: 20px 0;}
        .faq-item {margin-bottom: 15px; background-color: #1a1d24; border-radius: 10px; padding: 15px;}
        .faq-q {font-weight: bold; font-size: 15px; color: #d4af37; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px;}
        .faq-a {font-size: 13px; color: #a0a0a0; padding-left: 23px;}
        .navigator {position: fixed; bottom: 0; left: 0; width: 100%; height: 60px; background-color: #1a1d24; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2c313a; z-index: 1000;}
        .nav-item {text-align: center; color: #a0a0a0;}
        .nav-item i {display: block; font-size: 18px; margin-bottom: 4px;}
        .nav-item span {font-size: 11px;}
        footer {background-color: #1a1d24; padding: 30px 15px; text-align: center; border-top: 1px solid #2c313a;}
        .footer-links {display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px;}
        .footer-links a {font-size: 13px; color: #a0a0a0;}
        .copyright {font-size: 12px; color: #666; margin-top: 15px;}