.home .nx-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.home .nx-tabs{display:flex;flex-wrap:wrap;gap:8px}.home .nx-tab{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--radius-full);border:1px solid var(--ink-100);background:white;color:var(--ink-700);font-size:13px;font-weight:700;cursor:pointer;transition:border-color .18s,color .18s,background .18s,transform .18s}.home .nx-tab:hover{border-color:var(--green);color:var(--green-dark);transform:translateY(-1px)}.home .nx-tab.active{background:var(--green);border-color:var(--green);color:#fff}.home .nx-tab .nx-count{font-size:11px;font-weight:800;padding:1px 7px;border-radius:var(--radius-full);background:var(--green-bg);color:var(--green-dark)}.home .nx-tab.active .nx-count{background:rgba(255,255,255,.22);color:#fff}.home .nx-search{display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:var(--radius-full);border:1px solid var(--ink-100);background:white;min-width:220px}.home .nx-search input{border:none;outline:none;background:transparent;font-size:14px;color:var(--ink-700);width:100%;font-family:inherit}.home .nx-search .nx-ic{color:var(--ink-500);font-size:15px}.home .nx-result-count{font-size:13px;color:var(--ink-500);margin-bottom:16px}.home .nx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home .nx-card{display:flex;flex-direction:column;background:white;border:1px solid var(--ink-100);border-radius:var(--radius-xl);overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.home .nx-card:hover{transform:translateY(-5px);border-color:var(--green);box-shadow:var(--shadow-lg)}.home .nx-cover{position:relative;aspect-ratio:16/9;width:100%;overflow:hidden;background:var(--green-bg)}.home .nx-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.home .nx-card:hover .nx-cover img{transform:scale(1.05)}.home .nx-pill{position:absolute;top:12px;left:12px;padding:5px 11px;border-radius:var(--radius-full);background:rgba(16,200,122,.95);color:#fff;font-size:11px;font-weight:800;letter-spacing:.2px;backdrop-filter:blur(2px)}.home .nx-body{display:flex;flex-direction:column;flex:1;padding:18px 18px 20px}.home .nx-body h3{font-size:17px;font-weight:900;line-height:1.4;color:var(--ink-900,#0f172a)}.home .nx-body p{font-size:14px;color:var(--ink-600);line-height:1.6;margin-top:9px;flex:1}.home .nx-meta{display:flex;align-items:center;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid var(--ink-100)}.home .nx-avatar{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--green),var(--green-dark))}.home .nx-meta .nx-author{font-size:12px;font-weight:800;color:var(--ink-700)}.home .nx-meta .nx-date{font-size:11px;color:var(--ink-500)}.home .nx-meta .nx-more{margin-left:auto;font-size:13px;font-weight:800;color:var(--green-dark);white-space:nowrap}.home .nx-empty{text-align:center;padding:56px 20px;color:var(--ink-500);border:1px dashed var(--ink-100);border-radius:var(--radius-xl)}.home .nx-pager{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.home .nx-page-btn{min-width:38px;height:38px;padding:0 12px;border-radius:var(--radius-lg);border:1px solid var(--ink-100);background:white;color:var(--ink-700);font-size:13px;font-weight:800;cursor:pointer;transition:border-color .18s,color .18s,background .18s}.home .nx-page-btn:hover:not(:disabled){border-color:var(--green);color:var(--green-dark)}.home .nx-page-btn.active{background:var(--green);border-color:var(--green);color:#fff}.home .nx-page-btn:disabled{opacity:.4;cursor:not-allowed}.home .nx-banner{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 14px;border-radius:var(--radius-full);background:var(--amber-bg,#fef3c7);color:#92400e;font-size:12px;font-weight:700}html[data-theme=dark] .home .nx-card,html[data-theme=dark] .home .nx-page-btn,html[data-theme=dark] .home .nx-search,html[data-theme=dark] .home .nx-tab{background:#131c2e;border-color:rgba(255,255,255,.08);color:#cbd5e1}html[data-theme=dark] .home .nx-search input{color:#e6edf5}html[data-theme=dark] .home .nx-tab .nx-count{background:rgba(16,200,122,.16)}html[data-theme=dark] .home .nx-body h3{color:#e6edf5}html[data-theme=dark] .home .nx-meta{border-top-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .nx-empty{border-color:rgba(255,255,255,.12)}html[data-theme=dark] .home .nx-page-btn.active,html[data-theme=dark] .home .nx-tab.active{color:#fff}.home a.nx-card-link{text-decoration:none;color:inherit}.home a.nx-card-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.home .ax-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--green-dark);text-decoration:none;margin-bottom:18px}.home .ax-back:hover{text-decoration:underline}.home .ax-article{max-width:820px;margin:0 auto}.home .ax-pill{display:inline-block;padding:5px 13px;border-radius:var(--radius-full);background:var(--green-bg);color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:.2px}.home .ax-title{font-size:clamp(26px,4vw,40px);font-weight:900;line-height:1.28;letter-spacing:-.01em;color:var(--ink-900,#0f172a);margin:14px 0 0}.home .ax-byline{display:flex;align-items:center;gap:11px;margin-top:18px;padding-bottom:22px;border-bottom:1px solid var(--ink-100)}.home .ax-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;font-size:16px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--green),var(--green-dark))}.home .ax-author{font-size:14px;font-weight:800;color:var(--ink-800,#1e293b)}.home .ax-date{font-size:12px;color:var(--ink-500);margin-top:2px}.home .ax-cover{width:100%;aspect-ratio:16/8;margin-top:24px;border-radius:var(--radius-xl);overflow:hidden;background:var(--green-bg);border:1px solid var(--ink-100)}.home .ax-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home .ax-lead{font-size:18px;line-height:1.7;color:var(--ink-700);font-weight:600;margin-top:26px}.home .ax-content{margin-top:18px}.home .ax-content p{font-size:16.5px;line-height:1.9;color:var(--ink-700);margin-top:18px}.home .ax-content p:first-child{margin-top:0}.home .ax-foot-note{margin-top:32px;padding:16px 18px;border-radius:var(--radius-lg);background:var(--green-bg);color:var(--ink-600);font-size:13px;line-height:1.6}.home .ax-related-head{max-width:820px;margin:56px auto 0}.home .ax-related-head h2{font-size:22px;font-weight:900;color:var(--ink-900,#0f172a)}.home .ax-related-grid{max-width:820px;margin:20px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home .ax-notfound{max-width:620px;margin:40px auto;text-align:center;padding:48px 24px;border:1px dashed var(--ink-100);border-radius:var(--radius-xl);color:var(--ink-500)}.home .ax-notfound h2{font-size:22px;font-weight:900;color:var(--ink-900,#0f172a)}.home .ax-notfound p{margin-top:8px}html[data-theme=dark] .home .ax-author,html[data-theme=dark] .home .ax-notfound h2,html[data-theme=dark] .home .ax-related-head h2,html[data-theme=dark] .home .ax-title{color:#e6edf5}html[data-theme=dark] .home .ax-byline{border-bottom-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .ax-cover{border-color:rgba(255,255,255,.08)}html[data-theme=dark] .home .ax-pill{background:rgba(16,200,122,.16)}html[data-theme=dark] .home .ax-foot-note{background:rgba(16,200,122,.1)}html[data-theme=dark] .home .ax-content p,html[data-theme=dark] .home .ax-lead{color:#cbd5e1}html[data-theme=dark] .home .ax-notfound{border-color:rgba(255,255,255,.12)}@media (max-width:920px){.home .ax-related-grid,.home .nx-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home .nx-grid{grid-template-columns:1fr}.home .nx-search{min-width:100%}.home .ax-related-grid{grid-template-columns:1fr}}