* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
        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: #1a1d24; border-bottom: 1px solid #333; height: 60px; position: sticky; top: 0; z-index: 1000; width: 100%; }
        .header-content { display: flex; justify-content: space-between; align-items: center; height: 100%; padding: 0 15px; }
        .logo-box { display: flex; align-items: center; gap: 10px; }
        .logo-box img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-btns { display: flex; gap: 8px; }
        .btn-login, .btn-reg { border: none; padding: 6px 14px; border-radius: 20px; font-weight: 600; cursor: pointer; font-size: 13px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; }
        .btn-reg { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .banner-section { width: 100%; cursor: pointer; aspect-ratio: 2 / 1; background: #111; }
        .banner-section img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #000; padding: 15px; text-align: center; border-bottom: 2px solid #FFD700; margin-bottom: 20px; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; font-weight: bold; }
        .jackpot-value { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px #FFD700; font-family: monospace; }
        .platform-intro { background: #252a34; padding: 25px; border-radius: 15px; margin: 20px 15px; border-left: 4px solid #FFD700; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .platform-intro p { font-size: 15px; color: #ccc; }
        .section-title { padding: 0 15px; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; }
        .section-title h2 { font-size: 18px; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #252a34; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: transform 0.2s; }
        .game-card:active { transform: scale(0.97); }
        .game-card img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 13px; color: #fff; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; text-transform: uppercase; }
        .payments-licenses { background: #111; padding: 25px 15px; margin: 30px 0; }
        .icons-wrapper { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; opacity: 0.7; }
        .icons-wrapper i { font-size: 30px; }
        .guidelines { padding: 15px; }
        .guide-item { background: #252a34; padding: 20px; border-radius: 12px; margin-bottom: 15px; border: 1px solid #333; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .winners-ticker { background: #111; padding: 10px 0; margin: 25px 0; overflow: hidden; position: relative; }
        .winners-track { display: flex; animation: scrollLeft 40s linear infinite; gap: 20px; width: max-content; }
        .winner-card { background: #252a34; padding: 10px 15px; border-radius: 8px; border-left: 3px solid #FF6B35; display: flex; flex-direction: column; min-width: 200px; }
        .winner-user { font-weight: bold; color: #FFD700; font-size: 14px; }
        .winner-game { font-size: 12px; color: #ccc; }
        .winner-amount { color: #4caf50; font-weight: 800; font-size: 15px; }
        .providers-wall { background: #111; padding: 20px; text-align: center; margin: 30px 15px; border-radius: 10px; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; color: #666; font-weight: bold; font-size: 14px; }
        .reviews-section { padding: 15px; }
        .review-card { background: #252a34; border-radius: 15px; padding: 20px; margin-bottom: 15px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-name { font-weight: bold; font-size: 16px; }
        .review-stars { color: #FFD700; font-size: 12px; margin: 5px 0; }
        .review-date { font-size: 11px; color: #888; margin-bottom: 10px; }
        .faq-section { padding: 15px; }
        .faq-item { background: #252a34; border-radius: 10px; margin-bottom: 12px; overflow: hidden; border: 1px solid #333; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15px; }
        .faq-answer { padding: 0 15px 15px; color: #ccc; font-size: 14px; }
        .security-section { background: #000; padding: 30px 15px; text-align: center; margin-top: 30px; border-top: 1px solid #333; }
        .security-badge { display: inline-block; padding: 5px 15px; border: 1px solid #4caf50; color: #4caf50; border-radius: 5px; font-size: 12px; margin-bottom: 15px; font-weight: bold; }
        .security-text { font-size: 13px; color: #888; margin-bottom: 20px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #1a1d24; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 10px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active, .nav-item:hover { color: #FFD700; }
        footer { background: #0e1014; padding: 40px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #888; }
        .footer-copy { font-size: 12px; color: #555; border-top: 1px solid #222; padding-top: 20px; }
        @keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }