.look-follow{position:relative;width:min(70vmin,560px);height:min(70vmin,560px);background-repeat:no-repeat}.look-follow__front{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;opacity:0;transition:opacity .15s ease}.look-follow__front.is-near{opacity:1}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../font/ibm-plex-mono-400.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../font/ibm-plex-mono-500.woff2) format("woff2")}:root,[data-theme=light]{--paper: #ffffff;--ink: #000000;--ink-soft: rgba(0, 0, 0, .72);--hairline: rgba(0, 0, 0, .12);--cta-bg: #2c2c2c;--cta-text: #ffffff;--cta-active: #1a1a1a;--ease-out: cubic-bezier(.23, 1, .32, 1);--content-max: 686px;--page-pad-x: 24px;--font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", ui-monospace, "SF Mono", Menlo, Consolas, monospace}[data-theme=dark]{--paper: #121212;--ink: #f2f2f2;--ink-soft: rgba(255, 255, 255, .72);--hairline: rgba(255, 255, 255, .14);--cta-bg: #f2f2f2;--cta-text: #121212;--cta-active: #ffffff}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color-scheme:light}[data-theme=dark]{color-scheme:dark}body{margin:0;min-height:100dvh;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:14px;line-height:25px;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--ink);outline-offset:3px}::selection{background:var(--ink);color:var(--paper)}.site{min-height:100dvh}.page{width:min(100%,calc(var(--content-max) + var(--page-pad-x) * 2));margin:0 auto;padding:88px var(--page-pad-x) 72px}.hero{display:flex;flex-direction:column;align-items:flex-start}.hero__top{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:16px}.hero__theme{margin-top:8px;flex:0 0 auto}.beui-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;color:var(--ink);transition:background-color .16s ease,transform .16s var(--ease-out)}.beui-theme-toggle:active{transform:scale(.97)}.beui-theme-toggle__icon{width:20px;height:20px;display:block}.beui-swap-icon{display:inline-grid;place-items:center}.beui-swap-icon__item{grid-column:1;grid-row:1;display:inline-flex;align-items:center;justify-content:center;will-change:opacity,filter,transform}@media (hover: hover) and (pointer: fine){.beui-theme-toggle:hover{background-color:color-mix(in srgb,var(--ink) 6%,transparent)}}@media (prefers-reduced-motion: reduce){.beui-theme-toggle,.beui-swap-icon__item{transition:none}.beui-theme-toggle:active{transform:none}}.hero__avatar{width:96px;height:96px;flex:0 0 96px;border-radius:50%;overflow:hidden;background-color:transparent}.hero__avatar-stage{width:122px;height:122px;margin:-13px}.hero__avatar-stage.look-follow,.hero__avatar-stage.look-follow--static{width:122px;height:122px}.hero__avatar-stage.look-follow--static .look-follow__front{opacity:1}@media (prefers-reduced-motion: reduce){.hero__avatar-stage.look-follow .look-follow__front{transition:none}}.hero__name{margin:24px 0 0;font-family:var(--font-mono);font-size:28px;font-weight:400;line-height:normal;letter-spacing:0;color:var(--ink)}.hero__intro{margin:24px 0 0;max-width:var(--content-max);font-size:14px;font-weight:400;line-height:25px;color:var(--ink)}.menu{margin-top:80px;width:100%}.acc{border-bottom:1px solid var(--hairline)}.acc:first-child{border-top:1px solid var(--hairline)}.acc__trigger{display:flex;align-items:center;gap:4px;width:100%;min-height:43px;padding:9px 0;text-align:left;transition:opacity .16s var(--ease-out)}.acc__trigger:active{transform:scale(.99)}.acc__chevron{width:12px;height:12px;flex:0 0 12px;overflow:clip;transition:transform .2s var(--ease-out);transform-origin:center}[data-theme=dark] .acc__chevron{filter:invert(1)}.acc[data-open=true] .acc__chevron{transform:rotate(90deg)}.acc__label{font-size:14px;font-weight:400;line-height:25px;color:var(--ink)}.acc__label-en{font-family:var(--font);letter-spacing:.02em}.acc__panel{overflow:hidden;opacity:0;transition:height .2s var(--ease-out),opacity .2s var(--ease-out)}.acc[data-open=true] .acc__panel{opacity:1}.acc__inner{padding:0 0 18px 16px}.menu__body{display:flex;flex-direction:column;gap:10px}.menu__body li{font-size:14px;font-weight:400;line-height:25px;color:var(--ink-soft)}.cta{display:flex;justify-content:center;margin-top:64px}.cta__btn{display:inline-flex;align-items:center;justify-content:center;width:220px;height:44px;border-radius:12px;background:var(--cta-bg);color:var(--cta-text);font-family:var(--font-mono);font-size:16px;font-weight:500;line-height:22px;transition:background-color .16s ease,transform .16s var(--ease-out)}.cta__btn:active{background:var(--cta-active);transform:scale(.97)}@media (hover: hover) and (pointer: fine){.cta__btn:hover{background:var(--cta-active)}.acc__trigger:hover{opacity:.72}}.footer{margin-top:64px}.footer__socials{display:flex;flex-wrap:wrap;gap:32px}.footer__social{font-family:var(--font-mono);font-size:14px;font-weight:400;line-height:25px;color:var(--ink)}.footer__beian{display:inline-block;margin-top:24px;font-size:12px;line-height:20px;color:var(--ink-soft);opacity:.45;text-decoration:none;transition:opacity .16s ease}@media (hover: hover) and (pointer: fine){.footer__beian:hover{opacity:.8}}@media (prefers-reduced-motion: reduce){.acc__panel,.acc__chevron,.acc__trigger,.cta__btn{transition:none}.acc__trigger:active,.cta__btn:active{transform:none}}@media (max-width: 720px){.page{padding:56px 20px}.hero__avatar{width:80px;height:80px;flex-basis:80px}.hero__avatar-stage,.hero__avatar-stage.look-follow,.hero__avatar-stage.look-follow--static{width:102px;height:102px;margin:-11px}.hero__name{font-size:24px}.menu{margin-top:56px}.cta{margin-top:48px}.cta__btn{width:100%;max-width:220px}.footer{margin-top:48px}.footer__socials{gap:24px}}
