:root{--grey-50:#f9fafb;--grey-100:#f2f4f6;--grey-200:#e5e8eb;--grey-300:#d1d6db;--grey-400:#b0b8c1;--grey-500:#8b95a1;--grey-600:#6b7684;--grey-700:#4e5968;--grey-800:#333d4b;--grey-900:#191f28;--accent:#3182f6;--accent-soft:#eaf2fe;--green:#03b26c;--green-soft:#f0faf6;--orange:#fe9800;--orange-soft:#fff3e0;--red:#f04452;--red-soft:#fee;--purple:#a234c7;--purple-soft:#f9f0fc;--teal:#18a5a7;--teal-soft:#edf8f8;--radius-tag:8px;--radius-button:12px;--radius-box:16px;--radius-cover:24px;--page-max:1280px;--gutter:120px;--font-sans:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--font-mono:"SF Mono", Menlo, Consolas, "Liberation Mono", monospace;color-scheme:light}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{font-family:var(--font-sans);color:var(--grey-900);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:keep-all;overflow-wrap:break-word;background:#fff;margin:0;font-size:16px}a{color:var(--grey-900);text-decoration:none}a:hover{color:var(--accent)}button{cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}[hidden]{display:none!important}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell{width:100%;max-width:var(--page-max);padding-inline:var(--gutter);margin:0 auto}.chip{background:var(--grey-100);height:38px;color:var(--grey-700);white-space:nowrap;border:0;border-radius:19px;align-items:center;padding:0 16px;font-size:15px;font-weight:600;display:inline-flex}.chip[aria-current=page],.chip.is-active{background:var(--grey-900);color:#fff}.tag{border-radius:var(--radius-tag);background:var(--grey-100);color:var(--grey-700);align-items:center;padding:7px 12px;font-size:14px;font-weight:600;display:inline-flex}.tag:hover{background:var(--grey-200);color:var(--grey-800)}.button-primary{background:var(--accent);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:15px;font-weight:600;display:inline-flex}.button-primary:hover{color:#fff;background:#1b6fe0}.button-quiet{background:var(--grey-100);height:52px;color:var(--grey-700);border:0;border-radius:14px;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:inline-flex}.button-quiet:hover{background:var(--grey-200);color:var(--grey-800)}.icon-button{width:44px;height:44px;color:var(--grey-700);background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:var(--grey-100);color:var(--grey-800)}.prose{color:var(--grey-800);font-size:18px;line-height:1.8}.prose>:first-child{margin-top:0}.prose h2{letter-spacing:-.02em;color:var(--grey-900);margin:56px 0 16px;font-size:26px;font-weight:700;line-height:1.4}.prose h3{letter-spacing:-.02em;color:var(--grey-900);margin:40px 0 12px;font-size:20px;font-weight:700;line-height:1.45}.prose h4{color:var(--grey-900);margin:32px 0 8px;font-size:18px;font-weight:700}.prose p{margin:0 0 24px}.prose ul,.prose ol{margin:0 0 24px;padding-left:24px}.prose li{margin-bottom:8px}.prose li::marker{color:var(--grey-500)}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent-soft);text-underline-offset:3px;text-decoration-thickness:2px}.prose a:hover{text-decoration-color:var(--accent)}.prose strong{color:var(--grey-900);font-weight:700}.prose img,.prose video{border-radius:var(--radius-box);margin:32px auto;display:block}.prose hr{border:0;border-top:1px solid var(--grey-100);margin:56px 0}.prose blockquote{border-left:3px solid var(--grey-200);color:var(--grey-600);margin:32px 0;padding:4px 0 4px 20px}.prose blockquote p:last-child{margin-bottom:0}.prose :not(pre)>code{background:var(--grey-100);font-family:var(--font-mono);color:var(--grey-800);border-radius:6px;padding:2px 6px;font-size:.9em}.prose table{border-collapse:collapse;width:100%;margin:32px 0;font-size:16px}.prose th,.prose td{border-bottom:1px solid var(--grey-100);text-align:left;padding:12px 16px}.prose th{background:var(--grey-50);color:var(--grey-900);font-weight:700}.prose .table-scroll{overflow-x:auto}.prose .code-block{border:1px solid var(--grey-100);border-radius:var(--radius-box);background:var(--grey-50);margin:24px 0;overflow:hidden}.prose .code-block__bar{border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:center;gap:16px;height:40px;padding:0 12px 0 20px;display:flex}.prose .code-block__name{font-family:var(--font-mono);color:var(--grey-600);font-size:13px}.prose .code-block__copy{height:28px;color:var(--grey-600);background:0 0;border:0;border-radius:8px;padding:0 10px;font-size:13px;font-weight:600}.prose .code-block__copy:hover{background:var(--grey-100);color:var(--grey-800)}.prose pre{margin:0;padding:20px;font-size:14px;line-height:1.75;overflow-x:auto;background:0 0!important}.prose>pre{border:1px solid var(--grey-100);border-radius:var(--radius-box);margin:24px 0;background:var(--grey-50)!important}.prose pre code{font-family:var(--font-mono)}.prose .callout{border-radius:var(--radius-box);background:var(--accent-soft);color:var(--grey-800);--callout-accent:var(--accent);margin:32px 0;padding:20px 24px;font-size:16px;line-height:1.7}.prose .callout-title{color:var(--grey-900);align-items:center;gap:10px;font-weight:700;display:flex}.prose .callout-title-icon{color:var(--callout-accent);flex-shrink:0;font-size:20px;display:flex}.prose .callout-content{margin-top:8px}.prose .callout-content>:last-child{margin-bottom:0}.prose .callout-content:empty{display:none}.prose .callout code{background:#fff}.prose .callout[data-callout=warning],.prose .callout[data-callout=caution],.prose .callout[data-callout=attention]{background:var(--orange-soft);--callout-accent:#b06a00}.prose .callout[data-callout=danger],.prose .callout[data-callout=error],.prose .callout[data-callout=bug],.prose .callout[data-callout=failure],.prose .callout[data-callout=fail],.prose .callout[data-callout=missing]{background:var(--red-soft);--callout-accent:#c9303c}.prose .callout[data-callout=tip],.prose .callout[data-callout=hint],.prose .callout[data-callout=important],.prose .callout[data-callout=success],.prose .callout[data-callout=check],.prose .callout[data-callout=done]{background:var(--green-soft);--callout-accent:#028a54}.prose .callout[data-callout=question],.prose .callout[data-callout=help],.prose .callout[data-callout=faq],.prose .callout[data-callout=example]{background:var(--purple-soft);--callout-accent:#8a26ab}.prose .callout[data-callout=quote],.prose .callout[data-callout=cite],.prose .callout[data-callout=abstract],.prose .callout[data-callout=summary],.prose .callout[data-callout=tldr]{background:var(--grey-50);--callout-accent:var(--grey-600)}@media (width<=1160px){:root{--gutter:40px}}@media (width<=720px){:root{--gutter:20px}.prose{font-size:17px}.prose h2{margin:44px 0 12px;font-size:22px}.prose h3{margin:32px 0 10px;font-size:19px}.chip{border-radius:18px;height:36px;padding:0 14px;font-size:14px}}.logo[data-astro-cid-f7espo7c]{letter-spacing:-.03em;color:var(--grey-900);white-space:nowrap;font-weight:700}.logo[data-astro-cid-f7espo7c] span[data-astro-cid-f7espo7c]{color:var(--accent)}.logo[data-astro-cid-f7espo7c]:hover{color:var(--grey-900)}.logo[data-astro-cid-f7espo7c] em[data-astro-cid-f7espo7c]{background:var(--accent-soft);color:var(--accent);letter-spacing:0;vertical-align:middle;border-radius:6px;margin-left:6px;padding:2px 6px;font-size:.6em;font-style:normal;font-weight:700}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--grey-50);margin-top:72px;padding:40px 0 48px}.inner[data-astro-cid-jo6i4kqk]{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.brand[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:8px;display:flex}.tagline[data-astro-cid-jo6i4kqk]{color:var(--grey-500);font-size:14px}.links[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;gap:20px;font-size:14px;font-weight:600;display:flex}.links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--grey-600)}.copy[data-astro-cid-jo6i4kqk]{color:var(--grey-500);font-weight:400}@media (width<=720px){.inner[data-astro-cid-jo6i4kqk]{flex-direction:column;align-items:flex-start;gap:24px}.links[data-astro-cid-jo6i4kqk]{gap:12px 16px}}.search[data-astro-cid-ac66eqjo]{--search-width:480px;flex-shrink:0;height:40px;margin-left:auto;position:relative}.box[data-astro-cid-ac66eqjo]{background:0 0;border-radius:12px;align-items:center;width:40px;height:40px;transition:width .24s cubic-bezier(.22,1,.36,1),background-color .2s;display:flex}.trigger[data-astro-cid-ac66eqjo],.clear[data-astro-cid-ac66eqjo],.esc[data-astro-cid-ac66eqjo],.back[data-astro-cid-ac66eqjo]{background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trigger[data-astro-cid-ac66eqjo]{width:40px;height:40px;color:var(--grey-700);border-radius:12px;transition:color .2s}.trigger[data-astro-cid-ac66eqjo]:hover{color:var(--grey-900)}.search[data-astro-cid-ac66eqjo].is-open .box[data-astro-cid-ac66eqjo]{width:var(--search-width);background:var(--grey-100)}.search[data-astro-cid-ac66eqjo].is-open .trigger[data-astro-cid-ac66eqjo]{color:var(--accent)}input[data-astro-cid-ac66eqjo]{width:0;min-width:0;height:40px;color:var(--grey-900);opacity:0;background:0 0;border:0;padding:0;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .16s}input[data-astro-cid-ac66eqjo]::placeholder{color:var(--grey-400);font-weight:500}input[data-astro-cid-ac66eqjo]:focus{outline:none}input[data-astro-cid-ac66eqjo]::-webkit-search-cancel-button{display:none}.search[data-astro-cid-ac66eqjo].is-open input[data-astro-cid-ac66eqjo]{opacity:1;flex-grow:1}.clear[data-astro-cid-ac66eqjo]{background:var(--grey-300);color:#fff;border-radius:12px;width:24px;height:24px;margin-right:6px}.esc[data-astro-cid-ac66eqjo]{height:24px;color:var(--grey-500);background:#fff;border-radius:6px;margin-right:8px;padding:0 6px;font-size:11px;font-weight:700}.back[data-astro-cid-ac66eqjo]{display:none}.scrim[data-astro-cid-ac66eqjo]{z-index:15;background:#000c1e47;animation:.24s ease-out both search-fade;position:fixed;inset:64px 0 0}.panel[data-astro-cid-ac66eqjo]{z-index:25;width:var(--search-width);transform-origin:100% 0;background:#fff;border-radius:20px;flex-direction:column;max-height:min(720px,100vh - 140px);animation:.32s cubic-bezier(.22,1,.36,1) both search-drop;display:flex;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 20px 56px #000c1e2e,0 0 0 1px #000c1e0a}@keyframes search-drop{0%{opacity:0;transform:translateY(-8px)scale(.98)}}@keyframes search-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.panel[data-astro-cid-ac66eqjo],.scrim[data-astro-cid-ac66eqjo],.box[data-astro-cid-ac66eqjo],input[data-astro-cid-ac66eqjo]{transition:none;animation:none}}.panel-body[data-astro-cid-ac66eqjo]{flex-grow:1;overflow-y:auto}.hints[data-astro-cid-ac66eqjo]{border-top:1px solid var(--grey-100);background:var(--grey-50);height:40px;color:var(--grey-500);flex-shrink:0;align-items:center;gap:14px;padding:0 20px;font-size:12px;display:flex}.hints[data-astro-cid-ac66eqjo] span[data-astro-cid-ac66eqjo]{align-items:center;gap:5px;display:flex}.hint-end[data-astro-cid-ac66eqjo]{margin-left:auto}kbd[data-astro-cid-ac66eqjo]{border:1px solid var(--grey-200);font:inherit;color:var(--grey-600);background:#fff;border-radius:5px;padding:1px 5px;font-weight:700}.panel-body[data-astro-cid-ac66eqjo] .group{flex-direction:column;gap:10px;display:flex}.panel-body[data-astro-cid-ac66eqjo] .group+.group{margin-top:22px}.panel-body[data-astro-cid-ac66eqjo] .group-head{justify-content:space-between;align-items:center;display:flex}.panel-body[data-astro-cid-ac66eqjo] .group-title{color:var(--grey-600);font-size:13px;font-weight:700}.panel-body[data-astro-cid-ac66eqjo] .wipe{color:var(--grey-500);background:0 0;border:0;font-size:12px;font-weight:600}.panel-body[data-astro-cid-ac66eqjo] .wipe:hover{color:var(--grey-700)}.panel-body[data-astro-cid-ac66eqjo] .group:first-child{padding-top:20px}.panel-body[data-astro-cid-ac66eqjo] .group{padding-inline:20px}.panel-body[data-astro-cid-ac66eqjo] .group:last-child{padding-bottom:20px}.panel-body[data-astro-cid-ac66eqjo] .pills{flex-wrap:wrap;gap:6px;display:flex}.panel-body[data-astro-cid-ac66eqjo] .pills--center{justify-content:center;margin-top:8px}.panel-body[data-astro-cid-ac66eqjo] .pill{background:var(--grey-100);height:32px;color:var(--grey-700);border:0;border-radius:10px;align-items:center;gap:4px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.panel-body[data-astro-cid-ac66eqjo] .pill--recent{border:1px solid var(--grey-200);color:var(--grey-800);background:#fff;border-radius:16px}.panel-body[data-astro-cid-ac66eqjo] .pill--tag{background:var(--accent-soft);height:30px;color:var(--accent);border-radius:9px;padding:0 10px;font-size:13px}.panel-body[data-astro-cid-ac66eqjo] .pill--tag span,.panel-body[data-astro-cid-ac66eqjo] .pill span{opacity:.7;font-weight:400}.panel-body[data-astro-cid-ac66eqjo] .pill:hover{background:var(--grey-200)}.panel-body[data-astro-cid-ac66eqjo] .pill--tag:hover{background:var(--accent-soft);color:var(--accent);filter:brightness(.97)}.panel-body[data-astro-cid-ac66eqjo] .pill--tag[data-active]{color:var(--accent)}.panel-body[data-astro-cid-ac66eqjo] .results{flex-direction:column;gap:14px;padding:16px 8px 8px;display:flex}.panel-body[data-astro-cid-ac66eqjo] .results .group{padding-inline:0;gap:2px;padding-bottom:0}.panel-body[data-astro-cid-ac66eqjo] .results .group:first-child{padding-top:0}.panel-body[data-astro-cid-ac66eqjo] .results .group+.group{margin-top:14px}.panel-body[data-astro-cid-ac66eqjo] .count{color:var(--grey-600);padding:0 12px;font-size:13px}.panel-body[data-astro-cid-ac66eqjo] .pills--tags{margin-top:2px;padding:0 12px}.panel-body[data-astro-cid-ac66eqjo] .section-label{color:var(--grey-500);padding:0 12px 4px;font-size:12px;font-weight:700}.panel-body[data-astro-cid-ac66eqjo] .row{color:var(--grey-900);border-radius:12px;align-items:center;gap:12px;padding:8px 12px;display:flex}.panel-body[data-astro-cid-ac66eqjo] .row:hover{background:var(--grey-50);color:var(--grey-900)}.panel-body[data-astro-cid-ac66eqjo] [data-active]{background:var(--accent-soft);color:var(--grey-900);outline:2px solid var(--accent);outline-offset:-2px}.panel-body[data-astro-cid-ac66eqjo] .row-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.panel-body[data-astro-cid-ac66eqjo] .row-icon--plain{background:var(--grey-100);color:var(--grey-700)}.panel-body[data-astro-cid-ac66eqjo] .row-text{flex-direction:column;flex-grow:1;gap:2px;min-width:0;display:flex}.panel-body[data-astro-cid-ac66eqjo] .row-title{font-size:15px;font-weight:600;line-height:1.45}.panel-body[data-astro-cid-ac66eqjo] .row-meta{color:var(--grey-500);font-size:12px}.panel-body[data-astro-cid-ac66eqjo] .in-series{color:var(--grey-600);font-weight:600}.panel-body[data-astro-cid-ac66eqjo] .row-tail{color:var(--grey-500);flex-shrink:0;margin-left:auto;font-size:12px}.panel-body[data-astro-cid-ac66eqjo] mark{color:var(--accent);background:0 0;font-weight:700}.panel-body[data-astro-cid-ac66eqjo] .none{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:36px 24px 28px;display:flex}.panel-body[data-astro-cid-ac66eqjo] .none-icon{background:var(--grey-100);width:52px;height:52px;color:var(--grey-500);border-radius:16px;justify-content:center;align-items:center;display:flex}.panel-body[data-astro-cid-ac66eqjo] .none-title{font-size:16px;font-weight:700}.panel-body[data-astro-cid-ac66eqjo] .none-hint{color:var(--grey-600);font-size:14px}.panel-body[data-astro-cid-ac66eqjo] .more{color:var(--grey-500);margin:4px 0 0;padding:8px 12px;font-size:12px}.panel-body[data-astro-cid-ac66eqjo] .blank{color:var(--grey-600);margin:0;padding:20px;font-size:14px}@media (width<=720px){.search[data-astro-cid-ac66eqjo].is-open{z-index:30;background:#fff;height:auto;position:fixed;inset:0}.search[data-astro-cid-ac66eqjo].is-open .box[data-astro-cid-ac66eqjo]{border-radius:14px;width:auto;height:44px;margin:10px 16px 10px 4px;padding-left:0}.search[data-astro-cid-ac66eqjo].is-open .back[data-astro-cid-ac66eqjo]{width:44px;height:44px;color:var(--grey-900);display:flex}.search[data-astro-cid-ac66eqjo].is-open .trigger[data-astro-cid-ac66eqjo],.search[data-astro-cid-ac66eqjo].is-open .esc[data-astro-cid-ac66eqjo]{display:none}.search[data-astro-cid-ac66eqjo].is-open input[data-astro-cid-ac66eqjo]{font-size:16px}.search[data-astro-cid-ac66eqjo].is-open .clear[data-astro-cid-ac66eqjo]{border-radius:14px;width:28px;height:28px;margin-right:8px}.search[data-astro-cid-ac66eqjo].is-open .panel[data-astro-cid-ac66eqjo]{width:auto;max-height:none;box-shadow:none;border-radius:0;flex-grow:1;animation:none;position:static}.hints[data-astro-cid-ac66eqjo],.scrim[data-astro-cid-ac66eqjo]{display:none}}.site-header[data-astro-cid-nen7h5rs]{z-index:20;backdrop-filter:saturate(180%)blur(12px);border-bottom:1px solid var(--grey-100);background:#ffffffe6;position:sticky;top:0}.bar[data-astro-cid-nen7h5rs]{align-items:center;gap:40px;height:64px;display:flex}.nav[data-astro-cid-nen7h5rs]{flex-grow:1;gap:4px;display:flex}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--grey-600);border-radius:8px;padding:8px 12px;font-size:15px;font-weight:600}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs][aria-current=page]{color:var(--grey-900)}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{background:var(--grey-100);color:var(--grey-900)}.menu[data-astro-cid-nen7h5rs]{display:none;position:relative}.menu[data-astro-cid-nen7h5rs] summary[data-astro-cid-nen7h5rs]{list-style:none}.menu[data-astro-cid-nen7h5rs] summary[data-astro-cid-nen7h5rs]::-webkit-details-marker{display:none}.menu-panel[data-astro-cid-nen7h5rs]{border:1px solid var(--grey-200);border-radius:var(--radius-box);background:#fff;flex-direction:column;min-width:168px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #001b371f}.menu-panel[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--grey-800);border-radius:10px;padding:12px;font-size:15px;font-weight:600}.menu-panel[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{background:var(--grey-100)}@media (width<=720px){.bar[data-astro-cid-nen7h5rs]{gap:4px;height:56px}.nav[data-astro-cid-nen7h5rs]{display:none}.menu[data-astro-cid-nen7h5rs]{display:block}}
