* { 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; }
        .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; }
        .header-wrap { display: flex; justify-content: space-between; align-items: center; }
        .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; text-transform: uppercase; letter-spacing: 1px; }
        .auth-btns { display: flex; gap: 10px; }
        .btn { padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; border: none; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35 0%, #FF2E63 100%); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner-section { width: 100%; overflow: hidden; }
        .banner-img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; display: block; cursor: pointer; }
        .jackpot-container { background: radial-gradient(circle, #2c313c 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 20px 0; border-radius: 15px; border: 1px solid #FFD700; position: relative; overflow: hidden; }
        .jackpot-label { color: #FFD700; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }
        .intro-card { background: #252a34; padding: 25px; border-radius: 15px; margin-bottom: 30px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 22px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 15px; color: #cccccc; }
        .section-title { font-size: 20px; 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: #252a34; border-radius: 12px; overflow: hidden; transition: transform 0.3s; position: relative; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payment-licensing { background: #12141a; padding: 20px; border-radius: 15px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 30px 0; border: 1px solid #333; }
        .payment-licensing i { font-size: 30px; color: #666; }
        .guidelines-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .guideline-item { background: #252a34; padding: 20px; border-radius: 12px; border-bottom: 2px solid #FF6B35; }
        .guideline-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .guideline-item p { font-size: 14px; color: #bbb; }
        .marquee-container { background: #12141a; padding: 15px 0; overflow: hidden; margin: 20px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; gap: 30px; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-item { white-space: nowrap; font-size: 13px; color: #eee; display: flex; align-items: center; gap: 8px; }
        .winner-item strong { color: #FFD700; }
        .providers-wall { background: #252a34; padding: 20px; border-radius: 15px; text-align: center; margin: 30px 0; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; font-weight: bold; color: #777; font-size: 14px; }
        .review-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin: 30px 0; }
        .review-card { background: #252a34; padding: 20px; border-radius: 12px; position: relative; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .review-meta { flex-grow: 1; }
        .review-name { font-weight: bold; font-size: 15px; }
        .review-date { font-size: 11px; color: #777; }
        .stars { color: #FFD700; font-size: 12px; margin-bottom: 8px; }
        .review-text { font-size: 14px; color: #ccc; font-style: italic; }
        .faq-section { margin: 30px 0; }
        .faq-item { background: #252a34; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        .faq-question { padding: 15px; cursor: pointer; font-weight: bold; display: flex; justify-content: space-between; align-items: center; color: #FFD700; font-size: 15px; border-bottom: 1px solid #333; }
        .faq-answer { padding: 15px; font-size: 14px; color: #bbb; display: block; }
        .security-section { background: #12141a; padding: 25px; border-radius: 15px; text-align: center; margin-top: 40px; }
        .security-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; 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: 2px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 11px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0d0f13; padding: 40px 0 100px; border-top: 1px solid #333; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
        .footer-col h4 { font-size: 14px; color: #FFD700; margin-bottom: 15px; text-transform: uppercase; }
        .footer-col a { display: block; font-size: 13px; color: #888; margin-bottom: 8px; }
        .footer-contact { margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 20px; }
        .contact-grid { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; }
        .copyright { text-align: center; font-size: 12px; color: #555; }
        @media (min-width: 768px) {
            .game-grid { grid-template-columns: repeat(3, 1fr); }
            .guidelines-grid, .review-grid { grid-template-columns: 1fr 1fr; }
        }