body { background-color: #0f1218; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        header { background: linear-gradient(180deg, #1e222b 0%, #0f1218 100%); padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .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: #f3ba2f; letter-spacing: 0.5px; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background-color: transparent; color: #f3ba2f; border: 1px solid #f3ba2f; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; }
        .btn-register { background: linear-gradient(90deg, #f3ba2f 0%, #e1a31b 100%); color: #000; border: none; padding: 7px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; cursor: pointer; }
        main { max-width: 600px; margin: 0 auto; padding: 10px; }
        .banner { width: 100%; aspect-ratio: 2/1; border-radius: 12px; overflow: hidden; margin-bottom: 15px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-box { background: linear-gradient(45deg, #2a0a0a 0%, #4a0f0f 100%); border: 2px solid #f3ba2f; border-radius: 15px; padding: 15px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden; }
        .jackpot-box::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(243,186,47,0.1) 0%, transparent 70%); pointer-events: none; }
        .jackpot-title { color: #f3ba2f; font-size: 14px; text-transform: uppercase; font-weight: bold; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 2px 10px rgba(243,186,47,0.5); }
        .section-title { font-size: 18px; font-weight: 700; margin: 20px 0 15px; padding-left: 10px; border-left: 4px solid #f3ba2f; display: flex; justify-content: space-between; align-items: center; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background-color: #1e222b; border-radius: 12px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2a2e38; }
        .game-card:active { transform: scale(0.95); }
        .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: 13px; color: #e0e0e0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
        .intro-card { background: #1e222b; border-radius: 15px; padding: 20px; margin-bottom: 25px; border: 1px solid #2a2e38; line-height: 1.6; }
        .intro-card h1 { font-size: 18px; color: #f3ba2f; margin-bottom: 12px; font-weight: 700; }
        .intro-card p { font-size: 14px; color: #b0b0b0; margin: 0; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .guide-item { background: #1a1d24; padding: 15px; border-radius: 12px; display: flex; align-items: center; gap: 15px; border-left: 3px solid #f3ba2f; }
        .guide-item i { font-size: 24px; color: #f3ba2f; width: 30px; text-align: center; }
        .guide-text h3 { font-size: 15px; margin: 0 0 5px; color: #ffffff; }
        .guide-text p { font-size: 13px; margin: 0; color: #888; }
        .winners-container { background: #161920; border-radius: 15px; padding: 15px; margin-bottom: 25px; max-height: 300px; overflow-y: auto; }
        .winner-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2a2e38; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #f3ba2f; }
        .winner-amount { color: #4caf50; font-weight: bold; }
        .professional-badge { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; opacity: 0.7; }
        .professional-badge i { font-size: 30px; }
        .comment-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; }
        .comment-card { background: #1e222b; border-radius: 12px; padding: 15px; border: 1px solid #2a2e38; position: relative; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 35px; height: 35px; border-radius: 50%; background: #3a3f4b; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; }
        .user-meta h4 { font-size: 14px; margin: 0; color: #f3ba2f; }
        .stars { font-size: 10px; color: #f3ba2f; }
        .comment-text { font-size: 13px; color: #b0b0b0; font-style: italic; }
        .faq-section { margin-bottom: 30px; }
        .faq-item { background: #1e222b; border-radius: 10px; margin-bottom: 10px; padding: 15px; border: 1px solid #2a2e38; }
        .faq-item h3 { font-size: 15px; margin: 0 0 10px; color: #f3ba2f; display: flex; align-items: center; gap: 8px; }
        .faq-item p { font-size: 13px; color: #b0b0b0; line-height: 1.5; margin: 0; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1e222b; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; 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; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #f3ba2f; }
        footer { background: #0f1218; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2a2e38; }
        .footer-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-contacts a { font-size: 13px; color: #b0b0b0; display: flex; align-items: center; gap: 5px; }
        .footer-policies { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
        .footer-policies a { font-size: 12px; color: #666; }
        .copyright { font-size: 12px; color: #555; line-height: 1.4; }