body { background-color: #1a1d24; color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
        header { background: #1a1d24; border-bottom: 1px solid #333; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; position: sticky; top: 0; z-index: 1000; }
        .header-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #ffffff; }
        .header-logo img { width: 25px; height: 25px; border-radius: 4px; }
        .header-logo strong { font-size: 16px; font-weight: 400; color: #FFD700; }
        .header-actions { display: flex; gap: 10px; }
        .btn { border: none; border-radius: 20px; padding: 8px 16px; font-size: 14px; font-weight: bold; cursor: pointer; text-decoration: none; display: inline-block; transition: transform 0.2s; }
        .btn-login { background: transparent; color: #FFD700; border: 1px solid #FFD700; }
        .btn-register { background: linear-gradient(90deg, #FF6B35, #FF2E63); color: #fff; }
        .btn:active { transform: scale(0.95); }
        main { padding-bottom: 80px; }
        .banner { width: 100%; display: block; cursor: pointer; aspect-ratio: 2 / 1; object-fit: cover; }
        .jackpot-container { background: radial-gradient(circle, #2a2e3a 0%, #1a1d24 100%); margin: 15px; padding: 20px; border-radius: 15px; border: 1px solid #FFD700; text-align: center; box-shadow: 0 0 15px rgba(255, 215, 0, 0.2); }
        .jackpot-title { color: #FFD700; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 10px; }
        .jackpot-amount { font-size: 32px; font-weight: 900; color: #ffffff; letter-spacing: 2px; font-family: monospace; }
        .intro-card { background: #252932; margin: 15px; padding: 20px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
        .intro-card h1 { font-size: 20px; color: #FFD700; margin-top: 0; margin-bottom: 10px; }
        .intro-card p { font-size: 14px; color: #ccc; margin: 0; }
        .section-title { padding: 0 15px; margin: 20px 0 15px; border-left: 4px solid #FFD700; font-size: 18px; font-weight: bold; }
        .game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 15px; }
        .game-card { background: #252932; border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; display: block; 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 { margin: 0; font-size: 14px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .game-info p { margin: 4px 0 0; font-size: 12px; color: #888; }
        .trust-section { background: #252932; margin: 20px 15px; padding: 20px; border-radius: 15px; text-align: center; }
        .trust-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; opacity: 0.8; }
        .trust-icons i { font-size: 30px; color: #FFD700; }
        .guidelines { padding: 0 15px; }
        .guideline-item { background: #252932; padding: 15px; border-radius: 10px; margin-bottom: 10px; border-left: 2px solid #FF6B35; }
        .guideline-item h2 { font-size: 16px; margin: 0 0 8px; color: #FFD700; }
        .guideline-item p { font-size: 13px; color: #bbb; margin: 0; }
        .winners-marquee { background: #101217; padding: 10px 0; margin: 20px 0; overflow: hidden; white-space: nowrap; }
        .marquee-content { display: inline-block; animation: marquee 30s linear infinite; }
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .winner-tag { display: inline-flex; align-items: center; background: #252932; padding: 8px 15px; border-radius: 20px; margin: 0 10px; font-size: 12px; border: 1px solid #333; }
        .winner-tag span { color: #FFD700; font-weight: bold; margin: 0 5px; }
        .providers-wall { padding: 15px; text-align: center; background: #1a1d24; }
        .providers-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 10px; }
        .provider-item { background: #252932; padding: 5px 12px; border-radius: 5px; font-size: 12px; color: #FFD700; font-weight: bold; border: 1px solid #333; }
        .reviews { padding: 0 15px; }
        .review-card { background: #252932; padding: 15px; border-radius: 12px; margin-bottom: 15px; }
        .review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
        .review-avatar { width: 40px; height: 40px; background: #3a3f4b; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #FFD700; }
        .review-user h3 { font-size: 14px; margin: 0; }
        .review-stars { color: #FFD700; font-size: 10px; }
        .review-date { font-size: 10px; color: #666; margin-left: auto; }
        .review-body { font-size: 13px; color: #bbb; }
        .faq-section { padding: 0 15px; margin-bottom: 20px; }
        .faq-item { background: #252932; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
        .faq-question { padding: 15px; font-size: 14px; font-weight: bold; color: #FFD700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
        .faq-answer { padding: 0 15px 15px; font-size: 13px; color: #bbb; border-top: 1px solid #333; padding-top: 10px; }
        .safety-section { background: #101217; margin: 15px; padding: 20px; border-radius: 15px; text-align: center; border: 1px dashed #444; }
        .safety-badges { display: flex; justify-content: center; gap: 20px; margin-bottom: 15px; font-size: 24px; color: #4caf50; }
        .safety-text { font-size: 12px; color: #777; }
        .navigator { position: fixed; bottom: 0; left: 0; width: 100%; background: #252932; display: flex; justify-content: space-around; padding: 10px 0; border-top: 1px solid #333; z-index: 1000; }
        .nav-item { text-decoration: none; color: #888; text-align: center; flex: 1; }
        .nav-item i { font-size: 20px; display: block; margin-bottom: 4px; }
        .nav-item span { font-size: 11px; }
        .nav-item:active { color: #FFD700; }
        footer { background: #101217; padding: 30px 15px 100px; text-align: center; }
        .footer-contact { margin-bottom: 25px; }
        .footer-contact a { color: #FFD700; text-decoration: none; margin: 0 10px; font-size: 14px; }
        .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 25px; text-align: left; }
        .footer-links a { color: #777; text-decoration: none; font-size: 12px; }
        .footer-copy { font-size: 11px; color: #555; border-top: 1px solid #222; padding-top: 20px; }