#footer {
    background: transparent !important;
}

body {
    background: url("/img/15.jpg") no-repeat center center fixed !important;
    background-size: cover !important;
}

#web_bg {
    background-image: url("/img/15.jpg"),
        linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
}
#post_bg {
    background-image: url("/img/15.jpg"),
        linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35));
}
/* ===== 侧边栏个人信息卡片动态渐变色 ===== */

/* 白天模式 - 动态渐变 */
#aside-content > .card-widget.card-info {
    background: linear-gradient(-45deg, 
        rgba(225, 235, 255, 0.8),
        rgba(200, 220, 255, 0.9),
        rgba(180, 210, 255, 0.7),
        rgba(225, 235, 255, 0.8),
        rgba(240, 245, 255, 0.6),
        rgba(225, 235, 255, 0.8)
    );
    background-size: 400% 400%;
    animation: gradientFlow 12s ease infinite;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 8px 32px rgba(31, 38, 135, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

/* 黑暗模式 - 动态渐变 */
[data-theme="dark"] #aside-content > .card-widget.card-info {
    background: linear-gradient(-45deg, 
        rgba(24, 40, 72, 0.8),
        rgba(35, 37, 58, 0.9),
        rgba(45, 55, 85, 0.7),
        rgba(24, 40, 72, 0.8),
        rgba(30, 45, 75, 0.6),
        rgba(24, 40, 72, 0.8)
    );
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* 流动动画效果 */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
        transform: scale(1);
    }
    25% {
        background-position: 50% 100%;
    }
    50% {
        background-position: 100% 50%;
        transform: scale(1.002);
    }
    75% {
        background-position: 50% 0%;
    }
    100% {
        background-position: 0% 50%;
        transform: scale(1);
    }
}

/* 悬停效果 */
#aside-content > .card-widget.card-info:hover {
    animation-play-state: paused;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 15px 40px rgba(31, 38, 135, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-theme="dark"] #aside-content > .card-widget.card-info:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* 添加微光闪烁效果 */
#aside-content > .card-widget.card-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.8s ease;
}

#aside-content > .card-widget.card-info:hover::before {
    left: 100%;
}

/* 文字样式优化 */
#aside-content > .card-widget.card-info,
#aside-content > .card-widget.card-info * {
    color: #2c3e50 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
}

[data-theme="dark"] #aside-content > .card-widget.card-info,
[data-theme="dark"] #aside-content > .card-widget.card-info * {
    color: #ecf0f1 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* 链接样式 */
#aside-content > .card-widget.card-info a {
    color: #3498db !important;
    border-bottom: 1px solid rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
}

#aside-content > .card-widget.card-info a:hover {
    color: #2980b9 !important;
    border-bottom-color: #2980b9;
    text-shadow: 0 0 8px rgba(52, 152, 219, 0.5);
}

[data-theme="dark"] #aside-content > .card-widget.card-info a {
    color: #3498db !important;
    border-bottom: 1px solid rgba(52, 152, 219, 0.5);
}

[data-theme="dark"] #aside-content > .card-widget.card-info a:hover {
    color: #5dade2 !important;
    border-bottom-color: #5dade2;
}

/* 响应式调整 */
@media (max-width: 768px) {
    #aside-content > .card-widget.card-info {
        animation-duration: 20s;
    }
    
    [data-theme="dark"] #aside-content > .card-widget.card-info {
        animation-duration: 25s;
    }
}
/* 侧边栏公告栏卡片渐变色 */
#aside-content>.card-widget.card-announcement{
    background: linear-gradient(-45deg, rgba(225,235,255,.6), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.6));
}
[data-theme=dark] #aside-content>.card-widget.card-announcement{
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}
/* 侧边栏目录最新文章卡片渐变色 */
#aside-content>.sticky_layout>.card-widget{
    background: linear-gradient(-45deg, rgba(225,235,255,.6), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.6));
}
[data-theme=dark] #aside-content>.sticky_layout>.card-widget{
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}
/* 个人信息Follow me按钮 */
#aside-content>.card-widget.card-info>#card-info-btn {
    background-color: #3eb8be;
    border-radius: 8px;
}
/*文章页面*/
.layout>#post {
    background: linear-gradient(-45deg, rgba(225,235,255,.8), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.8));
}
[data-theme=dark] .layout>#post {
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}
/*主页文章预览页面*/
#recent-posts>.recent-post-item{
    background: linear-gradient(-45deg, rgba(225,235,255,.8), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.8));
}
[data-theme=dark] #recent-posts>.recent-post-item{
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}

/*分类页面*/
.layout>#page {
    background: linear-gradient(-45deg, rgba(225,235,255,.8), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.8));
}
[data-theme=dark] .layout>#page {
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}

/*时间轴页面*/
.layout>#archive {
    background: linear-gradient(-45deg, rgba(225,235,255,.8), 
rgba(225,235,255,.9), 
rgba(225,235,255,.9), 
rgba(225,235,255,.8));
}
[data-theme=dark] .layout>#archive {
    background: linear-gradient(-45deg, rgba(24,40,72,.2), 
rgba(35,37,58,.9), 
rgba(35,37,58,.9), 
rgba(24,40,72,.2));
}