:root{color-scheme:light;--bg: #f2f2f2;--surface-1: #ffffff;--surface-2: #f6f6f6;--surface-3: #ebebeb;--surface-hover: #fafafa;--text-1: #111111;--text-2: #525252;--text-3: #6b6b6b;--link: #1b57cc;--link-hover: #10389b;--r-sm: .75rem;--r-md: 1.15rem;--r-lg: 1.75rem;--r-xl: 2.5rem;--r-pill: 999px;--gap: clamp(.75rem, 1.4vw, 1.15rem);--pad-card: clamp(1.25rem, 2.6vw, 2rem);--shell-max: 68rem;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, "Cascadia Mono", "Roboto Mono", monospace;--ease: cubic-bezier(.22, .61, .36, 1)}[data-theme=dark]{color-scheme:dark;--bg: #0a0a0a;--surface-1: #161616;--surface-2: #1f1f1f;--surface-3: #2b2b2b;--surface-hover: #1c1c1c;--text-1: #f5f5f5;--text-2: #a8a8a8;--text-3: #7d7d7d;--link: #8ab4f8;--link-hover: #b8d4ff}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0a0a0a;--surface-1: #161616;--surface-2: #1f1f1f;--surface-3: #2b2b2b;--surface-hover: #1c1c1c;--text-1: #f5f5f5;--text-2: #a8a8a8;--text-3: #7d7d7d;--link: #8ab4f8;--link-hover: #b8d4ff}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-1);font-family:var(--font-sans);font-size:1rem;line-height:1.6;letter-spacing:.006em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s var(--ease),color .3s var(--ease)}img{max-width:100%;height:auto}a{color:var(--link);text-decoration:none;transition:color .18s var(--ease)}a:hover{color:var(--link-hover)}:focus-visible{outline:2px solid var(--link);outline-offset:3px;border-radius:var(--r-sm)}::selection{background:color-mix(in srgb,var(--link) 24%,transparent)}.shell{max-width:var(--shell-max);margin:0 auto;padding:clamp(.6rem,1.6vw,1.25rem) clamp(1rem,4vw,2rem) clamp(4rem,10vw,7rem)}.site-header{position:sticky;top:0;z-index:20;padding-block:clamp(.5rem,1.4vw,.9rem)}.site-header__bar{display:flex;align-items:center;gap:.6rem;padding:.35rem .4rem .35rem 1.1rem;border-radius:var(--r-pill);background:var(--surface-1)}.site-header__bar:not(:has(.site-title)){padding-left:.4rem}.site-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;white-space:nowrap}.site-title a{color:inherit;display:block;padding:.45rem .25rem}.site-title a:hover{color:var(--text-2)}.site-header__actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}.site-nav ul{display:flex;align-items:center;gap:.15rem;margin:0;padding:0;list-style:none}.site-nav a{display:block;padding:.55rem .8rem;border-radius:var(--r-pill);color:var(--text-2);font-size:.72rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}.site-nav a:hover{color:var(--text-1);background:var(--surface-2)}.site-nav a[aria-current=page]{color:var(--text-1);background:var(--surface-3)}.theme-toggle{display:flex;align-items:center;gap:.1rem;padding:.2rem;border-radius:var(--r-pill);background:var(--surface-3)}.theme-toggle button{display:inline-flex;align-items:center;justify-content:center;width:2.05rem;height:2.05rem;padding:0;border:0;border-radius:var(--r-pill);background:transparent;color:var(--text-3);cursor:pointer;transition:background-color .18s var(--ease),color .18s var(--ease)}.theme-toggle button svg{width:1.05rem;height:1.05rem}.theme-toggle button:hover{color:var(--text-1)}.theme-toggle button.active{background:var(--surface-1);color:var(--text-1)}.page--home main{padding-top:clamp(1rem,4vw,2.5rem)}.hero{padding:var(--pad-card);border-radius:var(--r-xl);background:var(--surface-1)}.hero__profile{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(1.25rem,2.4vw,1.9rem)}.hero__aside{display:flex;align-items:flex-start}.hero__avatar{width:clamp(4.5rem,9vw,7rem);aspect-ratio:1;border-radius:50%;object-fit:cover;background:var(--surface-2)}.icon-placeholder{font-size:2.5rem;line-height:1}.hero__body{min-width:0}.hero__quote{margin:0;padding:clamp(.85rem,1.8vw,1.2rem) clamp(1rem,2vw,1.4rem);border-radius:var(--r-md);background:var(--surface-2);color:var(--text-2);font-size:clamp(.9rem,.3vw + .82rem,1rem);line-height:1.65}.hero__quote p{margin:0}.hero__quote cite{display:block;margin-top:.5rem;color:var(--text-3);font-style:normal;font-size:.78rem;font-weight:600}.hero__quote cite:before{content:"— "}.hero__lead{margin:1.25rem 0 0;color:var(--text-1);font-size:clamp(1rem,.6vw + .85rem,1.15rem);line-height:1.75;text-wrap:pretty}.hero__lead--en{margin-top:.85rem;color:var(--text-2)}.hero__lead strong{color:var(--text-1);font-weight:650}.hero__contact{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem;margin-top:clamp(1.5rem,2.8vw,2rem)}.hero__note{margin:0;color:var(--text-3);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.chip{display:inline-flex;align-items:center;min-height:2.35rem;padding:.5rem .95rem;border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-2);font-size:.82rem;font-weight:600;letter-spacing:.01em}.chip:hover{background:var(--surface-3);color:var(--text-1)}.section{margin-top:clamp(2.25rem,6vw,3.5rem)}.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:var(--gap);padding-inline:.35rem}.section__label{margin:0;color:var(--text-3);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.section__link{font-size:.78rem;font-weight:600;letter-spacing:.04em;white-space:nowrap}.bento{display:grid;grid-template-columns:minmax(0,1fr);grid-auto-flow:dense;gap:var(--gap);margin:0;padding:0;list-style:none}.post-card{border-radius:var(--r-lg);background:var(--surface-1);overflow:hidden;transition:transform .28s var(--ease),background-color .28s var(--ease)}.post-card>a,.post-card>.post-card__link{display:flex;flex-direction:column;height:100%;padding:clamp(1.15rem,2vw,1.6rem);color:inherit}.post-card time,.post-row time{color:var(--text-3);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.post-card__title{margin:.5rem 0 0;font-size:1.05rem;font-weight:640;letter-spacing:-.012em;line-height:1.4;text-wrap:pretty}.post-card:not(.post-card--feature) .post-card__title{order:1;margin:0}.post-card:not(.post-card--feature) time{order:3;margin-top:auto;padding-top:1rem}.post-card__desc{order:2;margin:.7rem 0 0;color:var(--text-2);font-size:.9rem;line-height:1.6;text-wrap:pretty;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card--feature .post-card__desc{margin-top:1rem;font-size:.95rem;line-height:1.65;-webkit-line-clamp:5}.post-card--feature .post-card__title{font-size:clamp(1.5rem,3.6vw,2.35rem);font-weight:760;letter-spacing:-.032em;line-height:1.12;margin-top:.9rem;text-wrap:balance}.post-card:hover{transform:translateY(-2px);background:var(--surface-hover)}@media (min-width: 40rem){.bento{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card--feature{grid-column:span 2}}@media (min-width: 60rem){.bento{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(9rem,auto)}.post-card--feature{grid-column:span 2;grid-row:span 2}.post-card--wide{grid-column:span 2}}.page-head{margin:clamp(1.25rem,3.5vw,2.5rem) 0 clamp(1.25rem,2.6vw,1.75rem)}.post-rows{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.post-row>a{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:clamp(.9rem,2vw,1.25rem) var(--pad-card);border-radius:var(--r-lg);background:var(--surface-1);color:inherit;transition:transform .28s var(--ease),background-color .28s var(--ease)}.post-row>a:hover{transform:translateY(-2px);background:var(--surface-hover)}.post-row__title{margin:0;font-size:clamp(1.05rem,2vw,1.3rem);font-weight:640;letter-spacing:-.018em;line-height:1.35;text-wrap:pretty}.post-row__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:.4rem 0 0;max-width:48ch;color:var(--text-2);font-size:.9rem;line-height:1.6}.post-row time{flex-shrink:0}.post{padding:var(--pad-card);border-radius:var(--r-xl);background:var(--surface-1)}.post__head{margin:clamp(1.25rem,3.5vw,2.5rem) 0 clamp(1.25rem,2.6vw,1.75rem)}.post__meta{margin:0 0 1rem}.post__meta time{display:inline-block;padding:.38rem .85rem;border-radius:var(--r-pill);background:var(--surface-1);color:var(--text-2);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.page-head h1,.post__head h1{margin:0;font-size:clamp(2rem,6.4vw,3.4rem);font-weight:800;letter-spacing:-.038em;line-height:1.04;text-wrap:balance}.post__foot{margin:clamp(2.5rem,7vw,4rem) 0 0}.content{font-size:clamp(1.05rem,.4vw + .95rem,1.175rem);line-height:1.8;color:var(--text-1)}.content>*{margin:0}.content>*+*{margin-top:1.35em}.content h2,.content h3,.content h4,.content h5,.content h6{font-weight:720;letter-spacing:-.022em;line-height:1.25;text-wrap:balance}.content h2{margin-top:2.2em;font-size:clamp(1.35rem,3vw,1.7rem)}.content h3{margin-top:1.9em;font-size:clamp(1.15rem,2.2vw,1.35rem)}.content h4,.content h5,.content h6{margin-top:1.6em;font-size:1.05rem}.content h2+*,.content h3+*,.content h4+*{margin-top:.7em}.content a{text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--link) 38%,transparent);text-decoration-thickness:1px;text-underline-offset:.2em}.content a:hover{text-decoration-color:currentColor}.content ul,.content ol{padding-left:1.3em}.content li+li{margin-top:.4em}.content li::marker{color:var(--text-3)}.content strong{font-weight:680}.content blockquote{padding:clamp(1rem,2.4vw,1.5rem) clamp(1.1rem,2.6vw,1.75rem);border-radius:var(--r-md);background:var(--surface-2);color:var(--text-2)}.content blockquote>*+*{margin-top:.8em}.content hr{width:3.25rem;height:.4rem;border:0;border-radius:var(--r-pill);background:var(--surface-3);margin:2.75em auto}.content code{padding:.18em .42em;border-radius:.5rem;background:var(--surface-3);font-family:var(--font-mono);font-size:.88em}.content pre{padding:clamp(1rem,2.4vw,1.35rem) clamp(1.05rem,2.6vw,1.5rem);border-radius:var(--r-md);background:var(--surface-2);overflow-x:auto;-webkit-overflow-scrolling:touch}.content pre code{padding:0;background:none;font-size:.855rem;line-height:1.75}.content img{border-radius:var(--r-md)}.content figure{margin:1.8em 0}.content figcaption{margin-top:.6rem;color:var(--text-3);font-size:.85rem}.table-wrap{border-radius:var(--r-md);background:var(--surface-2);overflow-x:auto;-webkit-overflow-scrolling:touch}.content table{width:100%;min-width:30rem;border-collapse:collapse;font-size:.92em;line-height:1.6}.content th,.content td{padding:.75rem 1.1rem;text-align:left;vertical-align:top}.content th:first-child,.content td:first-child{white-space:nowrap}.content thead th{background:var(--surface-3);color:var(--text-2);font-size:.78em;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.content tbody tr:nth-child(2n){background:var(--surface-1)}.notfound{padding:var(--pad-card);border-radius:var(--r-xl);background:var(--surface-1);text-align:center}.notfound h1{margin:0 0 .5rem;font-size:clamp(2rem,7vw,3.5rem);font-weight:800;letter-spacing:-.04em}.notfound p{margin:0 0 1.25rem;color:var(--text-2)}@media (min-width: 48rem){.hero__profile{grid-template-columns:auto minmax(0,1fr);align-items:start}}@media (max-width: 34rem){.site-header__bar{flex-wrap:wrap;row-gap:.3rem;padding:.3rem .35rem .3rem .85rem;border-radius:var(--r-lg)}.site-header__bar:not(:has(.site-title)){padding-left:.35rem}.site-title{font-size:.95rem}.site-nav ul{gap:0}.site-nav a{padding:.6rem .5rem;font-size:.62rem;letter-spacing:.06em}.theme-toggle button{width:1.95rem;height:1.95rem}.theme-toggle button svg{width:.95rem;height:.95rem}.post-row>a{flex-direction:column;align-items:flex-start;gap:.45rem}.post-row time{order:-1}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.post-card:hover,.post-row>a:hover{transform:none}}
