* { box-sizing: border-box; margin: 0; padding: 0; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #1a1d24; color: #ffffff; line-height: 1.6; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { max-width: 100%; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
        header { background: #111419; height: 60px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e37; }
        header .container { display: flex; justify-content: space-between; align-items: center; width: 100%; }
        .logo-area { display: flex; align-items: center; gap: 10px; }
        .logo-area img { width: 25px; height: 25px; border-radius: 5px; }
        .logo-area strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .auth-buttons { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-weight: bold; cursor: pointer; border: none; font-size: 14px; transition: transform 0.2s; }
        .btn:active { transform: scale(0.95); }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #ffffff; }
        .banner { width: 100%; cursor: pointer; aspect-ratio: 2/1; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-section { background: #000; padding: 20px; text-align: center; margin: 20px 0; border: 2px solid #FFD700; border-radius: 15px; position: relative; }
        .jackpot-title { color: #FFD700; font-size: 1.2rem; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }
        .jackpot-amount { font-size: 2.5rem; color: #ffffff; font-weight: 800; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .intro-card { background: #242831; padding: 20px; border-radius: 15px; margin: 20px 0; border-left: 5px solid #FFD700; }
        .intro-card h1 { font-size: 1.5rem; margin-bottom: 10px; color: #FFD700; }
        .intro-card p { font-size: 0.95rem; color: #ccc; }
        .section-title { font-size: 1.3rem; margin: 25px 0 15px; padding-left: 10px; border-left: 4px solid #FF2E63; display: flex; align-items: center; gap: 10px; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
        .game-card { background: #242831; border-radius: 12px; overflow: hidden; transition: transform 0.3s; }
        .game-card:hover { transform: translateY(-5px); }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #333; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 0.9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; }
        .game-provider { font-size: 0.75rem; color: #888; text-transform: uppercase; }
        .payment-section { background: #111419; padding: 20px; border-radius: 15px; margin: 25px 0; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
        .payment-icons i { font-size: 2rem; color: #aaa; }
        .trust-badge { width: 60px; height: auto; opacity: 0.8; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 25px 0; }
        .guideline-item { background: #242831; padding: 15px; border-radius: 10px; border-top: 3px solid #FF6B35; }
        .guideline-item h2 { font-size: 1.1rem; color: #FFD700; margin-bottom: 8px; }
        .guideline-item p { font-size: 0.85rem; color: #bbb; }
        .winners-marquee { background: #111419; padding: 15px 0; overflow: hidden; position: relative; margin: 25px 0; border-radius: 10px; }
        .marquee-content { display: flex; gap: 30px; animation: scrollMarquee 40s linear infinite; width: max-content; }
        .winner-tag { background: #2a2e37; padding: 8px 15px; border-radius: 20px; font-size: 0.8rem; white-space: nowrap; border: 1px solid #333; }
        .winner-tag span { color: #FFD700; font-weight: bold; }
        @keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 15px; background: #242831; border-radius: 10px; }
        .provider-name { background: #1a1d24; padding: 5px 12px; border-radius: 5px; font-size: 0.8rem; color: #FFD700; border: 1px solid #333; }
        .reviews-grid { display: flex; flex-direction: column; gap: 15px; margin: 25px 0; }
        .review-card { background: #242831; padding: 20px; border-radius: 15px; position: relative; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 1.5rem; color: #FFD700; }
        .review-user { font-weight: bold; font-size: 0.95rem; }
        .review-stars { color: #FFD700; font-size: 0.8rem; }
        .review-date { font-size: 0.75rem; color: #888; margin-left: auto; }
        .review-content { font-size: 0.85rem; color: #ccc; font-style: italic; }
        .faq-section { margin: 25px 0; }
        .faq-item { background: #242831; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: bold; cursor: pointer; font-size: 0.95rem; display: flex; justify-content: space-between; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 0.85rem; color: #bbb; }
        .security-section { background: #111419; padding: 20px; border-radius: 15px; margin-top: 30px; text-align: center; border: 1px dashed #444; }
        .security-icons { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; }
        .security-text { font-size: 0.8rem; color: #888; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #111419; height: 65px; display: flex; justify-content: space-around; align-items: center; border-top: 1px solid #2a2e37; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 0.75rem; }
        .nav-item i { font-size: 1.2rem; }
        .nav-item.active { color: #FFD700; }
        footer { background: #111419; padding: 30px 15px 100px; border-top: 1px solid #2a2e37; margin-top: 40px; }
        .footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-social a { font-size: 1.2rem; color: #aaa; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 0.85rem; color: #888; text-align: center; }
        .copyright { text-align: center; font-size: 0.75rem; color: #666; padding-top: 20px; border-top: 1px solid #222; }