/* ===== 百科页面样式 ===== */
.wiki-search-bar{display:flex;gap:8px;max-width:600px;margin:20px auto}
.wiki-search-bar input{flex:1;padding:10px 16px;border:1px solid #d0d7de;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s}
.wiki-search-bar input:focus{border-color:#4f6ef7;box-shadow:0 0 0 3px rgba(79,110,247,.1)}
.wiki-search-bar button{padding:10px 20px;background:#4f6ef7;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;white-space:nowrap}
.wiki-entry{background:#fff;border:1px solid #e5eaef;border-radius:8px;padding:16px;margin-bottom:10px;cursor:pointer;transition:all .15s}
.wiki-entry:hover{border-color:#4f6ef7;box-shadow:0 2px 8px rgba(79,110,247,.1)}
.wiki-entry .we-title{font-size:16px;font-weight:600;color:#1a2332;margin-bottom:4px}
.wiki-entry .we-meta{font-size:12px;color:#9ca3af;margin-bottom:6px}
.wiki-entry .we-summary{font-size:13px;color:#4a5568;line-height:1.6}
.wiki-detail{background:#fff;border:1px solid #e5eaef;border-radius:8px;padding:24px;max-width:800px;margin:0 auto}
.wiki-detail h1{font-size:24px;margin-bottom:8px}
.wiki-detail .wd-meta{font-size:13px;color:#9ca3af;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}
.wiki-detail .wd-section{margin-bottom:20px}
.wiki-detail .wd-section h2{font-size:18px;color:#015293;margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid #eee}
.wiki-detail .wd-section p{font-size:14px;line-height:1.8;color:#333}
.wiki-detail .wd-section pre{background:#f6f8fa;padding:12px;border-radius:6px;overflow-x:auto;font-size:13px;line-height:1.5}
.wiki-detail .wd-section table{width:100%;border-collapse:collapse;font-size:13px}
.wiki-detail .wd-section td,.wiki-detail .wd-section th{padding:8px 12px;border:1px solid #e5eaef;text-align:left}
.wiki-detail .wd-section th{background:#f6f8fa;font-weight:600}
.wiki-loading{text-align:center;padding:40px;color:#9ca3af}
.wiki-empty{text-align:center;padding:60px 20px;color:#9ca3af;font-size:15px}
body.dark-mode .wiki-entry{background:#161b22;border-color:#30363d}
body.dark-mode .wiki-entry:hover{border-color:#58a6ff}
body.dark-mode .wiki-detail{background:#161b22;border-color:#30363d;color:#c9d1d9}
body.dark-mode .wiki-detail .wd-section h2{color:#58a6ff;border-bottom-color:#30363d}
body.dark-mode .wiki-detail .wd-section p{color:#c9d1d9}
body.dark-mode .wiki-detail .wd-section pre{background:#0d1117}
body.dark-mode .wiki-detail .wd-section th{background:#0d1117}
body.dark-mode .wiki-search-bar input{background:#0d1117;border-color:#30363d;color:#c9d1d9}
body.dark-mode .wiki-search-bar button{background:#238636}
/* 预搜索下拉框暗色 */
body.dark-mode .wiki-sugg-box{background:#161b22;border-color:#30363d}
body.dark-mode .wiki-sugg-item div{color:#c9d1d9!important}
