:root{--forest-bg:#ffffff;--forest-card:#ffffff;--forest-text:#2f4f3f;--forest-muted:#64748b;--forest-line:#e6efe9;--forest-brand:#4f9e6c;--forest-brand-dark:#2d754b}.dark{--forest-bg:#0b1220;--forest-card:#111b2e;--forest-text:#dbe7f5;--forest-muted:#9fb0c6;--forest-line:#2a3a50;--forest-brand:#4ade80;--forest-brand-dark:#22c55e}*{box-sizing:border-box}body{margin:0;color:var(--forest-text);background:#ffffff;font-family:"Microsoft YaHei",Consolas,"PingFang SC",sans-serif;font-size:15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.dark body{color:var(--forest-text);background:var(--forest-bg)}a{color:inherit}.forest-topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #f3f4f6;box-shadow:0 1px 3px rgba(15,23,42,0.05)}.forest-nav{max-width:980px;margin:0 auto;height:60px;padding:0 20px;display:flex;align-items:center;gap:20px}.forest-brand{font-size:30px;font-weight:900;text-decoration:none;color:#1f5e3a;letter-spacing:-0.8px;display:inline-flex;align-items:center;gap:2px}.forest-brand span{color:#7aa889;font-weight:400}.forest-brand-icon{width:26px;height:26px;color:#4f9e6c;margin-right:4px}.forest-nav-links{display:flex;align-items:center;gap:24px}.forest-nav-links a{text-decoration:none;color:#4b5563;font-size:14px;font-weight:500;line-height:1;padding:3px 0 5px;transition:color .2s ease}.forest-nav-links a:hover{color:var(--forest-brand)}.forest-nav-links a.is-active{color:var(--forest-brand-dark);border-bottom:2px solid var(--forest-brand);font-weight:700}.forest-nav-right{margin-left:auto;display:flex;align-items:center;gap:11px}.forest-search input{width:300px;height:36px;border:1px solid #f0f2f4;border-radius:999px;background:#f9fafb;padding:0 14px 0 34px;color:#334155;outline:none;font-size:12px}.forest-search{position:relative}.forest-search-icon{position:absolute;left:12px;top:50%;width:14px;height:14px;color:#9aa3af;transform:translateY(-50%);pointer-events:none}.forest-publish{text-decoration:none;background:var(--forest-brand);color:#fff;font-size:13px;font-weight:700;border-radius:999px;padding:8px 18px;box-shadow:0 6px 16px rgba(79,158,108,0.18);line-height:1.1}.forest-notice{width:30px;height:30px;border-radius:999px;border:1px solid #e4ebe6;background:#fff;position:relative;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.forest-notice svg{width:16px;height:16px;color:#94a3b8;transform:translateY(0.5px)}.forest-notice span{position:absolute;right:-4px;top:-5px;width:16px;height:16px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.forest-user{width:32px;height:32px;border-radius:999px;text-decoration:none;background:#4f9e6c;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.forest-layout{max-width:980px;margin:0 auto;padding:24px 24px 30px;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:15px}.forest-feed{display:grid;gap:16px}.forest-actions{display:flex;align-items:center;gap:16px;background:var(--forest-card);border:1px solid #f3f4f6;border-radius:10px;padding:15px 18px;box-shadow:0 1px 4px rgba(15,23,42,0.04)}.forest-actions a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--forest-text);font-size:13px;font-weight:600;transition:color .2s ease}.forest-actions a svg{width:16px;height:16px;color:#9dd4ae}.forest-actions a:hover{color:var(--forest-brand-dark)}.forest-actions a + a{border-left:1px solid #edf3ee;padding-left:16px}.forest-post{background:var(--forest-card);border:1px solid #f3f4f6;border-radius:10px;padding:20px;box-shadow:0 1px 3px rgba(15,23,42,0.05);transition:border-color .2s ease,box-shadow .2s ease}.forest-post:hover{border-color:#e4efe7;box-shadow:0 6px 16px rgba(79,158,108,0.1)}.forest-post.is-lead{border-color:#e7f2ea;box-shadow:0 4px 12px rgba(79,158,108,0.08)}.forest-post-meta{display:flex;gap:10px;align-items:center;color:#94a3b8;font-size:12px;margin-bottom:12px;line-height:1}.forest-post-meta .avatar{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#e7f4eb;color:#4f9e6c;font-size:10px;font-weight:700;line-height:1}.forest-post-meta .author{color:#475569;font-weight:600}.forest-post-meta .dot{color:#cbd5e1}.forest-post-main{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px}.forest-post-body{min-width:0}.forest-post h2{margin:0;font-size:20px;line-height:1.38}.forest-post h2 a{text-decoration:none;color:var(--forest-text)}.forest-post h2 a:hover{color:var(--forest-brand-dark)}.forest-post p{margin:8px 0 0;color:#334155;line-height:1.7;font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.forest-thumb{min-height:96px;border-radius:10px;border:1px solid #eef2f0;background:linear-gradient(140deg,#eff7f2 0%,#dceee2 100%);position:relative;overflow:hidden}.forest-thumb::after{content:"BOKE";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#6fa182;font-size:11px;letter-spacing:1.2px;font-weight:700}.forest-post-foot{margin-top:16px;padding-top:12px;border-top:1px solid #f5f7f6;display:flex;justify-content:space-between;align-items:center;gap:12px}.forest-post-foot span{color:var(--forest-brand);font-size:11px;font-weight:700}.forest-post-stats{display:flex;align-items:center;gap:14px}.forest-post-stats span:not(:first-child){display:inline-flex;align-items:center;gap:4px;color:#9aa3af;font-weight:500;line-height:1}.forest-post-stats span svg{width:13px;height:13px}.forest-post-foot a{display:inline-flex;align-items:center;gap:5px;color:var(--forest-brand);text-decoration:none;font-size:12px;font-weight:700;line-height:1}.forest-post-foot a:hover{color:var(--forest-brand-dark)}.forest-post-foot a svg{width:14px;height:14px}.forest-side{display:grid;gap:14px;align-content:start;width:100%;min-width:0}.forest-side>*{width:100%;max-width:100%;min-width:0}@media (min-width:1001px){.forest-side{position:sticky;top:76px;align-self:start}}.forest-card{background:var(--forest-card);border:1px solid #f3f4f6;border-radius:10px;padding:18px 16px;box-shadow:0 1px 4px rgba(15,23,42,0.05)}.forest-avatar{width:64px;height:64px;border-radius:999px;margin:0 auto 12px;background:var(--forest-brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid #e6f4ea;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5)}.forest-profile h3{margin:0;text-align:center;font-size:17px}.forest-profile p{margin:6px 0 0;text-align:center;color:var(--forest-muted);font-size:12px}.forest-stats{margin-top:14px;padding-top:14px;border-top:1px solid #f0f5f2;display:grid;grid-template-columns:1fr 1fr;gap:10px}.forest-stats div{text-align:center}.forest-stats strong{display:block;font-size:19px;color:var(--forest-brand-dark)}.forest-stats span{color:#94a3b8;font-size:11px}.forest-rank h3,.forest-subscribe h3{margin:0 0 14px;color:var(--forest-brand-dark);font-size:15px}.forest-rank h3{display:flex;align-items:center;gap:8px}.forest-rank h3 svg{width:18px;height:18px;color:#7aa889}.forest-rank a{display:flex;align-items:flex-start;gap:8px;text-decoration:none;color:#334155;padding:10px 0;border-top:1px solid #f3f7f4;transition:color .2s ease}.forest-rank a:first-of-type{border-top:0;padding-top:0}.forest-rank{counter-reset:rank}.forest-rank .rank-item{position:relative;padding-left:30px;padding-right:46px}.forest-rank .rank-item::before{counter-increment:rank;content:counter(rank,decimal-leading-zero) ".";position:absolute;left:0;top:8px;color:#8eb79b;font-weight:700;font-family:"Microsoft YaHei",Consolas,"PingFang SC",sans-serif}.forest-rank p{margin:0;font-size:12px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forest-rank .rank-item .rank-hot{position:absolute;right:18px;top:9px;color:#c3ccd8;font-size:11px;line-height:1}.forest-rank .rank-item .rank-arrow{position:absolute;right:0;top:8px;width:14px;height:14px;color:#d3dae2}.forest-rank .rank-item:hover p{color:var(--forest-brand-dark)}.forest-rank .rank-item:hover .rank-arrow{color:#8eb79b}.forest-rank-empty{margin:0;color:#9aa3af;font-size:12px;line-height:1.6}.forest-home{background:linear-gradient(180deg,#f4f8f5 0,#ffffff 180px)}.fusion-notice-bar{display:flex;align-items:center;gap:10px;border:1px solid #e4efe8;background:linear-gradient(90deg,#eef7f1 0,#f7fbf8 100%);border-radius:10px;padding:9px 12px}.fusion-notice-bar span{font-size:11px;font-weight:700;color:#2d754b;background:#dff1e5;border:1px solid #cbe7d5;border-radius:999px;padding:3px 8px}.fusion-notice-bar p{margin:0;color:#5d7185;font-size:12px}.fusion-feed{display:grid;gap:12px}.fusion-featured-panel{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px;padding:18px;border:1px solid #dfece4;border-radius:14px;background:linear-gradient(135deg,#f3faf5 0,#ffffff 62%);box-shadow:0 14px 32px rgba(79,158,108,0.08)}.fusion-featured-kicker{display:inline-flex;align-items:center;border-radius:999px;background:#e1f2e7;color:#2d754b;font-size:11px;font-weight:700;padding:4px 9px}.fusion-featured-copy h1{margin:12px 0 0;font-size:30px;line-height:1.2;color:#1f2937}.fusion-featured-copy p{margin:12px 0 0;max-width:640px;color:#5a6d7f;font-size:14px;line-height:1.8}.fusion-featured-actions{display:flex;gap:10px;margin-top:16px}.fusion-featured-actions a{text-decoration:none;border-radius:999px;font-size:12px;font-weight:700;padding:10px 14px}.fusion-featured-actions .primary{background:#4f9e6c;color:#fff;box-shadow:0 10px 20px rgba(79,158,108,0.18)}.fusion-featured-actions .ghost{border:1px solid #dbe9df;background:#fff;color:#426051}.fusion-featured-side{display:grid;align-content:space-between;gap:14px;padding:10px 0 4px}.fusion-featured-badge{border-radius:12px;background:linear-gradient(145deg,#254635 0,#2f5c45 100%);color:#eff8f2;font-size:13px;font-weight:700;padding:14px}.fusion-featured-grid{display:grid;gap:10px}.fusion-featured-grid div{border-radius:12px;border:1px solid #e6efe9;background:rgba(255,255,255,0.8);padding:12px}.fusion-featured-grid strong{display:block;color:#2d754b;font-size:22px}.fusion-featured-grid span{display:block;margin-top:2px;color:#8a97a5;font-size:11px}.fusion-quickbar{display:flex;gap:0;align-items:center;background:#fff;border:1px solid #eef2f0;border-radius:10px;box-shadow:0 1px 4px rgba(15,23,42,0.04);padding:13px 14px}.fusion-quickbar a{text-decoration:none;color:#425466;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:7px;padding:0 15px}.fusion-quickbar a:first-child{padding-left:2px}.fusion-quickbar a + a{border-left:1px solid #eef2f0}.fusion-quickbar a svg{width:15px;height:15px;color:#8fbda1}.fusion-post-item{background:#fff;border:1px solid #eef2f0;border-radius:10px;box-shadow:0 1px 4px rgba(15,23,42,0.04);padding:14px 15px}.fusion-post-item.is-hero{border-color:#d8e9dd;box-shadow:0 8px 18px rgba(79,158,108,0.12)}.fusion-post-meta{display:inline-flex;align-items:center;gap:8px;color:#8b99a8;font-size:12px;margin-bottom:10px}.fusion-post-meta .avatar{width:20px;height:20px;border-radius:999px;background:#e7f4eb;color:#4f9e6c;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.fusion-post-meta .dot{color:#c6d0da}.fusion-post-main{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:14px;align-items:stretch}.fusion-post-body{min-width:0}.fusion-post-body h2{margin:0;font-size:19px;line-height:1.45}.fusion-post-body h2 a{color:#1f2937;text-decoration:none}.fusion-post-body h2 a:hover{color:#1f5e3a}.fusion-post-body p{margin:8px 0 0;color:#596b7c;font-size:13px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fusion-post-cover{border-radius:10px;border:1px solid #e7efe9;background:linear-gradient(145deg,#edf7f0 0,#dceee2 100%);min-height:104px;position:relative}.fusion-post-cover::after{content:"融合版";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#7ea58d;font-size:11px;font-weight:700;letter-spacing:1px}.fusion-post-item.is-hero .fusion-post-cover{background:linear-gradient(145deg,#e8f3ec 0,#cfe7d8 100%)}.fusion-post-foot{margin-top:11px;padding-top:10px;border-top:1px solid #f3f6f4;display:flex;gap:12px;align-items:center}.fusion-post-foot a:hover{color:#2d754b}.fusion-post-foot span{display:inline-flex;align-items:center;gap:4px;color:#97a3b0;font-size:11px}.fusion-post-foot span svg{width:12px;height:12px}.fusion-post-foot a{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#4f9e6c;text-decoration:none;font-size:12px;font-weight:700}.fusion-post-foot a svg{width:13px;height:13px}.forest-subscribe p{margin:0 0 12px;color:var(--forest-muted);font-size:12px}.forest-signal h3{margin:0 0 12px;color:#2d754b;font-size:15px}.forest-signal-list{display:grid;gap:10px}.forest-signal-list div{border:1px solid #eef3ef;border-radius:10px;background:#fafcfb;padding:11px 12px}.forest-signal-list strong{display:block;color:#2d754b;font-size:18px}.forest-signal-list span{display:block;margin-top:2px;color:#8a97a5;font-size:11px}.forest-subscribe{background:rgba(230,244,234,0.5);border-color:#deefe3;box-shadow:0 6px 14px rgba(79,158,108,0.12)}.forest-subscribe h3{font-size:17px}.forest-subscribe p{line-height:1.6}.forest-subscribe input{width:100%;border:1px solid #d7e9dd;border-radius:999px;background:#fff;padding:10px 12px;margin-bottom:10px;outline:none}.forest-subscribe button{width:100%;border:0;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700;color:#fff;background:var(--forest-brand);box-shadow:0 8px 14px rgba(79,158,108,0.18)}.forest-list-wrap,.forest-article-wrap,.forest-page-wrap{max-width:920px;margin:0 auto;padding:24px 18px 30px}.forest-list-head{margin-bottom:14px;padding:16px;background:var(--forest-card);border:1px solid var(--forest-line);border-radius:10px}.forest-list-head h1{margin:0;font-size:21px}.forest-list-head p{margin:8px 0 0;color:var(--forest-muted);font-size:12px}.forest-list{display:grid;gap:12px}.forest-pager{margin-top:14px;padding:14px 16px;border:1px solid var(--forest-line);border-radius:10px;background:var(--forest-card);display:flex;justify-content:space-between;align-items:center;color:var(--forest-muted);font-size:12px}.forest-pager a{text-decoration:none;color:var(--forest-brand-dark);font-weight:600}.forest-article{background:var(--forest-card);border:1px solid var(--forest-line);border-radius:12px;padding:20px}.forest-article h1{margin:0 0 12px;font-size:33px;line-height:1.24}.forest-paid-badge{display:inline-block;margin:0 0 14px;padding:4px 9px;border-radius:999px;border:1px solid #f4b183;background:#fff8f1;color:#c2410c;font-size:11px;font-weight:700}.forest-paid-lock{margin-bottom:14px;padding:14px;border-radius:10px;border:1px solid #f4b183;background:#fff8f1}.forest-paid-lock p{margin:0;color:#9a3412;font-size:13px}.forest-paid-lock button{margin-top:10px;border:0;border-radius:8px;padding:9px 14px;background:#c2410c;color:#fff;font-weight:700;cursor:pointer}.forest-content{line-height:1.9}.forest-content img{max-width:100%;height:auto}.forest-comments{margin-top:24px}.forest-comments h2{margin:0 0 10px;font-size:19px}.forest-comment-form{display:grid;gap:8px;margin-bottom:14px}.forest-comment-form input,.forest-comment-form textarea{border:1px solid var(--forest-line);border-radius:8px;padding:10px;font-size:13px}.forest-comment-form button{width:120px;border:0;border-radius:8px;padding:9px 12px;background:var(--forest-brand);color:#fff;font-weight:700}.forest-comment-list{display:grid;gap:8px}.forest-comment{border:1px solid var(--forest-line);border-radius:8px;padding:10px 12px;background:#fff}.forest-comment header{color:#475569;font-size:12px}.forest-comment p{margin:6px 0 0;color:#1f2937}.forest-empty{background:#fff;border:1px dashed #d5e3d9;border-radius:10px;padding:18px;color:#64748b;text-align:center}.forest-side-foot{color:#c2c9d2;font-size:11px;padding:10px 4px 0;border-top:1px solid #f6f7f8}.forest-side-foot p{margin:4px 0}.forest-foot-links{max-width:980px;margin:0 auto;padding:0 18px 28px;display:flex;gap:10px;flex-wrap:wrap}.forest-foot-links a{color:var(--forest-brand-dark);text-decoration:none;font-size:12px}.pay-mask{position:fixed;inset:0;background:rgba(2,6,23,0.5);z-index:1600;display:flex;align-items:center;justify-content:center;padding:16px}.pay-modal{width:min(92vw,320px);background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.pay-head{padding:12px 14px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.pay-head p{margin:0;font-size:13px;font-weight:600;color:#334155}.pay-head button{font-size:11px;border:1px solid #e5e7eb;border-radius:8px;padding:4px 8px;background:#fff;cursor:pointer}.pay-body{padding:14px;text-align:center}.pay-qrcode{width:220px;height:220px;margin:0 auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.pay-tip{font-size:11px;color:#64748b;margin:10px 0 0}@media (max-width:1000px){.forest-layout{grid-template-columns:1fr}.forest-side{grid-template-columns:1fr}.fusion-featured-panel{grid-template-columns:1fr}.fusion-post-main{grid-template-columns:1fr}.fusion-post-cover{min-height:120px}}@media (max-width:760px){.forest-nav{height:auto;padding:10px 14px;flex-wrap:wrap;gap:10px}.forest-brand{font-size:25px}.forest-nav-links{width:100%;overflow-x:auto;white-space:nowrap}.forest-nav-right{width:100%;margin-left:0}.forest-search{flex:1}.forest-search input{width:100%}.forest-publish{white-space:nowrap}.forest-notice,.forest-user{display:none}.forest-actions{overflow-x:auto}.forest-actions a{white-space:nowrap}.fusion-quickbar{overflow-x:auto}.fusion-quickbar a{white-space:nowrap}.fusion-featured-copy h1{font-size:24px}.fusion-featured-actions{flex-wrap:wrap}.forest-post h2{font-size:19px}.forest-post-main{grid-template-columns:1fr}.forest-thumb{min-height:100px}.forest-article h1{font-size:27px}.fusion-post-body h2{font-size:18px}}@media (min-width:1200px){.forest-layout{padding:30px 24px 34px}}

.nx-lightbox{position:fixed !important;inset:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:2147483647 !important;padding:24px !important;margin:0 !important;background:transparent !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;overflow:hidden !important;transition:none !important}
.nx-lightbox.is-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important}
.nx-lightbox-backdrop{position:fixed !important;inset:0 !important;background:rgba(0,0,0,.88) !important;z-index:0 !important}
.nx-lightbox-img{position:relative !important;z-index:1 !important;display:block !important;max-width:min(92vw,1400px) !important;max-height:88vh !important;margin:0 auto !important}
.nx-lightbox-nav,.nx-lightbox-close,.nx-lightbox-counter{position:absolute !important;z-index:2 !important}
