* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0A0B0C; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #FFD700; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        
        header { position: sticky; top: 0; z-index: 1000; background: #161B22; border-bottom: 2px solid #FFD700; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 5px; font-weight: 600; cursor: pointer; border: none; font-size: 14px; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000000; }

        main { padding: 0 0 80px 0; max-width: 800px; margin: 0 auto; }
        .banner-container { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-card { background: #161B22; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #2D3748; }
        .jackpot-title { font-family: 'Bebas Neue', cursive; font-size: 24px; color: #D4AF37; letter-spacing: 2px; }
        .jackpot-amount { font-family: 'Bebas Neue', cursive; font-size: 42px; color: #FFD700; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }

        .intro-card { background: #161B22; margin: 15px; padding: 20px; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #A0AEC0; }

        .section-title { padding: 0 15px; margin: 20px 0 10px; font-size: 18px; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #161B22; border-radius: 12px; overflow: hidden; border: 1px solid #1F2937; position: relative; }
        .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; color: #FFFFFF; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .payment-section { background: #000000; padding: 20px 15px; margin: 20px 0; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; }
        .payment-item i { font-size: 24px; color: #F6AD55; }
        .payment-item span { font-size: 10px; color: #718096; }

        .guide-section { padding: 15px; }
        .guide-card { background: #161B22; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D3748; }
        .guide-card h2 { font-size: 18px; margin-bottom: 10px; }
        .guide-card p { font-size: 14px; color: #A0AEC0; margin-bottom: 8px; }

        .lottery-section { background: #161B22; margin: 15px; padding: 15px; border-radius: 15px; }
        .lottery-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2D3748; font-size: 13px; }
        .lottery-item:last-child { border-bottom: none; }
        .winner-name { color: #FFD700; font-weight: 600; }
        .winner-prize { color: #27AE60; }

        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; }
        .provider-block { background: #1F2937; padding: 12px; text-align: center; border-radius: 8px; font-weight: 700; color: #D4AF37; font-size: 14px; border: 1px solid #2D3748; }

        .comment-section { padding: 15px; }
        .comment-card { background: #161B22; padding: 15px; border-radius: 12px; margin-bottom: 15px; border-top: 2px solid #D4AF37; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 30px; color: #A0AEC0; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 14px; font-style: italic; color: #A0AEC0; }
        .comment-date { font-size: 11px; color: #718096; margin-top: 8px; text-align: right; }

        .faq-section { padding: 15px; }
        .faq-item { background: #161B22; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; background: #1F2937; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 15px; font-size: 14px; color: #A0AEC0; border-top: 1px solid #2D3748; }

        .security-section { padding: 20px 15px; text-align: center; background: #000000; border-top: 1px solid #2D3748; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #27AE60; }
        .security-text { font-size: 12px; color: #718096; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #161B22; display: flex; justify-content: space-around; padding: 10px 0; border-top: 2px solid #FFD700; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 12px; color: #A0AEC0; }
        .nav-item i { font-size: 18px; color: #FFD700; }

        footer { background: #0A0B0C; padding: 40px 20px 100px; text-align: center; border-top: 1px solid #2D3748; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contact a { background: #161B22; padding: 8px 15px; border-radius: 20px; font-size: 13px; border: 1px solid #2D3748; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; }
        .footer-links a { font-size: 13px; color: #718096; }
        .copyright { font-size: 12px; color: #718096; margin-top: 20px; }