/* 统一页面背景样式 */

/* 移除 body 的深色背景，使用渐变背景 */
body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
}

/* 确保渐变显现爱心效果正常显示 */
.fade-hearts-showcase {
    position: relative;
    z-index: 1;
}

/* 确保卡片区域在背景之上 */
.card-wrap,
#pjax-container {
    position: relative;
    z-index: 1;
}
