* { 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; overflow-x: hidden; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; height: auto; display: block; }
        
        header { background-color: #12141a; padding: 10px 15px; position: sticky; top: 0; z-index: 1000; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333; }
        .header-left { display: flex; align-items: center; gap: 10px; }
        .header-left img { width: 25px; height: 25px; border-radius: 5px; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; }
        .header-right { display: flex; gap: 8px; }
        .btn { padding: 8px 12px; border-radius: 20px; font-size: 13px; font-weight: bold; border: none; cursor: pointer; transition: transform 0.2s; }
        .btn-login { background-color: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: white; }
        .btn:active { transform: scale(0.95); }

        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; overflow: hidden; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }

        .jackpot-container { background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); padding: 20px; text-align: center; margin: 15px; border-radius: 15px; border: 1px solid #FFD700; }
        .jackpot-title { font-size: 14px; color: #FFD700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); font-family: monospace; }

        .intro-card { padding: 20px; margin: 15px; background: #232730; border-radius: 15px; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; line-height: 1.3; }
        .intro-card p { font-size: 14px; color: #ccc; }

        .section-title { font-size: 18px; margin: 20px 15px 10px; display: flex; align-items: center; gap: 10px; color: #FFD700; }
        .section-title::before { content: ''; display: block; width: 4px; height: 18px; background: #FFD700; border-radius: 2px; }

        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #232730; 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: 13px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; }
        .game-provider { font-size: 11px; color: #888; }

        .trust-section { background: #12141a; padding: 20px 15px; margin-top: 25px; }
        .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; justify-items: center; opacity: 0.7; }
        .trust-item { font-size: 24px; color: #fff; }

        .guidelines { padding: 20px 15px; }
        .guide-item { margin-bottom: 20px; background: #232730; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; }

        .winners-marquee { background: #12141a; padding: 10px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-track { display: flex; gap: 30px; animation: marquee 30s linear infinite; width: max-content; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-tag { display: flex; align-items: center; gap: 10px; background: #232730; padding: 8px 15px; border-radius: 25px; border: 1px solid #444; }
        .winner-name { color: #FFD700; font-weight: bold; font-size: 13px; }
        .winner-amount { color: #00ff88; font-weight: bold; font-size: 13px; }

        .providers-wall { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; justify-content: center; }
        .provider-chip { background: #232730; padding: 6px 15px; border-radius: 5px; font-size: 12px; color: #bbb; border: 1px solid #333; }

        .reviews { padding: 0 15px; }
        .review-card { background: #232730; padding: 15px; border-radius: 15px; margin-bottom: 15px; border-left: 4px solid #FFD700; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-header i { font-size: 24px; color: #FFD700; }
        .review-user { font-weight: bold; font-size: 14px; }
        .review-stars { color: #FFD700; font-size: 12px; }
        .review-content { font-size: 13px; color: #ccc; }
        .review-date { font-size: 11px; color: #666; margin-top: 5px; }

        .faq { padding: 0 15px; }
        .faq-item { margin-bottom: 15px; background: #232730; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 8px; }
        .faq-item p { font-size: 13px; color: #bbb; }

        .responsible-gaming { text-align: center; padding: 30px 15px; background: #12141a; border-radius: 15px 15px 0 0; }
        .age-limit { border: 2px solid #ff4444; color: #ff4444; display: inline-block; padding: 5px 10px; border-radius: 50%; font-weight: bold; margin-bottom: 10px; }
        .rg-icons { display: flex; justify-content: center; gap: 20px; font-size: 20px; margin: 15px 0; color: #bbb; }

        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 5px; border-top: 1px solid #333; z-index: 1000; box-shadow: 0 -5px 15px rgba(0,0,0,0.5); }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 11px; color: #888; transition: color 0.3s; }
        .nav-item i { font-size: 20px; }
        .nav-item:hover { color: #FFD700; }

        footer { background: #0a0c10; padding: 30px 15px 100px; text-align: center; border-top: 1px solid #333; }
        .footer-social { display: flex; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-social a { font-size: 14px; color: #FFD700; text-decoration: underline; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }