/* 只保留归档/分类页的深色样式，文章详情页走主题默认白色 */
body.archive, body.archive .content, body.archive .cat_content { background: rgb(11, 11, 26) !important; }
body.archive .modle_title3 .main-title { color: rgb(255, 255, 255) !important; text-shadow: rgba(255, 255, 255, 0.3) 0px 0px 10px !important; }
body.archive .cat_loop li { background: rgba(255, 255, 255, 0.03) !important; border: 1px solid rgba(255, 255, 255, 0.07) !important; border-radius: 16px !important; overflow: hidden !important; margin-bottom: 24px !important; transition: 0.3s !important; }
body.archive .cat_loop li:hover { border-color: rgba(0, 240, 255, 0.2) !important; transform: translateY(-3px) !important; }
body.archive .case_text h2, body.archive .case_text .title { color: rgb(255, 255, 255) !important; font-size: 1.3rem !important; }
body.archive .case_text p { color: rgba(255, 255, 255, 0.45) !important; font-size: 0.9rem !important; line-height: 1.7 !important; }
body.archive .case_text span { color: rgb(0, 240, 255) !important; font-size: 0.8rem !important; }
