:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-text-muted: #666666;--color-border: #e5e5e5;--color-link: #1a1a1a;--color-link-hover: #000000;--color-code-bg: #f7f7f7;--color-code-border: #ececec;--font-sans: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace;--content-width: 720px;--line-height-body: 1.75}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:var(--color-bg);color:var(--color-text)}body{margin:0;font-family:var(--font-sans);font-size:17px;line-height:var(--line-height-body);letter-spacing:-.005em;word-break:keep-all;overflow-wrap:anywhere}.container{max-width:var(--content-width);margin:0 auto;padding:0 1.25rem}.container.wide{max-width:1180px}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;margin:1.5rem 0 2rem}a{color:var(--color-link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .12s ease}a:hover{color:var(--color-link-hover);text-decoration-thickness:2px}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.015em;line-height:1.3;margin:2.2em 0 .6em}h1{font-size:1.9rem;margin-top:0}h2{font-size:1.45rem}h3{font-size:1.2rem}h4{font-size:1.05rem}p{margin:0 0 1.1em}ul,ol{margin:0 0 1.1em;padding-left:1.4em}li{margin-bottom:.3em}blockquote{margin:1.2em 0;padding:.1em 1em;border-left:3px solid var(--color-border);color:var(--color-text-muted)}hr{border:none;border-top:1px solid var(--color-border);margin:2.5em 0}img{max-width:100%;height:auto;display:block;margin:1.5em auto}iframe.video-embed{display:block;width:100%;aspect-ratio:16 / 9;height:auto;margin:1.5em auto;border:none;border-radius:4px}code{font-family:var(--font-mono);font-size:.9em;background:var(--color-code-bg);border:1px solid var(--color-code-border);padding:.1em .35em;border-radius:3px}pre{background:var(--color-code-bg);border:1px solid var(--color-code-border);padding:.9em 1em;border-radius:4px;overflow-x:auto;font-size:.88em;line-height:1.55;margin:1.4em 0}pre code{background:transparent;border:none;padding:0;border-radius:0;font-size:inherit}table{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:.95em}th,td{border-bottom:1px solid var(--color-border);padding:.55em .8em;text-align:left;vertical-align:top}th{font-weight:600;border-bottom-width:2px}.heading-anchor{color:var(--color-text-muted);margin-left:.4em;text-decoration:none;opacity:0;transition:opacity .12s ease;font-weight:400}h1:hover .heading-anchor,h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor,h5:hover .heading-anchor,h6:hover .heading-anchor{opacity:1}.site-header{border-bottom:1px solid var(--color-border);padding:1.5rem 0;margin-bottom:2.5rem}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.site-nav{display:flex;gap:1.2rem;font-size:.95rem}.site-nav a{text-decoration:none;color:var(--color-text-muted)}.site-nav a:hover{color:var(--color-text)}.site-footer{border-top:1px solid var(--color-border);margin-top:4rem;padding:2rem 0 3rem;font-size:.9rem;color:var(--color-text-muted)}.site-footer a{color:inherit}main{min-height:50vh}.site-brand[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit}.site-brand__icon[data-astro-cid-3ef6ksr2]{width:66px;height:66px;border-radius:8px;flex-shrink:0;margin:0;display:block}.site-brand__text[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;line-height:1.2}.site-title{font-size:1.25rem;font-weight:700;margin:0}.site-subtitle{font-size:.85rem;color:var(--color-text-muted);font-weight:400;margin:2px 0 0}.menu-toggle[data-astro-cid-3ef6ksr2]{display:none;background:none;border:1px solid transparent;border-radius:4px;padding:.5rem;cursor:pointer;flex-direction:column;justify-content:space-between;align-items:center;width:40px;height:40px}.menu-toggle[data-astro-cid-3ef6ksr2]:hover,.menu-toggle[data-astro-cid-3ef6ksr2]:focus-visible{border-color:var(--color-border);outline:none}.menu-toggle__bar[data-astro-cid-3ef6ksr2]{width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:transform .18s ease,opacity .18s ease}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.menu-toggle[data-astro-cid-3ef6ksr2][aria-expanded=true] .menu-toggle__bar[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:720px){.menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}.site-nav{display:none;width:100%;flex-direction:column;gap:0;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--color-border)}.site-nav.is-open{display:flex}.site-nav a{padding:.6rem 0;border-bottom:1px solid var(--color-border)}.site-nav a:last-child{border-bottom:none}.site-brand__icon[data-astro-cid-3ef6ksr2]{width:56px;height:56px}.site-title{font-size:1.1rem}.site-subtitle{font-size:.78rem}}
