* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.6; overflow-x: hidden; }
        header { position: sticky; top: 0; z-index: 1000; background: #1A1A1B; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333333; }
        .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: 400; color: #D4AF37; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; cursor: pointer; }
        .btn-register { background: linear-gradient(180deg, #FFD700, #D4AF37); color: #0D0D0D; border: none; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; cursor: pointer; }
        main { padding-bottom: 80px; max-width: 800px; margin: 0 auto; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #1A1A1B; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-label { color: #D4AF37; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { color: #FFD700; font-family: 'Roboto Mono', monospace; font-size: 32px; font-weight: 700; margin-top: 5px; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { padding: 20px; margin: 15px; background: #1A1A1B; border-radius: 15px; }
        .intro-card h1 { font-size: 24px; color: #D4AF37; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #BDBDBD; }
        .section-title { padding: 0 20px; margin-top: 25px; margin-bottom: 15px; font-size: 20px; color: #FFFFFF; border-left: 4px solid #D4AF37; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1A1B; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #333333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 10px; font-size: 14px; color: #FFFFFF; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payments-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; margin: 15px; background: #262626; border-radius: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .payment-item i { font-size: 24px; color: #D4AF37; }
        .payment-item span { font-size: 10px; color: #BDBDBD; }
        .guide-section { padding: 15px; }
        .guide-card { background: #1A1A1B; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #D4AF37; }
        .guide-card h3 { font-size: 18px; color: #D4AF37; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #BDBDBD; }
        .lottery-section { background: #1A1A1B; margin: 15px; padding: 15px; border-radius: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #333333; }
        .lottery-item:last-child { border-bottom: none; }
        .user-info { display: flex; flex-direction: column; }
        .user-name { font-size: 14px; font-weight: 600; color: #FFFFFF; }
        .game-name { font-size: 12px; color: #BDBDBD; }
        .win-amount { color: #00E676; font-family: 'Roboto Mono', monospace; font-weight: 600; }
        .win-time { font-size: 11px; color: #616161; }
        .providers-section { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; justify-content: center; }
        .provider-tag { background: #262626; color: #D4AF37; padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; border: 1px solid #333333; }
        .comment-section { padding: 15px; }
        .comment-card { background: #262626; padding: 15px; border-radius: 15px; margin-bottom: 15px; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 30px; color: #BDBDBD; }
        .comment-meta h4 { font-size: 14px; color: #FFFFFF; }
        .stars { color: #FFD600; font-size: 12px; }
        .comment-content { font-size: 14px; color: #BDBDBD; margin-bottom: 8px; }
        .comment-date { font-size: 12px; color: #616161; }
        .faq-section { padding: 15px; }
        .faq-item { background: #1A1A1B; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #D4AF37; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #BDBDBD; }
        .security-section { text-align: center; padding: 30px 20px; background: #1A1A1B; margin-top: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 30px; color: #D4AF37; }
        .security-text { font-size: 13px; color: #BDBDBD; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1A1A1B; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; color: #BDBDBD; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        footer { background: #0D0D0D; padding: 40px 20px 100px; border-top: 1px solid #333333; }
        .footer-contacts { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; }
        .footer-contacts a { color: #D4AF37; text-decoration: none; font-size: 14px; border: 1px solid #333333; padding: 5px 12px; border-radius: 5px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: center; margin-bottom: 30px; }
        .footer-links a { color: #BDBDBD; text-decoration: none; font-size: 13px; }
        .footer-copy { text-align: center; color: #616161; font-size: 12px; border-top: 1px solid #333333; padding-top: 20px; }