:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#122835;--navy:#0b1d2c;--brand-blue:#294f78;--gold:#b48752;--mist:#f4f5f3;--white:#fff;--border:#c4cfce;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.25rem;--radius-md:.5rem;--motion-fast:.15s;--motion-base:.22s;--motion-slow:.32s;font-family:Arial,Helvetica,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--white);min-width:320px;color:var(--ink);flex-direction:column;line-height:1.5;display:flex;overflow-x:hidden}.site-content{flex-direction:column;flex:1 0 auto;min-height:calc(100svh - 83px);display:flex}.site-content>main{flex:1 0 auto;width:100%}a{color:var(--brand-blue);text-underline-offset:.18em}a:hover{color:var(--navy)}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:820px){.site-content{min-height:calc(100svh - 71px)}}@media (hover:none),(pointer:coarse){.site-content{min-height:calc(100svh - 71px)}}html{scroll-behavior:smooth;scroll-padding-top:100px}.page-motion{flex-direction:column;flex:1 0 auto;width:100%;min-width:0;display:flex}.page-motion>main{flex:1 0 auto;width:100%}.page-motion main>section:first-child{animation:.65s both page-surface-enter}.page-motion main>section:first-child h1{animation:.85s cubic-bezier(.16,1,.3,1) both page-heading-enter}.page-motion main>section:first-child p{animation:.8s .12s both page-copy-enter}.page-motion main>section:first-child>img{animation:1.5s cubic-bezier(.2,.65,.3,1) both page-image-enter}[data-motion=reveal]{opacity:0;transition:opacity .7s ease var(--reveal-delay,0s), translate .7s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0s);translate:0 24px}[data-motion=reveal][data-revealed=true],[data-motion=reveal]:focus-within{opacity:1;translate:0}:where(main button,main a){-webkit-tap-highlight-color:transparent}:where(main button){transition:background-color .25s,color .25s,border-color .25s,box-shadow .25s}:where(main a){transition:color .25s,border-color .25s}:where(main a:hover){text-decoration-thickness:2px}@media (hover:hover){.page-motion main article{transition:box-shadow .3s}.page-motion main article:has(a):hover{box-shadow:0 12px 30px #1228351a}}@keyframes page-surface-enter{0%{opacity:.35}to{opacity:1}}@keyframes page-heading-enter{0%{opacity:0;translate:0 28px}to{opacity:1;translate:0}}@keyframes page-copy-enter{0%{opacity:0;translate:0 14px}to{opacity:1;translate:0}}@keyframes page-image-enter{0%{scale:1.045}to{scale:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-motion=reveal]{opacity:1;translate:none}}
