body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
        header { background: #111317; 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; 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-login { background: transparent; color: #fff; border: 1px solid #FFD700; padding: 6px 15px; border-radius: 20px; font-size: 14px; cursor: pointer; transition: 0.3s; }
        .btn-register { background: linear-gradient(135deg, #FF6B35, #FF2E63); color: #fff; border: none; padding: 7px 18px; border-radius: 20px; font-size: 14px; font-weight: bold; cursor: pointer; transition: 0.3s; box-shadow: 0 4px 10px rgba(255, 46, 99, 0.3); }
        main { max-width: 1200px; margin: 0 auto; padding-bottom: 80px; }
        .hero-banner { width: 100%; aspect-ratio: 2/1; cursor: pointer; display: block; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .jackpot-container { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #FFD700; text-align: center; position: relative; overflow: hidden; }
        .jackpot-label { font-size: 14px; color: #FFD700; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; display: block; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #fff; letter-spacing: 2px; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
        .platform-intro { padding: 20px; margin: 15px; background: #252932; border-radius: 15px; text-align: center; border-left: 4px solid #FFD700; }
        .platform-intro h1 { font-size: 18px; color: #FFD700; margin-bottom: 10px; line-height: 1.4; }
        .platform-intro p { font-size: 14px; color: #ccc; margin: 0; }
        .section-title { padding: 0 20px; margin: 25px 0 15px; font-size: 20px; border-left: 4px solid #FF6B35; margin-left: 15px; color: #FFD700; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.2s; border: 1px solid #333; }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
        .game-info { padding: 10px; }
        .game-info h3 { font-size: 13px; margin: 0 0 4px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-provider { font-size: 11px; color: #888; text-transform: uppercase; }
        .payment-licence { background: #111317; padding: 30px 15px; margin: 20px 0; text-align: center; }
        .icon-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 15px; opacity: 0.8; }
        .icon-grid i { font-size: 30px; color: #fff; }
        .guidelines-section { padding: 20px 15px; background: #252932; margin: 15px; border-radius: 15px; }
        .guideline-item { margin-bottom: 20px; }
        .guideline-item h2 { font-size: 18px; color: #FFD700; margin-bottom: 8px; }
        .guideline-item p { font-size: 14px; color: #bbb; }
        .marquee-container { background: #111317; padding: 10px 0; overflow: hidden; position: relative; border-top: 1px solid #333; border-bottom: 1px solid #333; }
        .marquee-content { display: flex; animation: scroll 40s linear infinite; white-space: nowrap; }
        .winner-tag { padding: 5px 20px; font-size: 13px; color: #ddd; border-right: 1px solid #444; }
        .winner-tag span { color: #FFD700; font-weight: bold; }
        @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }
        .providers-wall { padding: 20px 15px; text-align: center; font-size: 14px; color: #888; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 10px; }
        .provider-name { background: #111317; padding: 5px 15px; border-radius: 5px; color: #ddd; border: 1px solid #333; }
        .reviews-section { padding: 0 15px; }
        .review-card { background: #252932; padding: 20px; border-radius: 15px; margin-bottom: 15px; border: 1px solid #333; }
        .review-user { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-user i { font-size: 24px; color: #FFD700; }
        .review-name { font-weight: bold; font-size: 15px; }
        .stars { color: #FFD700; font-size: 12px; margin-left: auto; }
        .review-date { font-size: 11px; color: #666; display: block; margin-bottom: 8px; }
        .review-text { font-size: 13px; color: #ccc; font-style: italic; }
        .faq-section { padding: 20px 15px; }
        .faq-item { background: #252932; margin-bottom: 10px; border-radius: 10px; padding: 15px; }
        .faq-item h2 { font-size: 16px; color: #FFD700; margin-bottom: 10px; }
        .faq-item p { font-size: 14px; color: #ccc; margin: 0; }
        .safety-section { padding: 30px 20px; text-align: center; background: #111317; border-top: 2px solid #333; }
        .safety-icons { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; font-size: 24px; color: #FFD700; }
        .safety-text { font-size: 12px; color: #888; max-width: 600px; margin: 0 auto; }
        .navigator { position: fixed; bottom: 0; width: 100%; background: #111317; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 2000; }
        .nav-item { text-align: center; text-decoration: none; color: #888; font-size: 11px; }
        .nav-item i { display: block; font-size: 20px; margin-bottom: 3px; }
        .nav-item:active, .nav-item:hover { color: #FFD700; }
        footer { background: #0a0c10; padding: 40px 20px 100px; text-align: center; }
        .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; }
        .footer-contact a { color: #FFD700; text-decoration: none; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; text-align: left; margin-bottom: 30px; }
        .footer-links a { color: #888; text-decoration: none; font-size: 13px; }
        .footer-bottom { border-top: 1px solid #222; padding-top: 20px; font-size: 12px; color: #555; }