* { 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; padding-bottom: 70px; }
        a { text-decoration: none; color: inherit; }
        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: 8px; }
        .header-left img { width: 25px; height: 25px; object-fit: contain; }
        .header-left strong { font-size: 16px; font-weight: normal; color: #FFD700; text-transform: uppercase; letter-spacing: 1px; }
        .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: transparent; color: #ffffff; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(45deg, #FF6B35, #FF2E63); color: #ffffff; }
        .btn:active { transform: scale(0.95); }
        .banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { margin: 20px 15px; background: radial-gradient(circle, #2a2e38 0%, #1a1d24 100%); border: 2px solid #FFD700; border-radius: 15px; padding: 20px; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); }
        .jackpot-label { font-size: 14px; color: #FFD700; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 800; color: #ffffff; text-shadow: 0 0 10px #FFD700; font-family: 'Courier New', monospace; }
        .intro-card { margin: 15px; padding: 20px; background: #252932; border-radius: 15px; border-left: 4px solid #FFD700; }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #cccccc; }
        .section-title { margin: 25px 15px 15px; font-size: 18px; display: flex; align-items: center; gap: 10px; border-left: 3px solid #FF2E63; padding-left: 10px; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-info { padding: 10px; text-align: center; }
        .game-info h3 { font-size: 14px; margin-bottom: 4px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info span { font-size: 11px; color: #888; }
        .payments-licenses { margin: 25px 15px; padding: 20px; background: #12141a; border-radius: 15px; text-align: center; }
        .icons-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .icons-flex i { font-size: 24px; color: #FFD700; }
        .guidelines { padding: 20px 15px; display: flex; flex-direction: column; gap: 15px; }
        .guide-item { background: #252932; padding: 15px; border-radius: 12px; }
        .guide-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 8px; }
        .guide-item p { font-size: 13px; color: #bbb; }
        .marquee-winners { margin: 20px 0; background: #12141a; padding: 10px 0; overflow: hidden; white-space: nowrap; }
        .marquee-content { display: inline-block; animation: scrollText 30s linear infinite; }
        .winner-tag { display: inline-flex; align-items: center; gap: 8px; background: #252932; padding: 5px 15px; border-radius: 20px; margin: 0 10px; font-size: 12px; }
        .winner-tag strong { color: #FFD700; }
        @keyframes scrollText { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .providers-wall { margin: 20px 15px; padding: 15px; background: #252932; border-radius: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
        .provider-chip { background: #1a1d24; padding: 5px 12px; border-radius: 5px; font-size: 12px; border: 1px solid #333; color: #ddd; }
        .comments-section { padding: 0 15px; }
        .comment-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .comment-header { display: flex; justify-content: space-between; margin-bottom: 10px; }
        .user-meta { display: flex; align-items: center; gap: 10px; }
        .user-meta i { font-size: 20px; color: #FFD700; }
        .rating { color: #FFD700; font-size: 12px; }
        .comment-content { font-size: 13px; color: #ccc; font-style: italic; }
        .comment-date { font-size: 11px; color: #666; margin-top: 8px; display: block; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 15px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 13px; color: #bbb; }
        .responsible-gaming { margin: 25px 15px; padding: 20px; background: #2a1a1a; border-radius: 15px; border: 1px solid #ff4444; text-align: center; }
        .responsible-gaming h2 { font-size: 18px; color: #ff4444; margin-bottom: 10px; }
        .responsible-gaming p { font-size: 12px; margin-bottom: 15px; }
        .gaming-badges { display: flex; justify-content: center; gap: 20px; font-size: 20px; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #12141a; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1001; }
        .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #888; gap: 4px; }
        .nav-item i { font-size: 18px; }
        .nav-item.active { color: #FFD700; }
        footer { background: #0e1014; padding: 30px 15px 100px; text-align: center; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 25px; }
        .footer-contact a { font-size: 13px; color: #FFD700; border-bottom: 1px solid #333; padding-bottom: 2px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
        .footer-links a { font-size: 12px; color: #888; }
        .copyright { font-size: 11px; color: #555; border-top: 1px solid #222; pt: 20px; }