* { 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; }
        header { background: #12141a; padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #2a2e38; }
        .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: 10px; }
        .btn-login { background: transparent; border: 1px solid #FFD700; color: #FFD700; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); border: none; color: #fff; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }
        .banner { width: 100%; aspect-ratio: 2/1; display: block; cursor: pointer; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #2c3e50, #000); margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 2px solid #FFD700; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-title { color: #FFD700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #fff; text-shadow: 0 0 10px #FFD700; font-family: 'Courier New', monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #232730; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 18px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #b0b3b8; }
        .section-title { margin: 20px 15px 10px; display: flex; align-items: center; gap: 8px; }
        .section-title h2 { font-size: 18px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #232730; border-radius: 12px; overflow: hidden; transition: transform 0.2s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { font-size: 11px; color: #888; margin-top: 2px; }
        .payments-licenses { margin: 20px 15px; padding: 20px; background: #232730; border-radius: 15px; text-align: center; }
        .payment-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; opacity: 0.8; }
        .payment-icons i { font-size: 30px; color: #b0b3b8; }
        .guidelines { padding: 15px; }
        .guideline-item { margin-bottom: 20px; background: #232730; padding: 15px; border-radius: 12px; }
        .guideline-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guideline-item p { font-size: 13px; color: #b0b3b8; }
        .winners-marquee { background: #12141a; padding: 15px 0; margin: 20px 0; overflow: hidden; position: relative; }
        .marquee-content { display: flex; gap: 30px; animation: scroll 40s linear infinite; width: max-content; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .win-item { display: flex; align-items: center; gap: 10px; background: #232730; padding: 8px 15px; border-radius: 30px; border: 1px solid #3a3f4b; }
        .win-user { color: #FFD700; font-weight: bold; font-size: 13px; }
        .win-amount { color: #4caf50; font-weight: bold; font-size: 13px; }
        .providers-wall { margin: 15px; padding: 15px; background: #12141a; border-radius: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
        .provider-tag { color: #888; font-weight: bold; font-size: 14px; }
        .comments-section { padding: 15px; display: grid; gap: 15px; }
        .comment-card { background: #232730; padding: 15px; border-radius: 12px; position: relative; }
        .comment-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .comment-header i { font-size: 24px; color: #FFD700; }
        .comment-user-info h3 { font-size: 14px; color: #fff; }
        .stars { color: #FFD700; font-size: 12px; }
        .comment-date { font-size: 11px; color: #888; position: absolute; top: 15px; right: 15px; }
        .comment-content { font-size: 13px; color: #b0b3b8; font-style: italic; }
        .faq-section { padding: 15px; }
        .faq-item { background: #232730; margin-bottom: 10px; border-radius: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-weight: 600; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #b0b3b8; }
        .responsible-gaming { margin: 15px; padding: 20px; background: #232730; border-radius: 15px; text-align: center; border: 1px dashed #4a4f5a; }
        .responsible-gaming h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .responsible-gaming p { font-size: 12px; color: #b0b3b8; margin-bottom: 15px; }
        .age-badge { display: inline-block; width: 40px; height: 40px; line-height: 40px; border: 2px solid #ff4444; color: #ff4444; border-radius: 50%; font-weight: bold; margin-bottom: 10px; }
        .navigator { position: fixed; bottom: 0; left: 0; right: 0; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #2a2e38; z-index: 1000; }
        .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #888; font-size: 12px; }
        .nav-item i { font-size: 20px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0e1014; padding: 30px 15px 100px; color: #888; }
        .footer-contact { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; border-bottom: 1px solid #2a2e38; padding-bottom: 20px; }
        .footer-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; }
        .footer-links-grid a { font-size: 12px; transition: color 0.2s; }
        .footer-links-grid a:hover { color: #FFD700; }
        .copyright { text-align: center; font-size: 12px; padding-top: 20px; border-top: 1px solid #2a2e38; }