:root{--mo-ease-out:cubic-bezier(.22,1,.36,1);--mo-ease-out-long:cubic-bezier(.16,1,.3,1);--mo-ease-standard:cubic-bezier(.4,0,.2,1);--mo-ease-exit:cubic-bezier(.4,0,1,1);--mo-dur-press:90ms;--mo-dur-fast:.18s;--mo-dur-hover:.42s;--mo-dur-swap:.32s;--mo-dur-reveal:.62s;--mo-dur-exit:.14s;--mo-rise:16px;--mo-rise-sm:10px;--mo-step:70ms;--mo-shadow-rest:0 1px 0 #1a12080a;--mo-shadow-hover:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;--mo-shadow-hover-strong:0 28px 60px -36px #1a12086b,0 3px 10px -6px #1a120829;--mo-focus-ring:#1d1d1f6b}@media (max-width:768px){:root{--mo-rise:11px;--mo-rise-sm:7px;--mo-dur-reveal:.5s;--mo-step:56ms}}html.mo .mo-reveal:not([data-mo-done]){opacity:0;transform:translateY(16px);transform:translate3d(0,var(--mo-rise),0);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition:opacity var(--mo-dur-reveal)var(--mo-ease-out)var(--mo-delay,0s),transform var(--mo-dur-reveal)var(--mo-ease-out)var(--mo-delay,0s)}html.mo .mo-reveal[data-mo-in]:not([data-mo-done]){opacity:1;transform:translate(0,0)}html.mo .mo-group:not([data-mo-done]) .mo-item,html.mo .mo-group--auto:not([data-mo-done])>*{opacity:0;transform:translateY(16px);transform:translate3d(0,var(--mo-rise),0);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition:opacity var(--mo-dur-reveal)var(--mo-ease-out)var(--mo-delay,0s),transform var(--mo-dur-reveal)var(--mo-ease-out)var(--mo-delay,0s)}html.mo .mo-group[data-mo-in]:not([data-mo-done]) .mo-item,html.mo .mo-group--auto[data-mo-in]:not([data-mo-done])>*{opacity:1;transform:translate(0,0)}html.mo .mo-group--stagger>:first-child{--mo-delay:0s}html.mo .mo-group--stagger>:nth-child(2){--mo-delay:calc(var(--mo-step)*1)}html.mo .mo-group--stagger>:nth-child(3){--mo-delay:calc(var(--mo-step)*2)}html.mo .mo-group--stagger>:nth-child(4){--mo-delay:calc(var(--mo-step)*3)}html.mo .mo-group--stagger>:nth-child(5){--mo-delay:calc(var(--mo-step)*4)}html.mo .mo-group--stagger>:nth-child(6){--mo-delay:calc(var(--mo-step)*5)}html.mo .mo-group--stagger>:nth-child(7){--mo-delay:calc(var(--mo-step)*6)}html.mo .mo-group--stagger>:nth-child(n+8){--mo-delay:calc(var(--mo-step)*7)}html.mo .mo-group--spec>:first-child{--mo-delay:0s}html.mo .mo-group--spec>:nth-child(2){--mo-delay:34ms}html.mo .mo-group--spec>:nth-child(3){--mo-delay:68ms}html.mo .mo-group--spec>:nth-child(4){--mo-delay:.102s}html.mo .mo-group--spec>:nth-child(5){--mo-delay:.136s}html.mo .mo-group--spec>:nth-child(6){--mo-delay:.17s}html.mo .mo-group--spec>:nth-child(n+7){--mo-delay:.204s}html.mo .mo-reveal--fade:not([data-mo-done]),html.mo .mo-group--fade:not([data-mo-done]) .mo-item,html.mo .mo-group--fade.mo-group--auto:not([data-mo-done])>*{transform:none}html.mo .mo-reveal--sm:not([data-mo-done]),html.mo .mo-group--sm:not([data-mo-done]) .mo-item,html.mo .mo-group--sm.mo-group--auto:not([data-mo-done])>*{transform:translateY(10px);transform:translate3d(0,var(--mo-rise-sm),0)}html.mo .mo-reveal--panel:not([data-mo-done]),html.mo .mo-group--panel:not([data-mo-done]) .mo-item,html.mo .mo-group--panel.mo-group--auto:not([data-mo-done])>*{transform:translateY(16px)scale(.988);transform:translate3d(0,var(--mo-rise),0)scale(.988);transition-timing-function:cubic-bezier(.16,1,.3,1);transition-timing-function:var(--mo-ease-out-long)}html.mo .mo-reveal--panel[data-mo-in]:not([data-mo-done]),html.mo .mo-group--panel[data-mo-in]:not([data-mo-done]) .mo-item,html.mo .mo-group--panel.mo-group--auto[data-mo-in]:not([data-mo-done])>*{transform:translate(0,0)scale(1)}html.mo .mo-reveal--left:not([data-mo-done]){transform:translate(-10px);transform:translate3d(calc(var(--mo-rise-sm)*-1),0,0)}html.mo .mo-delay-1{--mo-delay:calc(var(--mo-step)*1)}html.mo .mo-delay-2{--mo-delay:calc(var(--mo-step)*2)}html.mo .mo-delay-3{--mo-delay:calc(var(--mo-step)*3)}html.mo .mo-delay-4{--mo-delay:calc(var(--mo-step)*4)}html.mo .mo-delay-5{--mo-delay:calc(var(--mo-step)*5)}html.mo .mo-rule{transform-origin:0;transition:transform .76s cubic-bezier(.16,1,.3,1);transition:transform .76s var(--mo-ease-out-long)var(--mo-delay,0s);transform:scaleX(0)}html.mo .mo-reveal[data-mo-in] .mo-rule,html.mo .mo-group[data-mo-in] .mo-rule,html.mo .mo-rule[data-mo-in]{transform:scaleX(1)}.mo-card{transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .18s cubic-bezier(.4,0,.2,1),background-color .18s cubic-bezier(.4,0,.2,1);transition:transform var(--mo-dur-hover)var(--mo-ease-out),box-shadow var(--mo-dur-hover)var(--mo-ease-out),border-color var(--mo-dur-fast)var(--mo-ease-standard),background-color var(--mo-dur-fast)var(--mo-ease-standard);-webkit-tap-highlight-color:transparent}@media (hover:hover){.mo-card:hover{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover);transform:translateY(-2px)}.mo-card--lift:hover{box-shadow:0 28px 60px -36px #1a12086b,0 3px 10px -6px #1a120829;box-shadow:var(--mo-shadow-hover-strong);transform:translateY(-4px)}.mo-card--flat:hover{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover);transform:none}}.mo-card:active{transition-duration:90ms;transition-duration:var(--mo-dur-press);transform:scale(.994)}.mo-row{transition:background-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1);transition:background-color var(--mo-dur-fast)var(--mo-ease-standard),color var(--mo-dur-fast)var(--mo-ease-standard);-webkit-tap-highlight-color:transparent}.mo-row:hover{background-color:#1a120807}.mo-row:active{transition-duration:90ms;transition-duration:var(--mo-dur-press);background-color:#1a12080e}.mo-arrow{transition:transform .42s cubic-bezier(.22,1,.36,1);transition:transform var(--mo-dur-hover)var(--mo-ease-out)}@media (hover:hover){.mo-cue:hover .mo-arrow{transform:translate(3px)}.mo-cue:focus-visible .mo-arrow{transform:translate(3px)}}.mo-cue:focus-within .mo-arrow{transform:translate(3px)}.mo-link{transition:background-size .42s cubic-bezier(.22,1,.36,1),color .18s cubic-bezier(.4,0,.2,1);transition:background-size var(--mo-dur-hover)var(--mo-ease-out),color var(--mo-dur-fast)var(--mo-ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;-webkit-text-decoration:none;text-decoration:none}.mo-link:hover{background-size:100% 1px}.mo-link:focus-visible{background-size:100% 1px}.mo-press{transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),background-color .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),filter .18s cubic-bezier(.4,0,.2,1);transition:transform var(--mo-dur-hover)var(--mo-ease-out),box-shadow var(--mo-dur-hover)var(--mo-ease-out),background-color var(--mo-dur-fast)var(--mo-ease-standard),border-color var(--mo-dur-fast)var(--mo-ease-standard),filter var(--mo-dur-fast)var(--mo-ease-standard);-webkit-tap-highlight-color:transparent}@media (hover:hover){.mo-press:hover{transform:translateY(-1px)}}.mo-press:active{transition-duration:90ms;transition-duration:var(--mo-dur-press);transform:scale(.975)}.mo-press--cta{box-shadow:none}@media (hover:hover){.mo-press--cta:hover{box-shadow:none}}@media (hover:none){.mo-card:active{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover);transform:scale(.988)}}.home-story-card,.home-grid-card{transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),border-color .18s cubic-bezier(.4,0,.2,1);transition:transform var(--mo-dur-hover)var(--mo-ease-out),box-shadow var(--mo-dur-hover)var(--mo-ease-out),border-color var(--mo-dur-fast)var(--mo-ease-standard);-webkit-tap-highlight-color:transparent}@media (hover:hover){.home-story-card:hover{border-color:#1a12081a;box-shadow:0 8px 28px -22px #1a12082e}a.home-story-card:hover,.home-story-card.mo-focus:hover,.home-grid-card:hover{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover);transform:translateY(-2px)}}a.home-story-card:active,.home-story-card.mo-focus:active,.home-grid-card:active{transition-duration:90ms;transition-duration:var(--mo-dur-press);transform:scale(.994)}.home-link-row{-webkit-tap-highlight-color:transparent}.home-link-row:active{background-color:#1a12080e}a:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}button:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}summary:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}select:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}[role=button]:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}[role=tab]:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}[tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px}input:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:1px}textarea:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:1px}.mo-focus:focus-visible{outline:2px solid #1d1d1f6b;outline:2px solid var(--mo-focus-ring);outline-offset:2px;border-radius:inherit}.mo-card:focus-within{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover)}.mo-card:focus-visible{box-shadow:0 18px 40px -28px #1a120852,0 2px 8px -6px #1a120824;box-shadow:var(--mo-shadow-hover)}html.mo img.mo-img{transition:opacity .48s cubic-bezier(.4,0,.2,1);transition:opacity .48s var(--mo-ease-standard)}html.mo img.mo-img[data-mo-pending]{opacity:0}.mo-zoom{overflow:hidden}.mo-zoom img,.mo-zoom .mo-zoom-target{transition:transform .72s cubic-bezier(.16,1,.3,1);transition:transform .72s var(--mo-ease-out-long)}@media (hover:hover){.mo-zoom:hover img,.mo-zoom:hover .mo-zoom-target,.group:hover .mo-zoom img{transform:scale(1.04)}}.mo-skeleton{background-color:#1a12080e;position:relative;overflow:hidden}.mo-skeleton:after{content:"";background-image:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion:no-preference){.mo-skeleton:after{animation:1.5s cubic-bezier(.4,0,.2,1) infinite mo-skeleton-sweep;animation:mo-skeleton-sweep 1.5s var(--mo-ease-standard)infinite}}@keyframes mo-skeleton-sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.mo-progress{z-index:60;pointer-events:none;background-color:#0000;height:2px;position:fixed;top:0;left:0;right:0}.mo-progress-fill{height:100%;transform:scaleX(0);transform:scaleX(var(--mo-progress,0));transform-origin:0;background-image:linear-gradient(90deg,#8b5e3cd9,#b95b2aeb);transition:transform 90ms linear}.mo-toc-link{transition:color .18s cubic-bezier(.4,0,.2,1),background-color .18s cubic-bezier(.4,0,.2,1);transition:color var(--mo-dur-fast)var(--mo-ease-standard),background-color var(--mo-dur-fast)var(--mo-ease-standard);position:relative}.mo-toc-link:before{content:"";background-color:rgb(var(--wood));transform-origin:50%;width:2px;height:14px;transition:transform .32s cubic-bezier(.22,1,.36,1);transition:transform var(--mo-dur-swap)var(--mo-ease-out);border-radius:1px;margin-top:-7px;position:absolute;top:50%;left:0;transform:scaleY(0)}.mo-toc-link[aria-current=true]:before,.mo-toc-link[data-active=true]:before{transform:scaleY(1)}@media (prefers-reduced-motion:no-preference){html.mo .mo-swap-in{animation:.32s cubic-bezier(.22,1,.36,1) both mo-swap-in;animation:mo-swap-in .32s var(--mo-ease-out)both}}@keyframes mo-swap-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translate(0,0)}}.mo-disclosure-icon{transition:transform .32s cubic-bezier(.22,1,.36,1);transition:transform var(--mo-dur-swap)var(--mo-ease-out)}details[open]>summary .mo-disclosure-icon,[data-open=true] .mo-disclosure-icon{transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){details[open]>.mo-disclosure-body{animation:.32s cubic-bezier(.22,1,.36,1) both mo-disclosure-in;animation:mo-disclosure-in var(--mo-dur-swap)var(--mo-ease-out)both}}@keyframes mo-disclosure-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translate(0,0)}}@media (hover:none) and (max-width:768px){.mo-ambient{animation:none!important}}.mo-safe-bottom{padding-bottom:.75rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.mo-safe-inline{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}@media (prefers-reduced-motion:reduce){html.mo .mo-reveal,html.mo .mo-group .mo-item,html.mo .mo-group--auto>*{opacity:1!important;transition:none!important;transform:none!important}html.mo .mo-rule{transition:none!important;transform:none!important}html.mo img.mo-img,html.mo img.mo-img[data-mo-pending]{opacity:1!important;transition:none!important}.mo-card,.mo-card--lift,.mo-press,.mo-arrow,.mo-zoom img,.mo-zoom .mo-zoom-target,.home-story-card,.home-grid-card,.mo-toc-link:before{transition:none!important}.mo-card:hover,.mo-card--lift:hover,.mo-press:hover,.mo-card:active,.mo-press:active,.home-story-card:hover,.home-grid-card:hover,.home-story-card:active,.home-grid-card:active,.mo-cue:hover .mo-arrow,.mo-zoom:hover img,.mo-zoom:hover .mo-zoom-target{transform:none!important}.mo-skeleton:after{opacity:.35;animation:none!important}.mo-progress-fill{transition:none!important}html.mo .mo-swap-in{animation:none!important}}
.mupi-hero:after,.hero-section-bg,.hero-dynamic-material:after,.hero-wood-parallax-back,.hero-wood-bg-stack,.hero-wood-planks,.hero-wood-noise-css,.hero-wood-readability,.home-decision-hero-fill{top:0;bottom:0;left:0;right:0}.hero-dynamic-material:before{top:-30%;bottom:-30%;left:-30%;right:-30%}.hero-wood-layer{top:-4%;bottom:-4%;left:-4%;right:-4%}.hero-wood-base{top:0;bottom:0;left:0;right:0}.hero-wood-subtitle-row>*+*{margin-left:1rem}@supports (gap:1rem){.hero-wood-subtitle-row{gap:1rem}.hero-wood-subtitle-row>*+*{margin-left:0}}.hero-wood-actions{margin:-.375rem}.hero-wood-actions>*{margin:.375rem}@supports (gap:0.75rem){.hero-wood-actions{gap:.75rem;margin:0}.hero-wood-actions>*{margin:0}}.hero-wood-trust>li{margin:.325rem .575rem}.hero-wood-trust li>*+*{margin-left:.35rem}@supports (gap:0.65rem){.hero-wood-trust{gap:.65rem 1.15rem}.hero-wood-trust>li{margin:0}.hero-wood-trust li>*+*{margin-left:0}.hero-wood-trust li{gap:.35rem}}.hero-section-root .hero-section-lead>*+*{margin-top:.4rem}@supports (gap:0.35rem){.hero-section-root .hero-section-lead{gap:.45rem}.hero-section-root .hero-section-lead>*+*{margin-top:0}}.hero-section-root .hero-section-title{font-size:1.9375rem}@media (min-width:480px){.hero-section-root .hero-section-title{font-size:2.5rem}}@media (min-width:768px){.hero-section-root .hero-section-title{font-size:3rem}}@supports (font-size:clamp(1px, 2px, 3px)){.hero-section-root .hero-section-title{font-size:max(1.9375rem,min(.82rem + 5.1vw,3.875rem))}}.hero-section-root .hero-section-lead{margin-top:1rem}@supports (margin-top:clamp(1px, 2px, 3px)){.hero-section-root .hero-section-lead{margin-top:max(.875rem,min(2vw,1.5rem))}}.hero-section-root .hero-section-lead-strong{font-size:1rem}@supports (font-size:clamp(1px, 2px, 3px)){.hero-section-root .hero-section-lead-strong{font-size:max(1rem,min(.7rem + .95vw,1.3125rem))}}.hero-section-root .hero-section-lead-sub{font-size:.8125rem}@supports (font-size:clamp(1px, 2px, 3px)){.hero-section-root .hero-section-lead-sub{font-size:max(.8125rem,min(.62rem + .55vw,1.0625rem))}}.hero-wood-content{margin-left:1.25rem}@media (min-width:768px){.hero-wood-content{margin-left:3rem}}@supports (margin-left:clamp(1px, 2px, 3px)){.hero-wood-content{margin-left:max(1.25rem,min(6vw,5rem))}}.hero-wood-content h1{font-size:1.65rem}@media (min-width:640px){.hero-wood-content h1{font-size:2.25rem}}@supports (font-size:clamp(1px, 2px, 3px)){.hero-wood-content h1{font-size:max(1.65rem,min(3.8vw + .85rem,2.85rem))}}.home-decision-hero-title{font-size:1.95rem}@media (min-width:480px){.home-decision-hero-title{font-size:2.5rem}}@media (min-width:768px){.home-decision-hero-title{font-size:3.4rem}}@supports (font-size:clamp(1px, 2px, 3px)){.home-decision-hero-title{font-size:max(1.95rem,min(7.6vw,3.4rem))}}.home-decision-hero-actions{margin:-.5rem}.home-decision-hero-actions>*{margin:.5rem}@supports (gap:1rem){.home-decision-hero-actions{gap:1rem;margin:0}.home-decision-hero-actions>*{margin:0}}.hero-wood-content .hero-wood-lead{font-size:.9375rem}@supports (font-size:clamp(1px, 2px, 3px)){.hero-wood-content .hero-wood-lead{font-size:max(.9375rem,min(.4vw + .88rem,1.0625rem))}}.baike-hub-grid.grid{grid-row-gap:1rem;grid-column-gap:1rem}@media (min-width:768px){.baike-hub-grid.grid{grid-row-gap:1.25rem;grid-column-gap:1.25rem}}@supports (gap:1rem){.baike-hub-grid.grid{grid-row-gap:initial;grid-column-gap:initial}}.hero-wood{min-height:100vh}@supports (min-height:100dvh){.hero-wood{min-height:100dvh}}.min-h-\[100dvh\]{min-height:100vh}@supports (min-height:100dvh){.min-h-\[100dvh\]{min-height:100dvh}}@supports (min-height:100svh){.min-h-\[100svh\]{min-height:100svh}}@supports (height:100svh){.h-\[100svh\]{height:100svh}}.min-h-\[calc\(100dvh-4rem\)\]{min-height:calc(100vh - 4rem)}@supports (min-height:100dvh){.min-h-\[calc\(100dvh-4rem\)\]{min-height:calc(100dvh - 4rem)}}@media (min-width:1024px){.lg\:max-h-\[calc\(100dvh-4rem\)\]{max-height:calc(100vh - 4rem)}}@supports (height:100dvh){@media (min-width:1024px){.lg\:max-h-\[calc\(100dvh-4rem\)\]{max-height:calc(100dvh - 4rem)}}}@supports not (isolation:isolate){.hero-wood{z-index:0;position:relative}}@supports not ((width:-webkit-max-content) or (width:-moz-max-content) or (width:max-content)){.animate-home-trust-marquee{width:auto;display:inline-block}}.home-link-row>*+*{margin-left:.75rem}@supports (gap:0.75rem){.home-link-row{gap:.75rem}.home-link-row>*+*{margin-left:0}}.hero-wood-plank-1{width:42vw;max-width:520px}.hero-wood-plank-2{width:36vw;max-width:420px}.hero-wood-plank-3{width:28vw;max-width:320px}@supports (width:min(1px, 2px)){.hero-wood-plank-1{width:min(42vw,520px);max-width:none}.hero-wood-plank-2{width:min(36vw,420px);max-width:none}.hero-wood-plank-3{width:min(28vw,320px);max-width:none}}@supports not (clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)){.hero-wood-plank-1,.hero-wood-plank-2,.hero-wood-plank-3{clip-path:none;border-radius:16px}}footer .mx-auto.grid{grid-row-gap:1.5rem;grid-column-gap:1.5rem}@media (min-width:768px){footer .mx-auto.grid{grid-row-gap:2.5rem;grid-column-gap:2.5rem}}@supports (gap:1rem){footer .mx-auto.grid{grid-row-gap:initial;grid-column-gap:initial}}.min-h-\[min\(92vh\,880px\)\]{min-height:92vh;max-height:880px}@supports (min-height:min(1px, 2px)){.min-h-\[min\(92vh\,880px\)\]{min-height:min(92vh,880px);max-height:none}}.h-\[min\(72vw\,520px\)\]{height:72vw;max-height:520px}.w-\[min\(72vw\,520px\)\]{width:72vw;max-width:520px}.h-\[min\(65vw\,480px\)\]{height:65vw;max-height:480px}.w-\[min\(65vw\,480px\)\]{width:65vw;max-width:480px}@supports (width:min(1px, 2px)){.h-\[min\(72vw\,520px\)\]{height:min(72vw,520px);max-height:none}.w-\[min\(72vw\,520px\)\]{width:min(72vw,520px);max-width:none}.h-\[min\(65vw\,480px\)\]{height:min(65vw,480px);max-height:none}.w-\[min\(65vw\,480px\)\]{width:min(65vw,480px);max-width:none}}.w-\[min\(90\%\,720px\)\]{width:90%;max-width:720px}@supports (width:min(1px, 2px)){.w-\[min\(90\%\,720px\)\]{width:min(90%,720px);max-width:none}}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.backdrop-blur-\[14px\]{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.backdrop-blur-\[2px\]{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.backdrop-blur-\[1px\]{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.backdrop-saturate-150{-webkit-backdrop-filter:saturate(1.5);backdrop-filter:saturate(1.5)}.backdrop-blur-md.backdrop-saturate-150{-webkit-backdrop-filter:blur(12px)saturate(1.5);backdrop-filter:blur(12px)saturate(1.5)}@supports not (background:color-mix(in srgb, red, blue)){footer{background-color:#f5f4f2}}@supports not (border-color:color-mix(in srgb, red, blue)){.border-\[color-mix\(in_srgb\,var\(--wood\)_18\%\,var\(--mupi-border\)\)\]{border-color:#e0dbd5}.border-\[color-mix\(in_srgb\,var\(--wood\)_40\%\,var\(--mupi-border\)\)\]{border-color:#c9b9a6}.border-\[color-mix\(in_srgb\,var\(--wood\)_35\%\,var\(--mupi-border\)\)\]{border-color:#ccbdac}.border-\[color-mix\(in_srgb\,var\(--wood\)_30\%\,var\(--mupi-border\)\)\]{border-color:#d0c3b4}.border-\[color-mix\(in_srgb\,var\(--wood\)_15\%\,var\(--mupi-border\)\)\]{border-color:#ddd8d1}.bg-\[color-mix\(in_srgb\,var\(--wood\)_5\%\,var\(--mupi-gray\)\)\]{background-color:#f4f2ef}.bg-\[color-mix\(in_srgb\,var\(--wood\)_6\%\,white\)\]{background-color:#fbf9f6}.bg-\[color-mix\(in_srgb\,var\(--page-bg\)_88\%\,white\)\]{background-color:#f8f9f8}.bg-\[color-mix\(in_srgb\,var\(--section-bg\)_55\%\,white\)\]{background-color:#f4f5f4}}@supports not (aspect-ratio:1){.aspect-video{height:0;padding-bottom:56.25%;overflow:hidden}.aspect-square{height:0;padding-bottom:100%;overflow:hidden}.aspect-\[16\/9\]{height:0;padding-bottom:56.25%;overflow:hidden}.aspect-\[16\/10\]{height:0;padding-bottom:62.5%;overflow:hidden}.aspect-\[16\/11\]{height:0;padding-bottom:68.75%;overflow:hidden}.aspect-\[4\/3\]{height:0;padding-bottom:75%;overflow:hidden}.aspect-\[5\/3\]{height:0;padding-bottom:60%;overflow:hidden}.aspect-video>*,.aspect-square>*,.aspect-\[16\/9\]>*,.aspect-\[16\/10\]>*,.aspect-\[16\/11\]>*,.aspect-\[4\/3\]>*,.aspect-\[5\/3\]>*{width:100%;height:100%;position:absolute;top:0;left:0}.aspect-video img,.aspect-\[16\/9\] img,.aspect-\[16\/10\] img,.aspect-\[16\/11\] img,.aspect-\[4\/3\] img,.aspect-\[5\/3\] img{-o-object-fit:cover;object-fit:cover}}.min-h-\[100svh\]{min-height:100vh}@supports (min-height:100svh){.min-h-\[100svh\]{min-height:100svh}}@supports not (contain:paint){canvas#bg{overflow:hidden}}.h-\[100svh\]{height:100vh}@supports (height:100svh){.h-\[100svh\]{height:100svh}}.h-\[100dvh\]{height:100vh}@supports (height:100dvh){.h-\[100dvh\]{height:100dvh}}@supports not (clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)){[style*=clip-path]{border-radius:4px;clip-path:none!important}}.flex.gap-4>*+*{margin-left:1rem}@supports (gap:1rem){.flex.gap-4>*+*{margin-left:0}}.site-header-bar{gap:0}.site-header-bar>*+*{margin-left:.5rem}.site-header-main{gap:0}.site-header-main>*+*{margin-left:.5rem}@media (min-width:768px){.site-header-bar>*+*,.site-header-main>*+*{margin-left:.75rem}}@supports (gap:0.5rem){.site-header-bar{gap:.5rem}.site-header-bar>*+*{margin-left:0}.site-header-main{gap:.5rem}.site-header-main>*+*{margin-left:0}}@media (min-width:768px){@supports (gap:0.75rem){.site-header-bar,.site-header-main{gap:.75rem}}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.site-header:not(.site-header--home),html[data-home-header=solid] .site-header--home,.site-header--home[data-mobile-nav-open=true]{background-color:#fffffffa!important}.mobile-nav-backdrop{background-color:#00000052}.mobile-nav-panel{box-shadow:-8px 0 24px #0000001f}}.mobile-nav-trigger,.mobile-nav-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;background-color:#0000;min-width:40px;min-height:40px}.mobile-nav-trigger:hover,.mobile-nav-trigger:active,.mobile-nav-trigger:focus,.mobile-nav-close:hover,.mobile-nav-close:active,.mobile-nav-close:focus{background-color:#0000}.mobile-nav-trigger:active{opacity:.55}.mobile-nav-trigger-line,.mobile-nav-close-line{width:16px;min-height:2px;margin-left:-8px;left:50%}.mobile-nav-trigger-line--top{top:13px;transform:none}.mobile-nav-trigger-line--middle{opacity:1;top:19px}.mobile-nav-trigger-line--bottom{top:25px;transform:none}.mobile-nav-trigger[data-open=true] .mobile-nav-trigger-line--top{top:19px;transform:rotate(45deg)}.mobile-nav-trigger[data-open=true] .mobile-nav-trigger-line--middle{opacity:0}.mobile-nav-trigger[data-open=true] .mobile-nav-trigger-line--bottom{top:19px;transform:rotate(-45deg)}.mobile-nav-close-line--a,.mobile-nav-close-line--b{top:19px}.mobile-nav-close-line--a{transform:rotate(45deg)}.mobile-nav-close-line--b{transform:rotate(-45deg)}.mobile-nav-root{opacity:0}.mobile-nav-root[data-open=true]{opacity:1}.mobile-nav-panel{-webkit-overflow-scrolling:touch;width:86%;max-width:24rem;transform:translate(100%)}.mobile-nav-root[data-open=true] .mobile-nav-panel{transform:translate(0)}.mobile-nav-panel-head{position:relative}.mobile-nav-head-row{gap:0}.mobile-nav-head-row>*+*{margin-left:.75rem}@supports (gap:0.75rem){.mobile-nav-head-row{gap:.75rem}.mobile-nav-head-row>*+*{margin-left:0}}.mobile-nav-search{height:auto;min-height:2.5rem;display:block}.mobile-nav-search input{min-height:2.5rem}.mobile-nav-panel-body{padding-bottom:1.25rem}.mobile-nav-section-bar{gap:0}.mobile-nav-section-bar>*+*{margin-left:.75rem}@supports (gap:0.75rem){.mobile-nav-section-bar{gap:.75rem}.mobile-nav-section-bar>*+*{margin-left:0}}.mobile-nav-section-link{min-width:0;display:inline-block}.mobile-nav-section-toggle{white-space:nowrap;flex-shrink:0}.mobile-nav-submenu{background-color:#f6f3ee}.mobile-nav-actions{margin-top:1rem}.mobile-nav-actions>*+*{margin-top:.5rem}@supports (gap:0.5rem){.mobile-nav-actions>*+*{margin-top:0}}@supports not ((position:-webkit-sticky) or (position:sticky)){.mobile-nav-panel-head{position:relative;top:auto}}button[aria-label*=菜单] span[class*="h-[2px]"],button[aria-label*=菜单] span[class*="h-\\[2px\\]"]{min-height:2px;transform:translateZ(0)}@supports not ((position:-webkit-sticky) or (position:sticky)){.sticky{position:relative}.home-decision-hero-lock,.mupi-hero-lock{height:auto!important;min-height:auto!important}.home-decision-hero-sticky,.mupi-hero-sticky{height:auto;min-height:100vh;max-height:none;padding-bottom:4rem;position:relative}}@supports not (overflow:clip){html{overflow-x:hidden}}.feature-badge{-webkit-backdrop-filter:blur(8px)saturate(1.5);backdrop-filter:blur(8px)saturate(1.5)}
