:root{--green:#405c35;--green-deep:#344a2b;--green-soft:#6f8a62;--mint-50:#f3f6ef;--mint-100:#eef4ea;--mint-200:#e8eddf;--cream:#f6f4ec;--ink:#2b322620;--ink:#2c3328;--body:#51594b;--muted:#8a9484;--line:#e7e9e1;--white:#fff;--page:#fff;--r-card:20px;--r-md:14px;--r-btn:12px;--r-pill:999px;--sh-card:0 16px 34px rgba(60,90,70,.08);--sh-card-h:0 22px 44px rgba(60,90,70,.14);--sh-header:0 8px 24px rgba(60,90,70,.06);--sh-soft:0 10px 24px rgba(60,90,70,.05);--f-display:"Cormorant Garamond","Noto Serif TC",serif;--f-serif:"Noto Serif TC","Cormorant Garamond",serif;--f-sans:"Noto Sans TC",system-ui,-apple-system,"PingFang TC","Microsoft JhengHei",sans-serif;--container:1200px;--gutter:24px;--ease:cubic-bezier(0.22,0.61,0.36,1);--t-fast:0.18s;--t-mid:0.3s;--t-slow:0.55s}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--f-sans);color:var(--body);background:var(--page);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}img,svg{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer;background:none;border:none}button,input{font:inherit}ul{list-style:none}h1,h2,h3,h4{color:var(--ink);font-weight:600;line-height:1.25;letter-spacing:.01em}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(56px,7vw,96px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.08em;color:var(--green);font-weight:500}.eyebrow svg{width:16px;height:16px}.section-head{text-align:center;max-width:640px;margin:0 auto clamp(32px,4vw,52px)}.section-head h2{font-family:var(--f-serif);font-size:clamp(26px,3.4vw,38px)}.section-head p{margin-top:12px;color:var(--muted);font-size:16px}.icon{width:24px;height:24px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:var(--r-btn);font-size:15px;font-weight:500;letter-spacing:.02em;transition:transform var(--t-fast) var(--ease),background var(--t-fast),box-shadow var(--t-fast),color var(--t-fast);will-change:transform}.btn svg{width:18px;height:18px;transition:transform var(--t-fast) var(--ease)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 22px rgba(64,92,53,.18)}.btn-primary:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 14px 26px rgba(64,92,53,.24)}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{transform:translateY(-2px);border-color:var(--green-soft);color:var(--green);box-shadow:var(--sh-soft)}.btn:hover svg{transform:translateX(3px)}.btn:active{transform:scale(.97)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:3px}.topbar{background:var(--cream);color:var(--green);font-size:13px}.topbar .container{display:flex;align-items:center;justify-content:space-between;min-height:38px;gap:16px}.topbar__msg{display:inline-flex;align-items:center;gap:8px}.topbar__msg svg{width:15px;height:15px;opacity:.8}.topbar__links{display:flex;align-items:center;gap:18px}.topbar__links a{color:var(--green-soft);transition:color var(--t-fast)}.topbar__links a:hover{color:var(--green)}.header{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.82);backdrop-filter:saturate(120%) blur(10px);-webkit-backdrop-filter:saturate(120%) blur(10px);border-bottom:1px solid transparent;transition:box-shadow var(--t-mid),border-color var(--t-mid),background var(--t-mid)}.header.is-scrolled{box-shadow:var(--sh-header);border-bottom-color:var(--line);background:hsla(0,0%,100%,.92)}.header .container{gap:22px;min-height:78px}.header .container,.logo{display:flex;align-items:center}.logo{gap:11px;flex-shrink:0}.logo__mark{width:30px;height:30px;color:var(--green)}.logo__text{display:flex;flex-direction:column;line-height:1}.logo__name{font-family:var(--f-display);font-size:27px;font-weight:600;color:var(--green);letter-spacing:.01em}.logo__sub{font-size:10px;letter-spacing:.42em;color:var(--green-soft);margin-top:3px;padding-left:2px}.nav{display:flex;align-items:center;gap:28px;margin-inline:auto}.nav a{position:relative;font-size:15.5px;color:var(--ink);padding-block:6px;transition:color var(--t-fast)}.nav a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--green);border-radius:2px;transition:width var(--t-mid) var(--ease)}.nav a:hover{color:var(--green)}.nav a:hover:after,.nav a[aria-current]:after{width:100%}.nav a[aria-current]{color:var(--green)}.header__actions{flex-shrink:0}.header__actions,.search-mini{display:flex;align-items:center;gap:8px}.search-mini{background:#fff;border:1px solid var(--line);border-radius:var(--r-pill);padding:8px 14px;min-width:210px;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.search-mini:focus-within{border-color:var(--green);box-shadow:0 12px 28px rgba(60,90,70,.1)}.search-mini input{border:none;outline:none;background:none;flex:1;font-size:14px;color:var(--ink);min-width:0}.search-mini input::-moz-placeholder{color:#aab3a4}.search-mini input::placeholder{color:#aab3a4}.search-mini svg{width:17px;height:17px;color:var(--green-soft)}.icon-btn{position:relative;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--ink);transition:color var(--t-fast),transform var(--t-fast),background var(--t-fast)}.icon-btn:hover{color:var(--green);transform:translateY(-2px);background:var(--mint-50)}.icon-btn svg{width:21px;height:21px}.icon-btn__badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;background:var(--green);color:#fff;font-size:10px;line-height:16px;text-align:center;border-radius:999px;font-family:var(--f-sans)}.newsletter{position:relative;overflow:hidden}.newsletter__inner{background:var(--mint-100);border-radius:var(--r-card);padding:clamp(28px,4vw,44px) clamp(28px,5vw,64px);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;position:relative}.newsletter__copy h2{font-family:var(--f-serif);font-size:clamp(20px,2.4vw,27px)}.newsletter__copy p{color:var(--green-soft);margin-top:8px;font-size:15px}.newsletter__form{flex-direction:column;min-width:320px;flex:1;max-width:460px}.newsletter__form,.newsletter__row{display:flex;gap:10px}.newsletter__row input{flex:1;border:1px solid var(--line);background:#fff;border-radius:var(--r-btn);padding:13px 16px;font-size:15px;outline:none;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.newsletter__row input:focus{border-color:var(--green);box-shadow:0 12px 28px rgba(60,90,70,.1)}.newsletter__consent{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--green-soft)}.newsletter__consent input{width:15px;height:15px;accent-color:var(--green)}.footer{border-top:1px solid var(--line);padding-block:clamp(44px,6vw,72px) 0}.footer__top{display:grid;grid-template-columns:1.4fr repeat(4,1fr) 1.3fr;gap:32px}.footer__brand .logo{margin-bottom:16px}.footer__brand p{font-size:13.5px;color:var(--muted);max-width:260px;line-height:1.8}.footer__social{display:flex;gap:10px;margin-top:18px}.footer__social a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--mint-50);color:var(--green);transition:transform var(--t-fast),background var(--t-fast)}.footer__social a:hover{transform:translateY(-2px);background:var(--mint-200)}.footer__social svg{width:17px;height:17px}.footer__col h4{font-size:15px;color:var(--ink);margin-bottom:16px}.footer__col a{display:block;font-size:13.5px;color:var(--muted);padding-block:5px;transition:color var(--t-fast);position:relative;width:-moz-fit-content;width:fit-content}.footer__col a:after{content:"";position:absolute;left:0;bottom:2px;height:1px;width:0;background:var(--green);transition:width .22s var(--ease)}.footer__col a:hover{color:var(--green)}.footer__col a:hover:after{width:100%}.footer__trust{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;align-content:start}.footer__trust-item{display:flex;gap:9px;align-items:flex-start}.footer__trust-item svg{width:20px;height:20px;color:var(--green-soft);flex-shrink:0;margin-top:1px}.footer__trust-item b{display:block;font-size:13px;color:var(--ink);font-weight:600}.footer__trust-item span{font-size:11.5px;color:var(--muted)}.footer__bottom{margin-top:clamp(32px,4vw,48px);border-top:1px solid var(--line);padding-block:22px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12.5px;color:var(--muted);flex-wrap:wrap}.footer__bottom-links{display:flex;gap:20px}.footer__bottom-links a:hover{color:var(--green)}.to-top{position:fixed;right:26px;bottom:26px;z-index:60;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 12px 26px rgba(64,92,53,.28);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity var(--t-mid),transform var(--t-mid),background var(--t-fast)}.to-top.is-shown{opacity:1;transform:none;pointer-events:auto}.to-top:hover{background:var(--green-deep);transform:translateY(-2px) scale(1.06)}.to-top:active{transform:scale(.94)}.to-top svg{width:20px;height:20px}.js [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease),transform .6s var(--ease);transition-delay:calc(var(--i, 0) * 80ms)}.js [data-reveal].is-visible{opacity:1;transform:none}.js [data-reveal=fade]{transform:none}.js [data-reveal=right]{transform:translateX(18px)}.js [data-reveal=left]{transform:translateX(-18px)}@media (max-width:1080px){.footer__top{grid-template-columns:1fr 1fr 1fr}.footer__brand,.footer__trust{grid-column:1/-1}.footer__trust{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width:900px){.nav,.search-mini{display:none}.header .container{min-height:66px}.topbar__links a:not(:last-child){display:none}}@media (max-width:720px){.footer__top,.footer__trust{grid-template-columns:1fr 1fr}.newsletter__inner{flex-direction:column;align-items:flex-start}.newsletter__form{min-width:0;width:100%;max-width:none}.footer__bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero{position:relative;isolation:isolate;min-height:min(86vh,660px);display:flex;align-items:center;overflow:hidden}.hero:before{z-index:-2;background:radial-gradient(120% 95% at 82% 18%,rgba(178,204,166,.5),transparent 56%),radial-gradient(95% 85% at 12% 88%,hsla(86,29%,91%,.75),transparent 60%),linear-gradient(180deg,#f3f6ee,#edf2e7 58%,#f6f4ec)}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{z-index:-1;background:radial-gradient(circle at 72% 32%,rgba(132,164,128,.18),transparent 34%),radial-gradient(circle at 22% 72%,hsla(94,29%,91%,.4),transparent 40%);animation:heroGlow 13s ease-in-out infinite alternate}@keyframes heroGlow{0%{transform:translate3d(-6px,0,0) scale(1);opacity:.75}to{transform:translate3d(6px,5px,0) scale(1.03);opacity:1}}.hero__inner{max-width:580px;padding-block:64px}.hero h1{font-family:var(--f-serif);font-weight:600;font-size:clamp(36px,5.2vw,60px);line-height:1.18;color:var(--ink);margin:18px 0 0;letter-spacing:.01em}.hero p{margin-top:20px;font-size:clamp(16px,1.4vw,18px);color:var(--body);max-width:480px}.hero__cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.trust{background:#fff}.trust__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.trust__item{text-align:center;padding:8px 6px}.trust__icon{width:52px;height:52px;margin:0 auto 14px;display:grid;place-items:center;color:var(--green)}.trust__icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.trust__item h3{font-size:16px;color:var(--ink);margin-bottom:5px;font-weight:600}.trust__item p{font-size:13px;color:var(--muted);line-height:1.55}.insight{background:linear-gradient(180deg,#fbfcf9,#fff)}.insight__grid{display:grid;grid-template-columns:1.08fr 1fr;gap:28px}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:30px;box-shadow:var(--sh-card)}.panel__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px}.panel__head h2{font-family:var(--f-serif);font-size:23px}.link-more{transition:color var(--t-fast),gap var(--t-fast)}.panel__sub{color:var(--muted);font-size:14px;margin-bottom:22px}.symptoms{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:24px}.symptom{display:flex;flex-direction:column;align-items:center;gap:10px;padding:8px 4px;border-radius:var(--r-md);transition:transform var(--t-fast) var(--ease)}.symptom:hover{transform:translateY(-4px)}.symptom__ic{width:62px;height:62px;border-radius:50%;background:var(--mint-50);display:grid;place-items:center;color:var(--green-soft);transition:background var(--t-fast),color var(--t-fast)}.symptom:hover .symptom__ic{background:var(--mint-200);color:var(--green)}.symptom__ic svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.symptom span{font-size:13px;color:var(--body)}.detect{background:var(--mint-100);border-radius:var(--r-md);padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.detect b{display:block;color:var(--ink);font-size:16px}.detect p{font-size:13.5px;color:var(--green-soft);margin-top:3px}.detect .btn{white-space:nowrap;padding:11px 20px}.pop{display:flex;flex-direction:column}.pop__item{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid var(--line);align-items:center}.pop__item:last-child{border-bottom:none;padding-bottom:0}.pop__thumb{width:92px;height:64px;border-radius:10px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#e7efe1,#dbe7d3);display:grid;place-items:center}.pop__thumb svg{width:24px;height:24px;color:#b6c7ad}.pop__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s var(--ease)}.pop__item:hover .pop__thumb img{transform:scale(1.05)}.pop__body h3{font-size:15px;color:var(--ink);font-weight:500;line-height:1.45;transition:color var(--t-fast)}.pop__item:hover .pop__body h3{color:var(--green)}.pop__meta{font-size:12px;color:var(--muted);margin-top:6px;display:flex;gap:10px}.pop__meta span{display:inline-flex;align-items:center;gap:4px}.pop__meta svg{width:13px;height:13px}.topics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.topic{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;transition:transform var(--t-mid) var(--ease),box-shadow var(--t-mid)}.topic:hover{transform:translateY(-5px);box-shadow:var(--sh-card-h)}.topic__img{aspect-ratio:16/10;background:linear-gradient(135deg,#e7efe1,#d6e4cd);display:grid;place-items:center;overflow:hidden}.topic__img svg{width:40px;height:40px;color:#b6c7ad}.topic__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s var(--ease)}.topic:hover .topic__img img{transform:scale(1.04)}.topic__body{padding:22px 24px 26px}.topic__body h3{font-size:19px;font-family:var(--f-serif);color:var(--ink);margin-bottom:7px}.topic__body p{font-size:14px;color:var(--muted);line-height:1.6}@media (max-width:960px){.trust__grid{grid-template-columns:repeat(3,1fr);gap:28px 16px}.insight__grid{grid-template-columns:1fr}.topics__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.trust__grid{grid-template-columns:repeat(2,1fr)}.symptoms{grid-template-columns:repeat(3,1fr);gap:12px}.topics__grid{grid-template-columns:1fr}.detect{flex-direction:column;align-items:flex-start}.hero__inner{padding-block:44px}}.cat-hero{position:relative;border-radius:var(--r-card);overflow:hidden;margin-top:28px;min-height:240px;display:flex;align-items:center;background:linear-gradient(110deg,#eef3e8,#e6efde 45%,#dfeacd)}.cat-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 28%,rgba(132,164,128,.2),transparent 42%)}.cat-hero__in{position:relative;padding:42px 46px}.cat-hero h1{font-family:var(--f-serif);font-size:clamp(28px,3.6vw,42px)}.cat-hero p{color:var(--green-soft);margin-top:10px;max-width:430px;font-size:15px}.cat-tabs{display:flex;gap:8px;overflow-x:auto;padding:26px 0 8px;scrollbar-width:thin}.cat-tab{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:7px;padding:14px 16px;border-radius:var(--r-md);border:1px solid transparent;min-width:80px;color:var(--body);transition:color var(--t-fast),transform var(--t-fast),background var(--t-fast),border-color var(--t-fast);cursor:pointer}.cat-tab svg{width:26px;height:26px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.cat-tab b{font-size:14px;font-weight:500}.cat-tab small{font-size:12px;color:var(--muted)}.cat-tab:hover{color:var(--green);transform:translateY(-2px)}.cat-tab.is-active{background:#fff;border-color:var(--line);box-shadow:var(--sh-soft);color:var(--green)}.cat-tab.is-active small{color:var(--green-soft)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:30px;flex-wrap:wrap}.toolbar__l,.toolbar__r{display:flex;align-items:center;gap:12px}.art-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.art-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;transition:transform var(--t-mid) var(--ease),box-shadow var(--t-mid)}.art-card:hover{transform:translateY(-5px);box-shadow:var(--sh-card-h)}.art-card__img{position:relative;aspect-ratio:16/11;background:linear-gradient(135deg,#e7efe1,#d6e4cd);overflow:hidden;display:grid;place-items:center}.art-card__img>svg{width:30px;height:30px;color:#b6c7ad}.art-card__img img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s var(--ease)}.art-card:hover .art-card__img img{transform:scale(1.045)}.tag{position:absolute;top:12px;left:12px;background:var(--green);color:#fff;font-size:12px;padding:4px 10px;border-radius:7px;z-index:1}.art-card__body{padding:18px 18px 20px}.art-card__body h3{font-size:16px;color:var(--ink);font-weight:600;line-height:1.5;transition:color var(--t-fast)}.art-card:hover .art-card__body h3{color:var(--green)}.art-card__body p{font-size:13px;color:var(--muted);margin-top:8px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.art-card__meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:14px}.art-card__meta span{display:inline-flex;align-items:center;gap:4px}.art-card__meta svg{width:13px;height:13px}.pager{margin-top:46px}.pager .dots{border:none;background:none}.pager .nav-a svg{width:16px;height:16px}@media(max-width:960px){.art-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.art-grid{grid-template-columns:1fr}.cat-hero__in{padding:32px 26px}}.art-grid.is-list{grid-template-columns:1fr}.art-grid.is-list .art-card{display:grid;grid-template-columns:200px 1fr}.art-grid.is-list .art-card__img{aspect-ratio:auto}@media(max-width:560px){.art-grid.is-list .art-card{grid-template-columns:1fr}}.nf-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center;min-height:430px;padding-top:8px}.nf-hero__big{font-family:var(--f-display);font-size:clamp(96px,16vw,180px);font-weight:600;color:var(--green);line-height:.9;letter-spacing:-.02em}.nf-hero h2{font-family:var(--f-serif);font-size:clamp(24px,3.2vw,36px);color:var(--ink);margin-top:6px}.nf-hero>div>p{margin-top:14px;color:var(--muted);font-size:16px}.nf-cta{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.nf-illus{aspect-ratio:1/1;border-radius:var(--r-card);background:radial-gradient(circle at 60% 38%,#eef3e8,#dce9d2);display:grid;place-items:center;color:#a9bb9f}.nf-illus svg{width:130px;height:130px}.nf-search{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card);padding:30px 34px}.nf-search h3{font-size:19px;color:var(--ink);display:flex;align-items:center;gap:8px;margin-bottom:18px}.nf-search h3 svg{width:20px;height:20px;color:var(--green)}.nf-search__bar{display:flex;gap:10px}.nf-search__bar input{flex:1;border:1px solid var(--line);border-radius:var(--r-btn);padding:14px 16px;font-size:15px;outline:none;transition:border-color var(--t-fast),box-shadow var(--t-fast)}.nf-search__bar input:focus{border-color:var(--green);box-shadow:0 12px 28px rgba(60,90,70,.1)}.nf-search__bar button{width:54px;border-radius:var(--r-btn);background:var(--green);color:#fff;display:grid;place-items:center;transition:background var(--t-fast)}.nf-search__bar button:hover{background:var(--green-deep)}.nf-search__bar button svg{width:20px;height:20px}.hot{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-top:18px}.hot .lbl{font-size:13.5px;color:var(--muted);margin-right:4px}.hot a{background:var(--mint-50);color:var(--green);font-size:13.5px;padding:7px 14px;border-radius:var(--r-pill);transition:transform var(--t-fast),background var(--t-fast)}.hot a:hover{transform:translateY(-2px);background:var(--mint-200)}.nf-topics-head{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-family:var(--f-serif);font-size:24px;color:var(--ink)}.nf-topics-head svg{width:24px;height:24px;color:var(--green-soft)}.nf-topics{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.nf-topic{border:1px solid var(--line);border-radius:var(--r-card);padding:24px 18px;text-align:center;transition:transform var(--t-mid),box-shadow var(--t-mid)}.nf-topic:hover{transform:translateY(-5px);box-shadow:var(--sh-card-h)}.nf-topic__ic{width:58px;height:58px;border-radius:50%;background:var(--mint-50);display:grid;place-items:center;color:var(--green);margin:0 auto 14px;transition:background var(--t-fast)}.nf-topic:hover .nf-topic__ic{background:var(--mint-200)}.nf-topic__ic svg{width:28px;height:28px}.nf-topic b{display:block;font-size:16px;color:var(--ink);margin-bottom:6px}.nf-topic p{font-size:12.5px;color:var(--muted);line-height:1.55}.nf-topic .arr{margin-top:14px;color:var(--green-soft);transition:transform var(--t-fast)}.nf-topic:hover .arr{transform:translateY(3px)}.nf-topic .arr svg{width:18px;height:18px;margin:0 auto}.nf-help{background:var(--mint-100);border-radius:var(--r-card);padding:26px 32px;justify-content:space-between;gap:20px;flex-wrap:wrap}.nf-help,.nf-help__l{display:flex;align-items:center}.nf-help__l{gap:16px}.nf-help__ic{width:48px;height:48px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--green);flex-shrink:0}.nf-help__ic svg{width:24px;height:24px}.nf-help b{font-size:17px;color:var(--ink);display:block}.nf-help p{font-size:14px;color:var(--green-soft);margin-top:3px}@media(max-width:900px){.nf-hero{grid-template-columns:1fr;text-align:center}.nf-cta{justify-content:center}.nf-illus{max-width:300px;margin:0 auto}.nf-topics{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.nf-topics{grid-template-columns:1fr}.nf-help{text-align:center}.nf-help,.nf-help__l{flex-direction:column}}.article-wrap{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:48px;align-items:start}.crumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:22px}.crumb a{transition:color var(--t-fast)}.crumb a:hover{color:var(--green)}.crumb svg{width:13px;height:13px;opacity:.55}.crumb .cur{color:var(--green-soft)}.a-tag{display:inline-block;background:var(--mint-200);color:var(--green);font-size:13px;padding:4px 12px;border-radius:7px;margin-bottom:16px}.a-title{font-family:var(--f-serif);font-size:clamp(28px,3.6vw,40px);line-height:1.3;color:var(--ink)}.a-excerpt{margin-top:16px;font-size:16px;color:var(--body)}.a-meta{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin-top:20px;font-size:13px;color:var(--muted);padding-bottom:24px;border-bottom:1px solid var(--line)}.a-meta .who{display:inline-flex;align-items:center;gap:8px;color:var(--ink)}.a-meta .who .av{width:26px;height:26px;border-radius:50%;background:var(--mint-100);display:grid;place-items:center;color:var(--green-soft)}.a-meta .who .av svg{width:15px;height:15px}.a-meta>span{display:inline-flex;align-items:center;gap:5px}.a-meta svg{width:14px;height:14px}.a-cover{margin:26px 0;border-radius:var(--r-card);overflow:hidden;aspect-ratio:16/8.5;background:linear-gradient(135deg,#e7efe1,#d3e3c9);display:grid;place-items:center}.a-cover>svg{width:46px;height:46px;color:#b6c7ad}.a-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prose{font-size:17px;line-height:1.85;color:var(--body)}.prose h2{font-family:var(--f-serif);font-size:24px;color:var(--ink);margin:38px 0 14px;display:flex;align-items:center;gap:10px}.prose h2 .lf{width:22px;height:22px;color:var(--green-soft);flex-shrink:0;stroke-width:1.6}.prose>p{margin:14px 0}.callout{background:var(--mint-100);border-radius:var(--r-md);padding:18px 20px;margin:22px 0;display:flex;gap:12px;font-size:15px;color:var(--green-deep)}.callout svg{width:22px;height:22px;flex-shrink:0;margin-top:2px}.callout b,.callout svg{color:var(--green)}.methods{display:flex;flex-direction:column;gap:4px;margin:18px 0}.method{display:flex;gap:14px;padding:14px;border-radius:var(--r-md);transition:background var(--t-fast);align-items:flex-start}.method:hover{background:var(--mint-50)}.method__ic{width:40px;height:40px;border-radius:10px;background:var(--mint-100);display:grid;place-items:center;color:var(--green);flex-shrink:0}.method__ic svg{width:22px;height:22px}.method b{color:var(--ink);font-size:16px;display:block;margin-bottom:2px}.method p{margin:0;font-size:14px;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.chip{background:var(--mint-50);color:var(--green);font-size:14px;padding:7px 15px;border-radius:var(--r-pill);transition:transform var(--t-fast),background var(--t-fast)}a.chip:hover{transform:translateY(-2px);background:var(--mint-200)}.a-actions{justify-content:space-between;gap:16px;flex-wrap:wrap;margin:34px 0 24px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.a-actions,.votes{display:flex;align-items:center}.votes{gap:12px}.votes .q{font-size:14px;color:var(--ink);margin-right:4px}.vote{display:inline-flex;align-items:center;gap:8px;padding:9px 17px;border:1px solid var(--line);border-radius:var(--r-pill);font-size:14px;color:var(--body);transition:transform var(--t-fast),border-color var(--t-fast),color var(--t-fast)}.vote:hover{transform:translateY(-2px);border-color:var(--green-soft);color:var(--green)}.vote svg{width:17px;height:17px}.share{display:flex;align-items:center;gap:8px}.share .lbl{font-size:14px;color:var(--muted);margin-right:2px}.share a{width:38px;height:38px;border-radius:50%;background:var(--mint-50);color:var(--green);display:grid;place-items:center;transition:transform var(--t-fast),background var(--t-fast)}.share a:hover{transform:translateY(-2px);background:var(--mint-200)}.share svg{width:17px;height:17px}.prevnext{display:grid;grid-template-columns:1fr 1fr;gap:16px}.pn{border:1px solid var(--line);border-radius:var(--r-md);padding:16px 18px;transition:transform var(--t-fast),box-shadow var(--t-fast)}.pn:hover{transform:translateY(-3px);box-shadow:var(--sh-soft)}.pn small{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.pn svg{width:14px;height:14px}.pn.next{text-align:right}.pn.next small{justify-content:flex-end}.pn b{display:block;margin-top:6px;font-size:14px;color:var(--ink);font-weight:500;line-height:1.5}.aside{display:flex;flex-direction:column;gap:22px;position:sticky;top:96px}.scard{border:1px solid var(--line);border-radius:var(--r-card);padding:22px}.scard h4{font-size:16px;color:var(--ink);margin-bottom:16px}.author__row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.author__av{width:50px;height:50px;border-radius:50%;background:var(--mint-100);display:grid;place-items:center;color:var(--green-soft);flex-shrink:0}.author__av svg{width:26px;height:26px}.author__row b{font-size:15px;color:var(--ink)}.author p{font-size:13px;color:var(--muted);line-height:1.7}.link-more{display:inline-flex;align-items:center;gap:4px;font-size:13.5px;color:var(--green-soft);transition:gap var(--t-fast),color var(--t-fast);margin-top:14px}.link-more svg{width:15px;height:15px}.link-more:hover{color:var(--green);gap:7px}.toc{list-style:none}.toc a{display:block;font-size:14px;color:var(--body);padding:7px 12px;border-radius:8px;border-left:2px solid transparent;transition:color var(--t-fast),background var(--t-fast),border-color var(--t-fast)}.toc a:hover{color:var(--green);background:var(--mint-50)}.toc a.is-active{color:var(--green);background:var(--mint-100);border-left-color:var(--green);font-weight:500}.toc .sub{padding-left:20px;font-size:13px}.rel{flex-direction:column;gap:14px}.rel,.rel a{display:flex}.rel a{gap:12px;align-items:center}.rel__t{width:74px;height:54px;border-radius:8px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#e7efe1,#dbe7d3);display:grid;place-items:center}.rel__t svg{width:20px;height:20px;color:#b6c7ad}.rel b{font-size:13.5px;color:var(--ink);font-weight:500;line-height:1.45;transition:color var(--t-fast)}.rel a:hover b{color:var(--green)}.rel small{font-size:12px;color:var(--muted);display:flex;gap:8px;margin-top:5px;align-items:center}.rel small svg{width:12px;height:12px}.s-news input{width:100%;border:1px solid var(--line);border-radius:var(--r-btn);padding:11px 14px;font-size:14px;margin:0 0 10px;outline:none;transition:border-color var(--t-fast)}.s-news input:focus{border-color:var(--green)}.s-news .btn{width:100%}.s-news p{font-size:13px;color:var(--muted);margin-bottom:12px}@media(max-width:980px){.article-wrap{grid-template-columns:1fr}.aside{position:static}}@media(max-width:560px){.prevnext{grid-template-columns:1fr}.pn.next{text-align:left}.pn.next small{justify-content:flex-start}}.search-hero{position:relative;border-radius:var(--r-card);overflow:hidden;min-height:175px;display:flex;align-items:center;background:linear-gradient(110deg,#eef3e8,#e6efde 55%,#dfeacd);margin-bottom:30px}.search-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 30%,rgba(132,164,128,.18),transparent 42%)}.search-hero__in{position:relative;padding:34px 44px}.search-hero h1{font-family:var(--f-serif);font-size:clamp(26px,3.2vw,38px)}.search-hero .kw{margin-top:10px;color:var(--green-soft);font-size:15px}.search-hero .kw b{color:var(--green)}.search-hero .cnt{font-size:13px;color:var(--muted);margin-top:4px}.search-layout{display:grid;grid-template-columns:272px minmax(0,1fr);gap:36px;align-items:start}.filters{display:flex;flex-direction:column;gap:18px;position:sticky;top:96px}.fcard{border:1px solid var(--line);border-radius:var(--r-card);padding:18px 22px}.fcard__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.fcard__head h3{font-size:15px;color:var(--ink)}.fclear{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;color:var(--green-soft);transition:color var(--t-fast)}.fclear:hover{color:var(--green)}.fclear svg{width:13px;height:13px}.fgroup{padding:14px 0;border-bottom:1px solid var(--line)}.fgroup:last-child{border-bottom:none;padding-bottom:0}.fgroup__t{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--ink);font-weight:600;cursor:pointer;margin-bottom:10px;background:none;width:100%}.fgroup__t svg{width:16px;height:16px;color:var(--muted);transition:transform var(--t-fast)}.opt{display:flex;align-items:center;gap:9px;padding:6px 0;font-size:14px;color:var(--body);cursor:pointer}.opt input{width:16px;height:16px;accent-color:var(--green);flex-shrink:0}.opt .c{margin-left:auto;font-size:12px;color:var(--muted)}.help-card{background:var(--mint-100);border-radius:var(--r-card);padding:22px;text-align:center}.help-card p{font-size:14px;color:var(--ink);margin-bottom:14px}.res-bar{display:flex;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.res-bar,.select{align-items:center}.select{display:inline-flex;gap:8px;font-size:14px;color:var(--ink);padding:9px 14px;border:1px solid var(--line);border-radius:var(--r-btn);background:#fff;cursor:pointer;transition:border-color var(--t-fast)}.select:hover{border-color:var(--green-soft)}.select svg{width:15px;height:15px;color:var(--green-soft)}.select .lbl{color:var(--muted)}.view-toggle{display:flex;border:1px solid var(--line);border-radius:var(--r-btn);overflow:hidden}.view-toggle button{width:38px;height:36px;display:grid;place-items:center;color:var(--muted);transition:background var(--t-fast),color var(--t-fast)}.view-toggle button svg{width:18px;height:18px}.view-toggle button.is-active{background:var(--mint-200);color:var(--green)}.results{display:flex;flex-direction:column}.res{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid var(--line);transition:transform var(--t-fast)}.res:hover{transform:translateY(-2px)}.res:first-child{padding-top:0}.res__t{width:182px;height:120px;border-radius:var(--r-md);flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#e7efe1,#d6e4cd);display:grid;place-items:center}.res__t svg{width:28px;height:28px;color:#b6c7ad}.res__t img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s var(--ease)}.res:hover .res__t img{transform:scale(1.04)}.res__tags{display:flex;gap:6px;margin-bottom:8px}.res__tags .tg{background:var(--mint-200);color:var(--green);font-size:12px;padding:3px 9px;border-radius:6px}.res h3{font-size:18px;color:var(--ink);font-weight:600;line-height:1.45;transition:color var(--t-fast)}.res:hover h3{color:var(--green)}.res p{font-size:14px;margin-top:7px;line-height:1.6}.res p,.res__meta{color:var(--muted)}.res__meta{font-size:12.5px;margin-top:10px;display:flex;gap:14px;align-items:center}.res__meta span{display:inline-flex;align-items:center;gap:5px}.res__meta svg{width:13px;height:13px}mark{background:var(--mint-200);color:var(--green);padding:0 3px;border-radius:3px}.pager{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:36px}.pager a,.pager span{min-width:38px;height:38px;padding:0 6px;display:grid;place-items:center;border-radius:10px;font-size:14px;color:var(--body);border:1px solid var(--line);background:#fff;transition:transform var(--t-fast),border-color var(--t-fast),color var(--t-fast)}.pager a:hover{transform:translateY(-2px);border-color:var(--green-soft);color:var(--green)}.pager .is-active{background:var(--green);border-color:var(--green);color:#fff}@media(max-width:900px){.search-layout{grid-template-columns:1fr}.filters{position:static}}@media(max-width:560px){.res{flex-direction:column}.res__t{width:100%;height:170px}}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-top:8px}.about-hero h1{font-family:var(--f-serif);font-size:clamp(32px,4.4vw,50px);color:var(--ink)}.about-hero .sub{font-family:var(--f-serif);font-size:clamp(18px,2vw,24px);color:var(--green);margin-top:10px}.about-hero p{margin-top:18px;color:var(--body);font-size:16px;line-height:1.85}.about-hero .btn{margin-top:26px}.about-hero__img{border-radius:var(--r-card);overflow:hidden;aspect-ratio:5/4;background:linear-gradient(135deg,#eef3e8,#dce9d2);display:grid;place-items:center}.about-hero__img>svg{width:50px;height:50px;color:#b6c7ad}.about-hero__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mission{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}.mission__l h2{font-family:var(--f-serif);font-size:28px;display:flex;align-items:center;gap:10px}.mission__l h2 svg{width:24px;height:24px;color:var(--green-soft)}.mission__l>p{margin-top:14px;color:var(--body);line-height:1.85}.values{display:grid;grid-template-columns:1fr 1fr;gap:26px 22px;margin-top:30px}.value__ic{width:50px;height:50px;border-radius:50%;background:var(--mint-50);display:grid;place-items:center;color:var(--green);margin-bottom:10px}.value__ic svg{width:26px;height:26px}.value b{color:var(--ink);font-size:16px}.value p{font-size:13.5px;color:var(--muted);line-height:1.6;margin-top:5px}.persist{background:var(--mint-100);border-radius:var(--r-card);padding:30px 32px}.persist h3{font-size:20px;font-family:var(--f-serif);margin-bottom:6px}.persist__item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid rgba(64,92,53,.1)}.persist__item:last-child{border-bottom:none;padding-bottom:0}.persist__ic{width:40px;height:40px;border-radius:10px;background:#fff;display:grid;place-items:center;color:var(--green);flex-shrink:0}.persist__ic svg{width:22px;height:22px}.persist__item b{color:var(--ink);font-size:15px;display:block;margin-bottom:3px}.persist__item p{font-size:13.5px;color:var(--green-soft);line-height:1.6}.team-head{text-align:center;margin-bottom:38px}.team-head h2{font-family:var(--f-serif);font-size:30px;display:inline-flex;align-items:center;gap:10px}.team-head h2 svg{width:26px;height:26px;color:var(--green-soft)}.team-head p{color:var(--muted);margin-top:10px}.team{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.member{text-align:center;border:1px solid var(--line);border-radius:var(--r-card);padding:28px 20px;transition:transform var(--t-mid),box-shadow var(--t-mid)}.member:hover{transform:translateY(-4px);box-shadow:var(--sh-card)}.member__av{width:96px;height:96px;border-radius:50%;margin:0 auto 16px;background:linear-gradient(135deg,#eef3e8,#dce9d2);display:grid;place-items:center;color:#b6c7ad;overflow:hidden}.member__av svg{width:40px;height:40px}.member__av img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.member__role{font-size:12.5px;color:var(--green-soft)}.member__name{font-size:17px;color:var(--ink);font-family:var(--f-serif);margin:4px 0 12px}.member__exp{font-size:13px;color:var(--muted);line-height:1.65}.stats{background:var(--mint-100);border-radius:var(--r-card);padding:36px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px}.stat__ic{color:var(--green-soft)}.stat__ic svg{width:30px;height:30px}.stat__n{font-family:var(--f-display);font-size:clamp(30px,3.6vw,42px);font-weight:600;color:var(--green);line-height:1}.stat__l{font-size:13px;color:var(--green-soft)}@media(max-width:900px){.about-hero,.mission{grid-template-columns:1fr}.team{grid-template-columns:repeat(2,1fr)}}.prose .article-table{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:22px 0;border:1px solid var(--line);border-radius:var(--r-md)}.prose table{border-collapse:collapse;width:100%;font-size:15px;margin:0}.prose .article-table table{border:none}.prose td,.prose th{border:1px solid var(--line);padding:10px 14px;text-align:left;vertical-align:top;line-height:1.6}.prose th{background:var(--mint-100);color:var(--ink);font-weight:600}.prose caption{caption-side:top;text-align:left;font-size:14px;color:var(--muted);padding:6px 2px}.prose h3{font-size:19px;color:var(--ink);margin:28px 0 10px;font-family:var(--f-serif)}.prose img{border-radius:var(--r-md);margin:18px 0;max-width:100%;height:auto}.prose ol,.prose ul{margin:14px 0;padding-left:1.5em}.prose li{margin:6px 0}.prose a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.prose blockquote{border-left:3px solid var(--green-soft);padding:8px 16px;margin:18px 0;background:var(--mint-50);border-radius:0 var(--r-md) var(--r-md) 0;color:var(--green-deep)}.blog-tabs{display:flex;gap:8px;overflow-x:auto;padding:6px 0 18px;flex-wrap:wrap}.blog-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:var(--r-pill);border:1px solid var(--line);background:#fff;color:var(--body);font-size:14px;transition:color var(--t-fast),border-color var(--t-fast),background var(--t-fast)}.blog-tab:hover{color:var(--green);border-color:var(--green-soft)}.blog-tab.is-active{background:var(--green);border-color:var(--green);color:#fff}.blog-tab small{font-size:12px;opacity:.85}.legal{max-width:780px;margin:0 auto}.legal h1{font-family:var(--f-serif);font-size:clamp(28px,3.4vw,38px);color:var(--ink)}.legal .updated{color:var(--muted);font-size:14px;margin:10px 0 30px;padding-bottom:20px;border-bottom:1px solid var(--line)}.legal h2{font-size:19px;color:var(--ink);margin:30px 0 12px;font-family:var(--f-serif)}.legal p{margin:12px 0;color:var(--body);line-height:1.9}.legal ol,.legal ul{margin:12px 0;padding-left:1.5em}.legal li{margin:8px 0;line-height:1.85;color:var(--body)}