/*
Theme Name: 166bet Affiliate
Theme URI: https://166betxi.com/
Author: Antigravity AI
Description: Um tema WordPress de alta conversão para afiliados da 166bet, focado em SEO e performance.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 166bet-affiliate
*/

:root {
    --primary: #fbbf24; /* Gold */
    --secondary: #8b5cf6; /* Purple */
    --dark: #0f172a;
    --accent: #ef4444; /* Red/Pink */
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--dark);
    color: white;
    overflow-x: hidden;
}

.gradient-text {
    background: linear-gradient(to right, #fbbf24, #f59e0b, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-glow {
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.4);
    transition: all 0.3s ease;
}

.btn-glow:hover {
    box-shadow: 0 0 40px rgba(251, 191, 36, 0.7);
    transform: scale(1.05);
}

.game-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.floating-logo-hero {
    animation: floatingHero 4s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(251, 191, 36, 0.3));
}

@keyframes floatingHero {
    0% { transform: translateY(0px) rotate(0deg); }
    33% { transform: translateY(-20px) rotate(2deg); }
    66% { transform: translateY(-10px) rotate(-2deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

.winner-ticker {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(251, 191, 36, 0.2);
}

.bg-mesh {
    background-image: radial-gradient(at 0% 0%, hsla(253,16%,7%,1) 0, transparent 50%), 
                      radial-gradient(at 50% 0%, hsla(225,39%,30%,1) 0, transparent 50%), 
                      radial-gradient(at 100% 0%, hsla(339,49%,30%,1) 0, transparent 50%);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.animate-marquee {
    display: inline-flex;
    animation: marquee 30s linear infinite;
    width: max-content;
}

/* Blog Content Enhancements */
.prose h1, .prose h2, .prose h3, .prose h4 {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-top: 2.5rem !important;
    margin-bottom: 1.5rem !important;
}

.prose h2 {
    font-size: 2.25rem !important;
    border-left: 4px solid #fbbf24;
    padding-left: 1.5rem;
}

.prose h3 {
    font-size: 1.75rem !important;
    color: #fbbf24 !important;
}

.prose p {
    color: #9ca3af !important;
    line-height: 1.8 !important;
    margin-bottom: 1.5rem !important;
}

.prose strong {
    color: #ffffff !important;
    font-weight: 700;
}
