/* License information */
:root{--gap:1.5rem;--content-gap:1.5rem;--section-gap:4rem;--small-gap:1rem;--nav-width:1200px;--main-width:780px;--header-height:70px;--radius:0;--black:#000000;--white:#ffffff;--gray:#666666;--light-gray:#f5f5f5;--border:#e0e0e0;--theme:var(--white);--entry:var(--white);--primary:var(--black);--secondary:var(--gray);--tertiary:var(--border);--content:var(--black);--code-block-bg:var(--light-gray);--code-bg:var(--light-gray);--font-family:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
                   system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
                   "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
                   "Segoe UI Symbol", sans-serif;--font-weight-light:300;--font-weight-normal:400;--font-weight-bold:700;--line-height-tight:1.1;--line-height-normal:1.6;--line-height-relaxed:1.8;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.6s ease}.list{background:var(--white)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:var(--font-family);font-size:1rem;font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);word-break:break-word;background:var(--theme);overflow-x:hidden;text-align:left}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}body.error-404 .main{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-height));text-align:center;padding:0 2rem!important}.container{max-width:600px}.error-code{font-size:6rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1.5rem}.divider{width:60px;height:1px;background-color:var(--content);margin:0 auto 1.5rem}.error-message{font-size:1.25rem;font-weight:400;margin-bottom:1rem}.error-description{font-size:.95rem;color:#666;line-height:1.6}@media(max-width:768px){.error-code{font-size:4rem}.error-message{font-size:1.1rem}}.archive-posts{width:100%;font-size:1rem}.archive-year{margin-top:2.5rem}.archive-year:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:.75rem 0}.archive-month-header{margin:1.5rem 0;width:200px;font-weight:var(--font-weight-bold)}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:.5rem;margin:.75rem 0;transition:all var(--transition-normal)}.archive-entry:hover{background:var(--light-gray);transform:translateX(5px)}.archive-entry-title{margin:.5rem 0;font-weight:var(--font-weight-normal)}.archive-count,.archive-meta{color:var(--secondary);font-size:.9rem}.floating-social{position:fixed;left:2rem;bottom:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:100}.floating-social::after{content:'';width:1px;height:90px;background:var(--border)}.floating-social a{color:var(--secondary);font-size:1.2rem;transition:all .3s}.floating-social a:hover{color:var(--primary);transform:translateY(-3px)}.floating-email{position:fixed;right:2rem;bottom:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem;z-index:100}.floating-email::after{content:'';width:1px;height:90px;background:var(--border)}.floating-email a{writing-mode:vertical-rl;color:var(--secondary);text-decoration:none;font-size:.85rem;letter-spacing:.1em;transition:all .3s}.floating-email a:hover{color:var(--primary);transform:translateY(-3px)}@media(max-width:768px){.floating-social,.floating-email{display:none}}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 4rem}.logo-lang{display:flex;align-items:center;gap:.5rem}.logo{font-size:1.2rem;font-weight:var(--font-weight-bold);color:var(--black);text-decoration:none;transition:color var(--transition-normal)}.separator{color:var(--gray);font-size:1.2rem}.lang-switch{font-size:.95rem;font-weight:var(--font-weight-normal);color:var(--gray);text-decoration:none;transition:color var(--transition-normal)}.lang-switch:hover{color:var(--black)}.nav-menu{display:flex;gap:3rem;list-style:none;margin:0}.nav-menu a{font-size:.95rem;color:var(--gray);text-decoration:none;transition:color var(--transition-normal)}.nav-menu a:hover,.nav-menu .active{color:var(--black)}.main{position:relative;min-height:calc(100vh - var(--header-height));max-width:var(--main-width);margin:0 auto;padding:0;padding-top:calc(var(--header-height) + 2rem);padding-bottom:4rem}.page-header h1{font-size:2.5rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:var(--gap)}.pagination a{color:var(--primary);font-size:.9rem;line-height:2.25rem;background:var(--theme);border:1px solid var(--border);border-radius:0;padding:0 1rem;transition:all var(--transition-normal)}.pagination a:hover{background:var(--light-gray);color:var(--primary)}.pagination .page-number{color:var(--secondary);font-size:.9rem}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:.5rem;right:.5rem;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:.25rem .5rem;font-size:.9rem;user-select:none;transition:all var(--transition-normal);cursor:pointer}.copy-code:hover{background:#4e4e4e}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:auto;margin:0 0 var(--gap);padding:var(--gap)0}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:2rem;line-height:var(--line-height-tight);font-weight:var(--font-weight-bold);margin-bottom:.25rem}.first-entry .entry-content{margin:.25rem 0;font-size:1rem;line-height:var(--line-height-normal);-webkit-line-clamp:3}.first-entry .entry-footer{margin-top:.25rem;font-size:.9rem;color:var(--secondary)}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:0;padding:var(--gap)0;background:0 0;border-radius:0;transition:all var(--transition-normal);border:none;border-bottom:1px solid var(--border)}.post-entry:last-of-type{border-bottom:none}.post-entry:hover{background:0 0;transform:none}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:1.5rem;line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}.entry-content{margin:.5rem 0;color:var(--secondary);font-size:.95rem;line-height:var(--line-height-normal);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:.85rem}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:.95rem;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-decoration:underline;transition:color var(--transition-normal)}.entry-cover a:hover{color:var(--secondary)}.page-header,.post-header{margin:0 auto var(--content-gap)}.post-title{margin-bottom:.25rem;font-size:2.5rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.post-description{margin-top:.25rem;margin-bottom:.25rem;color:var(--secondary);line-height:var(--line-height-normal)}.post-meta{color:var(--secondary);font-size:.9rem;margin-bottom:.25rem}.post-header .post-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.post-header .post-tags li{display:inline-block}.post-header .post-tags a{display:inline-block;padding:.125rem .5rem;font-size:.75rem;line-height:1.4;color:var(--secondary);background:var(--code-bg);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-normal);text-decoration:none}.post-header .post-tags a:hover{background:var(--light-gray);color:var(--primary)}.post-content{color:var(--content);margin:2rem 0;line-height:var(--line-height-relaxed);font-size:1rem}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:1.5rem 0 1rem;font-weight:var(--font-weight-bold)}.post-content h1{margin:2.5rem auto 2rem;font-size:2.25rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.post-content h2{margin:2rem auto 1.5rem;font-size:2rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight)}.post-content h3{font-size:1.75rem}.post-content h4{font-size:1.5rem}.post-content h5{font-size:1.25rem}.post-content h6{font-size:1.125rem}.post-content a,.toc a:hover{text-decoration:underline;transition:color var(--transition-normal)}.post-content a:hover{color:var(--secondary)}.post-content a code{margin:auto 0;border-radius:var(--radius)}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:.5rem}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:var(--font-weight-bold)}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:.75rem}.post-content dd~dd,.post-content dt~dt{margin-top:.75rem}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:.5rem;line-height:var(--line-height-normal);border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:1rem auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto .25rem;padding:.25rem .5rem;font-size:.9em;line-height:var(--line-height-normal);background:var(--code-bg);border-radius:var(--radius)}.post-content pre code{display:grid;margin:auto 0;padding:1rem;color:var(--black);background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:1.5rem 0;padding:0 1rem;border-inline-start:2px solid var(--primary);font-style:italic;color:var(--secondary)}.post-content hr{margin:2rem 0;height:1px;background:var(--border);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:1rem;font-weight:var(--font-weight-bold);margin:.5rem 0 1rem}.post-content figure>figcaption>p{color:var(--secondary);font-size:.9rem;font-weight:var(--font-weight-normal)}.toc{margin-bottom:var(--content-gap);border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.toc details summary{cursor:zoom-in;margin-inline-start:.75rem;user-select:none;font-weight:var(--font-weight-bold)}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:var(--font-weight-bold)}.toc .inner{margin:.5rem 1.5rem;padding:0 .75rem;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:.75rem}.post-tags{display:flex;flex-wrap:wrap;gap:.75rem}.post-tags li{display:inline-block}.post-tags a{display:block;padding:0 1rem;color:var(--secondary);font-size:.9rem;line-height:2rem;background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border);transition:all var(--transition-normal)}.post-tags a:hover{background:var(--light-gray);color:var(--primary)}.paginav{background:var(--theme);border:1px solid var(--border);border-radius:0}.paginav a:hover{background:var(--light-gray)}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5rem;font-weight:var(--font-weight-normal);user-select:none}.paginav{display:flex;line-height:2rem}.paginav a{padding-inline-start:1rem;padding-inline-end:1rem;border-radius:0;transition:all var(--transition-normal);color:var(--primary)}.paginav .title{letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){color:var(--primary)}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}#searchbox input{padding:.75rem 1rem;width:100%;color:var(--primary);font-weight:var(--font-weight-normal);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-normal);font-size:1rem}#searchbox input:focus{border-color:var(--primary);outline:none}#searchResults li{list-style:none;border-radius:0;padding:var(--gap)0;margin:0;position:relative;font-weight:var(--font-weight-normal);border:none;border-bottom:1px solid var(--border);transition:all var(--transition-normal);background:0 0}#searchResults li:last-of-type{border-bottom:none}#searchResults{margin:var(--gap)0 0;width:100%}#searchResults li:hover{background:0 0;transform:none}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{background:0 0;border:none;border-bottom:1px solid var(--border)}.terms-tags li{display:inline-block;margin:.75rem;font-weight:var(--font-weight-normal)}.terms-tags a{display:block;padding:.5rem 1rem;background:var(--light-gray);border:1px solid var(--border);border-radius:var(--radius);transition:all var(--transition-normal)}.terms-tags a:hover{background:var(--primary);color:var(--theme);transform:translateY(-2px)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width:768px){:root{--gap:14px}.header{padding:0 1rem}.logo{font-size:1rem}.separator{font-size:1rem}.lang-switch{font-size:.85rem;white-space:nowrap}.nav-menu{gap:1rem}.nav-menu a{font-size:.85rem;white-space:nowrap}.main{padding-left:1rem;padding-right:1rem}.first-entry{min-height:auto}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,#searchResults .focus,#searchResults li:active{transform:none}}