body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        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; border-bottom: 1px solid #2d323e; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #00ffcc; }
        .header-right { display: flex; gap: 10px; }
        .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: #ffffff; border: 1px solid #00ffcc; }
        .btn-register { background: linear-gradient(135deg, #00ffcc, #00a86b); color: #000; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; display: block; cursor: pointer; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .section-title { padding: 20px 15px 10px; font-size: 18px; color: #ffd700; display: flex; align-items: center; gap: 8px; }
        .jackpot-container { margin: 15px; background: linear-gradient(135deg, #2c3e50, #000); border-radius: 12px; padding: 20px; text-align: center; border: 1px solid #ffd700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-label { font-size: 14px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; margin: 10px 0; font-family: monospace; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323e; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; text-align: center; font-size: 13px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { margin: 15px; padding: 20px; background: #1a1d24; border-radius: 15px; border-left: 4px solid #00ffcc; }
        .intro-card h1 { font-size: 18px; margin-bottom: 10px; color: #00ffcc; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; border: 1px solid #2d323e; }
        .guide-item h3 { font-size: 15px; color: #00ffcc; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #b0b3b8; margin: 0; }
        .winners-list { margin: 15px; background: #1a1d24; border-radius: 12px; height: 200px; overflow-y: auto; padding: 10px; border: 1px solid #2d323e; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px; font-size: 12px; border-bottom: 1px solid #2d323e; }
        .winner-row span:last-child { color: #ffd700; font-weight: bold; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; filter: grayscale(1); opacity: 0.6; }
        .trust-badges i { font-size: 30px; }
        .comments { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #2d323e; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; border-radius: 50%; background: #2d323e; display: flex; align-items: center; justify-content: center; font-size: 12px; }
        .comment-text { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; color: #00ffcc; border-bottom: 1px solid #2d323e; }
        .faq-answer { padding: 15px; font-size: 13px; color: #b0b3b8; background: #15181e; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2d323e; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #b0b3b8; }
        .nav-item i { font-size: 18px; color: #00ffcc; }
        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { font-size: 13px; color: #b0b3b8; }
        .copyright { font-size: 12px; color: #666; border-top: 1px solid #2d323e; padding-top: 20px; }