* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #0f1217; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        
        header { background: #1a1d24; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2d323d; }
        .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: #e5c07b; }
        .header-right { display: flex; gap: 10px; }
        .btn-login, .btn-register { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #e5c07b; border: 1px solid #e5c07b; }
        .btn-register { background: linear-gradient(135deg, #e5c07b, #b38a38); color: #1a1d24; }
        
        main { max-width: 800px; margin: 0 auto; padding: 10px; }
        .banner { margin-bottom: 20px; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 2/1; }
        
        .jackpot-section { background: linear-gradient(135deg, #2a0a0a, #4a0f0f); padding: 20px; border-radius: 15px; text-align: center; margin-bottom: 20px; border: 1px solid #631515; position: relative; overflow: hidden; }
        .jackpot-title { font-size: 14px; color: #ffcc00; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(255,255,255,0.5); font-family: 'Courier New', monospace; }
        
        .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-left: 10px; border-left: 4px solid #e5c07b; }
        .section-header h2 { font-size: 18px; color: #ffffff; }
        
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 25px; }
        .game-card { background: #1a1d24; border-radius: 12px; overflow: hidden; border: 1px solid #2d323d; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        .game-info h3 { font-size: 13px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        
        .intro-card { background: #1a1d24; padding: 20px; border-radius: 15px; border: 1px solid #2d323d; margin-bottom: 25px; }
        .intro-card h1 { font-size: 18px; color: #e5c07b; margin-bottom: 12px; line-height: 1.4; }
        .intro-card p { font-size: 14px; color: #abb2bf; }
        
        .guidelines-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .guide-item { background: #1e222b; padding: 15px; border-radius: 12px; text-align: center; border: 1px solid #2d323d; }
        .guide-item i { font-size: 24px; color: #e5c07b; margin-bottom: 8px; }
        .guide-item p { font-size: 12px; font-weight: 600; }
        
        .winners-box { background: #1a1d24; border-radius: 15px; padding: 15px; margin-bottom: 25px; border: 1px solid #2d323d; }
        .winner-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #2d323d; font-size: 13px; }
        .winner-row:last-child { border-bottom: none; }
        .winner-name { color: #abb2bf; }
        .winner-val { color: #56b6c2; font-weight: 600; }
        
        .platform-features { display: flex; justify-content: space-around; padding: 20px 0; margin-bottom: 25px; background: rgba(229, 192, 123, 0.05); border-radius: 15px; }
        .feature-item { text-align: center; }
        .feature-item i { font-size: 20px; color: #e5c07b; display: block; margin-bottom: 5px; }
        .feature-item span { font-size: 11px; color: #abb2bf; }
        
        .comments-section { margin-bottom: 25px; }
        .comment-card { background: #1a1d24; padding: 15px; border-radius: 12px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .comment-user { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .user-avatar { width: 30px; height: 30px; background: #2d323d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #e5c07b; }
        .user-meta h4 { font-size: 13px; }
        .user-rating { color: #ffcc00; font-size: 10px; }
        .comment-text { font-size: 13px; color: #abb2bf; font-style: italic; }
        
        .faq-section { margin-bottom: 25px; }
        .faq-item { background: #1a1d24; border-radius: 12px; padding: 15px; margin-bottom: 10px; border: 1px solid #2d323d; }
        .faq-item h4 { font-size: 15px; color: #e5c07b; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #abb2bf; }
        
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2d323d; z-index: 1000; padding: 0 5px; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #abb2bf; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #e5c07b; }
        
        footer { background: #0f1217; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #2d323d; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
        .footer-contacts a { font-size: 13px; color: #abb2bf; border: 1px solid #2d323d; padding: 5px 12px; border-radius: 15px; }
        .footer-legal { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-legal a { font-size: 12px; color: #5c6370; }
        .copyright { font-size: 11px; color: #5c6370; }