* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #05070A; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.5; overflow-x: hidden; padding-bottom: 70px; }
        header { background: #0F172A; border-bottom: 2px solid #D4AF37; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; }
        header .logo-box { display: flex; align-items: center; gap: 10px; }
        header .logo-box img { width: 25px; height: 25px; border-radius: 5px; }
        header .logo-box strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .auth-btns { display: flex; gap: 8px; }
        header button { border: none; border-radius: 4px; padding: 6px 12px; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        .login-btn { background: transparent; color: #D4AF37; border: 1px solid #D4AF37 !important; }
        .reg-btn { background: #D4AF37; color: #05070A; }
        .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: radial-gradient(circle, #1E293B 0%, #0F172A 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
        .jackpot-label { font-family: 'Bebas Neue', cursive; font-size: 24px; color: #FFD700; letter-spacing: 2px; }
        .jackpot-value { font-family: 'Bebas Neue', cursive; font-size: 42px; color: #FFFFFF; text-shadow: 0 0 10px #D4AF37; }
        .intro-card { background: #0F172A; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 10px; }
        h2 { font-family: 'Montserrat', sans-serif; font-size: 20px; color: #FFFFFF; margin: 25px 15px 15px; display: flex; align-items: center; gap: 10px; }
        h2::before { content: ''; display: block; width: 4px; height: 20px; background: #D4AF37; border-radius: 2px; }
        p { color: #94A3B8; font-size: 14px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E293B; border-radius: 10px; overflow: hidden; text-decoration: none; border: 1px solid #334155; transition: 0.3s; }
        .game-card:hover { border-color: #D4AF37; transform: translateY(-3px); }
        .game-img-wrapper { aspect-ratio: 1/1; width: 100%; overflow: hidden; }
        .game-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
        .game-info { padding: 8px; text-align: center; }
        h3 { font-size: 14px; color: #E2E8F0; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .trust-section { background: #0F172A; margin: 20px 15px; padding: 15px; border-radius: 12px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #94A3B8; background: #1E293B; padding: 10px; border-radius: 8px; border: 1px solid #334155; }
        .trust-item i { color: #D4AF37; font-size: 18px; }
        .guide-section { padding: 0 15px; margin-top: 20px; }
        .guide-card { background: #0F172A; padding: 15px; border-radius: 10px; margin-bottom: 12px; border: 1px solid #334155; }
        .guide-card h3 { margin-bottom: 8px; color: #D4AF37; font-size: 16px; white-space: normal; }
        .lottery-container { background: #0F172A; margin: 15px; border-radius: 12px; border: 1px solid #334155; overflow: hidden; }
        .lottery-item { display: flex; justify-content: space-between; padding: 12px; border-bottom: 1px solid #334155; align-items: center; }
        .lottery-user { color: #22C55E; font-weight: 600; font-size: 13px; }
        .lottery-amount { color: #FFD700; font-weight: 700; }
        .lottery-game { color: #E2E8F0; font-size: 12px; }
        .lottery-time { color: #475569; font-size: 11px; }
        .providers-box { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; margin-bottom: 20px; }
        .provider-tag { background: #1E293B; color: #D4AF37; text-align: center; padding: 12px; border-radius: 8px; font-weight: 600; border: 1px solid #334155; }
        .comment-grid { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .comment-card { background: #0F172A; padding: 15px; border-radius: 12px; border: 1px solid #334155; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 24px; color: #94A3B8; background: #1E293B; padding: 8px; border-radius: 50%; }
        .comment-user { font-weight: 600; font-size: 14px; }
        .stars { color: #F59E0B; font-size: 12px; }
        .faq-section { padding: 0 15px; margin-bottom: 30px; }
        .faq-item { background: #0F172A; border-radius: 10px; margin-bottom: 10px; border: 1px solid #334155; }
        .faq-q { padding: 15px; font-weight: 600; color: #D4AF37; font-size: 15px; cursor: pointer; }
        .faq-a { padding: 0 15px 15px; color: #94A3B8; font-size: 14px; border-top: 1px solid #1E293B; padding-top: 10px; }
        .safety-section { background: #1E293B; margin: 15px; padding: 20px; border-radius: 12px; text-align: center; }
        .safety-icons { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; font-size: 24px; color: #D4AF37; }
        .safety-links a { color: #3B82F6; text-decoration: none; font-size: 12px; margin: 0 5px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #0F172A; border-top: 1px solid #D4AF37; display: flex; justify-content: space-around; padding: 8px 0; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { text-decoration: none; color: #94A3B8; display: flex; flex-direction: column; align-items: center; font-size: 10px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item:nth-child(3) { background: #D4AF37; color: #05070A; width: 50px; height: 50px; border-radius: 50%; margin-top: -20px; justify-content: center; box-shadow: 0 0 10px #D4AF37; }
        footer { background: #05070A; padding: 30px 15px 100px; border-top: 1px solid #1E293B; }
        .footer-contact { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; justify-content: center; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 14px; border: 1px solid #D4AF37; padding: 5px 12px; border-radius: 20px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #94A3B8; text-decoration: none; font-size: 13px; }
        .copyright { text-align: center; color: #475569; font-size: 11px; border-top: 1px solid #1E293B; padding-top: 15px; }