body { background-color: #1a1d24; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding-bottom: 70px; }
        header { background: #252932; 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); }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #fff; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 20px; border: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        .btn-login { background: #3d4351; color: #fff; }
        .btn-register { background: linear-gradient(180deg, #ffca28, #f57c00); color: #000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .section-title { padding: 15px; display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: bold; }
        .section-title i { color: #ffca28; }
        .jackpot-container { margin: 15px; background: linear-gradient(135deg, #2c313c 0%, #1a1d24 100%); border-radius: 12px; padding: 20px; border: 1px solid #444; text-align: center; box-shadow: inset 0 0 20px rgba(255,202,40,0.1); }
        .jackpot-label { color: #ffca28; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255,202,40,0.5); font-family: 'Courier New', monospace; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: #fff; transition: 0.3s; border: 1px solid #333; }
        .game-card img { width: 100%; 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 { margin: 15px; background: #252932; border-radius: 15px; padding: 20px; border-left: 4px solid #ffca28; }
        .intro-card h1 { font-size: 20px; margin-top: 0; color: #ffca28; line-height: 1.3; }
        .intro-card p { font-size: 14px; line-height: 1.6; color: #ccc; margin-bottom: 0; }
        .trust-badges { display: flex; justify-content: space-around; padding: 20px 15px; flex-wrap: wrap; gap: 15px; }
        .badge-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; gap: 5px; }
        .badge-item i { font-size: 24px; color: #ffca28; }
        .guidelines { margin: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #252932; padding: 12px 15px; border-radius: 10px; display: flex; align-items: center; gap: 12px; font-size: 14px; }
        .guide-item i { color: #4caf50; }
        .winners-list { margin: 15px; background: #252932; border-radius: 12px; overflow: hidden; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid #333; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-user { color: #ffca28; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .comments { margin: 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 12px; border: 1px solid #333; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }
        .stars { color: #ffca28; }
        .comment-body { font-size: 13px; color: #bbb; line-height: 1.4; }
        .faq-section { margin: 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #333; color: #ffca28; }
        .faq-answer { padding: 15px; font-size: 13px; color: #ccc; line-height: 1.5; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #252932; 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; text-decoration: none; color: #888; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        footer { background: #15181e; padding: 30px 15px 100px; text-align: center; font-size: 13px; color: #888; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 20px; }
        .footer-links a { color: #bbb; text-decoration: none; }
        .copyright { margin-top: 20px; border-top: 1px solid #333; padding-top: 20px; }