/* Global Theme Styles */
.game-card-bg {
    background-image: url('https://images.unsplash.com/photo-1620121692029-d088224ddc74?w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.game-card-overlay {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.92) 0%, rgba(101, 67, 33, 0.88) 50%, rgba(139, 69, 19, 0.92) 100%);
}

.game-card-border {
    border: 2px solid;
    border-image: linear-gradient(135deg, #FFD700, #FFA500, #FFD700) 1;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.game-name-gold {
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 0 0 8px rgba(255,215,0,0.4);
}

.premium-card {
    background-image: url('https://images.unsplash.com/photo-1620121692029-d088224ddc74?w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.premium-overlay {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.92) 0%, rgba(101, 67, 33, 0.88) 50%, rgba(139, 69, 19, 0.92) 100%);
}

.premium-border {
    border: 2px solid;
    border-image: linear-gradient(135deg, #FFD700, #FFA500, #FFD700) 1;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.gold-text {
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8), 0 0 8px rgba(255,215,0,0.4);
}

.status-live {
    background: linear-gradient(135deg, #10b981, #059669);
}

.status-soon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.status-closed {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.status-pending {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.status-approved {
    background: linear-gradient(135deg, #10b981, #059669);
}

.status-rejected {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.status-processing {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

/* Premium Buttons */
.premium-btn {
    background-image: url('https://images.unsplash.com/photo-1620121692029-d088224ddc74?w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(135deg, #FFD700, #FFA500, #FFD700) 1;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.premium-btn-overlay {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.92) 0%, rgba(101, 67, 33, 0.88) 50%, rgba(139, 69, 19, 0.92) 100%);
}

/* Mini Cards */
.mini-card {
    background-image: url('https://images.unsplash.com/photo-1620121692029-d088224ddc74?w=800&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(135deg, #FFD700, #FFA500, #FFD700) 1;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

.mini-card-overlay {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.9) 0%, rgba(101, 67, 33, 0.85) 50%, rgba(139, 69, 19, 0.9) 100%);
}
