.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}body.light-theme,:root{--background:#fff;--background-secondary:#eaeaea;--header:#fafafa;--color:#222;--color-strong:#000;--color-secondary:#737380;--border-color:#dcdcdc;--rule-color:#0000001f;--selection:#fe518640;--selection-color:#222;--accent:#fe5186;--page-width:1320px;--page-gutter:20px;--rule-dash:7px;--rule-gap:7px;--rule-period:14px}@media (width<=684px){:root{--page-gutter:16px}}body.dark-theme{--background:#292a2d;--background-secondary:#3b3d42;--header:#252627;--color:#a9a9b3;--color-strong:#e6e6ec;--color-secondary:#909099;--border-color:#4a4b50;--rule-color:#ffffff21;--selection:#fe518661;--selection-color:#f4f4f8}@media (prefers-color-scheme:light){body:not(.dark-theme){--background:#fff;--background-secondary:#eaeaea;--header:#fafafa;--color:#222;--color-strong:#000;--color-secondary:#737380;--border-color:#dcdcdc;--rule-color:#0000001f;--selection:#fe518640;--selection-color:#222}}@media (prefers-color-scheme:dark){body:not(.light-theme){--background:#292a2d;--background-secondary:#3b3d42;--header:#252627;--color:#a9a9b3;--color-strong:#e6e6ec;--color-secondary:#909099;--border-color:#4a4b50;--rule-color:#ffffff21;--selection:#fe518661;--selection-color:#f4f4f8}}body{--rule-h:repeating-linear-gradient(to right, var(--rule-color) 0 var(--rule-dash), transparent var(--rule-dash) var(--rule-period));--rule-v:repeating-linear-gradient(to bottom, var(--rule-color) 0 var(--rule-dash), transparent var(--rule-dash) var(--rule-period))}.button-container{margin-left:auto;margin-right:auto;display:table}button,.button,a.button{background:var(--background-secondary);text-align:center;appearance:none;cursor:pointer;border:1px solid #0000;border-radius:8px;outline:none;justify-content:center;align-items:center;margin-bottom:5px;padding:8px 18px;font-weight:500;text-decoration:none;display:flex;position:relative}.button.outline,a.button.outline{border-color:var(--background-secondary);box-shadow:none;background:0 0;padding:8px 18px}.button.primary,a.button.primary{box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px #32325d36,0 1px 3px #00000014}.button.link,a.button.link{background:0 0;font-size:1rem}.button.small,a.button.small{font-size:.8rem}.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.read-more,a.read-more:hover,a.read-more:active{box-shadow:none;background:0 0;margin:20px 0;padding:0;font-weight:700;display:inline-flex}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a,.code-toolbar .toolbar-item button{background:var(--background-secondary);text-align:center;appearance:none;cursor:pointer;border:1px solid #0000;border-radius:8px;outline:none;justify-content:center;align-items:center;margin-bottom:5px;padding:3px 8px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.header{background:var(--header);padding:20px var(--page-gutter);justify-content:center;align-items:center;display:flex;position:relative}.header__right{flex-direction:row;align-items:center;display:flex}.header__inner{width:calc(var(--page-width) - 2 * var(--page-gutter));justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;display:flex}.theme-toggle{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:1;display:flex}.theme-toggler{fill:currentColor}.reading-progress{z-index:100;pointer-events:none;width:100%;height:3px;position:fixed;top:0;left:0}.reading-progress__bar{background:var(--accent);transform-origin:0;will-change:transform;height:100%;transform:scaleX(0)}@media print{.reading-progress{display:none}}.logo{flex:none;align-items:center;font-weight:700;text-decoration:none;display:flex}.logo img{height:44px}.logo__mark{align-items:center;margin-right:5px;display:inline-flex}.logo__mark .greater-icon{width:.95rem;height:100%}.logo__mark .greater-icon path{stroke:currentColor;stroke-width:8px}.logo__text{font-size:1.125rem}.logo__cursor{background:var(--accent);border-radius:1px;width:10px;height:1rem;margin-left:5px;animation:1s infinite cursor;display:inline-block}@keyframes cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}.menu{border-right:1px solid;margin-right:18px;padding-right:24px;font-weight:500}@media (width<=684px){.menu{margin-right:12px;padding-right:14px}}.menu a{text-decoration:none}.menu__inner{flex-wrap:wrap;justify-content:flex-end;align-items:center;margin:0;padding:0;list-style:none;display:flex}.menu__inner li{text-align:left;flex:none}.menu__inner li:not(:first-of-type){margin-left:20px}html{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}:target,.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{scroll-margin-top:24px}*,:before,:after{box-sizing:inherit}body{font-feature-settings:"liga", "calt", "tnum", "case";background-color:var(--background);color:var(--color);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;margin:0;padding:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.7}::selection{background:var(--selection);color:var(--selection-color)}h1,h2,h3,h4,h5,h6{line-height:1.3}strong,b{color:var(--color-strong);font-weight:700}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--color-strong)}.post-content h1{margin:3.5rem 0 1.25rem}.post-content h2{margin:3rem 0 1rem}.post-content h3{margin:2.5rem 0 .75rem}.post-content h4,.post-content h5,.post-content h6{margin:2rem 0 .75rem}.post-content>:first-child{margin-top:0}h1{font-size:2rem}h2{font-size:1.625rem}h3{font-size:1.375rem}h4{font-size:1.125rem}@media (width<=684px){body{font-size:1.0625rem}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1.125rem}.post-content h1{margin:2.5rem 0 1rem}.post-content h2{margin:2.25rem 0 .75rem}.post-content h3{margin:2rem 0 .75rem}.post-content h4,.post-content h5,.post-content h6{margin:1.75rem 0 .5rem}}a{color:inherit}img{max-width:100%;height:auto;display:block}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}figure{max-width:100%;margin:25px 0;display:table}figure.left{margin-right:auto}figure.center{margin-left:auto;margin-right:auto}figure.right{margin-left:auto}figure figcaption{opacity:.8;margin-top:5px;font-size:.9rem}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}code,kbd{background:var(--background-secondary);font-feature-settings:normal;border-radius:5px;margin:0 2px;padding:1px 6px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:.9em;font-weight:400}code code,code kbd,kbd code,kbd kbd{background:0 0;margin:0;padding:0}pre{font-feature-settings:normal;background:#212020;border-radius:8px;padding:20px;font-size:.9rem;line-height:1.55;overflow:auto}@media (width<=684px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{font-feature-settings:normal;color:#ccc;font-size:inherit;margin:0;padding:0;background:0 0!important}blockquote{border-left:2px solid;margin:30px 0;padding:2px 0 2px 20px}@media (width<=684px){blockquote{margin:20px 0;padding:2px 0 2px 14px}}blockquote:before{content:"”";font-family:Georgia,serif;font-size:3.875rem;position:absolute;top:-20px;left:-40px}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}.table-scroll{overscroll-behavior-x:contain;margin:40px 0;overflow-x:auto}.table-scroll table{margin:0}.table-scroll[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.table-scroll[data-overflow=end]{-webkit-mask-image:linear-gradient(270deg,#0000,#000 28px);mask-image:linear-gradient(270deg,#0000,#000 28px)}.table-scroll[data-overflow=start]{-webkit-mask-image:linear-gradient(90deg,#0000,#000 28px);mask-image:linear-gradient(90deg,#0000,#000 28px)}.table-scroll[data-overflow=both]{-webkit-mask-image:linear-gradient(90deg,#0000,#000 28px calc(100% - 28px),#0000);mask-image:linear-gradient(90deg,#0000,#000 28px calc(100% - 28px),#0000)}.table-scroll[data-overflow]:focus-visible{-webkit-mask-image:none;mask-image:none}table{table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid var(--border-color);border-radius:8px;width:100%;margin:40px 0}@media (width<=684px){.table-scroll table{table-layout:auto;width:max-content;min-width:100%}.table-scroll th,.table-scroll td{white-space:nowrap}}th,td{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:10px}th:last-child,td:last-child{border-right:0}tr:last-child td{border-bottom:0}th{background:var(--background-secondary)}thead tr:first-child th:first-child{border-top-left-radius:7px}thead tr:first-child th:last-child{border-top-right-radius:7px}tr:last-child td:first-child{border-bottom-left-radius:7px}tr:last-child td:last-child{border-bottom-right-radius:7px}ul,ol{margin-left:40px;padding:0}@media (width<=684px){ul,ol{margin-left:20px}}ol ol{list-style-type:lower-alpha}.container{flex-direction:column;justify-content:center;min-height:100vh;display:flex}.content{flex-direction:column;flex:auto;justify-content:center;align-items:center;margin:50px 0;display:flex}.content:has(.posts){justify-content:flex-start}@media (width<=684px){.content{margin-top:0}}hr{background-image:var(--rule-h);border:none;width:100%;height:1px}.hidden{display:none}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.framed{border:1px solid var(--border-color);border-radius:10px;width:100%;max-width:860px;margin:0 -50px 40px;padding:50px}@media (width<=900px){.framed{width:auto;max-width:680px;margin:20px 20px 40px;padding:30px}}.h-anchor{color:var(--color-secondary);visibility:hidden;opacity:0;margin-left:1px;text-decoration:none;transition:visibility 0s linear .1s,opacity .1s linear}.h-anchor:after{content:"#"}h1:hover a,h2:hover a,h3:hover a,h4:hover a,h5:hover a,h6:hover a,.h-anchor:focus-visible{visibility:visible;opacity:1;transition-delay:0s}.framed .h-anchor{visibility:hidden}.post{width:100%;max-width:var(--content-width);text-align:left;margin:20px auto;padding:20px}@media (width<=684px){.post{padding:20px 16px}}.post-meta{color:var(--color-secondary);flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:10px;font-size:.875rem;display:flex}@media (width<=684px){.post-meta{font-size:.8125rem}}.post-title{color:var(--color-strong);margin:0 0 20px}.post-title a{text-decoration:none}.post-tags{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.post-tags a{background:var(--background-secondary);color:var(--color);white-space:nowrap;border-radius:999px;align-items:center;padding:3px 11px 4px;font-size:.75rem;font-weight:500;line-height:1.5;text-decoration:none;transition:color .15s;display:inline-flex}.post-tags a:hover,.post-tags a:focus-visible{color:var(--color-strong)}.reading-time{color:inherit;white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.reading-time__icon{flex:none;width:12px;height:12px}.post-content{margin-top:30px}.post-cover{margin:26px 0 6px}.post-cover img{border-radius:10px;width:100%}.cover,.cover__plate{display:block}.cover--themed .cover__plate--dark,body.dark-theme .cover--themed .cover__plate--light{display:none}body.dark-theme .cover--themed .cover__plate--dark{display:block}:root{--content-width:800px;--layout-gap:40px;--toc-width:200px}@media (width<=900px){:root{--content-width:660px}}.post-layout{flex-direction:column;align-items:center;width:100%;display:flex}@media (width>=1260px){.post-layout{grid-template-columns:minmax(0, 1fr) var(--content-width) minmax(0, 1fr);column-gap:var(--layout-gap);max-width:var(--page-width);padding:0 var(--page-gutter);align-items:start;margin:0 auto;display:grid}.post-layout .post{grid-column:2}}.post-rail{display:none}@media (width>=1260px){.post-rail{flex-direction:column;grid-column:1;justify-content:flex-end;align-self:stretch;align-items:flex-end;display:flex}}.table-of-contents{width:100%;max-width:var(--content-width);order:-1;margin:20px 0 10px;padding:0 20px}@media (width<=684px){.table-of-contents{padding:0 16px}}@media (width>=1260px){.table-of-contents{width:min(var(--toc-width), 100%);scrollbar-width:thin;order:0;grid-column:3;justify-self:center;max-width:none;max-height:calc(100vh - 80px);margin:30px 0 0;padding:0;position:sticky;top:34px;overflow-y:auto}}.table-of-contents__toggle{visibility:hidden;position:absolute}.table-of-contents__title{letter-spacing:.1em;text-transform:uppercase;color:var(--color-secondary);cursor:pointer;user-select:none;justify-content:space-between;align-items:center;margin:0 0 10px;font-size:.75rem;font-weight:600;display:flex}.table-of-contents__caret{border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .15s}.table-of-contents__toggle:not(:checked)~#TableOfContents{display:none}.table-of-contents__toggle:checked~.table-of-contents__title .table-of-contents__caret{transform:rotate(180deg)}@media (width>=1260px){.table-of-contents__toggle:not(:checked)~#TableOfContents{display:block}.table-of-contents__title{cursor:default;pointer-events:none}.table-of-contents__caret{display:none}}.table-of-contents ul{margin:0;padding:0;list-style:none}.table-of-contents li{margin:0}.table-of-contents a{border-left:2px solid var(--border-color);color:var(--color-secondary);overflow-wrap:anywhere;padding:6px 0 6px 14px;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .15s,border-color .15s;display:block}.table-of-contents a:hover{color:var(--color)}.table-of-contents a.active{color:var(--color);border-left-color:var(--accent)}.table-of-contents ul ul a{padding-left:28px;font-size:.8rem}.comments{margin-top:40px}:root{--grid-gap:56px}.posts{width:100%;max-width:var(--page-width);padding:0 var(--page-gutter) 20px;margin:0 auto}.posts__grid{column-gap:var(--grid-gap);grid-template-columns:minmax(0,1fr);display:grid}@media (width>=685px){.posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.post.on-list{max-width:none;margin:0;padding:30px 0}@media (width<=684px){.post.on-list{padding:24px 0}}.on-list.post--featured,.posts__grid .post.on-list{background-image:var(--rule-h);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px}.posts__grid .post.on-list:last-child{background-image:none}@media (width>=685px){.posts__grid .post.on-list:nth-last-child(2):nth-child(odd){background-image:none}.posts__grid .post.on-list{position:relative}.posts__grid .post.on-list:nth-child(odd):not(:last-child):after{content:"";top:0;bottom:0;right:calc(var(--grid-gap) / -2);background-image:var(--rule-v);width:1px;position:absolute}}.on-list.post--featured{padding-bottom:36px}.on-list.post--featured .post-title{font-size:2rem}@media (width<=684px){.on-list.post--featured .post-title{font-size:1.5rem}}.on-list.post--featured .post-summary{-webkit-line-clamp:3;line-clamp:3;font-size:1rem}.on-list.post--featured .post-title,.on-list.post--featured .post-summary{max-width:var(--content-width)}.post-thumb{background:var(--background-secondary);border-radius:10px;margin:0 0 22px;display:block;overflow:hidden}.post-thumb img{aspect-ratio:1200/630;object-fit:cover;width:100%}@media (width>=685px){.on-list.post--featured:has(.post-thumb){grid-template-columns:minmax(0,1fr) minmax(0,440px);align-items:center;column-gap:48px;display:grid}.post--featured .post-card__body{order:1}.post--featured .post-thumb{order:2;margin:0}.posts__grid .post-title{font-size:1.375rem}}.on-list .post-meta{margin-bottom:9px;font-size:.8125rem}.on-list .post-title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.35}@media (width<=684px){.on-list .post-title{font-size:1.1875rem}}.on-list .post-title a:hover,.on-list .post-title a:focus-visible{text-underline-offset:.18em;text-decoration:underline 2px}.on-list .post-tags{margin:14px 0 0}.on-list .post-summary{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;font-size:.9375rem;line-height:1.65;display:-webkit-box;overflow:hidden}.post-actions{align-items:center;gap:10px;margin-bottom:40px;display:flex;position:sticky;bottom:40px}.post-action{border:1px solid var(--border-color);background:var(--background);width:40px;height:40px;color:var(--color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.post-action:hover,.post-action:focus-visible{color:var(--color-strong);border-color:var(--color-secondary)}.post-action svg{fill:currentColor;width:18px;height:18px}.post-action__icon--check{display:none}.post-action.is-copied{color:var(--accent);border-color:var(--accent)}.post-action.is-copied .post-action__icon--link{display:none}.post-action.is-copied .post-action__icon--check{display:block}.plate--themed img:last-child,body.dark-theme .plate--themed img:first-child{display:none}body.dark-theme .plate--themed img:last-child{display:block}body.light-theme,:root{--callout-note:#0969da;--callout-tip:#1a7f37;--callout-important:#8250df;--callout-warning:#9a6700;--callout-caution:#cf222e}body.dark-theme{--callout-note:#4493f8;--callout-tip:#3fb950;--callout-important:#ab7df8;--callout-warning:#d29922;--callout-caution:#f85149}@media (prefers-color-scheme:dark){body:not(.light-theme){--callout-note:#4493f8;--callout-tip:#3fb950;--callout-important:#ab7df8;--callout-warning:#d29922;--callout-caution:#f85149}}.callout{border-left:3px solid var(--callout-accent);background:color-mix(in oklab, var(--callout-accent) 7%, var(--background));border-radius:0 4px 4px 0;margin:24px 0;padding:14px 18px;overflow:hidden}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout__label{color:var(--callout-accent);align-items:center;gap:7px;margin:0 0 6px;font-size:.875rem;font-weight:700;line-height:1.5;display:flex}.callout__label:before{content:"";width:16px;height:16px;-webkit-mask:var(--callout-icon) center / 16px 16px no-repeat;mask:var(--callout-icon) center / 16px 16px no-repeat;background-color:currentColor;flex:none}.callout--note{--callout-accent:var(--callout-note);--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 100 16A8 8 0 008 0zm0 1.5a6.5 6.5 0 110 13 6.5 6.5 0 010-13zm.75 9.75h-1.5v-5h1.5v5zM8 5.4a.95.95 0 110-1.9.95.95 0 010 1.9z'/%3E%3C/svg%3E")}.callout--tip{--callout-accent:var(--callout-tip);--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a4.5 4.5 0 00-2.7 8.1c.4.3.65.75.72 1.2l.08.7h3.8l.08-.7c.07-.45.32-.9.72-1.2A4.5 4.5 0 008 1zm0 1.5a3 3 0 011.8 5.4c-.5.38-.87.9-1.06 1.6H7.26c-.19-.7-.56-1.22-1.06-1.6A3 3 0 018 2.5zM6.25 12h3.5v1.25h-3.5V12zm.6 2.25h2.3l-.6.75H7.45l-.6-.75z'/%3E%3C/svg%3E")}.callout--important{--callout-accent:var(--callout-important);--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 2.75C2 1.784 2.784 1 3.75 1h8.5c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0112.25 12H8.06l-2.53 2.53A.75.75 0 014.25 14v-2h-.5A1.75 1.75 0 012 10.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h1.25a.75.75 0 01.75.75v.94l1.47-1.47a.75.75 0 01.53-.22h4.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-8.5zM8.75 4v4h-1.5V4h1.5zm0 5.25v1.5h-1.5v-1.5h1.5z'/%3E%3C/svg%3E")}.callout--warning{--callout-accent:var(--callout-warning);--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.7 1.6a1.5 1.5 0 012.6 0l5.4 9.4a1.5 1.5 0 01-1.3 2.25H2.6A1.5 1.5 0 011.3 11l5.4-9.4zm1.3.7a.1.1 0 00-.09.05L2.51 11.75a.1.1 0 00.09.15h10.8a.1.1 0 00.09-.15L8.09 2.35A.1.1 0 008 2.3zm.75 3.2v3.5h-1.5V5.5h1.5zm0 4.75v1.5h-1.5v-1.5h1.5z'/%3E%3C/svg%3E")}.callout--caution{--callout-accent:var(--callout-caution);--callout-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.88.75h6.24l4.13 4.13v6.24l-4.13 4.13H4.88L.75 11.12V4.88L4.88.75zm.62 1.5L2.25 5.5v5l3.25 3.25h5l3.25-3.25v-5L10.5 2.25h-5zm3.25 2.25v4.25h-1.5V4.5h1.5zm0 5.5v1.5h-1.5V10h1.5z'/%3E%3C/svg%3E")}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.post-content sup:has(>a[data-footnote-ref]){margin-left:1px;font-size:.75em;line-height:0}.post-content a[data-footnote-ref]{color:var(--accent);font-variant-numeric:tabular-nums;border-radius:3px;padding:0 3px;text-decoration:none;transition:background-color .15s}.post-content a[data-footnote-ref]:hover,.post-content a[data-footnote-ref]:focus-visible{background:var(--background-secondary)}.post-content [id^=user-content-fn]{scroll-margin-top:24px}.footnotes{border-top:1px solid var(--border-color);color:var(--color-secondary);margin-top:48px;padding-top:20px;font-size:.9375rem}.footnotes ol{margin:0;padding-left:20px}.footnotes li{margin:0 0 10px}.footnotes li p{margin:0;line-height:1.7}.footnotes li:target{box-shadow:-12px 0 0 -10px var(--accent)}.footnotes a.data-footnote-backref{color:var(--accent);margin-left:4px;font-size:.875em;text-decoration:none}.footnotes a.data-footnote-backref:hover,.footnotes a.data-footnote-backref:focus-visible{text-underline-offset:2px;text-decoration:underline}.post-content img.zoomable{cursor:zoom-in}.post-content img.zoomable:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.lightbox{cursor:zoom-out;background:0 0;border:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:0;overflow:hidden}.lightbox[open]{justify-content:center;align-items:center;display:flex}.lightbox::backdrop{background:#000000d1}.lightbox__image{width:min(calc(100vw - 48px), var(--lightbox-cap,100vw));object-fit:contain;background:#fff;border-radius:4px;height:auto;max-height:calc(100dvh - 48px)}.lightbox__close{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:40px;height:40px;padding:0;transition:background-color .15s;position:fixed;top:16px;right:16px}.lightbox__close:before,.lightbox__close:after{content:"";background:currentColor;border-radius:1px;width:16px;height:2px;position:absolute;top:50%;left:50%}.lightbox__close:before{transform:translate(-50%,-50%)rotate(45deg)}.lightbox__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.lightbox__close:hover,.lightbox__close:focus-visible{background:#ffffff3d}.lightbox__close:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (prefers-reduced-motion:no-preference){.lightbox[open]{animation:.18s ease-out lightbox-in}.lightbox[open]::backdrop{animation:.18s ease-out lightbox-backdrop-in}}@keyframes lightbox-in{0%{opacity:0;transform:scale(.97)}}@keyframes lightbox-backdrop-in{0%{opacity:0}}@media print{.lightbox{display:none}}.pagination{margin-top:50px}.pagination__title{text-align:center;margin:100px 0 20px;display:flex;position:relative}.pagination__title-h{text-align:center;background:var(--background);color:var(--color-secondary);text-transform:uppercase;letter-spacing:.1em;z-index:1;margin:0 auto;padding:5px 10px;font-size:.8rem;text-decoration:none}.pagination__title hr{z-index:0;width:100%;margin-top:15px;position:absolute;left:0;right:0}.pagination__buttons{justify-content:center;align-items:center;display:flex}.pagination__buttons a{font-weight:700;text-decoration:none}.pagination .button{background:var(--background-secondary);cursor:pointer;appearance:none;border-radius:8px;justify-content:center;align-items:center;max-width:40%;padding:0;font-size:1rem;font-weight:500;display:inline-flex;position:relative}.pagination .button+.button{margin-left:10px}.pagination .button a{text-overflow:ellipsis;white-space:nowrap;padding:8px 16px;text-decoration:none;display:flex;overflow:hidden}.pagination .button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pagination .button.next .button__icon{margin-left:8px}.pagination .button.previous .button__icon{margin-right:8px}@media (width<=684px){.pagination__buttons{flex-direction:column;align-items:stretch;gap:10px}.pagination .button{max-width:none}.pagination .button.previous{margin-right:28px}.pagination .button.next{margin-left:28px}.pagination .button a{align-items:center;width:100%;padding:12px 14px}.pagination .button__text{text-align:left;flex:auto;min-width:0}.pagination .button__icon{flex:none}.pagination .button.next .button__icon{margin-left:auto;padding-left:8px}}.footer{padding:40px var(--page-gutter);color:var(--color-secondary);flex-grow:0}.footer__inner{width:calc(var(--page-width) - 2 * var(--page-gutter));justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;display:flex}@media (width<=900px){.footer__inner{flex-direction:column}}.footer a{color:inherit}.footer .copyright{flex-direction:row;align-items:center;font-size:1rem;display:flex}.footer .copyright--user{text-align:center;margin:auto}.footer .copyright>:first-child:not(:only-child){border-right:1px solid;margin-right:10px;padding-right:10px}@media (width<=900px){.footer .copyright>:first-child:not(:only-child){border:none;margin:0;padding:0}.footer .copyright{flex-direction:column;margin-top:10px}}.terms{text-align:left;width:100%;max-width:800px;margin:0 auto;padding:20px}.terms__list{margin:0;padding:0 0 0 20px}.terms__list a{text-decoration:none}.terms__term{margin-bottom:15px}.terms__term-count{background:var(--background-secondary);border-radius:5px;margin-left:5px;padding:2px 10px;font-size:12px;text-decoration:none}code[class*=language-],pre[class*=language-]{text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{border-radius:8px;color:inherit!important;background:#212020!important}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#fff6}.token.punctuation{color:#a9a9b3}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}pre[class*=language-].line-numbers{counter-reset:linenumber;padding-left:3.8em;position:relative}pre[class*=language-].line-numbers>code{white-space:inherit;position:relative}.line-numbers .line-numbers-rows{pointer-events:none;letter-spacing:-1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:1px solid #999;width:3em;font-size:100%;position:absolute;top:0;left:-3.8em}.line-numbers-rows>span{pointer-events:none;counter-increment:linenumber;display:block}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;text-align:right;padding-right:.8em;display:block}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{opacity:0;transition:opacity .3s ease-in-out;position:absolute;top:.3em;right:.2em}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar>.toolbar .toolbar-item{display:inline-block}div.code-toolbar>.toolbar a{cursor:pointer}div.code-toolbar>.toolbar button{color:inherit;font:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0 0;border:0;padding:0;line-height:normal;overflow:visible}div.code-toolbar>.toolbar a,div.code-toolbar>.toolbar button,div.code-toolbar>.toolbar span{color:#bbb;background:#e0e0e033;border-radius:.5em;padding:0 .5em;font-size:.8em;box-shadow:0 2px #0003}div.code-toolbar>.toolbar a:hover,div.code-toolbar>.toolbar a:focus,div.code-toolbar>.toolbar button:hover,div.code-toolbar>.toolbar button:focus,div.code-toolbar>.toolbar span:hover,div.code-toolbar>.toolbar span:focus{color:inherit;text-decoration:none}.command-line-prompt{float:left;letter-spacing:-1px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:1px solid #999;margin-right:1em;font-size:100%;display:block}.command-line-prompt>span:before{color:#999;content:" ";padding-right:.8em;display:block}.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}.command-line-prompt>span[data-user=root]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}.collapsable-code{width:100%;margin:40px 0;position:relative}.collapsable-code input[type=checkbox]{visibility:hidden;position:absolute}.collapsable-code input[type=checkbox]:checked~pre,.collapsable-code input[type=checkbox]:checked~.code-toolbar pre{border-top:none;height:0;padding:0}.collapsable-code input[type=checkbox]:checked~.code-toolbar{border-top:none;padding:0}.collapsable-code input[type=checkbox]:checked~.code-toolbar .toolbar{display:none}.collapsable-code input[type=checkbox]:checked~label{border-radius:10px}.collapsable-code input[type=checkbox]:checked~label .collapsable-code__toggle:after{content:attr(data-label-expand)}.collapsable-code label{background:var(--background-secondary);cursor:pointer;border-top-left-radius:10px;border-top-right-radius:10px;justify-content:space-between;min-width:30px;min-height:30px;margin:0;padding:10px;display:flex;position:relative}.collapsable-code__title{color:var(--color);text-overflow:ellipsis;white-space:nowrap;flex:1;padding:3px 10px;overflow:hidden}.collapsable-code__language{background:var(--background);color:var(--color);border-radius:10px;padding:3px 10px}.collapsable-code__toggle{color:var(--color);padding:3px 10px;font-size:16px}.collapsable-code__toggle:after{content:attr(data-label-collapse)}.collapsable-code pre{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.collapsable-code .code-toolbar{margin:0}
