:root,.light{color-scheme:light;--color-bg:#f7f7f7;--color-text:#2e2e2e;--color-heading:#2e2e2e;--color-accent:#ca4519;--color-muted:#877575;--color-line:#877575;--color-blockquote-bar:#ededed;--color-blockquote-text:#757575;--color-frame:#0a0a0a;--color-post-inline-code-bg:#e8edf3;--color-post-code-block-bg:#e8ecf1;--astro-code-background:#e8ecf1;--astro-code-foreground:#2e2e2e;--astro-code-token-constant:#005cc5;--astro-code-token-string:#032f62;--astro-code-token-comment:#6a737d;--astro-code-token-keyword:#d73a49;--astro-code-token-parameter:#24292e;--astro-code-token-function:#6f42c1;--astro-code-token-string-expression:#032f62;--astro-code-token-punctuation:#24292e;--astro-code-token-link:#6f42c1;--color-table-border:#e5e7eb;--color-table-head-bg:#e8edf3;--color-post-card-bg:#e8edf3;--author-avatar-placeholder:#e8edf3;--color-toast-bg:#000;--color-shimmer:#d4d4d4;--color-shimmer-highlight:#e8e8e8;--color-button-text:var(--color-bg);--color-border:#dee2e6;--color-border-translucent:#0000002d;--color-admonition-bg:#e8edf3}.dark{color-scheme:dark;--color-bg:#202023;--color-text:#afb0b1;--color-heading:#cacaca;--color-accent:#e8873a;--color-muted:#877575;--color-line:#877575;--color-blockquote-bar:#424242;--color-blockquote-text:#868686;--color-frame:#0a0a0a;--color-post-inline-code-bg:#2a2a2e;--color-post-code-block-bg:#2a2d31;--astro-code-background:#2a2d31;--astro-code-foreground:#afb0b1;--astro-code-token-constant:#56b6c2;--astro-code-token-string:#98c379;--astro-code-token-comment:#7f848e;--astro-code-token-keyword:#c678dd;--astro-code-token-parameter:#d19a66;--astro-code-token-function:#61afef;--astro-code-token-string-expression:#98c379;--astro-code-token-punctuation:#abb2bf;--astro-code-token-link:#61afef;--color-table-border:#333;--color-table-head-bg:#2a2a2e;--color-post-card-bg:#2a2a2e;--author-avatar-placeholder:#2a2a2e;--color-shimmer:#303030;--color-shimmer-highlight:#424242;--color-toast-bg:#cacaca;--color-button-text:var(--color-heading);& #theme-icon-sun{display:none}& #theme-icon-moon{display:inline}--color-border:#495057;--color-border-translucent:#ffffff2d;--color-admonition-bg:#2a2a2e}.dark .custom-button:hover{color:#fff}article,.post-preview-state{color:var(--color-text);word-break:break-all;overflow-wrap:break-word;max-width:960px;font-size:20px;line-height:1.8}article>:first-child,.post-preview-state>:first-child{margin-top:0}article>:last-child,.post-preview-state>:last-child{margin-bottom:0}article p,.post-preview-state p{margin:var(--space-post-paragraph) 0}article a{color:var(--color-accent)}article a:not(sup a){text-underline-offset:.2em;text-decoration:underline 1px}article sup a{text-decoration:none}article strong{font-weight:700}article ol,article ul{margin:var(--space-post-paragraph) 0;padding-left:1.25rem}article ol{list-style-type:decimal}article ul{list-style-type:disc}article li ol,article li ul{margin:0}article ul.contains-task-list{padding-left:0;list-style-type:none}article ul.contains-task-list ul.contains-task-list{padding-left:1.25rem}article .task-list-item{padding-left:0;list-style-type:none}article .task-list-item input[type=checkbox]{vertical-align:middle;margin-right:.5rem}article hr{border-color:var(--color-line);margin:calc(var(--space-post-paragraph) * 2) 0;border-top-width:1px}article blockquote{color:var(--color-blockquote-text);border-left:.125rem solid var(--color-blockquote-bar);margin:1rem 0;padding-left:1rem}article h1,article h2,article h3,article h4,article h5,article h6{color:var(--color-heading);font-weight:700}article h1{margin:var(--space-post-heading-body) 0 1rem;font-size:var(--font-size-post-h1)}article h2{margin:var(--space-post-heading-body-h2) 0 var(--space-post-heading-body-h2-bottom);font-size:var(--font-size-post-h2)}article h3{margin:var(--space-post-heading-body) 0 1rem;font-size:var(--font-size-post-h3)}article h4{margin:var(--space-post-heading-body) 0 1rem;font-size:var(--font-size-post-h4)}article h5{margin:var(--space-post-heading-body) 0 1rem;font-size:var(--font-size-post-h5)}article h6{margin:var(--space-post-heading-body) 0 1rem;font-size:var(--font-size-post-h6)}article code,.post-preview-state code{color:var(--color-text);font-family:var(--font-family-code);background:var(--color-post-inline-code-bg);border-radius:var(--inline-code-radius);padding:.1em .35em;font-size:1rem;font-weight:400;line-height:1.5}article pre,.post-preview-state pre{color:var(--color-text);font-family:var(--font-family-code);background-color:var(--color-post-inline-code-bg);padding:var(--block-padding);border-radius:var(--block-radius);margin:var(--block-margin);font-size:1rem;line-height:1.6;overflow-x:auto}article pre code,.post-preview-state pre code{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;background:0 0;border-radius:0;padding:0;display:inline}article table{table-layout:auto;border-collapse:separate;border-spacing:0;border:1px solid var(--color-table-border);border-radius:var(--code-block-radius);width:100%;max-width:100%;margin:0}article thead{background-color:var(--color-table-head-bg);border-bottom:1px solid var(--color-table-border)}article thead th,article td{padding:var(--table-cell-padding-y) var(--table-cell-padding-x)}article thead th{color:var(--color-heading);text-align:left;font-weight:700}article td{color:var(--color-text)}article tbody tr{border-bottom:1px solid var(--color-table-border)}article tbody tr:last-child{border-bottom:none}article .table-wrapper{margin-bottom:1.5rem;overflow-x:auto}.post-preview-state{margin-top:0;margin-bottom:var(--space-post-paragraph)}article p:has(img){margin:0}article p:has(>.img-wrapper):has(>em){margin:var(--space-image-caption-margin) 0}article p:has(img) img{max-width:100%;height:auto;margin-inline:auto;display:block}@media (width<=960px){article p:has(img) img{max-width:calc(100% + 1rem)}}article p:has(img)>span{margin-inline:auto;display:block}article p:has(>.img-wrapper)>em{margin-top:var(--space-caption-gap);color:var(--color-muted);text-align:center;font-size:1rem;font-style:normal;line-height:1.5;display:block}.img-wrapper.img-light,.img-wrapper.light{display:block!important}.img-wrapper.img-dark,.img-wrapper.dark,html.dark .img-wrapper.img-light,html.dark .img-wrapper.light{display:none!important}html.dark .img-wrapper.img-dark,html.dark .img-wrapper.dark{display:block!important}.video-embed{height:0;margin:var(--block-margin);padding-bottom:56.25%;position:relative;overflow:hidden}.video-embed iframe{width:100%;height:100%;position:absolute;top:0;left:0}article:after{content:"";clear:both;display:table}article .video-native{width:100%;max-width:100%;height:auto;max-height:540px;margin:var(--block-margin);background:#000;display:block}.img-wrapper{aspect-ratio:16/9;display:block;position:relative;overflow:hidden}.img-wrapper:after{content:"";background:linear-gradient(90deg, var(--color-shimmer) 25%, var(--color-shimmer-highlight) 50%, var(--color-shimmer) 75%);pointer-events:none;background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer-anim;position:absolute;inset:0}.img-wrapper.loaded:after{opacity:0;transition:opacity .3s ease-in-out}.img-wrapper.loaded{aspect-ratio:auto}.img-wrapper img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s ease-in-out;display:block}.img-wrapper.loaded img{opacity:1;object-fit:contain}@keyframes shimmer-anim{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.img-wrapper:after{animation:none}}article{anchor-scope:all}.footnote-ref-wrapper{anchor-name:--footnote-ref-anchor;display:inline-block;position:relative}.footnote-tooltip{background:var(--color-post-inline-code-bg);max-height:240px;color:var(--color-text);z-index:50;text-align:left;border-radius:6px;padding:.6em .8em;font-size:1rem;line-height:1.5;display:none;overflow-y:auto}@media (width<=768px){.footnote-tooltip{bottom:max(16px, env(safe-area-inset-bottom));width:auto;max-width:none;margin:0;position:fixed;left:16px;right:16px}}@media (width>=769px){.footnote-tooltip{width:max-content;max-width:320px;margin-bottom:6px;position:absolute;bottom:100%;left:50%;translate:-50%}@supports (anchor-name:--footnote-ref-anchor){.footnote-tooltip{position-anchor:--footnote-ref-anchor;position-area:top center;position-try-fallbacks:flip-block, top left, top right;margin:0;translate:none}}}.footnote-ref-wrapper:hover .footnote-tooltip,.footnote-ref-wrapper:focus-within .footnote-tooltip{display:block}.footnote-tooltip .footnote-block{margin:.5em 0;display:block}.footnote-tooltip .footnote-block:first-child{margin-top:0}.footnote-tooltip .footnote-block:last-child{margin-bottom:0}@media (prefers-reduced-motion:no-preference){.footnote-tooltip{animation:.15s tooltip-fade-in}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}}article .mermaid{margin:var(--block-margin);text-align:center;font-size:16px;line-height:normal;overflow-x:auto}article .mermaid *{line-height:normal}article .mermaid svg{max-width:100%;height:auto}.admonition{margin:var(--space-post-paragraph) 0;border-radius:var(--code-block-radius);background:var(--color-admonition-bg);padding:1rem 1.25rem 1rem 3rem;position:relative}.admonition-icon{justify-content:center;align-items:center;width:1.25rem;height:1.8em;display:flex;position:absolute;top:1rem;left:1rem}.admonition-icon:before{font-family:"Font Awesome 6 Free";font-size:1rem;font-weight:900;line-height:1}.admonition-tip>.admonition-icon:before{content:""}.admonition-info>.admonition-icon:before{content:""}.admonition-warning>.admonition-icon:before{content:""}.admonition-danger>.admonition-icon:before{content:""}.admonition-body>:first-child{margin-top:0}.admonition-body>:last-child{margin-bottom:0}.admonition-body p{margin:0}.admonition-body p+p{margin-top:.5rem}.admonition-body blockquote{color:inherit;border:none;margin:0;padding:0}@font-face{font-family:Reddit Mono;font-weight:200 900;font-style:normal;font-display:swap;src:url(/fonts/Reddit_Mono/RedditMono-VariableFont_wght.ttf)format("truetype-variations")}:root{--font-size-base:16px;--font-size-action:28px;--font-size-hero-title:48px;--font-size-hero-title-mobile:40px;--font-size-hero-description:22px;--font-family-base:var(--configured-font-family,"Pretendard Variable", Inter, system-ui, sans-serif);--font-family-code:"Reddit Mono", "Pretendard Variable", "Pretendard", monospace;--font-weight-hero-title:800;--line-height-hero-title:58px;--line-height-hero-title-mobile:46px;--line-height-hero-description:27px;--font-size-post-h1:2.5rem;--font-size-post-h2:2.25rem;--font-size-post-h3:2rem;--font-size-post-h4:1.75rem;--font-size-post-h5:1.5rem;--font-size-post-h6:1.25rem;--content-width:960px;--avatar-size:48px;--hero-margin-top:42px;--hero-avatar-margin-top:47px;--hero-margin-top-mobile:40px;--authors-margin-top:128px;--post-margin-top:42px;--post-header-width:920px;--section-title-size:28px;--section-title-line-height:34px;--font-size-post-title:48px;--font-size-post-title-mobile:40px;--font-weight-post-title:800;--line-height-post-title:58px;--line-height-post-title-mobile:46px;--author-name-size:18px;--author-info-size:16px;--space-hero-title-description:8px;--space-avatar-title:20px;--space-avatar-description:13px;--space-section-title-content:32px;--space-authors-list:38px;--space-author-avatar-text:8px;--space-author-name-info:4px;--space-post-title-meta:32px;--space-post-meta-list:41px;--space-post-meta-content:80px;--space-post-heading-body:2rem;--space-post-heading-body-h2:2.5rem;--space-post-heading-body-h2-bottom:1.25rem;--space-post-paragraph:1rem;--table-cell-padding-y:.5rem;--table-cell-padding-x:1rem;--post-toc-width:280px;--space-post-toc-gap:40px;--space-post-toc-sticky-top:2.5rem;--toc-title-list-gap:var(--toc-item-gap);--toc-item-gap:12px;--toc-heading-offset:1rem;--post-card-radius:24px;--code-block-radius:12px;--inline-code-radius:4px;--block-padding:1rem 1.25rem;--block-margin:1.5rem 0;--block-radius:var(--code-block-radius);--post-card-gap:20px;--post-card-height-no-image:136px;--post-card-image-aspect-ratio:40 / 21;--post-card-image-radius:var(--post-card-radius) var(--post-card-radius) 0 0;--posts-section-margin-top:80px;--frame-thickness:16px;--button-size:72px;--frame-radius:calc(var(--button-size) / 2);--header-height:var(--button-size);--scroll-target-offset:var(--frame-thickness);--transition-duration:.2s;--transition-easing:ease;--layout-padding:32px;--layout-padding-mobile:16px;--border-width:1px;--border-style:solid;--space-search-sidebar-top:40px;--space-search-title-gap:2rem;--space-search-bar-gap:.75rem;--search-bar-width:250px;--search-bar-height:50px;--search-bar-padding-x:1.25rem;--space-card-content-padding:1.5rem;--space-card-title-gap:1rem;--post-card-font-title:1.25rem;--post-card-line-title:1.5rem;--post-footer-margin-top:9rem;--post-footer-margin-bottom:2.5rem;--space-post-footer-meta-gap:.75rem;--post-footer-meta-gap:1rem;--qr-code-size:80px;--space-toc-depth-3:1rem;--space-toc-depth-4:2rem;--toc-link-font-size:1.125rem;--space-author-name-line-height:1.375rem;--space-author-info-line-height:1.1875rem;--space-hero-caption-gap:.5rem;--button-padding-x:2.5rem;--footer-padding:4rem;--footer-gap:.5rem;--button-padding-y:1.125rem;--toast-offset:1rem;--toast-padding-y:.5rem;--toast-padding-x:1rem;--space-caption-gap:.5rem;--space-image-caption-margin:2.5rem;--space-load-more-gap:.25rem;--font-size-load-more-sub:.875em;--opacity-load-more-sub:.8;--chunk-nav-gap:1rem;--chunk-nav-padding:1rem 1.5rem;--chunk-nav-font-size:.875rem;--chunk-grid-padding:1.5rem}html{font-family:var(--font-family-base);background-color:var(--color-bg);scroll-behavior:smooth;word-break:break-all;min-height:100%;margin:0;padding:0;overflow:hidden scroll}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-color:var(--color-frame);min-height:100%;margin:0;padding:0}@media (width<=960px){:root{--frame-thickness:0px;--frame-radius:0px;--button-size:48px;--font-size-action:20px;--scroll-target-offset:var(--button-size);--authors-margin-top:48px;--posts-section-margin-top:48px;--post-card-radius:16px}}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.content-shell{width:min(100%, var(--content-width));margin-left:auto;margin-right:auto}.authors{margin-top:var(--authors-margin-top);color:var(--color-text);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.authors h2{color:var(--color-heading);font-size:var(--section-title-size);line-height:var(--section-title-line-height);letter-spacing:0;margin:0;font-weight:700}.authors-toggle{cursor:pointer;color:var(--color-text);background:0 0;border:none;padding:8px;display:none}.authors-toggle .chevron-icon{transition:transform var(--transition-duration) var(--transition-easing)}.authors-toggle[aria-expanded=true] .chevron-icon{transform:rotate(180deg)}.authors-list{align-items:center;gap:var(--space-authors-list);margin-top:var(--space-section-title-content);flex-wrap:wrap;width:100%;display:flex}.content-body-layout{width:min(100%, var(--content-width));justify-content:center;margin-left:auto;margin-right:auto;display:flex;position:relative}.search-mobile-wrapper{display:none}.search-sidebar{left:100%;top:var(--posts-section-margin-top);width:var(--post-toc-width);margin-left:var(--space-post-toc-gap);position:absolute;bottom:0}.search-sidebar>*{top:calc(var(--header-height) + var(--space-search-sidebar-top));position:sticky}@media (width<=1280px){.search-sidebar{display:none}.search-mobile-wrapper{width:100%;margin-top:var(--posts-section-margin-top);margin-bottom:1.5rem;display:block}.content-body-layout{flex-direction:column}}.chunk-nav{gap:var(--chunk-nav-gap);padding:var(--chunk-nav-padding);display:flex}.chunk-nav a{color:var(--color-text);font-size:var(--chunk-nav-font-size);text-decoration:none}.chunk-nav a:hover{color:var(--color-accent)}.posts-columns{align-items:flex-start;gap:var(--post-card-gap);width:100%;min-width:0;display:flex}.posts-columns>.posts-col{gap:var(--post-card-gap);flex-direction:column;flex:1 1 0;min-width:0;display:flex}.posts-columns[data-layout=flow]{flex-direction:column;align-items:stretch;display:flex}.posts-columns[data-layout=flow]>.posts-col{display:contents}@media (width<=960px){.posts-columns[data-layout=masonry]{flex-direction:column}.posts-columns[data-layout=masonry]>.posts-col{display:contents}.posts-columns[data-layout=masonry] .posts-col>.post-card,.posts-columns[data-layout=masonry] .posts-col>.load-more-card{order:var(--post-order);width:100%}.posts-columns[data-layout=flow]{flex-direction:column;align-items:stretch}.posts-columns[data-layout=flow]>.post-card,.posts-columns[data-layout=flow]>.load-more-card{order:0;width:100%}.authors-toggle{justify-content:center;align-items:center;display:flex}.authors-list{transition:max-height var(--transition-duration) var(--transition-easing), opacity var(--transition-duration) var(--transition-easing);margin-top:var(--space-section-title-content);overflow:hidden}.authors-toggle[aria-expanded=false]+.authors-list{opacity:0;pointer-events:none;max-height:0}.authors-toggle[aria-expanded=true]+.authors-list{opacity:1;max-height:500px}}.chunk-page .posts-columns{padding:0 var(--chunk-grid-padding)}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.left{margin-bottom:1rem;margin-right:1rem;float:left!important}.right{margin-bottom:1rem;margin-left:1rem;float:right!important}.clearfix:after{clear:both;content:"";display:block}.border{border:var(--border-width,1px) var(--border-style,solid) var(--color-border,#dee2e6)!important}.border-0{border:0!important}.border-top{border-top:var(--border-width,1px) var(--border-style,solid) var(--color-border,#dee2e6)!important}.border-end{border-right:var(--border-width,1px) var(--border-style,solid) var(--color-border,#dee2e6)!important}.border-bottom{border-bottom:var(--border-width,1px) var(--border-style,solid) var(--color-border,#dee2e6)!important}.border-start{border-left:var(--border-width,1px) var(--border-style,solid) var(--color-border,#dee2e6)!important}.border-top-0{border-top:0!important}.border-end-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-start-0{border-left:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.rounded{border-radius:.375rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important}.rounded-2{border-radius:.375rem!important}.rounded-3{border-radius:.5rem!important}.rounded-4{border-radius:.75rem!important}.rounded-5{border-radius:1rem!important}.rounded-10{border-radius:10px!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.rounded-end{border-top-right-radius:.375rem!important;border-bottom-right-radius:.375rem!important}.rounded-bottom{border-bottom-right-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.rounded-start{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}
