* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        header { background: #111419; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; 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; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #ffd700; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login, .btn-reg { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; border: 1px solid #ffd700; color: #ffd700; }
        .btn-reg { background: linear-gradient(135deg, #ffd700, #b8860b); color: #000; }
        .btn-login:active, .btn-reg:active { transform: scale(0.95); }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { margin: 15px; background: radial-gradient(circle, #3a0000 0%, #1a1d24 100%); padding: 20px; border-radius: 15px; border: 1px solid #ff4d4d; text-align: center; }
        .jackpot-title { color: #ff4d4d; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #ffd700; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { padding: 15px 15px 5px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #ffd700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.2s; position: relative; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; font-size: 12px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; background: #252932; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #ffd700; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .guide-box { background: #252932; padding: 15px; border-radius: 12px; text-align: center; }
        .guide-box i { font-size: 24px; color: #ffd700; margin-bottom: 8px; }
        .guide-box h3 { font-size: 14px; margin-bottom: 5px; }
        .winning-list { margin: 15px; background: #111419; border-radius: 15px; height: 200px; overflow-y: auto; padding: 10px; }
        .winning-item { display: flex; justify-content: space-between; padding: 8px 5px; border-bottom: 1px solid #252932; font-size: 12px; }
        .win-user { color: #aaa; }
        .win-amt { color: #4caf50; font-weight: bold; }
        .platform-features { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .feature-item { background: linear-gradient(90deg, #252932, #1a1d24); padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; }
        .feature-icon { width: 40px; height: 40px; background: #ffd700; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; font-size: 20px; }
        .comments-section { padding: 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 10px; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; border-radius: 50%; background: #444; display: flex; align-items: center; justify-content: center; font-size: 12px; }
        .user-meta h4 { font-size: 13px; }
        .stars { color: #ffd700; font-size: 10px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252932; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #ffd700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #ccc; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #111419; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; 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:nth-child(1) { color: #ffd700; }
        footer { background: #0b0d10; padding: 30px 15px 20px; text-align: center; border-top: 1px solid #252932; }
        .footer-row { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 15px; }
        .footer-row a { font-size: 13px; color: #888; }
        .copyright { font-size: 11px; color: #555; margin-top: 10px; border-top: 1px solid #252932; padding-top: 15px; }