@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@600;700;900&display=swap";
.Header-module-scss-module__wS1-Va__headerWrapper{z-index:1000;transition:background var(--transition),border-color var(--transition);border-bottom:1px solid transparent;position:fixed;top:0;bottom:auto;left:0;right:0}.Header-module-scss-module__wS1-Va__header{width:min(var(--max-width),100% - 56px);height:var(--header-height);grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;display:grid}.Header-module-scss-module__wS1-Va__headerWrapper:has(.Header-module-scss-module__wS1-Va__scrolled){border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(246,244,237,.92)}.Header-module-scss-module__wS1-Va__logo{width:-webkit-fit-content;width:fit-content;color:var(--forest);align-items:center;gap:10px;font-family:Noto Serif SC,serif;font-size:18px;font-weight:900;display:inline-flex}.Header-module-scss-module__wS1-Va__logoIcon{width:27px;height:27px;color:var(--paper);background:var(--forest);border-radius:50%;align-items:center;justify-items:center;font-family:Manrope,sans-serif;font-size:13px;display:grid}.Header-module-scss-module__wS1-Va__nav{align-items:center;gap:28px;display:flex}.Header-module-scss-module__wS1-Va__navLink{color:var(--ink-soft);letter-spacing:.05em;padding:7px 0;font-size:13px;font-weight:800;position:relative}.Header-module-scss-module__wS1-Va__navLink:after{content:"";background:var(--forest);transform-origin:0;height:1px;transition:transform var(--transition);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Header-module-scss-module__wS1-Va__navLink:hover,.Header-module-scss-module__wS1-Va__navLink.Header-module-scss-module__wS1-Va__active{color:var(--forest)}.Header-module-scss-module__wS1-Va__navLink:hover:after,.Header-module-scss-module__wS1-Va__navLink.Header-module-scss-module__wS1-Va__active:after{transform:scaleX(1)}.Header-module-scss-module__wS1-Va__actions{justify-content:flex-end;display:flex}.Header-module-scss-module__wS1-Va__signupBtn,.Header-module-scss-module__wS1-Va__mobileLoginBtn{min-height:36px;color:var(--paper);background:var(--forest);transition:background var(--transition),transform var(--transition);border:0;border-radius:3px;padding:0 15px;font-size:13px;font-weight:800}.Header-module-scss-module__wS1-Va__signupBtn:hover,.Header-module-scss-module__wS1-Va__mobileLoginBtn:hover{background:var(--forest-deep);transform:translateY(-1px)}.Header-module-scss-module__wS1-Va__userInfo,.Header-module-scss-module__wS1-Va__mobileUser{align-items:center;gap:8px;display:flex}.Header-module-scss-module__wS1-Va__avatar{object-fit:cover;border-radius:50%}.Header-module-scss-module__wS1-Va__userName{color:var(--forest);font-size:13px;font-weight:800}.Header-module-scss-module__wS1-Va__menuBtn{background:0 0;border:0;display:none}.Header-module-scss-module__wS1-Va__mobileNav{display:none}.Header-module-scss-module__wS1-Va__loginOverlay{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(12,39,32,.56);align-items:center;justify-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.Header-module-scss-module__wS1-Va__loginModal{width:min(100%,420px);color:var(--ink);background:var(--paper);animation:.24s ease-out Header-module-scss-module__wS1-Va__reveal;position:relative;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.24)}.Header-module-scss-module__wS1-Va__loginCloseBtn{z-index:1;width:32px;height:32px;color:var(--forest);border:1px solid var(--line);background:0 0;border-radius:50%;align-items:center;justify-items:center;font-size:22px;display:grid;position:absolute;top:13px;right:13px}.Header-module-scss-module__wS1-Va__loginHeader{background:var(--paper-deep);padding:42px 34px 22px}.Header-module-scss-module__wS1-Va__loginHeader p{color:var(--forest);font-family:Noto Serif SC,serif;font-size:24px;font-weight:900}.Header-module-scss-module__wS1-Va__loginBody{padding:26px 34px 34px}.Header-module-scss-module__wS1-Va__inputGroup{align-items:center;margin-bottom:14px;display:flex;position:relative}.Header-module-scss-module__wS1-Va__inputGroup input{width:100%;height:50px;color:var(--ink);border:1px solid var(--line);background:#fffdf8;border-radius:3px;outline:0;padding:0 15px}.Header-module-scss-module__wS1-Va__inputGroup input:focus{border-color:var(--forest);box-shadow:0 0 0 3px rgba(184,216,118,.42)}.Header-module-scss-module__wS1-Va__codeBtn{height:38px;color:var(--forest);border:0;border-left:1px solid var(--line);background:0 0;padding:0 11px;font-size:12px;font-weight:800;position:absolute;right:6px}.Header-module-scss-module__wS1-Va__codeBtn:disabled{opacity:.55;cursor:default}.Header-module-scss-module__wS1-Va__error{color:var(--accent);margin:-8px 0 11px;font-size:12px}.Header-module-scss-module__wS1-Va__loginSubmitBtn{width:100%;height:50px;color:var(--paper);background:var(--forest);border:0;border-radius:3px;margin-top:4px;font-size:14px;font-weight:800}.Header-module-scss-module__wS1-Va__loginSubmitBtn:disabled{opacity:.6;cursor:default}@keyframes Header-module-scss-module__wS1-Va__reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module-scss-module__wS1-Va__header{grid-template-columns:1fr auto;width:calc(100% - 40px)}.Header-module-scss-module__wS1-Va__nav,.Header-module-scss-module__wS1-Va__actions{display:none}.Header-module-scss-module__wS1-Va__menuBtn{gap:4px;padding:8px;display:grid}.Header-module-scss-module__wS1-Va__menuBtn span{background:var(--forest);width:22px;height:1px;transition:var(--transition);display:block}.Header-module-scss-module__wS1-Va__mobileNav{top:calc(var(--header-height) + 10px);color:var(--ink);background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:var(--transition);flex-direction:column;padding:9px;display:flex;position:fixed;left:20px;right:20px;transform:translateY(-8px)}.Header-module-scss-module__wS1-Va__mobileNav.Header-module-scss-module__wS1-Va__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module-scss-module__wS1-Va__mobileLink{color:var(--ink-soft);padding:13px;font-size:14px;font-weight:800}.Header-module-scss-module__wS1-Va__mobileLink.Header-module-scss-module__wS1-Va__active{color:var(--forest);background:var(--paper-deep)}.Header-module-scss-module__wS1-Va__mobileUser{padding:12px}.Header-module-scss-module__wS1-Va__mobileLoginBtn{margin:4px}.Header-module-scss-module__wS1-Va__loginBody{padding:24px}.Header-module-scss-module__wS1-Va__loginHeader{padding:38px 24px 21px}}
.Footer-module-scss-module__wcgw9G__footer{color:var(--text-white);background:var(--forest-deep);padding-top:72px}.Footer-module-scss-module__wcgw9G__inner,.Footer-module-scss-module__wcgw9G__bottom{width:min(var(--max-width),100% - 56px);margin:0 auto}.Footer-module-scss-module__wcgw9G__inner{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:80px;padding-bottom:62px;display:grid}.Footer-module-scss-module__wcgw9G__brand h3{align-items:center;gap:11px;font-family:Noto Serif SC,serif;font-size:25px;display:flex}.Footer-module-scss-module__wcgw9G__logoIcon{width:30px;height:30px;color:var(--forest);background:var(--leaf);border-radius:50%;align-items:center;justify-items:center;font-family:Manrope,sans-serif;font-size:14px;display:grid}.Footer-module-scss-module__wcgw9G__brand p{color:rgba(255,253,247,.6);max-width:530px;margin-top:18px;font-size:14px;line-height:1.85}.Footer-module-scss-module__wcgw9G__column h4{color:var(--leaf);letter-spacing:.14em;margin-bottom:23px;font:500 10px/1 DM Mono,monospace}.Footer-module-scss-module__wcgw9G__contactItem{color:rgba(255,253,247,.72);gap:11px;margin-bottom:15px;font-size:14px;line-height:1.7;display:flex}.Footer-module-scss-module__wcgw9G__contactItem span{color:var(--leaf)}.Footer-module-scss-module__wcgw9G__bottom{color:rgba(255,253,247,.48);border-top:1px solid rgba(255,255,255,.13);justify-content:space-between;gap:18px;padding:20px 0;font-size:12px;display:flex}.Footer-module-scss-module__wcgw9G__bottomLink:hover{color:var(--leaf)}@media (max-width:768px){.Footer-module-scss-module__wcgw9G__inner,.Footer-module-scss-module__wcgw9G__bottom{width:calc(100% - 40px)}.Footer-module-scss-module__wcgw9G__inner{grid-template-columns:1fr;gap:42px}.Footer-module-scss-module__wcgw9G__bottom{flex-direction:column}}
:root{--ink:#172722;--ink-soft:#42534c;--forest:#143c31;--forest-deep:#0c2720;--moss:#527463;--leaf:#b8d876;--paper:#f6f4ed;--paper-deep:#ebe8dc;--line:rgba(20,60,49,.16);--primary:var(--ink);--primary-light:var(--forest);--accent:#d96543;--accent-hover:#b94f31;--gold:var(--leaf);--gold-light:#dceaa8;--text:var(--ink);--text-light:var(--ink-soft);--text-white:#fffdf7;--bg:var(--paper);--bg-light:#efeee7;--bg-dark:var(--forest-deep);--border:var(--line);--shadow:0 18px 44px rgba(19,47,38,.08);--shadow-hover:0 24px 52px rgba(19,47,38,.16);--radius:8px;--radius-sm:4px;--max-width:1240px;--header-height:76px;--transition:.22s cubic-bezier(.2, .7, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Manrope,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5}body:before{z-index:20;pointer-events:none;opacity:.28;content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");position:fixed;top:0;bottom:0;left:0;right:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--max-width);margin:0 auto;padding:0 28px}.btn{letter-spacing:.04em;min-height:48px;transition:transform var(--transition),background var(--transition),border-color var(--transition),color var(--transition);border:1px solid transparent;border-radius:3px;justify-content:center;align-items:center;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline-offset:3px;outline:3px solid rgba(184,216,118,.8)}button:focus-visible{outline-offset:3px;outline:3px solid rgba(184,216,118,.8)}input:focus-visible{outline-offset:3px;outline:3px solid rgba(184,216,118,.8)}textarea:focus-visible{outline-offset:3px;outline:3px solid rgba(184,216,118,.8)}.btn-primary{color:var(--text-white);background:var(--forest)}.btn-primary:hover{background:var(--forest-deep)}.btn-accent{color:#fff;background:var(--accent)}.btn-accent:hover{background:var(--accent-hover)}.btn-outline{color:var(--forest);border-color:var(--forest);background:0 0}.btn-outline:hover{color:var(--text-white);background:var(--forest)}.sectionTitle{max-width:680px;margin:0 0 52px}.sectionTitle h2{letter-spacing:0;color:var(--forest);text-wrap:balance;font-family:Noto Serif SC,serif;font-size:max(34px,min(4vw,56px));font-weight:900;line-height:1.2}.sectionTitle p{max-width:580px;color:var(--text-light);margin-top:18px;font-size:16px;line-height:1.8}@media (max-width:768px){:root{--header-height:68px}.container{padding:0 20px}.sectionTitle{margin-bottom:34px}}
