@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap");:root{--ink:#263e34;--muted:#73786f;--red:#963e36;--gold:#ae9460;--paper:#faf9f5;--line:#e4e4da}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button,input,textarea{outline-offset:5px}button{cursor:pointer;color:inherit;border:0;background:none}img{max-width:100%;object-fit:cover}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.4}h1,h2{font-family:"Noto Serif SC",SimSun,serif}p{color:var(--muted)}.preview-bar{padding:5px 5%;font-size:12px;background:#263e34;color:#e9e9dc;display:flex;justify-content:space-between;letter-spacing:1px}header{background:#fffefbf5;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{max-width:1380px;padding:22px 40px;margin:auto;gap:36px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:13px;flex-shrink:0}.brand img{width:64px;height:64px;object-fit:contain;border-radius:50%}.brand strong{font-family:"Noto Serif SC",serif;font-size:23px;letter-spacing:2px;display:block}.brand small{display:block;font-size:12px;letter-spacing:1px;color:var(--muted);margin-top:3px}nav{display:flex;gap:24px;margin-left:auto;font-size:14px}.textlink:hover,nav a:hover{color:var(--red)}.join{font-size:13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--gold);padding-bottom:5px;white-space:nowrap}.menu-button{display:none}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.04fr 1fr;min-height:520px}.hero-copy{padding:76px 42px 64px max(40px,calc((100vw - 1280px)/2));position:relative}.eyebrow{color:var(--gold);font-size:12px;letter-spacing:2px;font-weight:600;display:block;margin-bottom:18px}.eyebrow i{display:inline-block;width:6px;height:6px;border-radius:100%;background:var(--red);margin-right:10px}.hero h1{font-size:clamp(30px,3vw,44px);font-weight:500;letter-spacing:1px;margin:0 0 24px;white-space:nowrap}.hero h1 em{font-style:normal;color:var(--red)}.hero p{font-size:14px;line-height:2}.searchbox{display:flex;align-items:center;background:white;border:1px solid #d9dbd2;padding:6px 6px 6px 16px;gap:12px;margin-top:28px;max-width:530px;box-shadow:0 5px 20px #20362904}.searchbox input{min-width:0;flex:1 1;border:0;background:transparent;font-size:14px;padding:8px 0}.primary,.searchbox button{background:var(--red);color:white;display:inline-flex;gap:10px;align-items:center;justify-content:center;padding:11px 18px;border:0;white-space:nowrap}.popular{display:flex;gap:17px;font-size:12px;margin-top:16px;color:var(--muted)}.popular a{color:var(--ink)}.hero-art{position:relative;overflow:hidden;margin:22px 24px 22px 0;min-height:460px}.hero-art>img{width:100%;height:100%;position:absolute}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#123b3320,#0b302157)}.image-label{top:28px;left:28px;font-size:12px;letter-spacing:4px}.hero-caption,.image-label{position:absolute;color:white}.hero-caption{bottom:38px;left:38px}.hero-caption span{display:block;font-size:28px;font-family:"Noto Serif SC",serif;letter-spacing:5px}.hero-caption small{font-size:10px;letter-spacing:3px}.vertical{position:absolute;right:28px;top:32px;writing-mode:vertical-rl;color:white;font-size:12px;letter-spacing:5px}.section{max-width:1280px;margin:auto;padding:64px 40px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:20px}.section-heading .eyebrow{margin-bottom:8px;font-size:11px}.section-heading h2{font-size:29px;font-weight:500;margin:0}.textlink{display:inline-flex;align-items:center;gap:9px;font-size:13px;white-space:nowrap}.products{border-top:1px solid var(--line);padding-bottom:28px}.product-feature{display:grid;grid-template-columns:1.6fr 1fr;background:#f0f0e8}.product-image{position:relative;min-height:350px;overflow:hidden}.product-image img{position:absolute;width:100%;height:100%;transition:transform .6s}.product-image:hover img{transform:scale(1.025)}.pill{position:absolute;top:22px;left:22px;background:#fffc;padding:5px 14px;font-size:12px}.product-copy{padding:38px 38px 22px;display:flex;flex-direction:column}.product-copy h3{font-family:"Noto Serif SC",serif;font-size:26px;font-weight:500}.product-copy p{font-size:14px}.company-link{display:flex;align-items:center;gap:9px;font-size:13px;margin:6px 0 24px}.round-link{border-bottom:1px solid #cdd2c5;padding-bottom:16px;font-size:14px}.carousel-controls,.round-link{display:flex;align-items:center;justify-content:space-between}.carousel-controls{margin-top:auto;padding-top:20px}.carousel-controls>span{font-family:Georgia;font-size:23px}.carousel-controls small{font-size:14px;color:var(--muted)}.carousel-controls button{border:1px solid #d2d7cc;border-radius:100%;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;margin-left:8px}.enterprise-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.enterprise{padding:28px;border:1px solid var(--line);background:#fff;transition:border .2s,transform .2s}.enterprise:hover{border-color:var(--gold);transform:translateY(-3px)}.enterprise-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.category{font-size:12px;color:var(--red);padding:3px 9px;background:#f8eeeb}.enterprise h3{font-size:20px}.enterprise p{font-size:14px;min-height:50px}.enterprise-bottom{display:flex;justify-content:space-between;font-size:11px;padding-top:20px;border-top:1px solid var(--line)}.enterprise-bottom span{display:flex;gap:4px;align-items:center}.people-section{background:#efefe7}.people-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.person-card{display:grid;grid-template-columns:115px 1fr;background:var(--paper)}.portrait{min-height:180px;background:#bbc1b4;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.portrait:before{content:"";position:absolute;inset:15px;border:1px solid #ffffff55}.portrait span{font-family:"Noto Serif SC",serif;font-size:28px;writing-mode:vertical-rl;letter-spacing:8px;color:#ffffffa8}.portrait small{font-size:10px;margin-top:10px;color:#354738}.portrait-1{background:#baad97}.portrait-2{background:#9caea6}.person-info{padding:26px 20px}.person-info h3{font-size:19px;display:flex;justify-content:space-between;gap:6px}.person-info p{font-size:12px}.person-info>span{font-size:11px;color:var(--red)}.people-note{justify-content:space-between;margin-top:25px;color:var(--muted)}.people-note,.people-note button{display:flex;align-items:center;font-size:12px}.people-note button{gap:8px}.news-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px}.journal{display:flex;gap:26px}.journal-mark{background:var(--red);color:#eadfc9;min-width:130px;font-size:52px;text-align:center;line-height:1.5;padding:20px}.journal h3,.journal-mark{font-family:"Noto Serif SC",serif}.journal h3{font-weight:500;font-size:22px}.info-row,.journal p{font-size:14px}.info-row{display:flex;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.info-row>span{font-size:12px;color:var(--red);white-space:nowrap}.info-row>div{flex:1 1}.info-row small{display:block;color:var(--muted);font-size:11px}.info-row>svg{margin-left:auto;flex-shrink:0}.invitation{max-width:1200px;margin:0 auto 65px;background:var(--ink);padding:44px 50px;display:flex;align-items:center;justify-content:space-between;color:#fff}.invitation h2{font-weight:500;font-size:30px;margin-bottom:10px}.invitation p{color:#bec9c0;font-size:14px;margin:0}.invitation>a{border:1px solid #a6b2a0;padding:13px 24px;display:flex;align-items:center;gap:30px;font-size:14px}.invitation .eyebrow{color:#ccbb92;font-size:10px}footer{background:#f0efe9;padding:42px max(40px,calc((100vw - 1200px)/2)) 20px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:35px}.footer-main p{font-size:13px;margin:0}.footer-main>div{display:flex;gap:24px;font-size:13px}.footer-bottom{border-top:1px solid #dcded4;padding-top:18px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.back{display:block;font-size:13px;color:var(--muted);margin-bottom:40px}.detail h1,.submit-page h1{font-size:40px;font-weight:500;margin-bottom:16px}.lead{font-size:18px}.detail-grid{display:grid;grid-template-columns:1fr 390px;grid-gap:80px;gap:80px}.detail-grid h2{font-size:24px;margin-top:38px}.detail-grid p>svg{vertical-align:middle}.detail-image{width:100%;height:390px;margin:20px 0;object-fit:cover}.contact{margin:30px 0}.contact button{display:flex;align-items:center;gap:10px;border:1px solid var(--gold);padding:12px 20px}.contact-panel{background:#eeeee5;padding:28px;height:-moz-fit-content;height:fit-content;margin-top:35px}.contact-panel>span{display:flex;align-items:center;gap:8px;margin:20px 0}.business-card{background:#fffdfa;border:1px solid #ddd7c9;border-top:5px solid var(--red);padding:28px 32px;text-align:center;box-shadow:0 12px 50px #243b330d}.card-brand{display:flex;align-items:center;gap:12px;font-family:"Noto Serif SC",serif}.card-brand img{width:48px;height:48px;object-fit:contain}.card-person{display:flex;text-align:left;align-items:center;gap:20px;margin:35px 0 24px}.avatar-placeholder{background:#e8e5dc;color:#948a74;padding:14px;text-align:center;font-size:13px;min-width:62px}.card-person h2{margin:0 0 5px;font-size:28px}.card-person p{margin:0;font-size:14px}.card-phone{text-align:left;color:var(--ink);margin-bottom:3px}.card-intro{text-align:left;margin-top:15px;font-size:15px;overflow-wrap:anywhere}.qr{width:165px;height:165px;margin-top:15px}.scan{color:var(--ink);font-size:14px;margin-bottom:10px}.business-card>small{font-size:10px;color:var(--muted)}.full{width:100%;margin-top:15px}.card-editor{margin-top:25px;font-size:14px}.card-editor summary{cursor:pointer}.card-editor label,.form-grid label,form>label{display:block;margin:18px 0;font-size:14px}.card-editor label span,form>label>span{float:right;color:var(--muted)}label input:not([type=checkbox]),label textarea{display:block;width:100%;padding:11px;border:1px solid #d7d9cf;background:#fff;margin-top:6px;border-radius:0}textarea{resize:vertical}.submit-page{max-width:900px}.form-note{padding:20px;background:#edeee4;color:#58684e;font-size:14px;margin:25px 0}.submit-page form{background:white;padding:32px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 24px;gap:0 24px}.check-label{display:flex!important;gap:10px;align-items:flex-start;color:var(--muted)}.check-label input{margin-top:7px}.empty-state{text-align:center;padding:65px 25px;border:1px solid var(--line);margin:30px 0}.empty-state h2{margin-top:20px}.empty-state p{max-width:550px;margin:0 auto 25px}.search-results{background:white;border:1px solid var(--line);padding:20px;position:absolute;z-index:5;left:40px;right:40px;box-shadow:0 15px 30px #0001;font-size:14px}.search-results a{display:flex;justify-content:space-between;padding:12px 0}.search-results button{font-size:12px;color:var(--red)}.menu-overlay{position:fixed;inset:0;background:#0006;z-index:40}.menu-overlay aside{margin-left:auto;background:var(--paper);height:100%;width:85%;max-width:400px;padding:30px;display:flex;flex-direction:column;gap:22px}.menu-overlay button{align-self:flex-end}.menu-overlay a{border-bottom:1px solid var(--line);padding:10px}.journal .journal-stats{display:block;margin-top:14px;font-size:12px;color:var(--muted);letter-spacing:.5px}.journal .journal-stats b{color:var(--gold);font-weight:700;margin:0 3px 0 11px}.journal .journal-stats b:first-child{margin-left:0}@media(min-width:1441px){.hero-copy{padding-left:80px}}@media(max-width:1150px){nav{gap:14px}nav a{font-size:12px}.header-inner{gap:20px;padding:18px 25px}.join{display:none}.hero h1{font-size:33px}.hero-copy{padding-left:35px}.people-grid{gap:15px}.person-card{grid-template-columns:90px 1fr}.person-info{padding:20px 12px}.enterprise{padding:22px}.detail-grid{gap:40px}.footer-main{flex-wrap:wrap}.news-section{gap:35px}}@media(max-width:800px){.preview-bar{font-size:10px;padding:4px 18px;letter-spacing:0}.preview-bar span{max-width:72%;text-align:right}nav{display:none}.header-inner{padding:14px 20px;justify-content:space-between}.brand img{width:49px;height:49px}.brand strong{font-size:20px;letter-spacing:1px}.brand small{font-size:10px;letter-spacing:.5px}.menu-button{display:block}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 24px 30px}.hero h1{font-size:32px;white-space:normal;line-height:1.6}.hero p{font-size:14px}.hero-art{margin:0 20px 25px;min-height:240px}.hero-caption{bottom:25px;left:25px}.hero-caption span{font-size:23px}.hero-caption small{font-size:9px;letter-spacing:2px}.image-label{top:20px;left:25px}.section{padding:40px 22px}.section-heading h2{font-size:23px}.section-heading .eyebrow{font-size:9px;letter-spacing:1.6px}.textlink{font-size:12px;gap:3px}.product-feature{grid-template-columns:1fr}.product-image{min-height:250px}.product-copy{padding:24px}.product-copy h3{font-size:25px}.product-copy .eyebrow{margin-bottom:10px}.enterprise-grid{grid-template-columns:1fr}.enterprise p{min-height:0}.enterprise-top{margin-bottom:15px}.enterprise h3{margin-bottom:12px}.people-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.person-card{min-width:285px;scroll-snap-align:start;grid-template-columns:110px 1fr}.person-info{padding:25px 20px}.people-note{align-items:flex-start;gap:15px;font-size:11px}.people-note button{white-space:nowrap;font-size:11px}.news-section{grid-template-columns:1fr;gap:38px}.journal-mark{min-width:100px;font-size:40px}.journal{gap:20px}.journal h3{font-size:20px}.journal .eyebrow{font-size:10px}.invitation{margin:0 20px 40px;padding:28px;display:block}.invitation h2{font-size:24px}.invitation>a{margin-top:25px;justify-content:space-between}.invitation p{font-size:13px}footer{padding:30px 22px 20px}.footer-main{gap:22px;display:block}.footer-main p{margin:22px 0}.footer-main>div{gap:25px}.footer-bottom{flex-wrap:wrap;gap:8px 20px}.detail-grid{grid-template-columns:1fr;gap:30px}.detail h1,.submit-page h1{font-size:31px}.detail-image{height:240px}.lead{font-size:16px}.form-grid{grid-template-columns:1fr}.submit-page form{padding:20px}.search-results{left:24px;right:24px}.popular{gap:12px;font-size:11px}.business-card{max-width:390px;margin:auto}.detail-grid>div:last-child{min-width:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.header-inner{padding-top:14px;padding-bottom:14px}header .brand img{width:54px;height:54px}.hero{max-width:1280px;min-height:0;grid-template-columns:1.12fr 1fr;align-items:stretch;padding:24px 40px;gap:32px}.hero-copy{padding:16px 0;align-self:center;min-width:0}.hero-copy>.eyebrow{margin-bottom:12px}.hero h1{font-size:clamp(28px,2.6vw,36px);margin-bottom:16px;letter-spacing:0;white-space:normal}.hero-copy>p{line-height:1.85;margin-bottom:0}.hero .searchbox{margin-top:20px;padding:4px 4px 4px 14px;gap:10px}.hero .searchbox button{padding:9px 15px}.hero .popular{margin-top:12px;flex-wrap:wrap;row-gap:5px}.hero-art{margin:0;min-height:330px}.hero-caption{left:24px;bottom:23px}.hero-caption span{font-size:24px;letter-spacing:3px}.hero-caption small{letter-spacing:2px}.image-label{top:22px;left:24px}.vertical{top:24px;right:20px;letter-spacing:3px}.hero .search-results{left:0;right:0}#products.section{padding-top:32px;padding-bottom:24px}#enterprises.section,.news-section,.people-section>.section{padding-top:42px;padding-bottom:42px}.section-heading{margin-bottom:22px}.product-image{min-height:300px}.product-copy{padding:26px 30px 20px}.product-copy h3{margin-bottom:15px}@media (max-width:1000px) and (min-width:801px){.hero{padding:22px 25px;gap:24px;grid-template-columns:1.2fr 1fr}.hero h1{font-size:29px}.hero-art{min-height:320px}.hero-caption span{font-size:21px;letter-spacing:1px}.hero-caption small{font-size:9px;letter-spacing:1px}}@media (max-width:800px){.header-inner{padding-top:11px;padding-bottom:11px}header .brand img{width:49px;height:49px}.hero{grid-template-columns:1fr;padding:22px 22px 24px;gap:20px}.hero-copy{padding:0}.hero h1{font-size:clamp(26px,6.8vw,32px);margin-bottom:12px}.hero-copy>.eyebrow{margin-bottom:10px}.hero .searchbox{margin-top:16px}.hero-art{min-height:170px}.hero-caption{left:20px;bottom:16px}.hero-caption span{font-size:21px}.hero-caption small{font-size:9px;letter-spacing:1px}.image-label{top:15px;left:20px;font-size:11px}.vertical{display:none}#enterprises.section,#products.section,.news-section,.people-section>.section{padding-top:28px;padding-bottom:28px}.section-heading{margin-bottom:18px}.product-image{min-height:220px}.product-copy{padding:22px}}.header-inner,.hero,.section{width:100%;max-width:1440px;padding-left:clamp(18px,3.2vw,48px);padding-right:clamp(18px,3.2vw,48px)}.header-inner{gap:clamp(16px,2vw,30px)}nav{gap:clamp(12px,1.6vw,24px)}.hero{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:clamp(24px,4vw,60px)}.hero h1{font-size:clamp(27px,2.5vw,38px)}.hero-brand-panel{min-width:0;align-self:center;border:1px solid #ddd5c3;background:linear-gradient(125deg,#fffefa,#f1ede2);padding:clamp(22px,3vw,42px);position:relative}.hero-brand-panel:before{content:"";position:absolute;top:-1px;left:28px;width:52px;height:3px;background:var(--gold)}.brand-panel-main{display:flex;align-items:center;gap:clamp(18px,2.5vw,35px);padding:12px 0 30px}.brand-panel-main img{width:clamp(88px,9vw,132px);height:auto;object-fit:contain;flex-shrink:0;mix-blend-mode:multiply}.brand-panel-main .eyebrow{font-size:12px;letter-spacing:2px;margin-bottom:10px}.brand-panel-main h2{font-size:clamp(21px,2vw,29px);line-height:1.6;font-weight:500;margin:0}.brand-panel-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ddd5c3;padding-top:18px;grid-gap:12px;gap:12px}.brand-panel-links a{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:13px}.brand-panel-links a:hover{color:var(--red)}.brand-panel-links svg{flex-shrink:0}.detail-grid,.detail-grid>*,.enterprise-grid,.enterprise-grid>*,.news-section,.news-section>*,.people-grid,.people-grid>*,.product-feature,.product-feature>*{min-width:0}.card-person p,.detail h1,.enterprise h3,.info-row,.person-info p{overflow-wrap:anywhere}.invitation{width:calc(100% - 2 * clamp(18px, 3.2vw, 48px));max-width:1344px}@media (max-width:1200px){header .join,header nav{display:none}.header-inner{justify-content:space-between}.menu-button{display:inline-flex;padding:10px}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.person-card{grid-template-columns:1fr}.portrait{min-height:145px}.person-info{padding:20px}}@media (min-width:801px) and (max-width:1050px){.hero{gap:24px}.hero-brand-panel{padding:24px}.brand-panel-main{gap:15px}.brand-panel-main img{width:76px}.brand-panel-main h2{font-size:21px}.brand-panel-main .eyebrow{letter-spacing:0}.brand-panel-links{gap:8px}.brand-panel-links a{font-size:12px;flex-wrap:wrap}.detail-grid{grid-template-columns:minmax(0,1fr) 340px;gap:28px}.news-section{grid-template-columns:1fr}.enterprise-bottom{flex-wrap:wrap;gap:8px}}@media (max-width:800px){.hero{grid-template-columns:minmax(0,1fr);gap:20px}.hero-brand-panel{padding:20px}.brand-panel-main{padding:0 0 18px;gap:20px}.brand-panel-main img{width:76px}.brand-panel-main h2{font-size:22px}.brand-panel-main h2 br{display:none}.brand-panel-main .eyebrow{margin-bottom:5px;font-size:11px}.brand-panel-links{padding-top:13px}.hero .searchbox{max-width:none}.people-grid{display:flex}.person-card{grid-template-columns:100px minmax(0,1fr);min-width:min(285px,85vw)}.section-heading{gap:12px}.section-heading h2{font-size:clamp(20px,4.7vw,25px)}.detail-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:390px){.brand{gap:9px}.brand strong{font-size:18px;letter-spacing:0}header .brand img{width:42px;height:42px}.brand small{font-size:10px;letter-spacing:0}.hero h1{font-size:25px}.brand-panel-main{gap:12px}.brand-panel-main img{width:60px}.brand-panel-main h2{font-size:19px}.brand-panel-links{gap:8px}.brand-panel-links a,.hero .searchbox input{font-size:12px}.hero .searchbox button{padding:9px 10px;gap:5px}.business-card{padding:22px}.section-heading{align-items:flex-start}}.hero{background:#233e34;color:#fffdf5;max-width:1344px;width:calc(100% - 2 * clamp(18px,3.2vw,48px));margin:24px auto 12px;padding:clamp(26px,3.3vw,48px);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(30px,5vw,72px)}.hero-copy{padding:0}.hero-copy>.eyebrow{color:#d7c398;margin-bottom:18px}.hero-copy>.eyebrow i{background:#d7c398}.hero h1{color:#fffdf5;font-size:clamp(28px,2.7vw,40px);line-height:1.5;letter-spacing:-.5px;margin-bottom:18px}.hero h1 em{color:#dfc797}.hero-copy>p{color:#d1d9ce;line-height:1.9}.hero .searchbox{margin-top:26px;border:0;background:#fffef9;box-shadow:none;color:#263e34}.hero .searchbox input{color:#263e34}.hero .searchbox button{background:#a4483d}.hero .popular{color:#b9c9bb;font-size:12px;margin-top:15px;gap:15px}.hero .popular a{color:#eef0e5}.hero .search-results{color:var(--ink)}.hero-resources{align-self:center;min-width:0}.resource-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;font-size:12px;color:#d6ddcf}.resource-heading small{font-size:11px;color:#afbeae;white-space:nowrap}.resource-feature{display:block;position:relative;background:#f0ebdf;color:#293f34;padding:21px 24px 17px;transition:background .2s}.resource-number{font-size:11px;letter-spacing:1px}.resource-feature>svg{position:absolute;top:22px;right:24px;color:#8f794e}.resource-feature h2{font-size:clamp(23px,2.1vw,29px);font-weight:500;line-height:1.45;margin:14px 0 20px}.resource-feature>div,.resource-pair a>div{display:flex;justify-content:space-between;gap:8px;align-items:center;font-size:12px}.resource-feature>div{border-top:1px solid #d8d3c5;padding-top:11px}.resource-feature:hover{background:#fff9e9}.resource-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:12px}.resource-pair a{display:block;padding:17px 19px;background:#345044;transition:background .2s}.resource-pair a:last-child{background:#405343}.resource-pair a:hover{background:#4a6350}.resource-pair .resource-number{color:#d6c299}.resource-pair h3{font-size:16px;font-weight:500;margin:10px 0 14px}.resource-pair a>div{font-size:11px;color:#d4dece}.resource-feature svg,.resource-pair svg{flex-shrink:0}@media (max-width:1000px) and (min-width:801px){.hero{padding:28px;gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero h1{font-size:28px}.hero .desktop,.resource-heading small{display:none}.resource-pair a{padding:15px 12px}.resource-pair h3{font-size:14px}.resource-pair a>div{font-size:10px}}@media (max-width:800px){.hero{grid-template-columns:minmax(0,1fr);margin-top:16px;gap:28px;padding:26px 22px}.hero h1{font-size:clamp(25px,6vw,34px)}.hero-copy>.eyebrow{margin-bottom:12px}.hero .searchbox{margin-top:20px}.hero .popular{gap:12px;font-size:11px}.resource-feature{padding:18px 20px 14px}.resource-feature h2{font-size:23px;margin:12px 0 16px}.resource-feature h2 br{display:none}.resource-pair a{padding:15px}.resource-pair h3{font-size:15px}.resource-pair a>div{font-size:10px}}@media (max-width:390px){.hero{width:calc(100% - 24px);padding:23px 17px}.hero h1{font-size:25px}.resource-heading small{display:none}.resource-pair{gap:9px}.resource-pair a{padding:12px}.resource-pair h3{font-size:14px}.resource-pair a>div{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.resource-feature,.resource-pair a{transition:none}}.member-form h2{margin-top:36px;font-size:24px}.member-form h2:first-child{margin-top:0}.form-help{font-size:13px;margin:10px 0 18px}.photo-field{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:24px;gap:24px;padding:22px;background:#f4f3ed;margin:24px 0}.photo-preview{display:flex;align-items:center;justify-content:center;min-height:150px;background:#e5e4db;text-align:center;color:#707668}.photo-preview img{width:120px;height:150px;object-fit:contain}.photo-field input{max-width:100%;font-size:14px}.photo-field label{display:block;font-size:14px;margin-bottom:12px}.field-error{color:#a12e28;font-size:14px;margin:0}.company-fields{border:1px solid var(--line);padding:18px;margin:20px 0;min-width:0}.company-fields legend{padding:0 8px;font-size:14px}.company-fields>label{font-size:14px;display:block;margin-bottom:12px}.secondary-button{border:1px solid var(--gold);padding:9px 16px;font-size:14px}.primary:disabled{opacity:.6;cursor:wait}.submission-preview{margin-top:30px;padding:25px;border:1px solid var(--gold);scroll-margin-top:110px}.submitted-person{display:flex;gap:24px;margin-bottom:28px}.submitted-person img{width:120px;height:150px;object-fit:contain;align-self:flex-start;background:#f4f3ed}.submitted-person h2{margin:0 0 10px}.submitted-person p{margin-bottom:6px;overflow-wrap:anywhere}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:550px){.photo-field{grid-template-columns:minmax(0,1fr);padding:16px;gap:16px}.photo-preview{width:120px}.submitted-person{flex-direction:column;gap:16px}.submission-preview{padding:18px}}.header-tools{max-width:1440px;margin:auto;padding:0 clamp(18px,3.2vw,48px) 12px;display:flex;justify-content:flex-end;gap:24px;align-items:center}.header-tools>nav{display:none}.nav-search-wrap{width:min(100%,480px);position:relative}.nav-search{margin:0;max-width:none;padding:3px 3px 3px 12px;box-shadow:none}.nav-search input{padding:5px 0;font-size:13px}.nav-search button{padding:7px 13px;font-size:13px}.nav-search-wrap .search-results{left:0;right:0;top:calc(100% + 6px);max-height:60vh;overflow-y:auto}.hero{grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:clamp(28px,4vw,58px);padding:clamp(26px,3vw,42px)}.hero h1{font-size:clamp(25px,2.1vw,32px);line-height:1.65}.hero-copy>p{max-width:300px;font-size:14px}.hero-resources{align-self:stretch}.resource-feature{min-height:300px;height:100%;padding:clamp(25px,3vw,40px);display:flex;flex-direction:column}.resource-feature .resource-number{font-size:16px;letter-spacing:2px}.resource-feature>svg{right:30px;top:28px}.resource-feature h2{font-size:clamp(26px,2.6vw,39px);margin:25px 0 14px;line-height:1.5}.resource-feature>p{color:#677065;font-size:14px;line-height:1.9;margin-bottom:24px}.resource-feature>div{margin-top:auto;font-size:14px}@media(max-width:1200px){.header-tools{justify-content:space-between}.header-tools>nav{display:flex;margin:0;gap:20px;white-space:nowrap}.header-tools>nav a{font-size:14px}.nav-search-wrap{width:min(48%,480px)}}@media(max-width:800px){.header-tools{flex-wrap:wrap;gap:12px}.header-tools>nav{width:100%;justify-content:space-between}.nav-search-wrap{width:100%}.hero{grid-template-columns:minmax(0,1fr);gap:22px;padding:24px}.hero h1{font-size:25px;line-height:1.5;margin-bottom:10px}.hero h1 br{display:none}.hero-copy>p{max-width:none;margin:0;font-size:13px}.hero-copy>.eyebrow{margin-bottom:8px}.resource-feature{min-height:270px;padding:23px}.resource-feature h2{font-size:clamp(24px,5.2vw,32px);margin-top:22px}.resource-feature>svg{width:30px;height:30px;right:23px;top:23px}.resource-feature>p .desktop{display:none}}.enterprise-posters{min-width:0;align-self:center}.poster-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:#deccaa;font-size:14px}.poster-heading>span:last-child{color:#becbbd;font-size:12px}.poster-link{display:block;background:#192e27;border:1px solid #82937c55}.poster-link img{display:block;width:100%;height:auto;aspect-ratio:15/7;object-fit:contain}.poster-controls{display:flex;justify-content:space-between;align-items:center;padding-top:10px;color:#f0eadc;gap:12px}.poster-controls>span{font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.poster-controls small{color:#b6c4b4;font-size:12px}.poster-buttons,.poster-dots{display:flex;align-items:center;gap:3px}.poster-dots button{padding:12px 6px}.poster-dots button span{display:block;width:7px;height:7px;border-radius:10px;background:#82917d}.poster-dots button[aria-current=true] span{width:23px;background:#e0c797}.poster-buttons button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #6d806855}.poster-buttons button:hover{background:#405547}@media(max-width:800px){.poster-heading{font-size:13px}.poster-heading>span:last-child{font-size:10px}.poster-buttons button{width:38px;height:38px}}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-static-card{min-width:0;background:#fffefa;border:1px solid var(--line);display:flex;flex-direction:column}.product-card-image{display:block;aspect-ratio:16/10;overflow:hidden;position:relative}.product-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.product-card-image:hover img{transform:scale(1.025)}.product-card-image .pill{top:14px;left:14px}.product-card-body{padding:23px;display:flex;flex-direction:column;flex:1 1}.product-card-body h3{font-family:"Noto Serif SC",serif;font-size:21px;font-weight:500;margin-bottom:12px}.product-card-body p{font-size:14px;margin-bottom:18px}.product-card-body .company-link{margin:auto 0 16px;padding-top:8px;font-size:12px}.product-card-more{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:13px}@media (min-width:601px) and (max-width:1000px){.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (max-width:600px){.product-card-grid{grid-template-columns:minmax(0,1fr);gap:20px}.product-card-image{aspect-ratio:16/9}.product-card-body{padding:20px}}@media (prefers-reduced-motion:reduce){.product-card-image img{transition:none}}.partner-entry{display:inline-flex;align-items:center;gap:8px;font-size:13px;white-space:nowrap;color:var(--red)}.resource-upload{margin:22px 0;padding:18px;background:#f4f3ed;min-width:0}.resource-upload label{font-size:14px;display:block}.resource-upload input{display:block;margin-top:10px;max-width:100%;font-size:13px}.resource-media-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:12px;gap:12px}.resource-media-previews figure{margin:0;min-width:0}.resource-media-previews img{width:100%;height:150px;object-fit:contain;background:white}.resource-media-previews figcaption{font-size:12px;overflow-wrap:anywhere}@media(min-width:801px) and (max-width:1200px){.header-tools{flex-wrap:wrap}.nav-search-wrap{flex:1 1;min-width:220px}}@media(max-width:800px){.header-tools .partner-entry{margin-left:auto}.footer-main>div{flex-wrap:wrap}}.entry-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:9px 17px;background:var(--red);color:white;font-size:14px;white-space:nowrap;flex-shrink:0}.header-tools{gap:16px}.invitation{gap:30px}.invitation>.invitation-actions{display:flex;flex-shrink:0;gap:12px}.invitation-actions a{display:inline-flex;justify-content:space-between;align-items:center;gap:18px;padding:13px 18px;border:1px solid #a6b2a0;font-size:14px}.invitation-actions a:first-child{background:#eee7d7;color:#263e34;border-color:#eee7d7}.entry-page{max-width:1080px}.entry-page h1{font-size:clamp(28px,4vw,40px);font-weight:500}.entry-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:26px;gap:26px;margin:32px 0}.entry-option{background:#fffefa;border:1px solid var(--line);padding:clamp(24px,3vw,36px)}.entry-option:hover{border-color:var(--gold)}.entry-option h2{margin:22px 0 12px;font-size:27px;font-weight:500}.entry-option p{font-size:14px;margin-bottom:8px}.entry-option-action{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding-top:18px;border-top:1px solid var(--line);color:var(--red);font-size:15px}@media(max-width:1100px){.invitation{flex-wrap:wrap}}@media(max-width:800px){.header-tools .nav-search-wrap{flex:1 1;min-width:0;width:auto}.entry-button{padding:10px 12px;font-size:13px;gap:7px}.invitation>.invitation-actions{margin-top:22px;display:flex;flex-direction:column}.entry-options{grid-template-columns:minmax(0,1fr);gap:18px}.nav-search-wrap .search-results{right:-118px}}@media(max-width:390px){.header-tools{gap:8px}.nav-search input{font-size:12px}.nav-search{gap:6px;padding-left:8px}.nav-search button{padding:7px 9px}.nav-search button svg{display:none}}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;font-size:13px}.hero-actions a:first-child{display:inline-flex;align-items:center;gap:12px;padding:12px 17px;background:#eadcc0;color:#263e34}.workflow-page{max-width:1050px}.workflow-notice{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;padding:16px 20px;background:#f1eee4;border-left:3px solid #ae9460;font-size:12px;margin:24px 0}.workflow-notice strong{flex-shrink:0;color:#725c34}.workflow-notice span{flex:1 1;min-width:200px;color:#596250}.workflow-notice a{color:#963e36;text-decoration:underline;text-underline-offset:4px}.workflow-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;padding:0;margin:28px 0 34px;border:1px solid var(--line);background:#fffefa}.workflow-steps li{padding:18px 16px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:5px}.workflow-steps li:last-child{border-right:0}.workflow-steps li span{color:#a58a58;font-size:12px;letter-spacing:2px}.workflow-steps li strong{font-size:13px;font-weight:500}.workflow-steps li.current{background:#edf0e7;box-shadow:inset 0 -3px #405e49}.entry-assurance{padding:26px 30px;background:#eef0e8;border-left:3px solid var(--gold)}.entry-assurance p{font-size:14px;margin:12px 0}.membership-flow .member-form{padding:clamp(20px,4vw,44px)}.form-section-heading{display:flex;gap:16px;align-items:flex-start;padding-top:30px;margin:30px 0 22px;border-top:1px solid var(--line)}.form-section-heading:first-child{padding-top:0;margin-top:0;border-top:0}.form-section-heading>span{font-size:13px;padding:7px 10px;background:#eef0e8;color:#5d704f}.member-form .form-section-heading h2{margin:0 0 8px;font-size:23px}.form-section-heading p{margin:0;font-size:13px}.consent-panel{background:#f5f5ef;padding:20px;margin:20px 0}.consent-panel strong{font-size:14px}.consent-panel .check-label{margin:10px 0;font-size:14px}.workflow-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-top:24px}.workflow-actions .form-help{margin:0}.workflow-error{padding:16px 20px;background:#f9eae6;color:#922f25;border:1px solid #e9c3b9;overflow-wrap:anywhere}.workflow-feedback{padding:16px 20px;background:#eaf1e6;color:#34543b}.profile-sheet{background:#fffefa;border:1px solid var(--line);padding:clamp(20px,4vw,40px)}.profile-preview{margin-top:24px}.profile-preview h3{font-size:18px;margin-top:28px}.profile-preview p{font-size:14px;overflow-wrap:anywhere}.profile-preview .submitted-person{padding-bottom:24px;border-bottom:1px solid var(--line)}.profile-preview .submitted-person h2{font-size:28px}.profile-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;background:#f4f4ee;padding:18px}.profile-facts span{color:#647457;font-size:12px}.profile-facts p{margin:5px 0 0}.profile-company{padding:16px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.profile-company strong{display:block;font-size:16px}.profile-company span{font-size:13px;color:var(--muted)}.profile-company p{margin:8px 0 0}.profile-contacts p{margin-bottom:6px}.submission-success{background:#fffefa;border:1px solid var(--line);padding:clamp(24px,4vw,44px)}.success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#e9efe2;color:#395f3c;margin-bottom:24px}.submission-success h2,.success-icon{font-size:28px}.receipt-code{padding:16px 20px;background:#f5f4ed;font-size:12px;color:var(--muted);margin:24px 0}.receipt-code strong{display:block;color:var(--ink);margin-top:6px;font-size:14px;overflow-wrap:anywhere}.receipt-next h3{font-size:17px}.receipt-next p{font-size:14px}.review-page{max-width:1320px}.review-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:34px 0}.review-heading h1{font-size:36px;font-weight:500;margin-bottom:10px}.review-heading p{margin:0}.review-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:28px}.review-stats>div{border:1px solid var(--line);background:#fffefa;padding:20px 24px}.review-stats span{display:block;font-size:13px;color:var(--muted)}.review-stats strong{font-size:32px;font-weight:500}.review-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.review-filters button{padding:9px 16px;font-size:13px;border:1px solid var(--line)}.review-filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:white}.review-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.review-list{display:flex;flex-direction:column;gap:12px;max-height:80vh;overflow:auto}.review-list>button{text-align:left;padding:20px;background:#fffefa;border:1px solid var(--line)}.review-list>button[aria-pressed=true]{border-color:#537252;box-shadow:inset 3px 0 #537252;background:#f0f3eb}.review-list strong{display:block;font-size:19px;margin:12px 0 6px}.review-list span:not(.status-pill){display:block;font-size:13px}.review-list small{display:block;color:var(--muted);margin-top:8px;font-size:11px}.status-pill{display:inline-block;padding:4px 9px;background:#e9eee2;color:#4a653e;font-size:11px}.review-detail{background:#fffefa;border:1px solid var(--line);padding:clamp(20px,3vw,36px);min-width:0}.review-detail-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.review-detail-heading h2{margin:0;font-size:28px}.review-detail-heading .eyebrow{margin-bottom:8px}.review-private{padding:20px;background:#f2eee5;margin:24px 0;font-size:13px}.review-private summary{font-weight:700;cursor:pointer;margin-bottom:10px}.review-private p{margin:6px 0}.review-decision{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.review-decision label{font-size:14px}.review-decision .check-label{margin-top:16px}.review-publish{padding-top:16px;border-top:1px solid var(--line)}.audit-log{margin-top:30px;font-size:13px}.audit-log summary{cursor:pointer}.audit-log ol{padding-left:20px}.audit-log li{padding:10px 0;border-bottom:1px solid var(--line)}.audit-log small{display:block;color:var(--muted)}.audit-log p{white-space:pre-wrap;margin:6px 0 0}.preview-cleanup{margin-top:32px;padding-top:24px;border-top:1px solid var(--line);font-size:12px}@media(max-width:800px){.workflow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-steps li:nth-child(2){border-right:0}.workflow-steps li:nth-child(-n+2){border-bottom:1px solid var(--line)}.review-heading{flex-wrap:wrap}.review-heading h1{font-size:29px}.review-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.review-stats>div{padding:16px}.review-layout{grid-template-columns:1fr}.review-list{max-height:280px}.workflow-actions .primary{white-space:normal}.profile-facts{grid-template-columns:1fr}.workflow-notice{padding:14px}.entry-assurance{padding:20px}.review-detail-heading{flex-wrap:wrap}}.institution-page{max-width:1440px;margin:auto}.institution-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.65fr);grid-gap:60px;gap:60px;align-items:center;padding:48px clamp(24px,5vw,76px) 60px;background:#edf0e8;border-bottom:1px solid #dce0d3}.institution-breadcrumb{display:flex;gap:12px;font-size:12px;color:#6b7969;margin-bottom:35px}.institution-hero h1{font-size:clamp(32px,3.8vw,52px);line-height:1.4;font-weight:500;margin:16px 0 20px}.institution-hero>div>p{max-width:620px;font-size:15px;margin:0}.institution-seal{display:flex;align-items:center;flex-direction:column;padding:30px;border-left:1px solid #d1d7c8}.institution-seal img{width:150px;height:150px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:18px}.institution-seal strong{font-family:SimSun,serif;font-size:22px;letter-spacing:2px}.institution-seal span{color:#7a866e;font-size:12px;margin-top:8px;letter-spacing:3px}.institution-body{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:64px;gap:64px;padding:56px clamp(24px,5vw,76px) 72px}.institution-nav{display:flex;flex-direction:column;gap:0;align-self:start;border-top:2px solid var(--ink)}.institution-nav a{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.institution-nav a:hover{color:var(--red)}.institution-content section{margin-bottom:48px;scroll-margin-top:200px}.contact-body h2,.institution-content h2{font-size:28px;font-weight:500;margin-bottom:24px}.institution-content p{font-size:15px;line-height:2;color:#576251}.institution-source{font-size:12px;text-decoration:underline;text-underline-offset:4px;color:#7d6740}.purpose-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.purpose-grid article{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fffefa}.purpose-grid svg{color:#947b4e;margin-bottom:16px}.purpose-grid h3{font-size:19px;font-weight:500;margin-bottom:12px}.purpose-grid p{margin:0;font-size:14px}.institution-timeline{display:grid;grid-template-columns:110px minmax(0,1fr);grid-gap:25px;gap:25px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.institution-timeline>strong{color:#947b4e;font-size:22px;font-weight:500}.institution-timeline h3{font-size:18px;margin-bottom:8px}.institution-timeline p{margin:0}.institution-note{font-size:13px!important;color:#77806f!important;padding-top:16px;line-height:1.8}.institution-contact-strip{padding:30px;background:#263e34;color:#fffefa;display:flex;gap:24px;align-items:center;justify-content:space-between}.institution-contact-strip h2{font-size:22px;margin-bottom:10px}.institution-contact-strip p{color:#c6d0bf;margin:0;font-size:13px}.institution-contact-strip>a{display:flex;align-items:center;gap:16px;font-size:14px;color:#ead8af;white-space:nowrap}.contact-hero{background:#263e34;color:#fffefa}.contact-hero .institution-breadcrumb,.contact-hero>div>p{color:#c6d1c1}.contact-hero-note{border-left:1px solid #697b63;padding:30px}.contact-hero-note>span{font-size:14px;color:#d8c697}.contact-hero-note strong{display:block;font-family:SimSun,serif;font-size:29px;margin:16px 0}.contact-body{padding:56px clamp(24px,5vw,76px) 72px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(240px,.8fr);grid-gap:56px;gap:56px}.contact-details{border-top:1px solid var(--line)}.contact-detail{display:flex;gap:24px;padding:25px 0;border-bottom:1px solid var(--line)}.contact-detail>svg{color:#967d50;margin-top:5px;flex-shrink:0}.contact-detail h3{font-size:14px;color:#68745f;font-weight:400;margin-bottom:10px}.contact-detail a,.contact-detail p{font-size:19px;margin:0;overflow-wrap:anywhere}.contact-detail a{color:var(--ink)}.contact-detail .contact-unconfirmed{font-size:16px;color:#848a7e}.wechat-panel{border:1px solid var(--line);background:#fffefa;align-self:start;padding:30px;text-align:center}.wechat-panel h2{font-size:23px}.wechat-wordmark{padding:26px 10px;background:#f1f1e9}.wechat-wordmark img{display:block;height:95px;width:95px;object-fit:contain;margin:0 auto 15px;mix-blend-mode:multiply}.wechat-qr img{height:180px;width:180px;mix-blend-mode:normal;background:#fff;border-radius:4px}.wechat-wordmark strong{font-size:21px;font-family:SimSun,serif}.wechat-panel>p{margin:20px 0 0;font-size:14px}.contact-topics{grid-column:1/-1;padding-top:35px;border-top:1px solid var(--line)}.contact-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.contact-topic-grid article>span{font-size:12px;letter-spacing:2px;color:var(--gold)}.contact-topic-grid h3{margin-top:12px;font-size:20px;font-weight:500}.contact-topic-grid p{font-size:14px}@media(max-width:800px){.institution-hero{grid-template-columns:1fr;gap:24px;padding:28px 24px 35px}.institution-seal{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:20px 0 0;gap:12px;border-left:0;border-top:1px solid #d1d7c8}.institution-seal img{width:64px;height:64px;margin:0}.institution-seal strong{font-size:18px;letter-spacing:0}.institution-seal span{display:none}.institution-body{grid-template-columns:1fr;gap:35px;padding:28px 24px 40px}.institution-nav{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 22px;gap:0 22px}.contact-body h2,.institution-content h2{font-size:24px}.purpose-grid article{padding:20px}.institution-timeline{grid-template-columns:1fr;gap:12px}.institution-contact-strip{align-items:flex-start;flex-direction:column;padding:24px}.contact-hero-note{padding:20px 0 0;border-left:0;border-top:1px solid #697b63}.contact-hero-note strong{font-size:23px}.contact-body{grid-template-columns:1fr;gap:35px;padding:35px 24px 40px}.contact-topic-grid{grid-template-columns:1fr;gap:18px}.contact-topic-grid article{border-bottom:1px solid var(--line);padding-bottom:15px}.contact-topics{padding-top:28px}}@media(max-width:390px){.purpose-grid{grid-template-columns:1fr}}.footer-bottom{flex-wrap:wrap;gap:8px 18px}.icp-link{text-decoration:underline;text-underline-offset:4px}.icp-link:hover{color:var(--red)}