* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.5; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; 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: #d4af37; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { padding: 6px 16px; border-radius: 20px; border: 1px solid #d4af37; color: #d4af37; font-size: 14px; background: transparent; cursor: pointer; }
        .btn-register { padding: 6px 16px; border-radius: 20px; background: linear-gradient(135deg, #d4af37, #f1c40f); color: #000; font-size: 14px; font-weight: bold; border: none; cursor: pointer; }
        main { padding: 10px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 20px; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(180deg, #252830 0%, #1a1d24 100%); border: 1px solid #d4af37; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .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: #ffffff; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .section-title { font-size: 18px; margin: 20px 0 15px; display: flex; align-items: center; gap: 8px; border-left: 4px solid #d4af37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info p { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; border-radius: 15px; padding: 20px; border: 1px solid #2d323d; margin-bottom: 25px; border-top: 3px solid #d4af37; }
        .intro-card h1 { font-size: 20px; margin-bottom: 12px; color: #d4af37; }
        .intro-card p { font-size: 14px; color: #ccc; line-height: 1.6; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; gap: 15px; align-items: flex-start; }
        .guide-item i { font-size: 24px; color: #d4af37; }
        .guide-content h3 { font-size: 16px; margin-bottom: 5px; }
        .guide-content p { font-size: 13px; color: #aaa; }
        .winning-list { background: #1a1d24; border-radius: 12px; padding: 15px; height: 200px; overflow-y: auto; border: 1px solid #2d323d; margin-bottom: 25px; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .win-user { color: #d4af37; }
        .win-amount { color: #2ecc71; font-weight: bold; }
        .casino-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .feature-box { background: #1a1d24; padding: 10px; border-radius: 8px; text-align: center; border: 1px solid #2d323d; }
        .feature-box i { font-size: 20px; color: #d4af37; margin-bottom: 5px; }
        .feature-box span { font-size: 11px; display: block; }
        .comments-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border-left: 3px solid #d4af37; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #2d323d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
        .rating { color: #f1c40f; font-size: 12px; }
        .comment-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1a1d24; border-radius: 8px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .faq-question { font-weight: bold; font-size: 15px; color: #d4af37; margin-bottom: 8px; display: block; }
        .faq-answer { font-size: 14px; color: #ccc; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #8a8d91; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #1a1d24; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #8a8d91; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-social a { font-size: 20px; color: #d4af37; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; }