* { box-sizing: border-box; margin: 0; padding: 0; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #13151a; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; font-size: 14px; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; border-radius: 0 0 15px 15px; overflow: hidden; }
        .jackpot-section { background: #252932; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 18px; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .intro-card { background: #252932; margin: 20px 15px; padding: 25px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.2; }
        .intro-card p { font-size: 15px; color: #cccccc; }
        .section-header { padding: 0 15px; margin: 25px 0 15px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .section-header h2 { font-size: 20px; text-transform: uppercase; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; transition: transform 0.3s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 12px; color: #888; }
        .payments-licenses { background: #13151a; padding: 30px 15px; margin-top: 30px; text-align: center; }
        .icon-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; }
        .icon-item { opacity: 0.7; filter: grayscale(1); font-size: 24px; display: flex; flex-direction: column; align-items: center; gap: 5px; width: 80px; }
        .icon-item span { font-size: 10px; text-transform: uppercase; }
        .guidelines { padding: 20px 15px; }
        .guide-card { background: #252932; padding: 20px; border-radius: 12px; margin-bottom: 15px; border-left: 2px solid #FFD700; }
        .guide-card h3 { color: #FFD700; margin-bottom: 10px; font-size: 18px; }
        .marquee-container { background: #13151a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; gap: 30px; width: max-content; }
        .win-item { display: flex; align-items: center; gap: 10px; background: #252932; padding: 8px 15px; border-radius: 30px; font-size: 13px; border: 1px solid #444; }
        .win-item b { color: #FFD700; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 25px 15px; text-align: center; background: #13151a; margin: 20px 0; }
        .provider-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; color: #888; font-weight: bold; }
        .reviews { padding: 20px 15px; }
        .review-card { background: #252932; padding: 20px; border-radius: 15px; margin-bottom: 15px; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 30px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .review-date { font-size: 11px; color: #666; margin-bottom: 10px; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h3 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .security-section { padding: 30px 15px; text-align: center; background: #0d0e12; color: #888; font-size: 13px; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #13151a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: #888; }
        .nav-item i { font-size: 18px; }
        .nav-item:hover { color: #FFD700; }
        footer { background: #0d0e12; padding: 40px 15px 100px; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px; margin-bottom: 30px; font-size: 13px; text-align: center; }
        .copyright { text-align: center; font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }