body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; margin: 0; padding-bottom: 70px; line-height: 1.6; }
        header { background-color: #12141a; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; 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: #ffd700; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: bold; cursor: pointer; text-decoration: none; border: none; transition: 0.3s; }
        .btn-login { background-color: transparent; color: #ffd700; border: 1px solid #ffd700; }
        .btn-register { background-color: #ffd700; color: #000000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: linear-gradient(145deg, #2c313c, #1a1d24); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #3d4451; }
        .jackpot-title { color: #ffd700; 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,215,0,0.5); }
        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; border-left: 4px solid #ffd700; }
        .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; display: flex; flex-direction: column; box-shadow: 0 4px 6px rgba(0,0,0,0.3); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 13px; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #252932; margin: 20px 15px; padding: 20px; border-radius: 15px; border-top: 3px solid #ffd700; }
        .intro-card h1 { font-size: 20px; margin: 0 0 10px; color: #ffd700; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .guidelines { padding: 0 15px; display: grid; grid-template-columns: 1fr; gap: 10px; margin: 20px 0; }
        .guide-item { background: #1e222a; padding: 15px; border-radius: 10px; border: 1px solid #333; display: flex; align-items: center; gap: 15px; }
        .guide-item i { color: #ffd700; font-size: 24px; width: 30px; }
        .guide-text h3 { margin: 0; font-size: 15px; color: #fff; }
        .guide-text p { margin: 5px 0 0; font-size: 12px; color: #888; }
        .winners-section { margin: 20px 15px; background: #12141a; border-radius: 15px; padding: 15px; height: 300px; overflow-y: auto; border: 1px solid #333; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #222; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #ffd700; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .feature-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 15px; text-align: center; }
        .feature-item { font-size: 11px; color: #aaa; }
        .feature-item i { display: block; font-size: 20px; color: #ffd700; margin-bottom: 5px; }
        .comments-section { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 8px; }
        .user-name { font-weight: bold; font-size: 14px; }
        .stars { color: #ffd700; font-size: 12px; }
        .comment-body { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { margin-bottom: 20px; background: #1e222a; border-radius: 10px; padding: 15px; }
        .faq-question { font-weight: bold; font-size: 15px; color: #ffd700; margin-bottom: 10px; display: block; }
        .faq-answer { font-size: 13px; color: #ccc; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { text-align: center; text-decoration: none; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0d0f14; padding: 30px 15px 100px; text-align: center; font-size: 12px; border-top: 1px solid #333; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 15px; }
        .footer-links a { color: #aaa; text-decoration: none; }
        .footer-bottom { color: #666; margin-top: 15px; }