body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0d0f14; color: #e0e0e0; margin: 0; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: #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; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #00d26a; }
        .header-btns { display: flex; gap: 8px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #00d26a; border: 1px solid #00d26a; }
        .btn-register { background: linear-gradient(135deg, #00d26a, #00a854); color: #fff; }
        .banner { width: 100%; cursor: pointer; display: block; }
        .banner img { width: 100%; aspect-ratio: 2/1; display: block; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a0b4d 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #4a1d8a; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: bold; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); margin: 10px 0; }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; display: flex; align-items: center; gap: 8px; color: #00d26a; }
        .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 img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; 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 #00d26a; }
        .intro-card h1 { font-size: 18px; margin: 0 0 10px; color: #00d26a; line-height: 1.4; }
        .intro-card p { font-size: 14px; line-height: 1.6; color: #b0b0b0; margin: 0; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323d; }
        .guide-item h3 { margin: 0 0 8px; font-size: 16px; color: #ffd700; }
        .guide-item p { margin: 0; font-size: 13px; color: #b0b0b0; }
        .winning-ticker { margin: 15px; background: #1a1d24; border-radius: 15px; overflow: hidden; border: 1px solid #2d323d; }
        .ticker-header { background: #2d323d; padding: 10px 15px; font-size: 14px; font-weight: bold; }
        .ticker-list { height: 200px; overflow-y: auto; padding: 10px 15px; }
        .ticker-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 12px; }
        .winner-name { color: #00d26a; }
        .winner-amount { color: #ffd700; font-weight: bold; }
        .trust-badges { padding: 20px 15px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 15px; background: #0d0f14; }
        .badge { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 11px; color: #888; }
        .badge i { font-size: 24px; color: #00d26a; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2d323d; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #00d26a; }
        .user-meta { font-size: 13px; }
        .stars { color: #ffd700; font-size: 10px; }
        .comment-text { font-size: 13px; color: #b0b0b0; line-height: 1.5; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; color: #00d26a; cursor: pointer; display: flex; justify-content: space-between; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b0b0; line-height: 1.6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323d; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-align: center; color: #888; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #00d26a; }
        footer { padding: 30px 15px 100px; background: #111; text-align: center; border-top: 1px solid #222; }
        .footer-row { margin-bottom: 20px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; font-size: 13px; color: #888; }
        .footer-copy { font-size: 12px; color: #555; margin-top: 15px; }