/* ===== 公众号文章页面样式 ===== */

.wechat-page { position: fixed; inset: 0; background: #f5f0e1; overflow-y: auto; z-index: 1; display: flex; flex-direction: column; }
.wechat-page .about-nav { flex-shrink: 0; padding: 2rem 2.5rem 0; }
.wechat-page .about-nav-home { color: #3d3d3d !important; }
.wechat-page .about-nav-home:hover { color: #f472b6 !important; }
.wechat-qr { position: absolute; top: 2rem; right: 2.5rem; text-align: center; z-index: 5; }
.wechat-qr-label { display: block; font-size: 0.85rem; font-weight: 600; color: #555; margin-bottom: 0.5rem; letter-spacing: 0.05em; }
.wechat-qr-img { width: 5rem; height: 5rem; border-radius: 0.5rem; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.12); display: inline-block; }
.wechat-qr-img img { width: 100%; height: 100%; object-fit: cover; }
.wechat-title-wrap { flex-shrink: 0; display: flex; justify-content: center; padding-top: 3rem; }
.wechat-title-wrap h1 { font-size: 2.2rem; font-weight: 700; color: #3d3d3d; letter-spacing: 0.1em; margin: 0; }
.wechat-wrap { flex: 1; min-height: 0; display: flex; flex-direction: column; max-width: 48rem; width: 100%; margin: 0 auto; padding: 0 1rem 0.5rem; }
.wechat-scroll { height: 55vh; margin-top: 1.5rem; overflow-y: scroll; padding-right: 0.5rem; scrollbar-width: thin; scrollbar-color: #d4c8a8 transparent; }
.wechat-scroll::-webkit-scrollbar { width: 6px; }
.wechat-scroll::-webkit-scrollbar-track { background: transparent; }
.wechat-scroll::-webkit-scrollbar-thumb { background: #d4c8a8; border-radius: 3px; }
.wechat-list { display: flex; flex-direction: column; gap: 0.75rem; padding-bottom: 0.5rem; }
.wechat-row { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.15rem 1.35rem; background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 0.75rem; box-shadow: 0 1px 6px rgba(0,0,0,0.04); transition: box-shadow 0.25s, transform 0.25s; }
.wechat-row:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); transform: translateX(3px); }
.wechat-badge { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; min-width: 3.2rem; padding-top: 0.1rem; }
.wechat-badge .wechat-day { font-size: 1.5rem; font-weight: 700; color: #f472b6; line-height: 1; }
.wechat-badge .wechat-mon { font-size: 0.75rem; color: #999; margin-top: 0.15rem; }
.wechat-body { flex: 1; min-width: 0; }
.wechat-body h3 { font-size: 1.05rem; font-weight: 600; color: #1a1a1a; line-height: 1.5; margin: 0 0 0.3rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wechat-body p { font-size: 0.85rem; color: #877; line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.wechat-row:first-child .wechat-body h3::after { content: 'NEW'; display: inline-block; font-size: 0.6rem; font-weight: 700; color: #f472b6; background: rgba(244,114,182,0.12); border-radius: 0.25rem; padding: 0.15em 0.45em; margin-left: 0.5rem; vertical-align: middle; }
.wechat-tip { flex-shrink: 0; text-align: center; padding: 1rem 0 1.5rem; font-size: 0.85rem; color: #b5a58a; letter-spacing: 0.04em; }
.wechat-tip p { margin: 0; }
.wechat-state { flex: 1; display: flex; align-items: center; justify-content: center; color: #999; font-size: 1.05rem; }
@media (max-width: 768px) { .wechat-qr { top: 1rem; right: 1rem; } .wechat-qr-label { font-size: 0.75rem; } .wechat-qr-img { width: 3.8rem; height: 3.8rem; } .wechat-title-wrap h1 { font-size: 1.8rem; } }
@media (max-width: 480px) { .wechat-page .about-nav { padding: 1rem 1rem 0; } .wechat-title-wrap { padding-top: 2rem; } .wechat-title-wrap h1 { font-size: 1.6rem; } .wechat-row { padding: 1rem 1.1rem; gap: 0.9rem; } .wechat-badge { min-width: 2.6rem; } .wechat-badge .wechat-day { font-size: 1.25rem; } .wechat-body h3 { font-size: 0.95rem; } }
