* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E14; color: #FFFFFF; font-family: 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; color: #FFFFFF; }
        a { text-decoration: none; color: inherit; }
        header { background: #161B22; padding: 12px 16px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #30363D; display: flex; justify-content: space-between; align-items: center; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #D4AF37; }
        .header-btns { display: flex; gap: 8px; }
        .btn-login { background: #1F2631; color: #FFFFFF; border: 1px solid #30363D; padding: 6px 12px; border-radius: 4px; font-size: 14px; font-weight: 600; }
        .btn-register { background: linear-gradient(135deg, #D4AF37 0%, #F9E076 50%, #996515 100%); color: #0B0E14; border: none; padding: 6px 12px; border-radius: 4px; font-size: 14px; font-weight: 700; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; display: block; border: none; outline: none; cursor: pointer; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #1F2631; margin: 16px; padding: 20px; border-radius: 12px; text-align: center; border: 1px solid #D4AF37; position: relative; overflow: hidden; }
        .jackpot-label { color: #D4AF37; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #F9E076; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); font-family: 'Roboto Mono', monospace; }
        .intro-section { padding: 24px 16px; text-align: center; }
        .intro-section h1 { font-size: 24px; margin-bottom: 12px; color: #D4AF37; }
        .intro-section p { color: #B0B3B8; font-size: 16px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
        .game-card { background: #161B22; border-radius: 12px; overflow: hidden; border: 1px solid #30363D; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; padding: 8px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .section-title { padding: 16px 16px 0; font-size: 20px; color: #D4AF37; display: flex; align-items: center; gap: 8px; }
        .article-list { padding: 16px; display: flex; flex-direction: column; gap: 16px; }
        .article-card { display: flex; gap: 12px; background: #1F2631; border-radius: 8px; overflow: hidden; border: 1px solid #21262D; }
        .article-card img { width: 100px; height: 100px; object-fit: cover; }
        .article-info { padding: 8px; flex: 1; }
        .article-info h2 { font-size: 14px; margin-bottom: 4px; color: #FFFFFF; line-height: 1.2; }
        .article-info p { font-size: 12px; color: #B0B3B8; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 16px; }
        .payment-item { background: #161B22; padding: 12px 4px; border-radius: 8px; text-align: center; border: 1px solid #30363D; }
        .payment-item i { font-size: 20px; color: #D4AF37; margin-bottom: 4px; display: block; }
        .payment-item span { font-size: 10px; color: #B0B3B8; }
        .winning-records { margin: 16px; background: #161B22; border-radius: 12px; border: 1px solid #30363D; padding: 12px; }
        .win-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #21262D; font-size: 12px; }
        .win-item:last-child { border-bottom: none; }
        .win-user { color: #F9E076; font-weight: 600; }
        .win-amount { color: #00C853; font-weight: 700; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
        .provider-block { background: #1F2631; padding: 20px; text-align: center; border-radius: 8px; border-left: 4px solid #D4AF37; font-weight: 700; font-size: 16px; }
        .reviews-section { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
        .review-card { background: #161B22; padding: 16px; border-radius: 12px; border: 1px solid #30363D; }
        .review-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
        .review-avatar { width: 32px; height: 32px; background: #1F2631; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; }
        .review-user { font-size: 14px; font-weight: 600; }
        .review-stars { color: #FFAB00; font-size: 12px; margin-bottom: 8px; }
        .review-text { font-size: 13px; color: #B0B3B8; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #65676B; }
        .faq-section { padding: 16px; }
        .faq-item { background: #1F2631; margin-bottom: 8px; border-radius: 8px; overflow: hidden; border: 1px solid #30363D; }
        .faq-question { padding: 12px 16px; font-weight: 600; font-size: 14px; color: #F9E076; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 12px 16px; font-size: 13px; color: #B0B3B8; border-top: 1px solid #30363D; }
        .security-section { padding: 24px 16px; text-align: center; background: #161B22; margin-top: 20px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 16px; font-size: 24px; color: #D4AF37; }
        .security-text { font-size: 12px; color: #B0B3B8; margin-bottom: 12px; max-width: 300px; margin-left: auto; margin-right: auto; }
        .age-limit { display: inline-block; border: 2px solid #FF3D00; color: #FF3D00; border-radius: 50%; width: 30px; height: 30px; line-height: 26px; font-weight: 700; margin-bottom: 8px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #161B22; display: flex; justify-content: space-around; padding: 8px 0; border-top: 1px solid #30363D; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: #B0B3B8; font-size: 10px; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #D4AF37; }
        footer { background: #0B0E14; padding: 20px 16px 80px; text-align: center; border-top: 1px solid #30363D; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; text-align: left; }
        .footer-links a { font-size: 12px; color: #B0B3B8; }
        .footer-copy { font-size: 12px; color: #65676B; border-top: 1px solid #21262D; padding-top: 15px; }