body { background-color: #121418; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; margin: 0; padding-bottom: 70px; }
        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); }
        .logo-box { display: flex; align-items: center; text-decoration: none; color: #fff; }
        .logo-box img { width: 25px; height: 25px; margin-right: 8px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; }
        .header-btns { display: flex; gap: 8px; }
        .btn { border: none; padding: 8px 16px; border-radius: 20px; font-weight: 600; cursor: pointer; transition: 0.3s; font-size: 14px; text-decoration: none; display: inline-block; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #d4af37; }
        .btn-reg { background: linear-gradient(135deg, #d4af37, #f9e29f); color: #000; }
        .banner { width: 100%; display: block; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .container { padding: 15px; }
        .jackpot-card { background: linear-gradient(45deg, #2c313a, #1a1d24); border: 1px solid #3e4451; border-radius: 12px; padding: 20px; text-align: center; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .jackpot-card h2 { color: #d4af37; margin: 0 0 10px 0; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; 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; 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: #1e222b; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; border: 1px solid #2a2f3a; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; font-size: 13px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1e222b; border-radius: 15px; padding: 20px; margin-bottom: 25px; line-height: 1.6; border: 1px solid #2a2f3a; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin-bottom: 12px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b3b8; margin: 0; }
        .guideline-section { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; border-radius: 10px; padding: 15px; display: flex; align-items: center; border: 1px solid #2a2f3a; }
        .guide-item i { font-size: 24px; color: #d4af37; margin-right: 15px; width: 30px; text-align: center; }
        .guide-item span { font-size: 14px; font-weight: 500; }
        .winners-box { background: #1a1d24; border-radius: 12px; padding: 15px; max-height: 250px; overflow-y: auto; border: 1px solid #2a2f3a; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2f3a; font-size: 13px; }
        .winner-row span:first-child { color: #b0b3b8; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 0; flex-wrap: wrap; gap: 15px; opacity: 0.7; }
        .trust-badges i { font-size: 30px; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1e222b; border-radius: 12px; padding: 15px; border-left: 4px solid #d4af37; }
        .comment-user { display: flex; align-items: center; margin-bottom: 8px; gap: 10px; }
        .comment-user span { font-weight: 600; font-size: 14px; }
        .comment-stars { color: #ffc107; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1e222b; border-radius: 8px; padding: 15px; margin-bottom: 10px; border: 1px solid #2a2f3a; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin: 0 0 10px 0; }
        .faq-item p { font-size: 14px; color: #b0b3b8; line-height: 1.5; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); z-index: 1000; }
        .nav-item { text-align: center; text-decoration: none; color: #b0b3b8; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0d0f12; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2f3a; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #b0b3b8; text-decoration: none; font-size: 13px; }
        .copyright { font-size: 12px; color: #666; margin-top: 20px; }