/*
Theme Name: 智爱艺数 - 数学游戏主题
Theme URI: https://www.zhiaiyishu.com/
Author: 智爱艺数
Author URI: https://www.zhiaiyishu.com/
Description: 专为数学游戏网站设计的响应式主题，支持后台编辑游戏卡片、导航栏等内容
Version: 1.0
License: GPLv2 or later
Text Domain: math-game-theme
*/
/* 自定义工具类（和原静态页面完全一致） */
.content-auto {
    content-visibility: auto;
}
.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: translateY(-4px);
}
/* 参考图风格按钮样式 */
.btn-primary {
    @apply bg-gradient-to-r from-accent to-pink-500 text-white py-3 px-6 rounded-lg transition-all duration-300 hover:from-pink-500 hover:to-accent hover:shadow-md;
}
/* 筛选按钮激活态 */
.filter-active {
    @apply bg-primary text-white;
}

/* 活动图片设置页面样式 */
.banner-image-setting {
    margin-bottom: 1rem;
}

.banner-image-preview {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.banner-image-preview h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #495057;
}

.banner-image-preview img {
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}