body { background-color: #111317; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        a { text-decoration: none; color: inherit; }
        header { background: #1a1d24; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-left { display: flex; align-items: center; }
        .header-left img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #d4af37; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; border: none; }
        .btn-login { background: transparent; color: #d4af37; border: 1px solid #d4af37; }
        .btn-register { background: linear-gradient(135deg, #d4af37, #f9e29c); color: #111317; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3a3f4b; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #d4af37; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(212,175,55,0.6); }
        .jackpot-amount span { color: #d4af37; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; 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: 0 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2c313c; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 18px; margin: 0 0 10px 0; color: #d4af37; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #a0a0a0; margin: 0; }
        .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 15px; }
        .feature-item { background: #1a1d24; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2c313c; }
        .feature-item i { font-size: 24px; color: #d4af37; margin-bottom: 8px; }
        .feature-item span { display: block; font-size: 12px; font-weight: 600; }
        .guidelines { padding: 15px; }
        .guideline-card { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; display: flex; align-items: center; gap: 15px; border: 1px solid #2c313c; }
        .guideline-icon { background: rgba(212,175,55,0.1); width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #d4af37; flex-shrink: 0; }
        .guideline-text h3 { margin: 0; font-size: 15px; }
        .guideline-text p { margin: 3px 0 0; font-size: 12px; color: #a0a0a0; }
        .winners-box { margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; border: 1px solid #2c313c; }
        .winners-header { padding: 10px 15px; background: #2c313c; font-size: 14px; font-weight: 600; display: flex; justify-content: space-between; }
        .winners-list { max-height: 250px; overflow-y: auto; }
        .winner-item { padding: 10px 15px; border-bottom: 1px solid #2c313c; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-amount { color: #4caf50; font-weight: 600; }
        .comment-grid { padding: 15px; display: grid; gap: 10px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2c313c; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #3a3f4b; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; }
        .user-meta h4 { margin: 0; font-size: 14px; }
        .stars { color: #d4af37; font-size: 10px; }
        .comment-text { font-size: 12px; color: #a0a0a0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 12px; padding: 15px; border: 1px solid #2c313c; }
        .faq-item h3 { margin: 0 0 10px 0; font-size: 15px; color: #d4af37; }
        .faq-item p { margin: 0; font-size: 13px; color: #a0a0a0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2c313c; z-index: 1000; }
        .nav-item { text-align: center; color: #a0a0a0; font-size: 11px; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #1a1d24; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 10px; }
        .footer-links a { font-size: 13px; color: #a0a0a0; transition: color 0.3s; }
        .footer-links a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #555; margin-top: 15px; }
        .trust-icons { display: flex; justify-content: center; gap: 20px; margin: 20px 0; opacity: 0.5; font-size: 24px; }