* { 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; padding-bottom: 70px; }
        header { background: #1A1A1A; 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 #333333; }
        header .brand { display: flex; align-items: center; gap: 8px; }
        header .brand img { width: 25px; height: 25px; object-fit: contain; }
        header .brand strong { font-size: 16px; font-weight: 500; color: #D4AF37; }
        header .auth-buttons { display: flex; gap: 10px; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; padding: 6px 15px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); color: #000000; border: none; padding: 6px 15px; border-radius: 4px; font-size: 14px; font-weight: 700; cursor: pointer; transition: 0.3s; }
        main { max-width: 1000px; margin: 0 auto; padding: 0; }
        .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: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #D4AF37; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.2); }
        .jackpot-label { font-family: 'Bebas Neue', cursive; font-size: 24px; color: #FFD700; letter-spacing: 2px; }
        .jackpot-amount { font-family: 'Bebas Neue', cursive; font-size: 48px; color: #FFFFFF; text-shadow: 0 0 10px #FFD700; margin: 10px 0; }
        .intro-card { background: #1A1A1A; margin: 15px; padding: 20px; border-radius: 12px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-size: 24px; color: #D4AF37; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #B3B3B3; }
        .section-title { font-family: 'Bebas Neue', cursive; font-size: 28px; color: #D4AF37; margin: 25px 15px 15px; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1A1A1A; border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #333333; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.95); }
        .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; font-weight: 500; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0 15px; }
        .payment-item { background: #262626; padding: 15px 5px; border-radius: 8px; text-align: center; font-size: 10px; color: #B3B3B3; border: 1px solid #333333; }
        .payment-item i { font-size: 20px; color: #FFD700; display: block; margin-bottom: 5px; }
        .guide-section { padding: 0 15px; }
        .guide-card { background: #1A1A1A; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333333; }
        .guide-card h2 { font-size: 20px; color: #D4AF37; margin-bottom: 12px; }
        .guide-card p { font-size: 14px; color: #B3B3B3; text-align: justify; }
        .lottery-list { background: #1A1A1A; margin: 15px; border-radius: 12px; padding: 10px; border: 1px solid #333333; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #262626; font-size: 12px; }
        .lottery-item:last-child { border-bottom: none; }
        .lottery-user { color: #D4AF37; font-weight: 600; }
        .lottery-amount { color: #00C853; font-weight: 700; }
        .lottery-game { color: #FFFFFF; }
        .provider-wall { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 15px; }
        .provider-tag { flex: 1 1 45%; background: linear-gradient(90deg, #1A1A1A 0%, #262626 100%); border: 1px solid #D4AF37; padding: 10px; text-align: center; border-radius: 6px; font-size: 14px; color: #FFD700; font-weight: 600; }
        .comment-grid { padding: 0 15px; }
        .comment-card { background: #1A1A1A; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333333; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 24px; color: #D4AF37; }
        .comment-user { font-weight: 600; font-size: 14px; }
        .comment-stars { color: #FFD700; font-size: 12px; margin-left: auto; }
        .comment-content { font-size: 13px; color: #B3B3B3; font-style: italic; }
        .comment-date { font-size: 10px; color: #666666; margin-top: 8px; text-align: right; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #1A1A1A; border-radius: 8px; margin-bottom: 10px; border: 1px solid #333333; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; font-size: 14px; color: #FFFFFF; border-bottom: 1px solid #262626; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 15px; font-size: 13px; color: #B3B3B3; line-height: 1.6; }
        .safety-section { margin: 20px 15px; padding: 20px; background: #1A1A1A; border-radius: 12px; text-align: center; border: 1px solid #FF3D00; }
        .safety-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .safety-icons i { font-size: 30px; color: #FF3D00; }
        .safety-text { font-size: 12px; color: #B3B3B3; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: #1A1A1A; border-top: 2px solid #D4AF37; display: flex; justify-content: space-around; align-items: center; z-index: 1001; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B3B3B3; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; font-weight: 500; }
        .nav-item:nth-child(3) { background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%); width: 60px; height: 60px; border-radius: 50%; margin-top: -35px; border: 4px solid #0D0D0D; color: #000000; justify-content: center; }
        footer { background: #0D0D0D; padding: 30px 15px 100px; border-top: 1px solid #333333; }
        .footer-contact { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; }
        .footer-contact a { color: #D4AF37; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { color: #B3B3B3; text-decoration: none; font-size: 13px; }
        .footer-links a:hover { color: #FFD700; }
        .footer-copyright { border-top: 1px solid #333333; padding-top: 15px; text-align: center; font-size: 12px; color: #666666; }