* { 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; }
        a { text-decoration: none; color: inherit; }
        header { background-color: #13151a; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 8px; }
        .header-left img { width: 25px; height: 25px; border-radius: 4px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { 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-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(to right, #FF6B35, #FF2E63); color: white; }
        .btn:active { transform: scale(0.95); }
        main { padding-bottom: 80px; }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #000; padding: 20px; text-align: center; margin: 15px; border-radius: 12px; border: 2px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-title { color: #FFD700; font-size: 18px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 2px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #FFD700; font-family: monospace; }
        .intro-card { padding: 20px; margin: 15px; background: #242832; border-radius: 12px; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 12px; line-height: 1.3; }
        .section-title { font-size: 20px; padding: 0 15px; margin: 20px 0 15px; border-left: 4px solid #FFD700; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #242832; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
        .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-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payment-section { background: #13151a; padding: 25px 15px; margin: 20px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 30px; color: #FFD700; }
        .content-block { padding: 15px; margin: 15px; background: #242832; border-radius: 12px; font-size: 14px; color: #ccc; }
        .marquee-container { background: #13151a; padding: 15px 0; overflow: hidden; white-space: nowrap; margin: 20px 0; }
        .marquee-content { display: inline-block; animation: marquee 40s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; background: #242832; padding: 8px 15px; margin-right: 15px; border-radius: 20px; border-left: 3px solid #FFD700; }
        .winner-tag span { color: #FFD700; margin: 0 5px; font-weight: bold; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { padding: 20px 15px; text-align: center; background: #1a1d24; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: 13px; font-weight: bold; color: #555; }
        .providers-list span { background: #242832; padding: 5px 12px; border-radius: 4px; color: #aaa; }
        .reviews-container { padding: 0 15px; display: flex; flex-direction: column; gap: 15px; }
        .review-card { background: #242832; padding: 15px; border-radius: 12px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .faq-section { padding: 0 15px; margin-top: 30px; }
        .faq-item { background: #242832; margin-bottom: 10px; border-radius: 8px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .security-section { padding: 30px 15px; text-align: center; border-top: 1px solid #333; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; 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; font-size: 11px; color: #888; }
        .nav-item i { font-size: 18px; margin-bottom: 4px; }
        .nav-item.active { color: #FFD700; }
        footer { padding: 30px 15px 100px; background: #0b0d10; color: #666; font-size: 13px; }
        .footer-contact { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; justify-content: center; }
        .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 25px; }
        .footer-bottom { text-align: center; padding-top: 20px; border-top: 1px solid #222; }