* {box-sizing: border-box; margin: 0; padding: 0;}
        body {background-color: #0b0d10; color: #e0e0e0; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; -webkit-tap-highlight-color: transparent;}
        a {text-decoration: none; color: inherit;}
        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; object-fit: contain; border-radius: 4px;}
        .header-left strong {font-size: 16px; font-weight: normal; color: #fff;}
        .header-right {display: flex; gap: 10px;}
        .btn-login {background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600;}
        .btn-register {background: linear-gradient(135deg, #d4af37, #f9e297); color: #000; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600;}
        .banner {width: 100%; aspect-ratio: 2/1; overflow: hidden; display: block;}
        .banner img {width: 100%; height: 100%; object-fit: cover; cursor: pointer;}
        .jackpot-container {background: radial-gradient(circle at center, #2d1b4d, #1a1d24); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #4a3475; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.5);}
        .jackpot-title {color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px;}
        .jackpot-amount {font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(212,175,55,0.6);}
        .section-title {padding: 15px 15px 5px; font-size: 18px; color: #fff; 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-color: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s;}
        .game-card:active {transform: scale(0.96);}
        .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; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
        .intro-card {margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #d4af37;}
        .intro-card h1 {font-size: 20px; color: #fff; margin-bottom: 12px; line-height: 1.3;}
        .intro-card p {font-size: 14px; color: #a0a0a0;}
        .guidelines-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px 15px;}
        .guide-item {background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center;}
        .guide-item i {font-size: 24px; color: #d4af37; margin-bottom: 8px; display: block;}
        .guide-item h3 {font-size: 14px; color: #fff; margin-bottom: 5px;}
        .guide-item p {font-size: 12px; color: #888;}
        .winning-ticker {margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; height: 200px; border: 1px solid #2d323d;}
        .ticker-header {padding: 10px 15px; background: #252a33; border-bottom: 1px solid #2d323d; font-size: 14px; font-weight: bold; color: #d4af37;}
        .ticker-list {height: 160px; overflow-y: auto;}
        .ticker-item {padding: 8px 15px; display: flex; justify-content: space-between; font-size: 13px; border-bottom: 1px solid #21252d;}
        .ticker-item span:first-child {color: #bbb;}
        .ticker-item span:last-child {color: #4caf50; font-weight: 600;}
        .trust-badges {display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 15px; margin-bottom: 10px;}
        .badge-item {text-align: center;}
        .badge-item i {font-size: 20px; color: #d4af37;}
        .badge-item span {display: block; font-size: 11px; margin-top: 5px; color: #aaa;}
        .comment-section {padding: 15px; display: flex; flex-direction: column; gap: 12px;}
        .comment-card {background: #1a1d24; padding: 15px; border-radius: 12px; position: relative;}
        .comment-header {display: flex; align-items: center; gap: 10px; margin-bottom: 8px;}
        .comment-avatar {width: 35px; height: 35px; border-radius: 50%; background: #343a40; display: flex; align-items: center; justify-content: center; font-weight: bold; color: #d4af37;}
        .comment-user {font-size: 14px; font-weight: bold; color: #fff;}
        .comment-rating {color: #ffc107; font-size: 12px;}
        .comment-text {font-size: 13px; color: #aaa;}
        .faq-section {padding: 15px;}
        .faq-item {background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden;}
        .faq-question {padding: 15px; font-size: 14px; font-weight: 600; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2d323d;}
        .faq-answer {padding: 15px; font-size: 13px; color: #888; background: #16191f;}
        .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 #2d323d; z-index: 1000;}
        .nav-item {display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888;}
        .nav-item i {font-size: 18px;}
        .nav-item span {font-size: 11px;}
        .nav-item.active {color: #d4af37;}
        footer {background: #0b0d10; padding: 30px 15px 20px; border-top: 1px solid #1a1d24; text-align: center;}
        .footer-links {display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px;}
        .footer-links a {font-size: 13px; color: #666;}
        .footer-socials {display: flex; justify-content: center; gap: 20px; margin-bottom: 20px;}
        .footer-socials a {font-size: 18px; color: #aaa;}
        .copyright {font-size: 12px; color: #444; border-top: 1px solid #1a1d24; padding-top: 15px;}
        ::-webkit-scrollbar {width: 0px;}