* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0f1218; color: #ffffff; 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%; height: auto; display: block; }
        header { background: #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; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login { background: transparent; border: 1px solid #d4af37; color: #d4af37; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #ffd700, #d4af37); color: #000; border: none; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 15px; background: linear-gradient(45deg, #1a1d24, #2d323d); border-radius: 12px; padding: 20px; text-align: center; border: 1px solid #d4af37; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .section-title { margin: 20px 15px 10px; font-size: 18px; display: flex; align-items: center; gap: 8px; 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 #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h4 { font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ccc; }
        .intro-card { margin: 20px 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 18px; color: #d4af37; margin-bottom: 10px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #aaa; text-align: justify; }
        .guideline-grid { display: grid; grid-template-columns: 1fr; gap: 10px; padding: 0 15px; }
        .guideline-item { background: #1a1d24; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guideline-item i { color: #d4af37; font-size: 20px; margin-top: 3px; }
        .guideline-item h3 { font-size: 15px; margin-bottom: 5px; }
        .guideline-item p { font-size: 13px; color: #888; }
        .winner-list { margin: 20px 15px; background: #1a1d24; border-radius: 12px; height: 250px; overflow-y: auto; padding: 10px; border: 1px solid #2d323d; }
        .winner-item { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-item span:first-child { color: #888; }
        .winner-item span:last-child { color: #00c853; font-weight: bold; }
        .trust-elements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 15px; margin: 20px 0; text-align: center; }
        .trust-box { font-size: 11px; color: #888; }
        .trust-box i { font-size: 24px; color: #d4af37; margin-bottom: 5px; display: block; }
        .reviews-container { padding: 0 15px; display: flex; flex-direction: column; gap: 12px; }
        .review-card { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-avatar { width: 40px; height: 40px; border-radius: 50%; background: #2d323d; display: flex; align-items: center; justify-content: center; color: #d4af37; }
        .review-meta h5 { font-size: 14px; }
        .review-stars { color: #ffc107; font-size: 10px; }
        .review-content { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 0 15px; margin-bottom: 20px; }
        .faq-item { margin-bottom: 15px; background: #1a1d24; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #d4af37; margin-bottom: 8px; display: flex; gap: 8px; }
        .faq-item p { font-size: 13px; color: #aaa; text-align: justify; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #1a1d24; 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; font-size: 11px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #d4af37; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #1a1d24; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #888; font-size: 13px; }
        .footer-contact { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; font-size: 20px; color: #d4af37; }
        .footer-copy { color: #555; font-size: 12px; }