* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0D0D0D; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.5; font-size: 16px; overflow-x: hidden; }
        header { background-color: #1A1A1A; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; 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; border-radius: 4px; }
        header .brand strong { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; color: #D4AF37; }
        header .actions { display: flex; gap: 10px; }
        header .actions button { padding: 8px 16px; border-radius: 20px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; transition: 0.3s; }
        header .actions .btn-login { background-color: transparent; color: #D4AF37; border: 1px solid #D4AF37; }
        header .actions .btn-register { background-color: #D4AF37; color: #0D0D0D; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; overflow: hidden; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #1A1A1A 0%, #262626 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #D4AF37; text-align: center; }
        .jackpot-title { font-family: 'Montserrat', sans-serif; color: #F9E076; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Roboto Mono', monospace; font-size: 32px; color: #FFFFFF; font-weight: 700; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
        .intro-card { margin: 15px; padding: 20px; background-color: #1E1E1E; border-radius: 15px; border-left: 4px solid #D4AF37; }
        .intro-card h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #D4AF37; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { color: #B0B0B0; font-size: 14px; }
        .section-title { font-family: 'Montserrat', sans-serif; font-size: 20px; padding: 0 15px; margin: 20px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title::before { content: ""; width: 4px; height: 20px; background-color: #D4AF37; display: inline-block; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 0 15px; }
        .game-card { background-color: #1E1E1E; border-radius: 12px; overflow: hidden; text-decoration: none; border: 1px solid #222222; transition: transform 0.2s; }
        .game-card:active { transform: scale(0.98); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { font-size: 14px; color: #FFFFFF; padding: 10px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; background-color: #1A1A1A; margin: 15px; border-radius: 15px; }
        .payment-item { display: flex; flex-direction: column; align-items: center; gap: 5px; color: #B0B0B0; font-size: 10px; }
        .payment-item i { font-size: 20px; color: #D4AF37; }
        .guide-section { padding: 15px; }
        .guide-card { background-color: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333333; }
        .guide-card h2 { font-size: 18px; color: #F9E076; margin-bottom: 8px; }
        .guide-card p { font-size: 14px; color: #B0B0B0; }
        .lottery-section { background-color: #1A1A1A; margin: 15px; border-radius: 15px; padding: 15px; }
        .lottery-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #222222; font-size: 12px; }
        .lottery-user { color: #D4AF37; font-weight: 600; }
        .lottery-amount { color: #2ECC71; font-family: 'Roboto Mono', monospace; }
        .providers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-block { background: linear-gradient(45deg, #262626, #1E1E1E); padding: 15px; border-radius: 8px; text-align: center; color: #D4AF37; font-weight: bold; border: 1px solid #333333; }
        .comment-section { padding: 15px; }
        .comment-card { background-color: #1E1E1E; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .comment-header i { font-size: 24px; color: #D4AF37; }
        .comment-meta { flex: 1; }
        .comment-name { font-weight: 600; font-size: 14px; }
        .comment-stars { color: #F39C12; font-size: 12px; }
        .comment-content { font-size: 13px; color: #B0B0B0; margin: 8px 0; }
        .comment-date { font-size: 11px; color: #666666; }
        .faq-section { padding: 15px; }
        .faq-item { background-color: #1E1E1E; border-radius: 10px; margin-bottom: 10px; padding: 15px; }
        .faq-item h3 { font-size: 15px; color: #F9E076; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #B0B0B0; }
        .security-section { margin: 15px; padding: 20px; background-color: #1A1A1A; border-radius: 15px; text-align: center; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; color: #D4AF37; font-size: 24px; }
        .security-text { font-size: 12px; color: #B0B0B0; }
        .security-links { margin-top: 10px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
        .security-links a { color: #D4AF37; text-decoration: underline; font-size: 11px; }
        .navigator { position: fixed; bottom: 0; width: 100%; background-color: #1A1A1A; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333333; z-index: 1000; }
        .navigator a { display: flex; flex-direction: column; align-items: center; gap: 4px; text-decoration: none; color: #B0B0B0; font-size: 11px; transition: 0.3s; }
        .navigator a i { font-size: 20px; }
        .navigator a:hover { color: #D4AF37; }
        footer { background-color: #0D0D0D; padding: 30px 15px 100px; border-top: 1px solid #333333; }
        footer .contact-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 30px; }
        footer .contact-row a { background-color: #1A1A1A; padding: 10px; border-radius: 8px; text-decoration: none; color: #FFFFFF; font-size: 13px; text-align: center; border: 1px solid #222222; }
        footer .link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        footer .link-grid a { color: #B0B0B0; text-decoration: none; font-size: 13px; }
        footer .copyright { text-align: center; font-size: 12px; color: #666666; border-top: 1px solid #222222; padding-top: 20px; }