:root{--fsc-green: #009454;--fsc-green-dark: #00713e;--ink: #1a1c1a;--muted: #5b625c;--line: #e4e8e5;--bg: #ffffff;--bg-muted: #f5f7f5;--radius: 14px;--maxw: 1120px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{display:flex;flex-direction:column;min-height:100vh}.site__main{flex:1}.header{position:sticky;top:0;z-index:40;background:#ffffffe6;backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header__inner{max-width:var(--maxw);margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;gap:24px}.header__brand{display:flex;align-items:center;gap:8px;font-weight:700}.header__logo{background:var(--fsc-green);color:#fff;padding:4px 8px;border-radius:6px;font-size:14px;letter-spacing:.5px}.header__name{color:var(--ink)}.header__nav{margin-left:auto;display:flex;gap:8px;align-items:center}.header__link{padding:8px 14px;border-radius:999px;color:var(--muted);font-weight:500;transition:.15s}.header__link:hover,.header__link[aria-current=page]{color:var(--fsc-green-dark);background:var(--bg-muted)}.header__toggle{display:none;margin-left:auto;font-size:22px;background:none;border:0;cursor:pointer}@media(max-width:720px){.header__toggle{display:block}.header__nav{position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:stretch;background:#fff;border-bottom:1px solid var(--line);padding:8px 16px;display:none}.header__nav.is-open{display:flex}}.hero{background:linear-gradient(135deg,#eaf6ef,#f5f7f5);border-bottom:1px solid var(--line)}.hero__content{max-width:var(--maxw);margin:0 auto;padding:96px 20px}.hero__title{font-size:clamp(32px,5vw,52px);line-height:1.15;margin:0 0 16px;max-width:16ch}.hero__subtitle{font-size:18px;color:var(--muted);max-width:52ch;margin:0 0 28px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;padding:12px 22px;border-radius:999px;transition:.15s;cursor:pointer;border:0;font:inherit;font-weight:600}.btn--primary{background:var(--fsc-green);color:#fff}.btn--primary:hover{background:var(--fsc-green-dark)}.btn--ghost{border:1px solid var(--line);color:var(--ink);background:transparent}.btn--ghost:hover{border-color:var(--fsc-green);color:var(--fsc-green-dark)}.section{max-width:var(--maxw);margin:0 auto;padding:64px 20px}.section--muted{max-width:none;background:var(--bg-muted)}.section--muted>*{max-width:var(--maxw);margin-left:auto;margin-right:auto}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.section__head h2{font-size:28px;margin:0}.section__more{color:var(--fsc-green-dark);font-weight:600}.grid{display:grid;gap:20px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.15s;display:block}.card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014}.card__media{aspect-ratio:16/10;background:var(--bg-muted) center/cover no-repeat}.card__body{padding:18px}.card__tag{display:inline-block;font-size:12px;font-weight:600;color:var(--fsc-green-dark);background:#eaf6ef;padding:3px 10px;border-radius:999px;margin-bottom:10px}.card__title{font-size:18px;margin:0 0 8px}.card__excerpt{color:var(--muted);font-size:14px;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card__meta{color:var(--muted);font-size:13px}.page{max-width:var(--maxw);margin:0 auto;padding:56px 20px}.page__head{margin-bottom:36px}.page__head h1{font-size:36px;margin:0 0 10px}.page__lead{color:var(--muted);font-size:18px;margin:0}.article{max-width:760px;margin:0 auto;padding:48px 20px}.article__back{color:var(--fsc-green-dark);font-weight:600}.article__head{margin:20px 0 24px}.article__head h1{font-size:34px;line-height:1.2;margin:10px 0}.article__meta{color:var(--muted);font-size:14px;display:flex;gap:8px}.article__cover{width:100%;border-radius:var(--radius);margin-bottom:28px}.features{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:10px}.features li{padding:12px 16px;background:var(--bg-muted);border-radius:10px}.prose{font-size:17px}.prose :where(h2){font-size:24px;margin:32px 0 12px}.prose :where(h3){font-size:20px;margin:24px 0 10px}.prose :where(p){margin:16px 0}.prose :where(a){color:var(--fsc-green-dark);text-decoration:underline}.prose :where(img){border-radius:var(--radius);margin:20px 0}.prose :where(ul,ol){padding-left:22px}.prose :where(blockquote){border-left:3px solid var(--fsc-green);margin:20px 0;padding:4px 18px;color:var(--muted)}.empty{color:var(--muted);padding:40px 0}.header__lang{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-weight:600;font-size:14px}.header__lang:hover{border-color:var(--fsc-green);color:var(--fsc-green-dark)}.contact{max-width:760px;margin:56px auto 0;padding:40px 24px;background:var(--bg-muted);border:1px solid var(--line);border-radius:var(--radius)}.contact__title{font-size:26px;margin:0 0 8px}.contact__lead{color:var(--muted);margin:0 0 24px}.contact__form{display:grid;gap:16px}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:560px){.contact__row{grid-template-columns:1fr}}.contact__field{display:grid;gap:6px;font-size:14px;font-weight:600;color:var(--ink)}.contact__field input,.contact__field textarea{font:inherit;font-weight:400;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;width:100%}.contact__field input:focus,.contact__field textarea:focus{outline:2px solid var(--fsc-green);border-color:transparent}.contact__hp{position:absolute;left:-9999px;opacity:0}.contact__form .btn{justify-self:start}.contact__form .btn:disabled{opacity:.6;cursor:default}.contact__note{padding:14px 16px;border-radius:10px;margin:0 0 20px;font-weight:500}.contact__note--ok{background:#eaf6ef;color:var(--fsc-green-dark)}.contact__note--warn{background:#fff4e0;color:#9a6300}.contact__note--err{background:#fdecec;color:#b42318}.contact__note[hidden]{display:none}.footer{background:#10231a;color:#d8e4dd;margin-top:40px}.footer__inner{max-width:var(--maxw);margin:0 auto;padding:48px 20px 24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer__brand{font-weight:700;font-size:18px;margin:0 0 4px;color:#fff}.footer__muted{color:#91a89b;margin:0}.footer__links{display:flex;gap:20px}.footer__links a:hover{color:#fff}.footer__copy{max-width:var(--maxw);margin:0 auto;padding:16px 20px 32px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#7f978a}
