body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; margin: 0; padding: 0; line-height: 1.6; }
        header { background-color: #1a1d24; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; 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: #ffffff; }
        .logo-box img { width: 25px; height: 25px; border-radius: 5px; margin-right: 8px; }
        .logo-box strong { font-size: 16px; font-weight: normal; }
        .header-btns { display: flex; gap: 8px; }
        .btn { padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; text-decoration: none; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background-color: transparent; border: 1px solid #d4af37; color: #d4af37; }
        .btn-register { background-color: #d4af37; color: #000000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        main { padding: 15px; padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .jackpot-card { background: linear-gradient(135deg, #1e222b, #2c3440); border-radius: 15px; padding: 20px; text-align: center; margin-bottom: 20px; border: 1px solid #cfa341; }
        .jackpot-title { color: #d4af37; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #ffffff; margin: 10px 0; 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: 10px; color: #d4af37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background-color: #1a1d24; border-radius: 12px; overflow: hidden; text-decoration: none; color: #ffffff; transition: transform 0.2s; border: 1px solid #252932; }
        .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; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background-color: #1a1d24; border-radius: 15px; padding: 20px; margin-bottom: 25px; border-left: 4px solid #d4af37; }
        .intro-card h1 { font-size: 20px; color: #d4af37; margin: 0 0 10px; }
        .intro-card p { font-size: 14px; color: #a0a6b1; margin: 0; }
        .guideline-section { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 25px; }
        .guideline-card { background-color: #252932; padding: 15px; border-radius: 12px; border: 1px solid #313742; }
        .guideline-card h3 { font-size: 16px; margin: 0 0 8px; color: #d4af37; }
        .guideline-card p { font-size: 13px; color: #b0b8c4; margin: 0; }
        .winners-box { background-color: #1a1d24; border-radius: 15px; padding: 15px; height: 200px; overflow-y: hidden; position: relative; border: 1px solid #252932; }
        .winners-list { animation: scrollList 30s linear infinite; }
        @keyframes scrollList { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .winner-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #252932; font-size: 13px; }
        .winner-name { color: #d4af37; }
        .winner-prize { color: #4caf50; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; align-items: center; margin: 25px 0; filter: grayscale(1); opacity: 0.6; }
        .trust-badges i { font-size: 30px; }
        .reviews-section { margin-bottom: 25px; }
        .review-card { background-color: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #252932; }
        .review-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; }
        .stars { color: #ffc107; }
        .review-body { font-size: 13px; font-style: italic; color: #b0b8c4; }
        .faq-section { margin-bottom: 25px; }
        .faq-item { background-color: #1a1d24; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; cursor: pointer; color: #d4af37; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b8c4; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background-color: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #252932; z-index: 1000; }
        .nav-item { text-decoration: none; color: #a0a6b1; text-align: center; flex: 1; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item span { font-size: 11px; }
        footer { background-color: #1a1d24; padding: 30px 15px 100px; text-align: center; border-top: 2px solid #252932; }
        .footer-row { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
        .footer-row a { color: #a0a6b1; text-decoration: none; font-size: 13px; transition: 0.3s; }
        .footer-row a:hover { color: #d4af37; }
        .copyright { font-size: 12px; color: #646d7a; }