* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E14; color: #FFFFFF; font-family: 'Inter', sans-serif; line-height: 1.5; overflow-x: hidden; }
        header { height: 60px; background: #171B26; border-bottom: 1px solid #2C313C; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: 400; color: #FFFFFF; }
        .header-right { display: flex; gap: 10px; }
        .btn-login { padding: 6px 15px; border-radius: 20px; border: 1px solid #FFD700; color: #FFD700; background: transparent; font-size: 14px; font-weight: 600; cursor: pointer; }
        .btn-register { padding: 6px 15px; border-radius: 20px; background: #FFD700; color: #000000; border: none; font-size: 14px; font-weight: 600; cursor: pointer; }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: linear-gradient(135deg, #4B0082, #171B26); margin: 15px; padding: 20px; border-radius: 15px; border: 2px solid #FFD700; text-align: center; }
        .jackpot-label { color: #FFD700; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-value { font-family: 'Roboto Mono', monospace; font-size: 32px; color: #FFFFFF; font-weight: 700; margin-top: 5px; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #171B26; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #2C313C; }
        .intro-card h1 { font-family: 'Montserrat', sans-serif; font-size: 24px; color: #FFD700; margin-bottom: 12px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #B0B0B0; text-align: justify; }
        .section-title { margin: 20px 15px 10px; font-family: 'Montserrat', sans-serif; font-size: 20px; border-left: 4px solid #FFD700; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2330; border-radius: 12px; overflow: hidden; border: 1px solid #2C313C; text-decoration: none; display: block; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-card h3 { padding: 8px; font-size: 14px; 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: #171B26; 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: 24px; color: #FFD700; }
        .guide-section { padding: 0 15px; }
        .guide-item { background: #171B26; padding: 15px; border-radius: 12px; margin-bottom: 12px; border-left: 2px solid #4B0082; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #B0B0B0; }
        .lottery-container { background: #171B26; margin: 15px; border-radius: 15px; padding: 15px; }
        .lottery-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #252932; font-size: 12px; }
        .lottery-row:last-child { border: none; }
        .lottery-user { color: #FFD700; font-weight: 600; }
        .lottery-win { color: #00E676; font-weight: 700; }
        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; padding: 0 15px; }
        .provider-tag { flex: 1 1 45%; background: #4B0082; color: #FFFFFF; text-align: center; padding: 10px; border-radius: 8px; font-weight: 600; font-size: 14px; }
        .comment-grid { padding: 0 15px; }
        .comment-card { background: #1E2330; padding: 15px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #2C313C; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-avatar { width: 40px; height: 40px; background: #2C313C; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .comment-info h3 { font-size: 14px; color: #FFFFFF; }
        .comment-stars { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 13px; color: #B0B0B0; margin-bottom: 8px; }
        .comment-date { font-size: 11px; color: #6C757D; }
        .faq-section { padding: 0 15px; }
        .faq-item { background: #171B26; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; font-weight: 600; color: #FFFFFF; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
        .faq-answer { padding: 0 15px 15px; color: #B0B0B0; font-size: 13px; display: block; }
        .security-box { background: #171B26; margin: 15px; padding: 20px; border-radius: 15px; border: 1px dashed #4B0082; text-align: center; }
        .security-box h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .security-box p { font-size: 12px; color: #B0B0B0; margin-bottom: 15px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; color: #00E676; font-size: 24px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1E2330; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2C313C; z-index: 1000; }
        .nav-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 4px; color: #B0B0B0; }
        .nav-item i { font-size: 20px; }
        .nav-item span { font-size: 11px; }
        .nav-item:nth-child(3) { position: relative; top: -15px; background: #FFD700; width: 55px; height: 55px; border-radius: 50%; justify-content: center; color: #000000; border: 4px solid #0B0E14; }
        footer { background: #171B26; padding: 30px 15px 100px; border-top: 1px solid #2C313C; }
        .footer-contact { margin-bottom: 25px; }
        .footer-contact h2 { font-size: 16px; color: #FFD700; margin-bottom: 15px; }
        .contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
        .contact-links a { color: #B0B0B0; text-decoration: none; font-size: 13px; 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: #B0B0B0; text-decoration: none; font-size: 12px; }
        .copyright { text-align: center; font-size: 11px; color: #6C757D; border-top: 1px solid #252932; padding-top: 15px; }