* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; padding-bottom: 70px; }
        header { background: #181A20; 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 #2D333C; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .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-login { background: transparent; border: 1px solid #D4AF37; color: #D4AF37; padding: 6px 12px; border-radius: 4px; font-size: 0.875rem; cursor: pointer; font-weight: 600; }
        .btn-register { background: #D4AF37; border: none; color: #0B0E11; padding: 6px 12px; border-radius: 4px; font-size: 0.875rem; cursor: pointer; font-weight: 600; }
        main { max-width: 100%; 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-section { background: linear-gradient(180deg, #1E2329 0%, #0B0E11 100%); padding: 20px; text-align: center; border-bottom: 2px solid #D4AF37; }
        .jackpot-label { color: #D4AF37; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 5px; }
        .jackpot-amount { font-family: 'Oswald', sans-serif; font-size: 2.5rem; color: #00E676; font-weight: 900; text-shadow: 0 0 10px rgba(0, 230, 118, 0.5); }
        .intro-card { background: #181A20; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #2D333C; }
        .intro-card h1 { color: #D4AF37; font-size: 1.25rem; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { color: #B7BDC6; font-size: 0.875rem; }
        .section-title { padding: 15px 15px 5px; font-size: 1.125rem; color: #FFFFFF; font-weight: 600; display: flex; align-items: center; gap: 8px; }
        .section-title::before { content: ''; width: 4px; height: 18px; background: #D4AF37; border-radius: 2px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #181A20; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #2D333C; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 0.75rem; 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; background: #181A20; margin: 15px; border-radius: 12px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 0.625rem; color: #B7BDC6; }
        .payment-item i { font-size: 1.25rem; color: #D4AF37; }
        .guide-container { padding: 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-item { background: #1E2329; padding: 15px; border-radius: 12px; border-left: 3px solid #D4AF37; }
        .guide-item h2 { font-size: 1rem; color: #D4AF37; margin-bottom: 8px; }
        .guide-item p { font-size: 0.8125rem; color: #B7BDC6; }
        .lottery-marquee { background: #181A20; margin: 15px 0; padding: 10px 0; overflow: hidden; white-space: nowrap; border-top: 1px solid #2D333C; border-bottom: 1px solid #2D333C; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        .lottery-item { display: inline-flex; align-items: center; gap: 8px; background: #2B2F36; padding: 5px 12px; border-radius: 20px; margin-right: 15px; font-size: 0.75rem; }
        .lottery-user { color: #D4AF37; font-weight: 600; }
        .lottery-win { color: #00E676; font-weight: 700; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .provider-box { background: #2B2F36; padding: 15px; border-radius: 8px; text-align: center; color: #FFFFFF; font-weight: 600; font-size: 0.875rem; }
        .provider-box.gold { background: linear-gradient(135deg, #AA8A2E, #D4AF37); color: #0B0E11; }
        .review-grid { padding: 15px; display: flex; flex-direction: column; gap: 12px; }
        .review-card { background: #181A20; padding: 15px; border-radius: 12px; border: 1px solid #2D333C; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 1.5rem; color: #B7BDC6; }
        .review-info h3 { font-size: 0.875rem; color: #FFFFFF; }
        .stars { color: #EAB308; font-size: 0.75rem; }
        .review-content { font-size: 0.8125rem; color: #B7BDC6; margin-bottom: 8px; }
        .review-date { font-size: 0.625rem; color: #5E6673; }
        .faq-section { padding: 15px; }
        .faq-item { background: #181A20; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; color: #D4AF37; font-weight: 600; font-size: 0.875rem; cursor: pointer; border-bottom: 1px solid #2D333C; }
        .faq-answer { padding: 15px; color: #B7BDC6; font-size: 0.8125rem; }
        .security-section { margin: 15px; padding: 20px; background: #1E2329; border-radius: 12px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 1.5rem; color: #D4AF37; }
        .security-text { font-size: 0.75rem; color: #B7BDC6; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; height: 65px; background: #181A20; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2D333C; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: #B7BDC6; gap: 4px; }
        .nav-item i { font-size: 1.25rem; }
        .nav-item span { font-size: 0.625rem; }
        .nav-item.active { color: #D4AF37; }
        footer { background: #0B0E11; padding: 30px 15px 100px; border-top: 1px solid #2D333C; text-align: center; }
        .footer-contact { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; flex-wrap: wrap; }
        .footer-contact a { color: #B7BDC6; text-decoration: none; font-size: 0.875rem; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #5E6673; text-decoration: none; font-size: 0.75rem; }
        .footer-copyright { font-size: 0.625rem; color: #5E6673; border-top: 1px solid #1E2329; pt: 15px; }