* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Montserrat', sans-serif; line-height: 1.5; overflow-x: hidden; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }

        header { background-color: #15191E; 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 #2B3139; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 6px 16px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #FFD700; }
        .btn-reg { background: #FFD700; color: #000000; }
        .btn-reg:hover { background: #FFC300; }

        main { padding-bottom: 80px; }
        .banner-section { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner-section img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-box { background: linear-gradient(180deg, #1E2329 0%, #0B0E11 100%); margin: 15px; padding: 20px; border-radius: 12px; border: 1px solid #FFD700; text-align: center; }
        .jackpot-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #FFD700; letter-spacing: 1px; }
        .jackpot-amount { font-family: 'Bebas Neue', sans-serif; font-size: 40px; color: #F1C40F; text-shadow: 0 0 10px rgba(241, 196, 15, 0.5); margin: 5px 0; }

        .intro-card { margin: 15px; padding: 20px; background: #1E2329; border-radius: 12px; }
        .intro-card h1 { font-size: 24px; color: #FFD700; margin-bottom: 10px; line-height: 1.2; }
        .intro-card p { font-size: 14px; color: #EAECEF; text-align: justify; }

        .section-title { margin: 20px 15px 10px; font-size: 20px; color: #FFD700; display: flex; align-items: center; gap: 10px; font-weight: 700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #1E2329; border-radius: 8px; overflow: hidden; border: 1px solid #2B3139; position: relative; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { padding: 8px; font-size: 14px; text-align: center; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .payment-section { background: #15191E; margin: 20px 0; padding: 20px 15px; }
        .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }
        .payment-item i { font-size: 24px; color: #FFD700; margin-bottom: 5px; }
        .payment-item span { display: block; font-size: 10px; color: #848E9C; }

        .guides-section { padding: 0 15px; }
        .guide-item { background: #1E2329; padding: 15px; border-radius: 8px; margin-bottom: 15px; border-left: 4px solid #FFD700; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 14px; color: #EAECEF; }

        .lottery-section { background: #1E2329; margin: 20px 15px; border-radius: 12px; padding: 15px; }
        .lottery-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #2B3139; }
        .lottery-row:last-child { border-bottom: none; }
        .user-info { font-size: 13px; color: #FFFFFF; }
        .win-amount { color: #0ECB81; font-weight: 700; }
        .win-game { font-size: 12px; color: #848E9C; }

        .providers-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 15px; }
        .provider-btn { background: #2B3139; color: #FFD700; padding: 12px; text-align: center; border-radius: 6px; font-weight: 600; font-size: 14px; }

        .reviews-section { padding: 0 15px; margin-top: 20px; }
        .review-card { background: #1E2329; padding: 15px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2B3139; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 20px; color: #FFD700; background: #0B0E11; padding: 8px; border-radius: 50%; }
        .review-user { font-weight: 600; font-size: 14px; }
        .review-stars { color: #F1C40F; font-size: 12px; }
        .review-content { font-size: 13px; color: #EAECEF; font-style: italic; }
        .review-date { font-size: 11px; color: #848E9C; margin-top: 8px; display: block; }

        .faq-section { padding: 0 15px; }
        .faq-item { margin-bottom: 15px; background: #15191E; border-radius: 8px; overflow: hidden; border: 1px solid #2B3139; }
        .faq-q { padding: 15px; font-weight: 600; color: #FFD700; cursor: pointer; border-bottom: 1px solid #2B3139; font-size: 15px; }
        .faq-a { padding: 15px; font-size: 14px; color: #EAECEF; background: #1E2329; }

        .security-section { text-align: center; padding: 30px 15px; background: #0B0E11; border-top: 1px solid #2B3139; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #848E9C; }
        .security-text { font-size: 12px; color: #848E9C; line-height: 1.6; }

        .navigator { position: fixed; bottom: 0; width: 100%; background: #15191E; height: 65px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #2B3139; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #848E9C; font-size: 10px; gap: 4px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }

        footer { background: #0B0E11; padding: 40px 15px 100px; border-top: 1px solid #2B3139; }
        .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
        .contact-link { background: #1E2329; padding: 10px; border-radius: 6px; font-size: 12px; text-align: center; color: #EAECEF; border: 1px solid #2B3139; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { color: #848E9C; font-size: 13px; }
        .footer-copy { text-align: center; font-size: 11px; color: #848E9C; border-top: 1px solid #1E2329; padding-top: 20px; }

        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .payment-grid { grid-template-columns: repeat(8, 1fr); }
        }