:root{--ink:#172522;--muted:#5d6a65;--paper:#f7f8f2;--white:#fff;--green:#225f50;--green-2:#dcebe2;--line:#dce1d9;--coral:#ee765d;--blue:#5b8fb9;--yellow:#e8b84c;--purple:#8d78aa;--sand:#c69f73;--radius:24px;--shadow:0 18px 50px rgba(29,61,51,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",system-ui,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:99;background:var(--ink);color:white;padding:10px 16px;border-radius:8px}.skip-link:focus{top:12px}.section-shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(247,248,242,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(34,95,80,.1)}.header-inner{width:min(1160px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-family:serif;font-size:25px;letter-spacing:.08em}.brand small{display:block;font-size:10px;color:var(--muted);letter-spacing:.2em}.brand-mark{position:relative;width:38px;height:38px;border-radius:50%;background:var(--green);display:block}.brand-mark i{position:absolute;width:9px;height:9px;border:2px solid white;border-radius:50%}.brand-mark i:nth-child(1){left:8px;top:8px}.brand-mark i:nth-child(2){right:7px;top:13px}.brand-mark i:nth-child(3){left:13px;bottom:6px}.brand-mark:after,.brand-mark:before{content:"";position:absolute;height:2px;background:white;transform-origin:left}.brand-mark:before{width:16px;left:14px;top:14px;transform:rotate(20deg)}.brand-mark:after{width:14px;left:12px;top:18px;transform:rotate(70deg)}.primary-nav{display:flex;gap:34px;align-items:center}.primary-nav a{font-size:14px;color:#34443f}.primary-nav a:hover{color:var(--green)}.menu-button{display:none;border:1px solid var(--line);background:white;border-radius:99px;padding:8px 14px;color:var(--ink)}.hero{min-height:660px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;padding-block:76px}.eyebrow{color:var(--green);font-size:13px;font-weight:700;letter-spacing:.17em;margin:0 0 16px}.hero h1,.section-heading h2,.trust-section h2{font-family:"Songti SC","STSong",serif;font-weight:600}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.12;letter-spacing:-.04em;margin:0}.hero h1 em{color:var(--green);font-style:normal}.hero-lead{font-size:18px;color:var(--muted);max-width:610px;margin:28px 0}.search-box{display:flex;max-width:610px;background:white;border:1px solid var(--line);padding:7px;border-radius:16px;box-shadow:0 12px 30px rgba(34,95,80,.08)}.search-box:focus-within{outline:3px solid rgba(34,95,80,.18)}.search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:12px 16px;font-size:16px}.search-box button{border:0;background:var(--green);color:white;border-radius:11px;padding:10px 22px;cursor:pointer}.search-status{min-height:1.5em;margin:8px 0 0;color:var(--muted);font-size:13px}.quick-links{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:16px;font-size:12px;color:var(--muted)}.quick-links button{border:0;background:var(--green-2);color:var(--green);border-radius:20px;padding:6px 11px;cursor:pointer}.hero-visual{display:flex;justify-content:center}.brain-card{position:relative;width:min(440px,100%);aspect-ratio:.88;background:var(--green);border-radius:48% 48% 30% 30%/35% 35% 25% 25%;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(34,95,80,.24);transform:rotate(2deg)}.brain-card:before{content:"";position:absolute;inset:30px;border:1px solid rgba(255,255,255,.16);border-radius:45%}.brain-card p{position:absolute;bottom:35px;color:white;text-align:center;font-size:14px;letter-spacing:.06em}.brain-shape{position:relative;width:220px;height:180px;transform:rotate(-2deg)}.brain-shape b{position:absolute;width:96px;height:92px;background:#ecb65b;border-radius:47% 53% 45% 55%;box-shadow:inset -10px -10px 0 rgba(186,111,47,.13)}.brain-shape b:nth-child(1){left:15px;top:20px}.brain-shape b:nth-child(2){right:15px;top:20px}.brain-shape b:nth-child(3){left:0;top:70px}.brain-shape b:nth-child(4){right:0;top:70px}.brain-shape b:nth-child(5){left:45px;bottom:0}.brain-shape b:nth-child(6){right:45px;bottom:0}.orbit{position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%}.orbit:after{content:"";position:absolute;width:8px;height:8px;background:white;border-radius:50%}.orbit-one{width:340px;height:220px;transform:rotate(24deg)}.orbit-one:after{right:36px;top:18px}.orbit-two{width:250px;height:340px;transform:rotate(-28deg)}.orbit-two:after{left:13px;bottom:67px}.section{padding-block:100px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-heading h2,.trust-section h2{font-size:clamp(34px,4vw,52px);line-height:1.2;margin:0}.section-heading>p{max-width:420px;color:var(--muted);margin:0}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.topic-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:27px;min-height:248px;display:flex;flex-direction:column;transition:.25s ease}.topic-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.topic-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:white;font-size:12px;font-weight:700;margin-bottom:28px}.topic-card h3{font-size:21px;margin:0 0 8px}.topic-card p{color:var(--muted);font-size:14px;margin:0 0 18px}.topic-card b{margin-top:auto;font-size:13px}.coral .topic-icon{background:var(--coral)}.blue .topic-icon{background:var(--blue)}.green .topic-icon{background:var(--green)}.yellow .topic-icon{background:var(--yellow)}.purple .topic-icon{background:var(--purple)}.sand .topic-icon{background:var(--sand)}.people-section{background:var(--green);color:white}.section-heading.light .eyebrow{color:#bcd8c8}.section-heading.light>p{color:#cbd9d4}.people-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.18);border-radius:22px;overflow:hidden}.people-list button{min-height:220px;text-align:left;padding:30px;background:#296a59;border:0;color:white;cursor:pointer;transition:.25s}.people-list button:hover,.people-list button:focus-visible{background:#337965}.people-list span{display:block;color:#bcd8c8;font-size:12px;letter-spacing:.18em}.people-list strong{display:block;font-family:serif;font-size:25px;margin:32px 0 7px}.people-list small{color:#d6e5df}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);transition:.25s}.article-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.article-card[hidden]{display:none}.article-art{height:205px;padding:24px;color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.article-art:after{content:"";position:absolute;width:160px;height:160px;border:35px solid rgba(255,255,255,.15);border-radius:50%;right:-50px;bottom:-75px}.article-art span{font-size:12px;letter-spacing:.14em}.article-art strong{font-family:serif;font-size:25px;max-width:240px;line-height:1.25}.art-stroke{background:#ce5c4f}.art-move{background:#397c66}.art-memory{background:#6c769e}.article-body{padding:25px}.meta{font-size:12px!important;margin:0 0 12px!important}.meta span{color:var(--green);font-weight:700}.article-body h3{font-size:21px;line-height:1.4;margin:0 0 12px}.article-body p{color:var(--muted);font-size:14px;margin:0 0 20px}.article-body b{font-size:13px;color:var(--green)}.no-results{background:white;border:1px dashed var(--line);border-radius:18px;padding:28px;text-align:center;color:var(--muted)}.trust-section{background:#efe9dc}.trust-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.trust-grid>div>p:last-child{color:var(--muted);font-size:16px;max-width:430px}.standards{list-style:none;margin:0;padding:0}.standards li{display:flex;gap:22px;padding:24px 0;border-bottom:1px solid rgba(23,37,34,.13)}.standards li>span{flex:none;width:42px;height:42px;border:1px solid var(--green);color:var(--green);border-radius:50%;display:grid;place-items:center;font-family:serif}.standards strong{font-size:18px}.standards p{color:var(--muted);margin:5px 0 0;font-size:14px}.medical-note{display:flex;gap:24px;align-items:flex-start;margin-top:70px;margin-bottom:70px;padding:24px 28px;background:#fff4df;border-left:5px solid var(--yellow);border-radius:12px}.medical-note strong{white-space:nowrap}.medical-note p{margin:0;color:#5f594d;font-size:14px}.site-footer{background:#152b25;color:white;padding-top:60px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:60px;padding-bottom:50px}.footer-brand{font-family:serif;font-size:30px}.footer-grid p{color:#aebfba}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid strong{margin-bottom:8px}.footer-grid a:not(.footer-brand){color:#b7c6c2;font-size:13px}.footer-grid a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);padding-block:20px;color:#93aaa3;font-size:12px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{text-align:center}.hero-lead,.search-box{margin-inline:auto}.quick-links{justify-content:center}.hero-visual{max-width:500px;margin:auto;width:100%}.topic-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.people-list{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr;gap:45px}.section-heading{align-items:start;flex-direction:column;gap:12px}}
@media(max-width:650px){.section-shell,.header-inner{width:min(100% - 28px,1160px)}.header-inner{height:70px}.menu-button{display:block}.primary-nav{display:none;position:absolute;left:14px;right:14px;top:72px;background:white;border:1px solid var(--line);border-radius:15px;padding:16px;box-shadow:var(--shadow);flex-direction:column;gap:0;align-items:stretch}.primary-nav.open{display:flex}.primary-nav a{padding:12px}.hero{padding-block:48px;gap:48px}.hero h1{font-size:45px}.hero-lead{font-size:16px}.brain-card{max-width:380px}.section{padding-block:70px}.topic-grid,.article-grid{grid-template-columns:1fr}.people-list{grid-template-columns:1fr}.people-list button{min-height:150px}.people-list strong{margin-top:18px}.section-heading h2,.trust-section h2{font-size:36px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{gap:10px;flex-direction:column}.medical-note{flex-direction:column;gap:8px}.search-box button{padding-inline:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.public-security-filing{display:inline-flex!important;align-items:center;gap:6px}.public-security-filing img{width:18px;height:20px;object-fit:contain;flex:none}.filing-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.filing-links a{color:#93aaa3}.filing-links a:hover{color:white}

/* WordPress 动态内容 */
.quick-links a{border:0;background:var(--green-2);color:var(--green);border-radius:20px;padding:6px 11px;cursor:pointer}
.people-list a{min-height:220px;text-align:left;padding:30px;background:#296a59;color:white;transition:.25s;display:block}.people-list a:hover,.people-list a:focus-visible{background:#337965}.people-list a span{display:block;color:#bcd8c8;font-size:12px;letter-spacing:.18em}.people-list a strong{display:block;font-family:serif;font-size:25px;margin:32px 0 7px}.people-list a small{color:#d6e5df}
.article-image{height:205px;overflow:hidden}.article-image img{display:block;width:100%;height:100%;object-fit:cover}.art-1{background:#ce5c4f}.art-2{background:#397c66}.art-3{background:#6c769e}.art-4{background:#a47848}
.listing-main{min-height:65vh;padding-block:80px}.listing-header{margin-bottom:38px}.listing-header h1,.empty-page h1{font-family:"Songti SC","STSong",serif;font-size:clamp(38px,5vw,58px);line-height:1.2;margin:0}.search-page-box{margin:0 0 36px}.navigation.pagination{margin-top:40px}.nav-links{display:flex;gap:8px;justify-content:center}.page-numbers{background:white;border:1px solid var(--line);border-radius:9px;padding:8px 13px}.page-numbers.current{background:var(--green);color:white;border-color:var(--green)}.empty-page{min-height:65vh;padding-block:100px}.empty-page p{color:var(--muted)}

/* 文章页 */
.single-post{background:#fafaf6}.article-main{width:min(760px,calc(100% - 36px));margin:64px auto 100px}.breadcrumb{font-size:13px;color:var(--green);margin-bottom:28px}.article-main h1{font-family:"Songti SC","STSong",serif;font-size:clamp(38px,6vw,58px);line-height:1.22;margin:0 0 20px}.article-deck{font-size:20px;color:var(--muted);margin-bottom:24px}.article-info{font-size:13px;color:#77827e;padding-bottom:28px;border-bottom:1px solid var(--line)}.key-point{margin:38px 0;padding:24px 28px;background:#e6efe8;border-radius:16px;font-size:18px}.article-content h2,.sources h2{font-family:serif;font-size:28px;margin:46px 0 14px}.article-content h3{font-size:20px;margin-top:30px}.article-content p,.article-content li{font-size:17px;line-height:1.9}.article-content li{margin-bottom:8px}.article-content img{max-width:100%;height:auto;border-radius:14px}.urgent{background:#fff1ed;border-left:5px solid var(--coral);padding:22px 24px;border-radius:10px;margin:30px 0}.sources{margin-top:60px;padding-top:28px;border-top:1px solid var(--line);font-size:14px}.sources li{font-size:14px;line-height:1.7;margin-bottom:8px}.sources a{color:var(--green);text-decoration:underline}.article-actions{margin-top:45px}.back-link{display:inline-block;background:var(--green);color:white;padding:11px 18px;border-radius:10px}
@media(max-width:650px){.people-list a{min-height:150px}.people-list a strong{margin-top:18px}.article-main{margin-top:40px}.article-content p,.article-content li{font-size:16px}.article-deck{font-size:18px}.listing-main{padding-block:55px}}
