/* --- 彻底清除 SimpleMemory 的默认干扰 --- */
#navList li {
    list-style: none !important; /* 彻底干掉那些乱掉的点 */
    display: inline-block;
    margin-right: 15px;
}

/* --- 统计信息 (blogStats) 精准重排 --- */
.blogStats {
    float: right; /* 统计信息强制靠右 */
    color: #555 !important; /* 低调的深灰 */
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px !important;
    text-transform: uppercase;
    margin-top: 5px;
}
.blogStats span {
    margin-left: 10px;
    border-right: 1px solid #333; /* 像终端参数一样的分隔线 */
    padding-right: 10px;
}
.blogStats span:last-child { border: none; }

/* --- 导航栏 (Navigator) 肃静化 --- */
#navigator {
    background: #0a0a0a !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    height: auto !important;
    padding: 5px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- 正文与摘要的内敛处理 --- */
.day {
    border: none !important;
    border-bottom: 1px solid #222 !important; /* 只保留极细的底边线 */
    padding: 40px 0 !important;
    background: transparent !important;
}
.postTitle {
    margin-bottom: 15px !important;
}
.postTitle a {
    color: #ccc !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
    border-left: 2px solid #600 !important; /* 极细的暗红线，低调暗示 */
}
.postCon {
    padding: 0 !important;
    color: #777 !important; /* 摘要调暗，不抢标题风头 */
}

/* --- 侧边栏公告区彻底重置 --- */
#sidebar_news_content {
    padding: 0 !important;
}
.profile-card {
    background: #111 !important;
    border: 1px solid #222 !important;
    padding: 20px !important;
}

/* --- 去除所有无用的边框和阴影 --- */
#main, #mainContent, .forFlow {
    border: none !important;
    box-shadow: none !important;
}