
/* Trading Games Cards Hover Effects */
.game-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 74, 173, 0.2) !important;
    border-color: rgba(0, 74, 173, 0.2) !important;
}

/* Dark Theme Adjustments for Trading Games */
html[data-theme='dark'] .game-card {
    background: #2a2a3a !important;
    border-color: #444 !important;
}

html[data-theme='dark'] .game-card h4 {
    color: #e0e0e0 !important;
}

html[data-theme='dark'] .game-card p {
    color: #b0b0b0 !important;
}

html[data-theme='dark'] .game-card .game-meta {
    color: #a855f7 !important;
}

html[data-theme='dark'] .game-card .game-icon {
    background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%) !important;
}

html[data-theme='dark'] .game-card:hover {
    border-color: rgba(168, 85, 247, 0.3) !important;
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.2) !important;
}

/* Hero navigation tab bar styles now live in the shared static/css/hero_nav.css. */
