* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        header { background: #11141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
        .logo-box { display: flex; align-items: center; gap: 8px; }
        .logo-box img { width: 25px; height: 25px; }
        .logo-box strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 14px; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        .banner-container { width: 100%; aspect-ratio: 2 / 1; overflow: hidden; cursor: pointer; }
        .banner-container img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 32px; font-weight: 900; background: linear-gradient(to bottom, #FFD700, #FFA500); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: monospace; }
        .platform-intro { padding: 20px; margin: 15px; background: #252932; border-radius: 15px; }
        .platform-intro h1 { font-size: 22px; color: #FFD700; margin-bottom: 15px; line-height: 1.2; }
        .platform-intro p { font-size: 14px; color: #ccc; }
        .section-title { padding: 0 20px; margin-top: 25px; font-size: 20px; border-left: 4px solid #FFD700; margin-left: 15px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; display: block; 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; color: #fff; }
        .game-info p { font-size: 11px; color: #999; }
        .payment-licensing { background: #11141a; padding: 20px; margin-top: 20px; text-align: center; }
        .icon-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.7; }
        .icon-row i { font-size: 24px; color: #FFD700; }
        .guidelines { padding: 20px; display: grid; gap: 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 10px; border-left: 3px solid #FF2E63; }
        .guide-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .winner-ticker { background: #11141a; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .ticker-track { display: inline-block; animation: scroll 40s linear infinite; }
        .ticker-item { display: inline-block; padding: 0 20px; font-size: 13px; border-right: 1px solid #444; }
        .ticker-item span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px; background: #252932; margin: 15px; border-radius: 15px; text-align: center; }
        .provider-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; }
        .provider-tag { background: #1a1d24; padding: 5px 12px; border-radius: 5px; font-size: 12px; border: 1px solid #444; color: #FFD700; }
        .reviews { padding: 15px; display: grid; gap: 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .stars { color: #FFD700; font-size: 12px; }
        .review-date { font-size: 11px; color: #777; margin-left: auto; }
        .review-content { font-size: 13px; color: #ccc; }
        .faq-container { padding: 20px; }
        .faq-item { margin-bottom: 15px; background: #252932; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; border-bottom: 1px solid #1a1d24; }
        .faq-answer { padding: 15px; font-size: 14px; color: #bbb; }
        .security-section { padding: 20px; margin: 15px; background: #11141a; border-radius: 15px; border: 1px dashed #444; text-align: center; }
        .security-section h2 { font-size: 18px; margin-bottom: 10px; color: #FFD700; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin: 15px 0; font-size: 24px; color: #FFD700; }
        .age-limit { display: inline-block; border: 2px solid #FF2E63; color: #FF2E63; border-radius: 50%; width: 35px; height: 35px; line-height: 31px; font-weight: bold; font-size: 14px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #11141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-align: center; color: #999; font-size: 10px; flex: 1; }
        .nav-item i { display: block; font-size: 18px; margin-bottom: 4px; color: #FFD700; }
        footer { background: #0b0d11; padding: 30px 15px 100px; text-align: center; font-size: 13px; color: #777; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
        .footer-col { flex: 1; min-width: 100px; }
        .footer-contact { margin-bottom: 20px; }
        .footer-contact a { margin: 0 10px; color: #FFD700; }
        .copy-text { margin-top: 20px; font-size: 11px; }