* { 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; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #12141a; padding: 10px 0; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .nav-top { display: flex; justify-content: space-between; align-items: center; }
        .brand { display: flex; align-items: center; gap: 8px; }
        .brand img { width: 25px; height: 25px; }
        .brand strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 15px; border-radius: 20px; font-size: 14px; font-weight: bold; border: none; cursor: pointer; transition: 0.3s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(45deg, #FF6B35, #FF2E63); color: #fff; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 20px 0; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { color: #FFD700; font-size: 1.2rem; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
        .jackpot-amount { font-size: 2.5rem; font-weight: 800; color: #ffffff; text-shadow: 0 0 15px rgba(255, 215, 0, 0.6); font-family: 'Courier New', Courier, monospace; }
        .platform-intro { padding: 20px; background: #242832; border-radius: 15px; margin-bottom: 25px; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 1.5rem; color: #FFD700; margin-bottom: 10px; }
        .section-title { font-size: 1.3rem; margin: 25px 0 15px; display: flex; align-items: center; gap: 10px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 30px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; transition: transform 0.2s; 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: 0.9rem; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-info p { font-size: 0.75rem; color: #aaa; }
        .payments-licenses { background: #12141a; padding: 20px; border-radius: 15px; text-align: center; margin: 30px 0; }
        .icon-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; opacity: 0.8; }
        .icon-row i { font-size: 30px; color: #fff; }
        .content-guidelines { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 30px 0; }
        .guide-item { background: #242832; padding: 20px; border-radius: 12px; border-top: 2px solid #FFD700; }
        .guide-item h2 { font-size: 1.1rem; color: #FFD700; margin-bottom: 10px; }
        .win-marquee { background: #12141a; padding: 15px 0; overflow: hidden; position: relative; border-y: 1px solid #333; }
        .marquee-content { display: flex; gap: 30px; animation: scroll 40s linear infinite; width: max-content; }
        .win-item { display: flex; align-items: center; gap: 10px; background: #242832; padding: 8px 15px; border-radius: 20px; border: 1px solid #444; font-size: 0.85rem; }
        .win-item span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px; background: #242832; border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 30px 0; }
        .provider-tag { background: #1a1d24; padding: 5px 15px; border-radius: 5px; font-size: 0.85rem; border: 1px solid #333; color: #FFD700; }
        .reviews-section { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .review-card { background: #242832; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 30px; color: #FFD700; }
        .review-meta h3 { font-size: 1rem; }
        .review-stars { color: #FFD700; font-size: 0.8rem; }
        .review-date { font-size: 0.7rem; color: #777; margin-bottom: 8px; }
        .review-content { font-size: 0.85rem; color: #ccc; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #242832; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; color: #FFD700; cursor: pointer; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 0.9rem; color: #ccc; }
        .security-section { background: #12141a; padding: 25px; border-radius: 15px; margin: 30px 0 100px; text-align: center; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
        .badge { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 0.7rem; color: #777; }
        .badge i { font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 0.7rem; color: #aaa; }
        .nav-item i { font-size: 18px; }
        .nav-item:hover { color: #FFD700; }
        footer { background: #12141a; padding: 40px 15px 120px; 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; text-align: center; }
        .footer-links a { font-size: 0.85rem; color: #aaa; transition: 0.3s; }
        .footer-links a:hover { color: #FFD700; }
        .footer-copy { text-align: center; font-size: 0.8rem; color: #666; border-top: 1px solid #333; padding-top: 20px; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .content-guidelines, .reviews-section { grid-template-columns: repeat(2, 1fr); }
            .footer-links { grid-template-columns: repeat(5, 1fr); }
        }