:root{--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bg:#111111;--bg-soft:#171717;--bg-card:#151515;--ink:#d4d4d4;--ink-bright:#f5f5f5;--ink-muted:#a3a3a3;--ink-faint:#737373;--line:#262626;--line-strong:#3a3a3a;--accent:#f97316;--accent-soft:rgba(249, 115, 22, 0.15);--success:#22c55e;--radius:16px;--shadow:0 14px 36px rgba(0, 0, 0, 0.33)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#333333 transparent}*::selection{color:#ffedd5;background:rgba(249,115,22,.3)}[hidden]{display:none!important}html,body{margin:0;width:100%;max-width:100%;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font-sans);overflow-x:hidden;overflow-x:clip;overscroll-behavior-x:none}html{scrollbar-gutter:stable both-edges}body.modal-open{overflow:hidden;padding-right:var(--sg-scrollbar-compensation,0px)}a{color:inherit;text-decoration:none}a,button,[role=button]{touch-action:manipulation}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background:#303030;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.container{width:min(100% - 3rem,1120px);margin-inline:auto}.site-main{width:100%;max-width:100%;min-height:calc(100vh - 180px);padding:7rem 0 5.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(17,17,17,.92);border-bottom:1px solid rgba(38,38,38,.9);backdrop-filter:blur(10px)}.top-nav{position:relative}.nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between}.nav-left{display:flex;align-items:center;gap:2rem}.brand-link{color:var(--ink-bright);font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.brand-link span{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:1.4rem}.nav-links a,.mobile-nav a{color:var(--ink-muted);font-size:.95rem;font-weight:500;transition:color .18s ease}.nav-links a:hover,.mobile-nav a:hover{color:#e5e5e5}.nav-links a.is-current,.mobile-nav a.is-current{color:var(--accent)}.nav-actions{display:flex;align-items:center;gap:.35rem}.icon-button{width:36px;height:36px;border-radius:9px;border:0;background:0 0;color:#8b8b8b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .18s ease,background .18s ease}.icon-button:hover{color:var(--accent);background:rgba(255,255,255,3%)}.icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mobile-nav{display:none;border-top:1px solid var(--line);background:#111;padding:.7rem 0 1rem;gap:.8rem;align-items:center;text-align:center}.mobile-nav.is-open{display:flex;flex-direction:column}.read-progress-track{position:fixed;top:64px;left:0;width:100%;height:2px;background:#191919;z-index:38}.read-progress-bar{width:0;height:100%;background:var(--accent);transition:width .08s linear}.home-shell{max-width:768px}.home-header{margin-bottom:4rem}.home-header h1{margin:0 0 1rem;color:var(--ink-bright);font-size:2.25rem;font-weight:600;line-height:1.1;letter-spacing:-.025em}.home-header p{margin:0 0 1.5rem;color:var(--ink-faint);font-size:1.125rem;line-height:1.6}.social-links{margin-top:0;display:flex;gap:1.5rem;flex-wrap:wrap}.social-links a{color:#737373;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease}.social-links a:hover{color:var(--accent)}.social-links a svg{width:20px;height:20px;overflow:visible}.post-list{display:grid;gap:1.5rem}.post-card-link{display:block;margin-inline:-1.5rem;border:1px solid transparent;border-radius:var(--radius);padding:1.5rem;transition:border-color .2s ease,background .2s ease,transform .2s ease}.post-card-link:hover{border-color:#2f2f2f;background:rgba(23,23,23,.7);transform:translateY(-1px)}.post-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem;color:var(--ink-faint);font-size:.75rem;font-weight:500}.meta-item{display:inline-flex;align-items:center;gap:.35rem}.post-card .meta-item svg{width:14px;height:14px}.post-header .meta-item svg{width:16px;height:16px}.badge{margin-left:auto;border-radius:7px;border:1px solid rgba(249,115,22,.3);background:rgba(249,115,22,8%);color:rgba(249,115,22,.95);font-size:.68rem;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding:.16rem .48rem;white-space:nowrap}.post-card h2{margin:0 0 .5rem;color:#ebebeb;font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:-.015em;transition:color .2s ease}.post-card-link:hover h2{color:var(--accent)}.post-card p{margin:0 0 1rem;color:#a4a4a4;font-size:.875rem;line-height:1.625}.tag-row{margin-top:0;display:flex;flex-wrap:wrap;gap:.5rem}.tag-row span,.post-tags span{border-radius:8px;color:#fb923c;background:rgba(249,115,22,.1);font-size:.75rem;font-weight:600;letter-spacing:.015em;padding:.25rem .625rem}.pager{margin-top:3.6rem;padding-top:1.9rem;border-top:1px solid var(--line);display:flex;justify-content:center;align-items:center;gap:.35rem}.pager a,.pager span{width:32px;height:32px;display:inline-flex;justify-content:center;align-items:center;border-radius:9px;color:var(--ink-muted);font-size:.82rem;font-family:var(--font-mono)}.pager a:hover{color:#e5e5e5;background:rgba(255,255,255,4%)}.pager .is-active{color:var(--accent);background:var(--accent-soft)}.pager .is-disabled{opacity:.34}.archive-shell{max-width:768px}.archive-header{margin-bottom:3.8rem}.archive-header h1{margin:0 0 .6rem;color:var(--ink-bright);font-size:clamp(2.15rem,4vw,2.5rem);letter-spacing:-.03em}.archive-header p{margin:0;color:var(--ink-faint)}.archive-groups{display:grid;gap:2.8rem}.archive-group h2{margin:0 0 1rem;padding-bottom:.35rem;border-bottom:1px solid var(--line);color:var(--ink-bright);font-family:var(--font-mono);font-size:1.35rem}.archive-items{display:grid;gap:.18rem}.archive-item{display:flex;align-items:center;gap:1rem;padding:.55rem 0}.archive-item:hover h3{color:var(--accent)}.archive-date{width:48px;flex:0 0 48px;color:#8a8a8a;font-family:var(--font-mono);font-size:.8rem}.archive-main{display:flex;align-items:center;gap:.5rem;min-width:0}.archive-main h3{margin:0;font-size:1.03rem;color:#d9d9d9;transition:color .18s ease}.archive-tags{margin-left:auto;display:flex;gap:.45rem;color:#6f6f6f;font-size:.72rem;font-family:var(--font-mono)}.page-shell{max-width:760px}.page-shell-narrow{max-width:680px}.page-header{margin-bottom:2rem}.page-header h1{margin:0;color:var(--ink-bright);font-size:clamp(2.05rem,4vw,2.35rem);letter-spacing:-.03em}.post-shell{max-width:1024px;width:100%}.back-link{display:inline-flex;align-items:center;gap:.48rem;margin-bottom:2.8rem;color:var(--ink-faint);font-size:.9rem;font-weight:500}.back-link svg{width:16px;height:16px}.back-link:hover{color:var(--accent)}.post-header{max-width:768px;margin:0 auto 2.7rem}.post-header h1{margin:0;color:var(--ink-bright);font-size:clamp(2.1rem,5vw,3.1rem);line-height:1.15;letter-spacing:-.032em}.post-tags{margin-left:auto;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.upcoming-preview-wrap{max-width:768px;margin:1rem auto 0;position:relative;max-height:360px;overflow:hidden}.upcoming-mask{position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(180deg,rgba(17,17,17,0),rgba(17,17,17,.9) 50%,#111111);pointer-events:none}.coming-soon{max-width:768px;margin:1.2rem auto 0;border-top:1px solid var(--line);text-align:center;padding:1.8rem 0 0}.coming-soon h3{margin:0 0 .4rem;color:#e9e9e9;font-size:1.25rem}.coming-soon p{margin:0;color:#8f8f8f;font-size:.95rem}.coming-soon span{color:#c4c4c4;font-family:var(--font-mono)}.post-layout{position:relative;display:flex;justify-content:center;width:100%;max-width:100%}.post-body{width:100%;max-width:768px}.mobile-toc{display:none;position:sticky;top:78px;z-index:34;margin:0 0 1.35rem;border:1px solid #2a2a2a;border-radius:12px;background:#141414;overflow:visible;isolation:isolate}.mobile-toc-toggle{width:100%;border:0;background:0 0;color:#d4d4d4;display:flex;align-items:center;gap:.7rem;text-align:left;padding:.7rem .85rem;cursor:pointer}.mobile-toc-kicker{color:#8a8a8a;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;flex-shrink:0}.mobile-toc-current{color:#e5e5e5;font-size:.86rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.mobile-toc-caret{width:10px;height:10px;border-left:1px solid #8a8a8a;border-bottom:1px solid #8a8a8a;transform:rotate(-45deg)translateY(-2px);transition:transform .18s ease;flex-shrink:0}.mobile-toc.is-open .mobile-toc-caret{transform:rotate(135deg)translateX(-2px)}.mobile-toc-panel{position:absolute;top:calc(100% + .45rem);left:0;right:0;border:1px solid #2a2a2a;border-radius:12px;background:#141414;box-shadow:0 14px 28px rgba(0,0,0,.34);max-height:min(50vh,360px);overflow:auto;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-14px);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .16s linear,visibility 0s linear .26s}.mobile-toc.is-open .mobile-toc-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .16s linear,visibility 0s linear 0s}.mobile-toc-list{list-style:none;margin:0;padding:.35rem 0}.mobile-toc-list li{margin:0}.mobile-toc-link{display:block;color:#a5a5a5;font-size:.87rem;line-height:1.35;padding:.5rem .9rem;transition:background .18s ease,color .18s ease}.mobile-toc-link:hover{color:#ececec;background:rgba(255,255,255,.035)}.mobile-toc-link.is-active{color:#f7b16b;background:rgba(249,115,22,.11)}.section-ruler{position:fixed;right:.2rem;top:calc(64px + 1rem);bottom:.85rem;display:none;width:min(16.5rem,34vw);min-width:11.5rem;z-index:50;pointer-events:auto;overflow:hidden;overflow-x:hidden;transition:opacity .2s ease}.section-ruler.is-hidden{opacity:0;pointer-events:none}.section-ruler-inner{position:relative;width:100%;height:100%;opacity:1;transition:opacity .2s ease}.ruler-ticks,.ruler-labels,.ruler-section-markers{position:absolute;inset:0}.ruler-ticks{z-index:10}.ruler-labels{z-index:30;pointer-events:none}.ruler-section-markers{pointer-events:none}.ruler-tick{position:absolute;right:.25rem;width:6rem;display:grid;align-items:center;justify-content:end}.ruler-tick-line{width:.5rem;height:1px;background:rgba(163,163,163,.45);transition:width .1s ease,background-color .1s ease}.ruler-tick:hover .ruler-tick-line{width:1rem;background:#d4d4d4}.ruler-tick-line.is-past{background:rgba(163,163,163,.2)}.ruler-tick-hit{position:absolute;right:0;width:1.5rem;height:.5rem;top:50%;transform:translateY(-50%);cursor:pointer}.ruler-section-item{transition:transform .15s ease;pointer-events:none}.ruler-section-item:hover{transform:translateX(-2px)}.ruler-section-label{position:absolute;display:flex;align-items:center;height:12px;color:#d4d4d4;font-family:var(--font-mono);font-size:.74rem;text-transform:uppercase;line-height:1;letter-spacing:.04em;opacity:0;white-space:nowrap;transition:opacity .3s ease,transform .15s ease;pointer-events:none;cursor:pointer}.section-ruler:hover .ruler-section-label{opacity:1}.ruler-section-label a{color:inherit;text-decoration:none;pointer-events:auto;cursor:pointer}.ruler-section-label a:hover{color:var(--accent)}.ruler-section-marker{position:absolute;right:.25rem;height:1px;background:#8b8b8b}.ruler-progress-head{position:absolute;right:.25rem;z-index:20;opacity:1;transition:opacity .3s ease;pointer-events:none}.ruler-progress-line{width:1rem;height:1px;background:var(--accent)}.ruler-progress-value{position:absolute;top:0;left:-2.75rem;transform:translateY(-50%);opacity:1;color:var(--accent);font-family:var(--font-mono);font-size:.74rem;transition:opacity .2s ease .2s,transform .2s ease}.ruler-progress-head.is-top .ruler-progress-value{transform:translateY(0)}.section-ruler:hover .ruler-progress-value{opacity:0;transition-delay:0s}.post-actions{max-width:768px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid rgba(38,38,38,.5);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;color:#737373;font-size:.875rem;font-family:var(--font-mono)}.share-block{display:flex;flex-direction:column;gap:1rem}.share-block>span{color:#a3a3a3;font-size:.875rem}.share-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.share-links a,.share-links button{border:0;background:0 0;color:#737373;font-size:.95rem;padding:0;font-family:inherit;display:inline-flex;align-items:center;gap:.625rem;transition:color .2s ease;cursor:pointer}.share-links a[aria-label="Share on X"]{gap:0}.share-links a svg{width:16px;height:16px;overflow:visible}.share-links button svg{width:16px;height:16px;overflow:visible;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.share-copy-link .share-copy-icons{display:inline-flex;align-items:center;justify-content:center}.share-copy-link .icon-check{display:none;color:#22c55e}.share-copy-link.is-success .icon-link{display:none}.share-copy-link.is-success .icon-check{display:block}.post-report-link{display:inline-flex;align-items:center;gap:.625rem;color:#737373;transition:color .2s ease;flex-wrap:wrap}.post-report-link svg{width:20px;height:20px;overflow:visible}.post-report-link span{text-underline-offset:4px}.share-links a:hover,.share-links button:hover,.post-report-link:hover{color:var(--accent)}.post-report-link:hover span{text-decoration:underline;text-decoration-color:#404040}.author-footer{max-width:768px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(38,38,38,.5);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem}.author-footer h3{margin:0;color:#e5e5e5;font-size:1rem;font-weight:500}.author-footer p{margin:.25rem 0 1rem;color:#737373;font-size:.875rem}.author-socials{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.coffee-link{color:#a3a3a3;border:1px solid #262626;border-radius:8px;font-size:.875rem;padding:.5rem 1rem;display:inline-flex;align-items:center;gap:.625rem;background:0 0;flex-shrink:0;transition:color .2s ease,border-color .2s ease}.author-socials a{color:#737373;border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease}.author-socials a svg{width:18px;height:18px;overflow:visible}.coffee-link svg{width:16px;height:16px;overflow:visible}.author-socials a:hover,.coffee-link:hover{color:#f97316}.coffee-link:hover{border-color:rgba(249,115,22,.5)}.search-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding:5rem 1rem 1rem}.sg-terminal,.sg-codeblock,.sg-codegroup,.sg-httptraffic,.sg-walkthrough,.sg-callout,.sg-article-image,.sg-youtube,.sg-asciinema,.sg-machine{margin:2rem 0}.sg-mermaid{margin:3rem 0;display:flex;justify-content:center;overflow-x:auto;overflow-y:hidden}.sg-mermaid .mermaid{margin:0 auto;border:0;background:0 0;padding:0;min-width:max-content}.sg-mermaid .mermaid.is-rendered{white-space:normal}.markdown-content .sg-mermaid pre.mermaid{margin:0;border:0;border-radius:0;background:0 0;padding:0;overflow:visible}.sg-mermaid svg{display:block;margin:0 auto;max-width:none}.sg-mermaid .edgeLabel rect,.sg-mermaid .labelBkg{fill:transparent!important;stroke:none!important}.sg-mermaid .edgeLabel span,.sg-mermaid .edgeLabel p{background:0 0!important}.sg-youtube{margin:2.2rem 0}.sg-youtube-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;border:1px solid #262626;background:#0b0b0b}.sg-youtube-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.sg-youtube-caption{color:#8f8f8f;text-align:center;margin-top:.6rem;font-size:.85rem}.sg-asciinema{margin:2.2rem 0}.sg-asciinema-player{border:1px solid #262626;border-radius:12px;overflow:hidden;background:#0b0b0b}.sg-asciinema .asciinema-player{border-radius:0}.sg-asciinema-caption{color:#8f8f8f;text-align:center;margin-top:.6rem;font-size:.85rem}.sg-machine{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;max-width:100%;border:0;background:0 0;font-family:var(--font-mono)}.sg-machine-main{display:inline-flex;align-items:center;gap:1rem;min-width:0;flex:1 1 280px}.sg-machine-avatar{width:94px;height:94px;border-radius:999px;object-fit:cover;display:block;flex:none}.sg-machine-avatar-fallback{background:radial-gradient(circle at 30% 30%,#3a3a3a,#1a1a1a)}.sg-machine-info{min-width:0}.sg-machine-name{color:#f5f5f5;font-size:1.65rem;font-weight:700;line-height:1.08;letter-spacing:-.01em;overflow-wrap:anywhere}.sg-machine-meta{margin-top:.4rem;display:inline-flex;align-items:center;gap:.6rem;color:#9e9e9e;font-size:.84rem}.sg-machine-difficulty-text{font-weight:600;font-size:17px}.sg-machine-os-icon{width:22px;height:22px;display:inline-flex;color:#c8c8c8;transition:color .18s ease}.sg-machine-os-icon:hover{color:#f97316}.sg-machine-os-icon svg{width:22px;height:22px;display:block;fill:currentColor;stroke:none}.sg-machine-os-icon[aria-label=FreeBSD] svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sg-machine-hist{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex:none}.sg-machine-hist-bars{display:flex;align-items:flex-end;gap:8px;height:30px;width:112px;overflow:visible}.sg-machine-hist-bar{width:4px;height:30px;display:inline-flex;align-items:flex-end;position:relative}.sg-machine-hist-fill{width:4px;border-radius:3px 3px 0 0;transition:opacity .16s ease}.sg-machine-hist-bar:hover .sg-machine-hist-fill{opacity:.72}.sg-machine-hist-bar::after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 7px);transform:translate(-50%,4px);opacity:0;pointer-events:none;white-space:nowrap;border:1px solid #2f363f;border-radius:6px;background:#101418;color:#d4d4d4;font-size:11px;line-height:1.2;padding:3px 6px;z-index:6;transition:opacity .15s ease,transform .15s ease}.sg-machine-hist-bar:hover::after{opacity:1;transform:translate(-50%,0)}.sg-machine-hist-label{color:#767676;font-size:.66rem;letter-spacing:.02em}@media(hover:none),(max-width:780px){.sg-machine-hist-bar::after{display:none}}.sg-panel{border-radius:12px;border:1px solid #262626;background:#282828;overflow:hidden;box-shadow:none}.sg-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.55rem;background:#1d2021;border-bottom:1px solid #3c3836}.sg-codegroup .sg-panel-head,.sg-httptraffic .sg-panel-head{padding:0 .5rem}.sg-codeblock .sg-panel-head{padding:.5rem 1rem}.sg-panel-meta{font-size:.75rem;color:#a89984;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.sg-panel-title{margin-left:1rem;color:#737373;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.01em;white-space:nowrap}.sg-panel-actions{display:flex;align-items:center;gap:.75rem}.sg-codegroup .sg-panel-actions,.sg-httptraffic .sg-panel-actions{padding:0 .75rem;color:#a89984}.sg-action-icon{position:relative;width:18px;height:18px;border:0;background:0 0;color:#a89984;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:color .2s ease}.sg-action-icon:hover{color:#e5e5e5}.sg-action-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sg-action-copy .icon-check,.sg-action-collapse .icon-down{display:none}.sg-action-copy.is-success{color:#22c55e}.sg-action-copy.is-success .icon-copy,.sg-action-collapse.is-collapsed .icon-up{display:none}.sg-action-copy.is-success .icon-check,.sg-action-collapse.is-collapsed .icon-down{display:block}.sg-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sg-panel-body{padding:1rem 1.5rem;overflow:auto}.sg-panel .sg-panel-body pre{margin:0;border:0;border-radius:0;background:0 0;padding:0;color:#ebdbb2;font-size:14.5px;line-height:1.7;white-space:pre}.sg-panel .sg-panel-body code{font-family:var(--font-mono)}.sg-filetree-shell{margin:2rem 0}.sg-filetree{display:inline-block;border:1px solid #2f363f;border-radius:8px;background:0 0;padding:.62rem .7rem}.markdown-content .sg-filetree ul,.markdown-content .sg-filetree li{margin:0;padding:0;list-style:none}.sg-filetree-list{display:grid;gap:.34rem}.markdown-content .sg-filetree .sg-filetree-folder>.sg-filetree-list{margin-top:.34rem;margin-left:0;padding-left:1.15rem;border-left:0}.sg-filetree-entry{display:inline-flex;align-items:center;gap:.45rem;line-height:1.2}.sg-filetree-name{color:#f5f6f8;font-size:.9rem;font-weight:500;letter-spacing:-.005em}.sg-filetree-glyph{width:14px;height:14px;display:inline-flex;color:#c9ced8;flex:none}.sg-filetree-glyph svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sg-filetree-folder>summary{cursor:pointer;list-style:none;user-select:none}.sg-filetree-folder>summary::-webkit-details-marker{display:none}.sg-filetree-folder>summary::marker{content:""}.sg-panel-body.is-wrap pre{white-space:pre-wrap;word-break:break-word}.markdown-content .sg-panel .sg-panel-body pre,.markdown-content .sg-panel .sg-panel-body pre code{margin:0;border:0;border-radius:0;background:0 0;padding:0}.sg-terminal-dots{display:flex;align-items:center;gap:.4rem}.sg-terminal-dots i{width:10px;height:10px;display:block;border-radius:999px}.sg-terminal-dots i:nth-child(1){background:#fb4934}.sg-terminal-dots i:nth-child(2){background:#fabd2f}.sg-terminal-dots i:nth-child(3){background:#b8bb26}.sg-terminal .sg-terminal-head{justify-content:flex-start;position:relative;padding:.68rem .9rem}.sg-terminal .sg-terminal-title{position:absolute;left:50%;transform:translateX(-50%);color:#a89984;font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;pointer-events:none}.sg-terminal .sg-terminal-body{padding:.8rem 1rem}.sg-terminal .sg-terminal-body pre{margin:0;border:1px solid #262626;border-radius:12px;background:#1a1a1a;padding:.62rem .85rem;color:#ebdbb2;font-size:14px;line-height:1.38;overflow-x:auto;white-space:pre}.sg-terminal .sg-terminal-body code{font-family:var(--font-mono)}.sg-terminal .sg-terminal-prompt{user-select:none}.sg-terminal .sg-terminal-prompt-host{color:#b8bb26}.sg-terminal .sg-terminal-prompt-cwd{color:#83a598}.sg-terminal .sg-terminal-prompt-sep,.sg-terminal .sg-terminal-prompt-sigil{color:#f5f5f5}.sg-tabs{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.sg-tabs::-webkit-scrollbar{display:none}.sg-tab{border:0;background:0 0;border-bottom:2px solid transparent;color:#a89984;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;cursor:pointer;white-space:nowrap;transition:color .2s ease,background .2s ease,border-color .2s ease}.sg-tab:hover{color:#d4d4d4;background:rgba(38,38,38,.35)}.sg-tab.is-active{color:var(--accent);border-bottom-color:var(--accent);background:rgba(38,38,38,.3)}.sg-httptraffic code .token-comment{color:#928374}.sg-httptraffic code .token-method{color:#fb4934;font-weight:600}.sg-httptraffic code .token-path{color:#8ec07c}.sg-httptraffic code .token-version{color:#d3869b}.sg-httptraffic code .token-status{color:#b8bb26;font-weight:600}.sg-httptraffic code .token-status-bad{color:#fb4934;font-weight:600}.sg-httptraffic code .token-header-key{color:#83a598}.sg-httptraffic code .token-header-value{color:#ebdbb2}.sg-httptraffic code .token-body-plain{color:#a89984}.sg-httptraffic code .token-json-key{color:#83a598}.sg-httptraffic code .token-json-string{color:#b8bb26}.sg-httptraffic code .token-json-number{color:#d3869b}.sg-httptraffic code .token-json-bool{color:#fabd2f}.sg-httptraffic code .token-json-null{color:#fb4934}.sg-httptraffic code .token-json-punc{color:#ebdbb2}.sg-httptraffic code .token-form-key{color:#83a598}.sg-httptraffic code .token-form-op{color:#ebdbb2}.sg-httptraffic code .token-form-sep{color:#d3869b}.sg-httptraffic code .token-form-value{color:#b8bb26}.sg-httptraffic code .token-form-enc{color:#fabd2f}.sg-httptraffic code .token-xml-delim{color:#d3869b}.sg-httptraffic code .token-xml-tag{color:#8ec07c}.sg-httptraffic code .token-xml-attr{color:#83a598}.sg-httptraffic code .token-xml-op{color:#ebdbb2}.sg-httptraffic code .token-xml-string{color:#b8bb26}.sg-httptraffic code .token-xml-comment{color:#928374}.sg-code .token-comment{color:#928374}.sg-code .token-string{color:#b8bb26}.sg-code .token-keyword{color:#fb4934}.sg-code .token-builtins{color:#fabd2f}.sg-code .token-number{color:#d3869b}.sg-code .token-function{color:#8ec07c}.sg-callout{--callout-accent:var(--accent);--callout-bg:#191512;--callout-border:rgba(249, 115, 22, 0.26);--callout-text:var(--ink);display:flex;align-items:flex-start;gap:.7rem;border:1px solid var(--callout-border);border-radius:8px;background:var(--callout-bg);padding:.8rem 1rem}.sg-callout-content{min-width:0}.sg-callout .sg-callout-icon{color:var(--callout-accent);margin-top:.06rem;flex-shrink:0}.sg-callout .sg-callout-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.sg-callout .sg-callout-title{margin:0 0 .35rem;color:var(--callout-accent);font-size:.92rem;font-weight:600;line-height:1.3}.sg-callout .sg-callout-body{color:var(--callout-text);font-size:1rem;line-height:1.65}.sg-callout .sg-callout-body p{margin:0 0 .8rem}.sg-callout .sg-callout-body>*{color:inherit}.sg-callout .sg-callout-body code:not(pre code){border:1px solid var(--line-strong);border-radius:4px;background:var(--bg-soft);color:var(--ink-bright);padding:.1em .38em;font-size:.85em}.sg-callout .sg-callout-body a{color:var(--callout-accent);border-bottom:1px solid var(--callout-accent)}.sg-callout .sg-callout-body>*:last-child{margin-bottom:0}.sg-callout.default{--callout-accent:var(--accent);--callout-bg:#191512;--callout-border:rgba(249, 115, 22, 0.26);--callout-text:var(--ink)}.sg-callout.info,.sg-callout.note{--callout-accent:#9cb4d1;--callout-bg:#161a20;--callout-border:#2f3c4d;--callout-text:#d6dce4}.sg-callout.warning{--callout-accent:#dbb267;--callout-bg:#1c1812;--callout-border:#4c3a23;--callout-text:#ddd2bf}.sg-callout.tip{--callout-accent:#67be98;--callout-bg:#151d19;--callout-border:#2a483b;--callout-text:#cfe0d8}.sg-callout.important{--callout-accent:var(--accent);--callout-bg:#1f1813;--callout-border:#5f3b20;--callout-text:#e6d7c8}.sg-callout.success{--callout-accent:#68c58f;--callout-bg:#141c18;--callout-border:#2b4b3a;--callout-text:#cfe2d7}.sg-callout.danger,.sg-callout.error{--callout-accent:#d78189;--callout-bg:#1f1618;--callout-border:#573239;--callout-text:#e3d1d5}.sg-walkthrough{margin:3rem 0}.sg-step{position:relative;display:flex;gap:1.5rem;padding-bottom:3rem}.sg-step:last-child{padding-bottom:0}.sg-step-line{position:absolute;left:15px;top:40px;bottom:0;width:2px;background:#262626;transition:background-color .2s ease}.sg-step:hover .sg-step-line{background:#404040}.sg-step-index{position:relative;z-index:1;width:32px;height:32px;border-radius:999px;border:2px solid #525252;color:#a3a3a3;background:#111;font-family:var(--font-mono);font-size:.875rem;display:flex;justify-content:center;align-items:center;flex-shrink:0;box-shadow:0 0 0 8px #111111;transition:border-color .2s ease,color .2s ease}.sg-step:hover .sg-step-index{border-color:var(--accent);color:var(--accent)}.sg-step-body{flex:1;min-width:0;padding-top:.2rem}.sg-step-body h4{margin:0 0 .5rem;font-size:17px;color:#e5e5e5;font-weight:600;line-height:1.3;overflow-wrap:anywhere;transition:color .2s ease}.sg-step:hover .sg-step-body h4{color:#fb923c}.sg-step-content{margin:0;min-width:0;color:#a3a3a3;font-size:15px;line-height:1.65;overflow-wrap:anywhere;word-break:break-word}.sg-step-content p{margin:0}.sg-article-image figure{margin:0}.sg-article-image img{width:100%;max-height:420px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#181818;cursor:zoom-in}.sg-article-image figcaption{color:#8f8f8f;text-align:center;margin-top:.6rem;font-size:.85rem}.sg-lightbox{position:fixed;inset:0;z-index:75;pointer-events:none;overscroll-behavior:contain}.sg-lightbox.is-open{pointer-events:auto}.sg-lightbox-backdrop{position:absolute;inset:0;background:0 0;transition:background .24s ease}.sg-lightbox.is-open .sg-lightbox-backdrop{background:rgba(0,0,0,.9)}.sg-lightbox-image{position:fixed;margin:0;max-width:none;max-height:none;border-radius:12px;object-fit:contain;background:0 0;box-shadow:none;cursor:zoom-out;will-change:left,top,width,height}.sg-lightbox-caption{position:fixed;margin:0;padding:.2rem .4rem;color:#d4d4d4;font-size:.92rem;line-height:1.45;text-align:center;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .24s ease,transform .24s ease}.sg-lightbox.is-open .sg-lightbox-caption{opacity:1;transform:translateY(0)}.sg-lightbox button{position:fixed;top:clamp(.8rem,2vw,1.5rem);right:clamp(.8rem,2vw,1.5rem);border:0;border-radius:999px;background:rgba(0,0,0,.5);color:#a3a3a3;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-6px);pointer-events:none;transition:color .2s ease,opacity .24s ease,transform .24s ease}.sg-lightbox.is-open button{opacity:1;transform:translateY(0);pointer-events:auto}.sg-lightbox button:hover{color:#f5f5f5}.sg-lightbox button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(prefers-reduced-motion:reduce){.sg-lightbox-backdrop,.sg-lightbox button,.sg-lightbox-caption{transition:none}}.sg-latex-inline,.sg-latex-block{color:#e6e6e6}.sg-latex-block{display:block;margin:1.6rem 0;text-align:center;overflow-x:auto}.search-backdrop{position:absolute;inset:0;background:rgba(10,10,10,.8);backdrop-filter:blur(5px)}.search-panel{position:relative;width:min(100%,1060px);max-height:calc(100vh - 6rem);display:flex;flex-direction:column;overflow:hidden;border-radius:20px;border:1px solid var(--line-strong);background:#141414;box-shadow:var(--shadow)}.search-topbar{display:flex;align-items:center;gap:.7rem;border-bottom:1px solid var(--line);padding:.82rem .92rem}.search-glyph{color:#797979;font-family:var(--font-mono)}.search-topbar input{flex:1;border:0;outline:0;background:0 0;color:#ededed;font-size:1.06rem;font-family:var(--font-sans)}.search-topbar input::placeholder{color:#606060}.search-layout{min-height:320px;display:grid;grid-template-columns:minmax(0,360px)minmax(0,1fr);overflow:hidden}.search-results{overflow:auto;border-right:1px solid var(--line);padding:.6rem}.search-preview-shell{min-width:0;display:flex;flex-direction:column;overflow:hidden}.search-preview-nav{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;gap:.45rem;padding:0 .75rem}.search-match-count{min-width:52px;text-align:center;color:#747474;font-size:.72rem;font-family:var(--font-mono)}.search-nav-btn{width:26px;height:26px;border-radius:7px;border:1px solid #2a2a2a;background:0 0;color:#7d7d7d;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.search-nav-btn svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.search-nav-btn:hover:not(:disabled){color:#f97316;border-color:rgba(249,115,22,.45);background:rgba(249,115,22,6%)}.search-nav-btn:disabled{opacity:.35;cursor:default}.search-result{border:0;width:100%;text-align:left;border-radius:12px;background:0 0;color:inherit;cursor:pointer;padding:.72rem;margin-bottom:.3rem}.search-result:hover,.search-result.is-active{background:rgba(255,255,255,.045)}.search-result .meta{color:#7f7f7f;font-family:var(--font-mono);font-size:.69rem;margin-bottom:.36rem;display:flex;align-items:center;gap:.5rem}.search-hit-count{margin-left:auto;border:1px solid rgba(249,115,22,.26);border-radius:999px;padding:.08rem .42rem;color:#f7b16b;font-size:.64rem}.search-result h4{margin:0 0 .33rem;color:#e6e6e6;font-size:.99rem}.search-result p{margin:0;color:#919191;font-size:.85rem;line-height:1.45}.search-preview{overflow:auto;padding:1.65rem;color:#9f9f9f;min-height:0}.search-preview h3{margin:0 0 .55rem;color:#f0f0f0;font-size:1.5rem;line-height:1.25}.search-preview .meta{margin-bottom:.85rem;color:#747474;font-family:var(--font-mono);font-size:.75rem}.search-preview-hits{color:#f7b16b}.search-preview p{margin:0;line-height:1.62}.search-empty{color:#6f6f6f;font-size:.89rem}.search-highlight{color:#fb923c;border-bottom:1px solid rgba(249,115,22,.4);font-weight:600}.search-highlight.is-active{color:#ffd4a8;background:rgba(249,115,22,.18);border-bottom-color:rgba(249,115,22,.88)}.taxonomy-shell{max-width:768px}.taxonomy-grid{display:flex;flex-wrap:wrap;gap:.6rem}.taxonomy-pill{display:inline-flex;gap:.55rem;align-items:center;border:1px solid var(--line);border-radius:999px;padding:.45rem .72rem;color:#c8c8c8}.taxonomy-pill:hover{border-color:rgba(249,115,22,.5);color:var(--accent)}.taxonomy-pill small{color:#7d7d7d;font-family:var(--font-mono);font-size:.72rem}.not-found-shell{text-align:center;max-width:680px}.not-found-code{font-size:clamp(5rem,20vw,8rem);line-height:1;font-weight:700;color:#242424;margin-bottom:1rem}.not-found-shell h1{margin:0 0 .5rem;color:var(--ink-bright)}.not-found-shell p{margin:0;color:#8f8f8f}.not-found-shell a{display:inline-block;margin-top:1rem;color:var(--accent)}.site-footer{padding:1.4rem 1rem 2.4rem;text-align:center;color:#6f6f6f;font-family:var(--font-mono);font-size:.74rem}.markdown-content{font-size:1.05rem;line-height:1.8;color:var(--ink);word-wrap:break-word;overflow-wrap:anywhere}.markdown-content>*:first-child{margin-top:0}.markdown-content>*:last-child{margin-bottom:0}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{color:var(--ink-bright);font-weight:600;line-height:1.3;letter-spacing:-.01em;scroll-margin-top:6rem}.markdown-content h2{margin-top:3.35rem;margin-bottom:1.2rem;font-size:1.6rem}.markdown-content h3{margin-top:2.6rem;margin-bottom:.95rem;font-size:1.28rem}.markdown-content p,.markdown-content ul,.markdown-content ol{margin:0 0 1.35rem}.markdown-content strong{color:var(--ink-bright)}.markdown-content a{color:#ffa657;border-bottom:1px solid transparent;transition:border-color .18s ease;overflow-wrap:anywhere;word-break:break-word}.markdown-content a:hover{border-color:#ffa657}.markdown-content mark{background:0 0;color:#ffa657;font-weight:500}.markdown-content code:not(pre code){border-radius:.375rem;border:1px solid #262626;background:#1a1a1a;color:#e5e5e5;padding:.15em .3em;font-size:.85em;font-family:var(--font-mono);overflow-wrap:anywhere;word-break:break-word}.markdown-content pre{margin:2rem 0;border-radius:14px;border:1px solid #2d2d2d;background:#1c1c1c;color:#ebdbb2;overflow:auto;padding:1rem 1.1rem}.markdown-content pre code{border:0;padding:0;background:0 0;font-size:.86rem;font-family:var(--font-mono)}.markdown-content .highlight{margin:2rem 0;border:1px solid #3c3836;border-radius:12px;background:rgba(40,40,40,.86);overflow:auto}.markdown-content .highlight pre{margin:0;border:0;border-radius:0;background:0 0!important;padding:1rem 1.1rem}.markdown-content .highlight code{border:0;background:0 0}.markdown-content blockquote{margin:2rem 0;border-left:2px solid #454545;color:#b2b2b2;padding-left:1.2rem;font-style:italic}.markdown-content ul,.markdown-content ol{padding-left:1.5rem}.markdown-content .task-list-item{list-style-type:none;padding-left:0;margin-left:-1.5rem}.markdown-content .task-list-item input[type=checkbox],.markdown-content li>input[type=checkbox]{accent-color:#f97316;margin-right:.75rem;transform:translateY(.1em);opacity:1}.markdown-content .task-list-item input[type=checkbox][disabled]{opacity:1}.markdown-content li::marker{color:#606060}.markdown-content hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}.markdown-content .table-wrapper{overflow-x:auto;margin:2.5rem 0;-webkit-overflow-scrolling:touch;border:1px solid #262626;border-radius:.5rem;background:#161616}.markdown-content table{width:100%;border-collapse:collapse;font-size:.85em;line-height:1.5;min-width:max-content;-webkit-text-size-adjust:100%;text-size-adjust:100%}.markdown-content .table-wrapper table{margin:0;border:0;background:0 0}.markdown-content th{background:#1a1a1a;border-bottom:2px solid #3c3836;border-right:1px solid #262626;padding:.5rem .75rem;text-align:left;color:#f5f5f5;font-weight:600;white-space:nowrap}.markdown-content td{border-bottom:1px solid #262626;border-right:1px solid #262626;padding:.5rem .75rem;color:#d4d4d4;vertical-align:top}.markdown-content th:last-child,.markdown-content td:last-child{border-right:0}.markdown-content tr:last-child td{border-bottom:0}.markdown-content .footnotes{border-top:1px solid var(--line);margin-top:3rem;padding-top:1.4rem;color:#9f9f9f;font-size:.88rem}@media(min-width:1024px){.section-ruler{display:flex}}@media(max-width:1023px){.mobile-toc{display:block}}@media(prefers-reduced-motion:reduce){.site-main{animation:none}body.is-page-leaving .site-main{opacity:1;transition:none}}@media(min-width:1280px){.section-ruler{right:.2rem}}@media(max-width:960px){.archive-tags{display:none}}@media(max-width:860px){.search-layout{grid-template-columns:1fr}.search-preview-shell{display:none}.search-results{border-right:0}}@media(max-width:780px){.container{width:min(100% - 1.5rem,1120px)}.mobile-toc{top:74px}.mobile-toc-toggle{padding-inline:.8rem}.mobile-toc-link{padding-inline:.8rem}.markdown-content table{font-size:.8em}.sg-walkthrough{padding-inline:.25rem}.sg-step{gap:1rem}.sg-step-index{box-shadow:0 0 0 6px #111111}.read-progress-bar{transition:none}.sg-panel-title{display:none}.desktop-only{display:none}.mobile-only{display:inline-flex}.badge{margin-left:0}.post-card-link{margin-inline:0;padding-inline:.9rem}.archive-item{align-items:flex-start}.archive-main{flex-wrap:wrap}.author-footer{flex-direction:column}.sg-machine{flex-direction:column;align-items:center;justify-content:flex-start;gap:.7rem;text-align:center}.sg-machine-main{flex-basis:auto;flex-direction:column;justify-content:center;gap:.6rem}.sg-machine-info{display:flex;flex-direction:column;align-items:center}.sg-machine-name{display:block;font-size:1.5rem;line-height:1.1}.sg-machine-meta{margin-top:0;justify-content:center;font-size:.96rem;font-weight:700;gap:.5rem}.sg-machine-hist{margin-left:0;width:100%;align-items:center;gap:.25rem}.sg-machine-hist-bars{justify-content:center}.sg-machine-hist-label{font-size:.7rem}}@media(min-width:781px){.post-actions{flex-direction:row;align-items:center}.author-footer{flex-direction:row;align-items:center}.mobile-only{display:none}}