@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;500&family=Inter:wght@500;700&display=swap');
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #0B0E11; color: #FFFFFF; font-family: 'Roboto', sans-serif; line-height: 1.5; overflow-x: hidden; }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #D4AF37; }
        a { text-decoration: none; color: inherit; transition: 0.3s; }
        ul { list-style: none; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background-color: #161A1E; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2D3748; }
        .header-content { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .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: #FFFFFF; text-transform: uppercase; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 6px; font-weight: 600; font-size: 14px; cursor: pointer; border: none; }
        .btn-login { background: transparent; color: #FFFFFF; border: 1px solid #D4AF37; }
        .btn-register { background: linear-gradient(135deg, #D4AF37, #FFD700); color: #000000; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #1F2327 0%, #0B0E11 100%); padding: 30px 15px; text-align: center; border-bottom: 2px solid #D4AF37; }
        .jackpot-title { color: #FFD700; font-size: 20px; text-transform: uppercase; margin-bottom: 10px; }
        .jackpot-amount { font-family: 'Inter', sans-serif; font-size: 36px; color: #FFFFFF; font-weight: 700; text-shadow: 0 0 15px rgba(212, 175, 55, 0.6); }
        .intro-card { background-color: #1F2327; padding: 30px 20px; border-radius: 12px; margin: 20px 15px; border-left: 4px solid #008751; }
        .intro-card h1 { font-size: 24px; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { color: #B1B5C3; font-size: 14px; }
        .section-title { padding: 20px 15px 10px; display: flex; align-items: center; justify-content: space-between; }
        .section-title h2 { font-size: 20px; color: #FFFFFF; border-left: 3px solid #D4AF37; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 15px; }
        .game-card { background: #1F2327; border-radius: 10px; overflow: hidden; transition: transform 0.2s; border: 1px solid #2D3748; }
        .game-card:active { transform: scale(0.95); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; color: #FFFFFF; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #B1B5C3; }
        .payments-section { padding: 30px 15px; text-align: center; background: #161A1E; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; opacity: 0.8; }
        .payment-icons i { font-size: 32px; color: #B1B5C3; }
        .guidelines { padding: 20px 15px; }
        .guide-item { margin-bottom: 25px; background: #1F2327; padding: 20px; border-radius: 10px; }
        .guide-item h2 { font-size: 18px; margin-bottom: 10px; color: #D4AF37; }
        .guide-item p { font-size: 14px; color: #B1B5C3; }
        .marquee-box { background: #161A1E; padding: 15px 0; overflow: hidden; border-top: 1px solid #2D3748; border-bottom: 1px solid #2D3748; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-tag { background: #1F2327; padding: 8px 15px; border-radius: 20px; margin: 0 10px; white-space: nowrap; display: flex; gap: 10px; border: 1px solid #008751; font-size: 13px; }
        .win-tag span { color: #FFD700; font-weight: bold; }
        .providers-wall { padding: 30px 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; background: #0B0E11; }
        .provider-chip { background: #1F2327; padding: 8px 20px; border-radius: 5px; font-size: 14px; color: #B1B5C3; border: 1px solid #2D3748; }
        .comments { padding: 20px 15px; }
        .comment-card { background: #1F2327; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #2D3748; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 24px; color: #D4AF37; }
        .stars { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .comment-date { font-size: 12px; color: #4F5966; display: block; margin-top: 10px; }
        .faq-section { padding: 20px 15px; }
        .faq-item { margin-bottom: 20px; border-bottom: 1px solid #1F2327; padding-bottom: 15px; }
        .faq-item h2 { font-size: 17px; margin-bottom: 10px; color: #FFFFFF; }
        .faq-item p { font-size: 14px; color: #B1B5C3; }
        .security-section { padding: 30px 15px; background: #161A1E; text-align: center; }
        .security-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
        .sec-item { font-size: 12px; color: #B1B5C3; }
        .sec-item i { font-size: 24px; color: #008751; margin-bottom: 8px; display: block; }
        footer { background: #0B0E11; padding: 40px 15px 100px; border-top: 1px solid #2D3748; }
        .footer-contact { margin-bottom: 30px; text-align: center; }
        .footer-contact a { display: block; margin-bottom: 10px; color: #D4AF37; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; text-align: center; }
        .footer-links a { font-size: 13px; color: #B1B5C3; }
        .copyright { text-align: center; font-size: 12px; color: #4F5966; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #161A1E; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #D4AF37; z-index: 1001; }
        .nav-item { text-align: center; color: #B1B5C3; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; color: #D4AF37; }