:root{--bg:#fff;--surface:#f9fafb;--fg:#191f28;--fg2:#4e5968;--fg3:#667080;--line:#f2f4f6;--blue:#3182f6;--blue-strong:#1b64da;--green:#166534;--r:18px;--measure:54rem;--pad:clamp(1rem, 4vw, 1.5rem)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#17171c;--surface:#202127;--fg:#f9fafb;--fg2:#ced4da;--fg3:#aab3bf;--line:#33363f;--blue:#4593fc;--blue-strong:#4593fc;--green:#4ade80}}:root[data-theme=dark]{--bg:#17171c;--surface:#202127;--fg:#f9fafb;--fg2:#ced4da;--fg3:#aab3bf;--line:#33363f;--blue:#4593fc;--blue-strong:#4593fc;--green:#4ade80}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--fg);letter-spacing:-.018em;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;margin:0;font-family:Pretendard,Pretendard Variable,system-ui,-apple-system,Apple SD Gothic Neo,sans-serif;font-size:16px;line-height:1.7}.site-header{z-index:10;padding:.9rem var(--pad);background:color-mix(in srgb, var(--bg) 85%, transparent);backdrop-filter:blur(16px);position:sticky;top:0}.site-header .bar{max-width:var(--measure);justify-content:space-between;align-items:center;gap:clamp(.75rem,4vw,1.5rem);margin:0 auto;display:flex}.wordmark{letter-spacing:-.03em;white-space:nowrap;flex:none;align-items:center;font-size:1.0625rem;font-weight:700;line-height:1;display:inline-flex}.wordmark-mark{flex:none;width:1.45rem;height:1.45rem;margin-inline:-.16rem -.12rem}.wordmark-mark-second{margin-left:.02rem}.site-header nav{gap:.35rem;display:flex}.navlink{color:var(--fg3);border-radius:999px;padding:.35rem .75rem;font-size:.9375rem;font-weight:600;transition:background .16s,color .16s}.navlink:hover{background:var(--surface);color:var(--fg2)}.navlink.on{background:var(--surface);color:var(--fg)}.navlink.theme{font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;padding:.4rem .55rem;display:inline-flex}.navlink.theme:hover{background:var(--surface)}.navlink.theme span:not([hidden]){display:inline-flex}.navlink.theme svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}main{max-width:var(--measure);padding:0 var(--pad) 5rem;margin:0 auto}.site-footer{padding:3.5rem var(--pad) 3rem;border-top:1px solid var(--line);margin-top:4rem}.site-footer .cols{max-width:var(--measure);grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem;margin:0 auto;display:grid}.site-footer .name{letter-spacing:-.03em;margin:0;font-size:1.125rem;font-weight:700}.site-footer .role{color:var(--fg3);margin:.1rem 0 0;font-size:.875rem}.site-footer .bio{max-width:20rem;color:var(--fg3);margin:1rem 0 0;font-size:.875rem;line-height:1.65}.site-footer .bio strong{color:var(--fg2);font-weight:600}.site-footer h2{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .9rem;font-size:.75rem;font-weight:700}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.6rem}.site-footer li a{color:var(--fg3);align-items:center;gap:.55rem;font-size:.875rem;transition:color .16s;display:flex}.site-footer li a:hover{color:var(--fg)}.site-footer .ext{color:var(--fg3);font-size:.75rem}.site-footer svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:15px;height:15px}.site-footer .copy{max-width:var(--measure);color:var(--fg3);margin:3rem auto 0;font-size:.875rem}@media (width<=40rem){.site-footer .cols{grid-template-columns:1fr 1fr;gap:2rem}.site-footer .intro{grid-column:1/-1}}.label{color:var(--fg3);margin:2.75rem 0 .7rem;padding-left:.25rem;font-size:.875rem;font-weight:700}.card{border-radius:var(--r);background:var(--surface);overflow:hidden}.card>*+*{position:relative}.card>*+:before{content:"";background:var(--line);height:1px;position:absolute;top:0;left:1.25rem;right:1.25rem}h1,h2,h3{letter-spacing:-.032em;font-weight:700;line-height:1.4}h2{margin:2.75rem 0 .75rem;font-size:1.25rem}h3{margin:2rem 0 .5rem;font-size:1.0625rem}p{margin:0 0 1.25rem}a{color:inherit;text-decoration:none;transition:opacity .16s}.site-footer a:hover{color:var(--fg2)}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:6px}article a{color:var(--blue-strong);font-weight:500}pre{letter-spacing:0;border-radius:14px;padding:1.1rem 1.25rem;font-size:.875rem;line-height:1.65;overflow-x:auto}.astro-code{background:var(--surface)!important}.astro-code,.astro-code span{color:var(--shiki-light)}@media (prefers-color-scheme:dark){.astro-code,.astro-code span{color:var(--shiki-dark)}}:not(pre)>code{background:var(--line);color:var(--fg2);letter-spacing:0;border-radius:6px;padding:.15em .42em;font-size:.875em}blockquote{background:var(--surface);color:var(--fg2);border-radius:14px;margin:1.75rem 0;padding:1rem 1.25rem}blockquote p:last-child{margin-bottom:0}img{border-radius:14px;max-width:100%;height:auto}hr{border:0;border-top:1px solid var(--line);margin:2.75rem 0}ul,ol{padding-left:1.15rem}li{margin-bottom:.35rem}li::marker{color:var(--fg3)}table{border-collapse:collapse;width:100%;max-width:100%;font-size:.9375rem;display:block;overflow-x:auto}th,td{border-bottom:1px solid var(--line);text-align:left;padding:.65rem .85rem}th{color:var(--fg3);font-weight:600}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
