* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 95%; max-width: 1200px; margin: 0 auto; }
        header { background-color: #12141a; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-wrap { display: flex; justify-content: space-between; align-items: center; padding: 0 15px; }
        .logo-area { display: flex; align-items: center; gap: 8px; }
        .logo-area img { width: 25px; height: 25px; border-radius: 4px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; letter-spacing: 1px; }
        .header-btns { display: flex; gap: 10px; }
        .btn-login, .btn-reg { padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; transition: 0.3s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-reg { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .banner-box { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner-box img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; border-bottom: 2px solid #FFD700; margin-bottom: 20px; }
        .jackpot-label { color: #FFD700; font-size: 14px; text-transform: uppercase; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; letter-spacing: 2px; }
        .intro-card { background: #23272f; padding: 20px; margin: 20px 0; border-radius: 12px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 18px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }
        .section-title { font-size: 20px; margin: 25px 0 15px; padding-left: 10px; border-left: 4px solid #FF2E63; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
        .game-card { background: #23272f; border-radius: 12px; overflow: hidden; transition: transform 0.2s; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
        .game-card:active { transform: scale(0.95); }
        .game-img-box { aspect-ratio: 1/1; background: #333; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payment-licence { background: #12141a; padding: 20px; border-radius: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 20px 0; }
        .payment-licence i { font-size: 24px; color: #888; }
        .guidelines { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .guide-item { background: #23272f; padding: 20px; border-radius: 12px; border: 1px solid #333; }
        .guide-item h2 { color: #FFD700; font-size: 18px; margin-bottom: 10px; }
        .guide-item p { font-size: 14px; color: #bbb; }
        .marquee-box { background: #12141a; padding: 15px; border-radius: 8px; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; flex-direction: column; animation: scrollUp 40s linear infinite; }
        @keyframes scrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-100%); } }
        .win-row { display: flex; justify-content: space-between; font-size: 12px; padding: 8px 0; border-bottom: 1px solid #222; }
        .win-user { color: #FFD700; font-weight: bold; }
        .win-amt { color: #00ff88; }
        .providers-wall { background: #23272f; padding: 20px; border-radius: 12px; text-align: center; color: #888; font-size: 13px; letter-spacing: 1px; line-height: 2.5; }
        .reviews-section { margin: 30px 0; }
        .review-card { background: #23272f; padding: 20px; border-radius: 12px; margin-bottom: 15px; }
        .rev-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .rev-header i { font-size: 30px; color: #FFD700; }
        .rev-name { font-weight: bold; font-size: 15px; }
        .stars { color: #FFD700; font-size: 12px; }
        .rev-date { font-size: 11px; color: #666; margin-left: auto; }
        .rev-text { font-size: 14px; color: #bbb; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #12141a; border-radius: 12px; margin-bottom: 10px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 14px; color: #aaa; }
        .security-section { background: #1a1d24; border: 1px solid #333; padding: 20px; border-radius: 12px; text-align: center; margin: 30px 0; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .age-limit { border: 2px solid #ff4444; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; margin: 10px auto; color: #ff4444; font-weight: bold; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; 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: 20px; }
        .nav-item:nth-child(3) { color: #FFD700; transform: translateY(-5px); }
        .nav-item:nth-child(3) i { background: linear-gradient(135deg, #FF6B35, #FF2E63); padding: 12px; border-radius: 50%; color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
        footer { background: #0e1014; padding: 40px 20px 100px; color: #666; text-align: center; }
        .footer-contacts { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; margin-bottom: 30px; }
        .footer-links a { font-size: 13px; color: #888; }
        .copy-text { font-size: 12px; border-top: 1px solid #222; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .guidelines { grid-template-columns: 1fr 1fr; }
        }