@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Serif+SC:wght@400;500;600;700&display=swap";:root{--ink:#141a24;--ink-soft:#3a4252;--muted:#6a7385;--line:#d7dde8;--paper:#eef1f6;--paper-deep:#e2e7f0;--surface:#f7f8fb;--cream:#f0eee8;--gold:#9a7a38;--gold-deep:#7d603a;--max:100rem;--header-h:128px;--footer-h:12rem;--font-zh:"Noto Serif SC", "Songti SC", serif;--font-en:"Inter", system-ui, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-en), var(--font-zh);color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-weight:400;line-height:1.65}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0}h1,h2,h3,.brand-font,.font-zh{font-family:var(--font-zh);letter-spacing:.02em;font-weight:600;line-height:1.25}.font-en{font-family:var(--font-en)}a{color:inherit;text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{color:var(--gold-deep)}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.container{width:min(100% - 2rem, var(--max));margin-inline:auto}.page{padding-top:calc(var(--header-h) + 2.5rem);min-height:calc(100vh - var(--header-h) - 12rem);padding-bottom:4rem}.page-title{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.page-lead{max-width:40rem;color:var(--ink-soft);margin:0 0 2rem;font-size:1.05rem}.section-label{color:var(--gold-deep);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:500;display:inline-block}.prose{max-width:42rem;color:var(--ink-soft)}.prose p{margin:0 0 1rem}.prose p:last-child{margin-bottom:0}.grid-people{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem;display:grid}.grid-news{gap:1rem;display:grid}.meta{color:var(--muted);font-size:.875rem}.placeholder{font-family:var(--font-zh);color:var(--ink-soft);text-align:center;margin:4rem 0;font-size:1.3125rem;line-height:30px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.logo.svelte-1l8nvlt{opacity:.6;transition:opacity .25s var(--ease);align-items:center;text-decoration:none;display:inline-flex}.logo.svelte-1l8nvlt:hover{opacity:.85}.logo-img.svelte-1l8nvlt{aspect-ratio:105/63;object-fit:contain;width:5.3125rem;height:auto;display:block}.nav-backdrop.svelte-1h32yp1{z-index:90;-webkit-backdrop-filter:blur(27px);cursor:pointer;touch-action:none;animation:svelte-1h32yp1-fade-in .28s var(--ease);background:#000000b0;border:0;margin:0;padding:0;position:fixed;inset:0}.nav-panel.svelte-1h32yp1{--nav-w:min(29.1875rem, 92vw);--enter-ease:cubic-bezier(.22, 1, .36, 1);z-index:100;width:var(--nav-w);visibility:hidden;pointer-events:none;height:100dvh;transition:transform .35s var(--ease), visibility .35s;overscroll-behavior:none;background-color:#fff;background-image:radial-gradient(175% 125%,#ffffff61 0%,#d6cfc361 17.8%,#ad9e8761 35.6%,#957f6161 50.7%,#7d603a61 65.9%,#59402061 82.9%,#482f1361 91.5%,#361f0661 100%),linear-gradient(#fff0 0%,#d5d5d5 100%);border:0;flex-direction:column;padding:0;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-panel.open.svelte-1h32yp1{visibility:visible;pointer-events:auto;transform:translate(0)}.nav-content.svelte-1h32yp1{flex-direction:column;align-items:flex-start;min-height:100%;padding:9.5rem 3.1rem 3rem 4.625rem;display:flex}.nav-brand.svelte-1h32yp1{opacity:0;margin-bottom:3.75rem}.nav-panel.open.svelte-1h32yp1 .nav-brand:where(.svelte-1h32yp1){animation:svelte-1h32yp1-fade-in .45s var(--enter-ease) 80ms forwards}.nav-logo.svelte-1h32yp1{aspect-ratio:105/63;object-fit:contain;opacity:.6;width:6.5625rem;height:auto}.nav-body.svelte-1h32yp1{flex-direction:column;align-items:flex-start;gap:1.4375rem;width:100%;max-width:21.5rem;display:flex}.nav-group.svelte-1h32yp1{flex-direction:column;gap:.625rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.nav-item.svelte-1h32yp1,.nav-divider.svelte-1h32yp1{opacity:0;transform:translateY(.85rem)}.nav-panel.open.svelte-1h32yp1 .nav-item:where(.svelte-1h32yp1),.nav-panel.open.svelte-1h32yp1 .nav-divider:where(.svelte-1h32yp1){animation:svelte-1h32yp1-slide-up-fade .5s var(--enter-ease) forwards;animation-delay:calc(.22s + var(--i) * 70ms)}.nav-link.svelte-1h32yp1{color:#333;font-family:var(--font-zh);transition:color .2s var(--ease);white-space:nowrap;font-size:1.3125rem;font-weight:400;line-height:30px;text-decoration:none;display:block}.nav-link.svelte-1h32yp1:hover,.nav-link.active.svelte-1h32yp1{color:var(--gold-deep)}.nav-divider.svelte-1h32yp1{background:#333;width:1.875rem;height:1px}@keyframes svelte-1h32yp1-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1h32yp1-slide-up-fade{0%{opacity:0;transform:translateY(.85rem)}to{opacity:1;transform:translateY(0)}}.nav-panel.open.svelte-1h32yp1 .nav-divider:where(.svelte-1h32yp1){animation-name:svelte-1h32yp1-slide-up-fade-divider}@keyframes svelte-1h32yp1-slide-up-fade-divider{0%{opacity:0;transform:translateY(.85rem)}to{opacity:.35;transform:translateY(0)}}@media (width<=40rem){.nav-content.svelte-1h32yp1{padding:7.5rem 1.75rem 2.5rem}.nav-brand.svelte-1h32yp1{margin-bottom:2.5rem}.nav-link.svelte-1h32yp1{white-space:normal;font-size:1.125rem;line-height:30px}}@media (prefers-reduced-motion:reduce){.nav-brand.svelte-1h32yp1,.nav-item.svelte-1h32yp1,.nav-divider.svelte-1h32yp1,.nav-panel.open.svelte-1h32yp1 .nav-brand:where(.svelte-1h32yp1),.nav-panel.open.svelte-1h32yp1 .nav-item:where(.svelte-1h32yp1),.nav-panel.open.svelte-1h32yp1 .nav-divider:where(.svelte-1h32yp1){opacity:1;animation:none;transform:none}.nav-panel.open.svelte-1h32yp1 .nav-divider:where(.svelte-1h32yp1){opacity:.35}}.site-header.svelte-1elxaub{z-index:40;width:100%;height:var(--header-h);min-height:var(--header-h);max-height:var(--header-h);box-sizing:border-box;transition:background .3s var(--ease), z-index 0s;background:#fff;position:fixed;inset:0 0 auto}.site-header.is-hall.svelte-1elxaub{background:0 0}.site-header.is-open.svelte-1elxaub{z-index:110;pointer-events:none;background:0 0}.site-header.is-open.svelte-1elxaub .menu-toggle:where(.svelte-1elxaub){pointer-events:auto}.site-header.is-open.svelte-1elxaub .header-logo{opacity:0;pointer-events:none}.header-inner.svelte-1elxaub{height:100%;width:min(100% - 6.125rem, var(--max));justify-content:space-between;align-items:center;margin-inline:auto;padding-block:0;display:flex}.menu-toggle.svelte-1elxaub{cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;width:2.25rem;height:1.375rem;padding:0;display:grid}.menu-icon.svelte-1elxaub{width:2.25rem;height:1.25rem;display:block;position:relative}.bar.svelte-1elxaub{width:100%;height:2px;transition:transform .35s var(--ease), top .35s var(--ease), opacity .25s var(--ease);background:#00000080;position:absolute;left:0}.bar.svelte-1elxaub:first-child{top:0}.bar.svelte-1elxaub:nth-child(2){margin-top:-1px;top:50%}.bar.svelte-1elxaub:nth-child(3){top:calc(100% - 2px)}.menu-icon.open.svelte-1elxaub .bar:where(.svelte-1elxaub):first-child{margin-top:-1px;top:50%;transform:rotate(45deg)}.menu-icon.open.svelte-1elxaub .bar:where(.svelte-1elxaub):nth-child(2){opacity:0}.menu-icon.open.svelte-1elxaub .bar:where(.svelte-1elxaub):nth-child(3){margin-top:-1px;top:50%;transform:rotate(-45deg)}@media (width<=52rem){.header-inner.svelte-1elxaub{width:min(100% - 2rem, var(--max))}}.site-footer.svelte-jz8lnl{z-index:5;background:var(--gold);color:var(--cream);margin-top:auto;position:relative}.footer-main.svelte-jz8lnl{width:min(100% - 6.125rem,75rem);margin-inline:auto;padding-block:9rem}.footer-cols.svelte-jz8lnl{grid-template-columns:minmax(12rem,24.375rem) minmax(10rem,24.375rem) minmax(11rem,1fr);align-items:start;gap:1.875rem;display:grid}.footer-col.svelte-jz8lnl{border-top:1px solid #f0eee88c;margin:0;padding:0;list-style:none}.footer-col.svelte-jz8lnl li:where(.svelte-jz8lnl){border-bottom:1px solid #f0eee88c}.footer-link.svelte-jz8lnl{color:var(--cream);font-family:var(--font-zh);transition:opacity .2s var(--ease);align-items:center;gap:.625rem;padding:.65rem 0;font-size:1.3125rem;font-weight:400;line-height:1.2;text-decoration:none;display:flex}.footer-link.svelte-jz8lnl:hover{opacity:.8;color:var(--cream)}.link-chevron.svelte-jz8lnl{flex-shrink:0;width:.404rem;height:.43rem}.footer-contact.svelte-jz8lnl{border-top:1px solid #ffffff59;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:.75rem;min-height:100%;padding-top:.35rem;display:flex}.contact-row.svelte-jz8lnl{color:#fff;transition:opacity .2s var(--ease);align-items:center;gap:.5rem;font-size:.6875rem;line-height:1.5;text-decoration:none;display:inline-flex}.contact-row.svelte-jz8lnl:hover{opacity:.8;color:#fff}.contact-icon.svelte-jz8lnl{color:#fff;flex-shrink:0;width:1.1875rem;height:1rem}.contact-arrow.svelte-jz8lnl{flex-shrink:0;width:.4375rem;height:.4375rem;transform:rotate(-45deg)}.footer-bottom.svelte-jz8lnl{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-top:5.5rem;display:flex}.footer-legal.svelte-jz8lnl{color:#ffffff80;text-transform:uppercase;letter-spacing:.02em;flex-wrap:wrap;justify-content:flex-end;gap:1.5rem;font-size:.6875rem;line-height:1.5;display:flex}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl){color:inherit;text-decoration:none}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff}@media (width<=64rem){.footer-cols.svelte-jz8lnl{grid-template-columns:1fr 1fr}.footer-contact.svelte-jz8lnl{grid-column:1/-1;align-items:flex-start}}@media (width<=40rem){.footer-main.svelte-jz8lnl{width:min(100% - 2rem,75rem);padding-block:6rem}.footer-cols.svelte-jz8lnl{grid-template-columns:1fr;gap:1.25rem}.footer-link.svelte-jz8lnl{font-size:1.05rem}.footer-bottom.svelte-jz8lnl{flex-direction:column;align-items:flex-start;margin-top:3rem}.footer-legal.svelte-jz8lnl{justify-content:flex-start}}.fab.svelte-43cxao,.panel.svelte-43cxao{z-index:400;font-family:var(--font-en), system-ui, sans-serif;color:#f3f1ea;font-size:11px;line-height:1.35;position:fixed;bottom:12px;right:12px;box-shadow:0 12px 40px #00000047}.fab.svelte-43cxao{letter-spacing:.06em;cursor:pointer;color:#1b160c;background:#fff;border:1px solid #00000014;border-radius:999px;padding:.55rem .9rem;font-weight:600}.fab.svelte-43cxao:hover{background:#f5f5f5}.panel.svelte-43cxao{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141a24eb;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;width:min(22.5rem,100vw - 24px);max-height:min(72vh,40rem);display:flex}.bar.svelte-43cxao{border-bottom:1px solid #ffffff14;align-items:center;gap:.4rem;padding:.45rem .55rem;display:flex}.title.svelte-43cxao{letter-spacing:.04em;padding:.2rem .35rem;font-weight:600}.ghost.svelte-43cxao,.copy.svelte-43cxao,.close.svelte-43cxao{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:.2rem .35rem}.ghost.svelte-43cxao{opacity:.65}.copy.svelte-43cxao{background:var(--gold);color:#1b160c;border-radius:4px;margin-left:auto;padding:.25rem .5rem;font-weight:600}.close.svelte-43cxao{opacity:.7;padding:.25rem .4rem;font-size:12px;line-height:1}.close.svelte-43cxao:hover{opacity:1}.body.svelte-43cxao{padding:.5rem .6rem .75rem;overflow:auto}.group.svelte-43cxao+.group:where(.svelte-43cxao){border-top:1px solid #ffffff14;margin-top:.85rem;padding-top:.75rem}h3.svelte-43cxao{letter-spacing:.12em;text-transform:uppercase;color:#d4b56a;margin:0 0 .45rem;font-size:11px;font-weight:600}.row.svelte-43cxao{border:1px solid #ffffff14;border-radius:6px;margin:0 0 .45rem;padding:.4rem .45rem .5rem}legend.svelte-43cxao{color:#fff;padding:0 .25rem;font-weight:500}label.svelte-43cxao{grid-template-columns:4.2rem minmax(0,1fr) 1.4rem;align-items:center;gap:.3rem;margin-top:.28rem;display:grid}label.ease.svelte-43cxao,label.ease-custom.svelte-43cxao{grid-template-columns:4.2rem minmax(0,1fr)}label.svelte-43cxao span:where(.svelte-43cxao){opacity:.62}em.svelte-43cxao{opacity:.5;font-style:normal}input.svelte-43cxao,select.svelte-43cxao{box-sizing:border-box;width:100%;min-width:0;color:inherit;font:inherit;background:#ffffff0f;border:1px solid #ffffff24;border-radius:4px;padding:.18rem .3rem}input[type=number].svelte-43cxao{font-variant-numeric:tabular-nums}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.site-main.svelte-12qhfyh{flex-direction:column;flex:1 0 auto;display:flex}.app.is-immersive.svelte-12qhfyh .site-main:where(.svelte-12qhfyh){min-height:100dvh}
