body { background-color: #0f1218; color: #e0e0e0; 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: linear-gradient(180deg, #1a1d24 0%, #0f1218 100%); padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; object-fit: contain; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #fff; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; transition: 0.3s; border: none; }
        .btn-login { background: transparent; color: #fff; border: 1px solid #3d424d; }
        .btn-register { background: linear-gradient(90deg, #ffd700, #ffae00); color: #000; }
        main { max-width: 1200px; margin: 0 auto; padding-bottom: 80px; }
        .banner { width: 100%; cursor: pointer; display: block; }
        .banner img { width: 100%; aspect-ratio: 2/1; object-fit: cover; display: block; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #b8860b; }
        .jackpot-title { color: #ffd700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 28px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255,215,0,0.5); }
        .section-title { padding: 15px 15px 5px; font-size: 18px; color: #fff; display: flex; align-items: center; gap: 8px; }
        .section-title i { color: #ffd700; }
        .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 #2a2e37; transition: 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 8px; text-align: center; }
        .game-title { font-size: 12px; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .intro-card { background: #1a1d24; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #ffd700; }
        .intro-card h1 { font-size: 20px; color: #fff; margin: 0 0 10px 0; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #aaa; margin: 0; }
        .guidelines { padding: 15px; display: grid; grid-template-columns: 1fr; gap: 10px; }
        .guide-item { background: #22262f; padding: 15px; border-radius: 10px; display: flex; align-items: flex-start; gap: 12px; }
        .guide-item i { color: #ffd700; font-size: 20px; margin-top: 3px; }
        .guide-text h3 { margin: 0 0 5px 0; font-size: 15px; color: #fff; }
        .guide-text p { margin: 0; font-size: 13px; color: #999; }
        .winners-box { background: #1a1d24; margin: 15px; border-radius: 15px; padding: 15px; max-height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2a2e37; font-size: 13px; }
        .winner-row span:first-child { color: #ffd700; }
        .winner-row span:last-child { color: #4caf50; font-weight: bold; }
        .pro-elements { padding: 20px 15px; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; background: #0b0d11; margin-top: 20px; }
        .pro-item { text-align: center; color: #666; font-size: 24px; }
        .pro-item span { display: block; font-size: 10px; text-transform: uppercase; margin-top: 5px; }
        .comments-section { padding: 15px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 15px; margin-bottom: 15px; border-bottom: 2px solid #2a2e37; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-user i { font-size: 30px; color: #3d424d; }
        .user-meta { font-size: 13px; }
        .user-meta .name { color: #fff; font-weight: 600; display: block; }
        .user-meta .stars { color: #ffd700; font-size: 11px; }
        .comment-text { font-size: 13px; color: #bbb; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1a1d24; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; border-bottom: 1px solid #2a2e37; }
        .faq-answer { padding: 15px; font-size: 13px; color: #999; 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 #2a2e37; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #888; font-size: 11px; gap: 4px; flex: 1; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #ffd700; }
        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e37; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-bottom: 15px; }
        .footer-links a { font-size: 13px; color: #888; }
        .footer-links a:hover { color: #ffd700; }
        .copyright { font-size: 11px; color: #555; margin-top: 20px; }