* {box-sizing: border-box; margin: 0; padding: 0;}
        body {background-color: #0f1218; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px;}
        a {text-decoration: none; color: inherit;}
        img {max-width: 100%; display: block;}
        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 #2a2e38;}
        .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: #fff;}
        .header-right {display: flex; gap: 10px;}
        .btn {padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; transition: 0.3s;}
        .btn-login {background-color: transparent; color: #fff; border: 1px solid #ffcc00;}
        .btn-register {background-color: #ffcc00; color: #000;}
        .banner {width: 100%; cursor: pointer;}
        .banner img {aspect-ratio: 2/1; object-fit: cover; width: 100%;}
        .main-container {padding: 15px;}
        .section-title {font-size: 18px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; color: #ffcc00;}
        .jackpot-card {background: linear-gradient(135deg, #2c1654, #1a1d24); padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 20px; border: 1px solid #3d2b63;}
        .jackpot-label {font-size: 14px; color: #bbb; text-transform: uppercase; letter-spacing: 1px;}
        .jackpot-amount {font-size: 28px; color: #ffcc00; font-weight: bold; margin: 5px 0;}
        .game-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px;}
        .game-card {background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2a2e38;}
        .game-card img {width: 100%; height: auto; transition: transform 0.3s;}
        .game-card:active img {transform: scale(0.95);}
        .game-info {padding: 10px; text-align: center;}
        .game-info h3 {font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
        .intro-card {background: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 20px; border: 1px solid #2a2e38;}
        .intro-card h1 {font-size: 20px; color: #ffcc00; margin-bottom: 10px; line-height: 1.3;}
        .intro-card p {font-size: 14px; color: #ccc;}
        .guideline-section {margin-bottom: 20px;}
        .guideline-list {display: grid; grid-template-columns: 1fr; gap: 10px;}
        .guideline-item {background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px;}
        .guideline-item i {color: #ffcc00; font-size: 20px;}
        .winning-list {background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 20px; max-height: 300px; overflow-y: auto;}
        .winning-item {display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2a2e38; font-size: 13px;}
        .winning-item span:first-child {color: #ffcc00;}
        .winning-item span:last-child {color: #4caf50;}
        .trust-elements {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; text-align: center;}
        .trust-item {font-size: 12px; color: #bbb;}
        .trust-item i {font-size: 24px; color: #ffcc00; display: block; margin-bottom: 5px;}
        .comment-grid {display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px;}
        .comment-card {background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 4px solid #ffcc00;}
        .comment-header {display: flex; justify-content: space-between; margin-bottom: 8px;}
        .comment-name {font-weight: bold; font-size: 14px;}
        .comment-rating {color: #ffcc00; font-size: 12px;}
        .comment-text {font-size: 13px; color: #ccc; font-style: italic;}
        .faq-section {margin-bottom: 20px;}
        .faq-item {background: #1a1d24; margin-bottom: 10px; border-radius: 12px; overflow: hidden;}
        .faq-question {padding: 15px; font-weight: 600; font-size: 14px; cursor: pointer; color: #fff; background: #2a2e38;}
        .faq-answer {padding: 15px; font-size: 13px; color: #ccc;}
        .navigator {position: fixed; bottom: 0; left: 0; width: 100%; background: #1a1d24; height: 60px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e38; z-index: 1000;}
        .nav-item {display: flex; flex-direction: column; align-items: center; color: #bbb; font-size: 11px;}
        .nav-item i {font-size: 18px; margin-bottom: 4px;}
        footer {background: #0a0c10; padding: 30px 15px 100px; text-align: center; font-size: 13px;}
        .footer-links {display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px;}
        .footer-links a {color: #bbb; transition: 0.3s;}
        .footer-links a:hover {color: #ffcc00;}
        .footer-bottom {color: #666; font-size: 11px; margin-top: 20px;}