: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;--gruvbox-bg-hard:#1d2021;--gruvbox-bg:#282828;--gruvbox-bg1:#3c3836;--gruvbox-bg2:#504945;--gruvbox-fg:#ebdbb2;--gruvbox-fg0:#fbf1c7;--gruvbox-gray:#928374;--gruvbox-red:#fb4934;--gruvbox-green:#b8bb26;--gruvbox-yellow:#fabd2f;--gruvbox-blue:#83a598;--gruvbox-purple:#d3869b;--gruvbox-aqua:#8ec07c;--gruvbox-orange:#fe8019;--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}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{display:inline-flex;align-items:center;flex-shrink:0;color:var(--ink-bright);font-size:1.15rem;font-weight:600;letter-spacing:-.02em;line-height:1}.brand-link span{color:var(--accent)}.brand-logo{display:block;width:auto;height:var(--brand-logo-height,2.25rem);max-width:min(240px,52vw);object-fit:contain}.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{position:relative;display:flex;align-items:center;gap:.5rem}.search-anchor{position:relative;width:clamp(12rem,32vw,19rem)}.search-trigger{height:40px;width:100%;border:1px solid var(--line);border-radius:12px;background:var(--bg-soft);color:var(--ink-muted);padding:0 .58rem;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.search-trigger:hover{border-color:var(--line-strong);color:var(--ink)}.search-anchor.is-open .search-trigger,.search-trigger:focus-within{border-color:var(--accent);color:var(--ink);box-shadow:0 0 0 1px var(--accent-soft)}.search-glyph{width:16px;height:16px;color:var(--ink-faint);display:inline-flex;align-items:center;justify-content:center;flex:none}.search-glyph svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.search-trigger input{flex:1;min-width:0;border:0;outline:0;background:0 0;color:var(--ink);font-family:var(--font-sans);font-size:.91rem;line-height:1;padding:0}.search-trigger input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.search-trigger input::placeholder{color:var(--ink-faint)}.search-trigger input:focus{outline:none}.search-trigger-shortcut{border:1px solid var(--line-strong);border-radius:7px;background:var(--bg);color:var(--ink-faint);font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.07em;line-height:1;padding:.22rem .42rem;white-space:nowrap;user-select:none}.search-clear{width:26px;height:26px;border:0;border-radius:7px;background:0 0;color:var(--ink-faint);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:none}.search-clear:hover{color:var(--ink);background:rgba(255,255,255,4%)}.search-clear:focus-visible{outline:1px solid var(--line-strong);outline-offset:1px}.search-clear svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.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}.scroll-top-button{position:fixed;left:1.05rem;bottom:1.05rem;width:2.35rem;height:2.35rem;border:1px solid var(--line-strong);border-radius:10px;background:var(--bg-soft);color:var(--ink-muted);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;z-index:33;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);-webkit-tap-highlight-color:transparent;transition:opacity .2s ease,transform .2s ease,color .18s ease,border-color .18s ease,visibility 0s linear .2s}.scroll-top-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.scroll-top-button.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,color .18s ease,border-color .18s ease,visibility 0s linear 0s}.scroll-top-button:hover{color:var(--accent);border-color:var(--line)}.scroll-top-button:focus-visible{outline:1px solid var(--accent);outline-offset:1px}.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}.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{--mobile-toc-panel-max:360px;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;-webkit-tap-highlight-color:transparent}.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:0;overflow:hidden;visibility:hidden;pointer-events:none;-webkit-tap-highlight-color:transparent;transition:max-height .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s}.mobile-toc.is-open .mobile-toc-panel{max-height:var(--mobile-toc-panel-max);visibility:visible;pointer-events:auto;transition:max-height .28s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.mobile-toc-list{list-style:none;margin:0;padding:.35rem 0;max-height:var(--mobile-toc-panel-max);overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.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;-webkit-tap-highlight-color:transparent}.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)}.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;width:100%}.sg-mermaid .mermaid{margin:0 auto;border:0;background:0 0;padding:0;min-width:max-content;width:100%}.sg-mermaid .mermaid.is-rendered{white-space:normal;width:100%}.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;width:100%;height:auto}.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-color:#0b0b0b;background-image:var(--sg-youtube-poster);background-position:50%;background-repeat:no-repeat;background-size:cover}.sg-youtube-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:0 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 var(--gruvbox-bg1);border-radius:12px;overflow:hidden;background:var(--gruvbox-bg-hard)}.sg-asciinema .asciinema-player{border-radius:0}.sg-asciinema-caption{color:var(--gruvbox-gray);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 var(--gruvbox-bg1);background:var(--gruvbox-bg-hard);overflow:hidden;box-shadow:none}.sg-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.55rem;background:var(--gruvbox-bg);border-bottom:1px solid var(--gruvbox-bg1)}.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:var(--gruvbox-gray);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.sg-panel-title{margin-left:1rem;color:var(--gruvbox-gray);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:var(--gruvbox-gray)}.sg-action-icon{position:relative;width:18px;height:18px;border:0;background:0 0;color:var(--gruvbox-gray);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:color .2s ease}.sg-action-icon:hover{color:var(--gruvbox-fg0)}.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:var(--gruvbox-green)}.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;background:var(--gruvbox-bg-hard);overflow:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.sg-panel-body::-webkit-scrollbar{width:7px;height:7px}.sg-panel-body::-webkit-scrollbar-track{background:0 0}.sg-panel-body::-webkit-scrollbar-thumb{background:0 0}.sg-panel:hover .sg-panel-body,.sg-panel .sg-panel-body:hover{scrollbar-color:#303030 transparent}.sg-panel:hover .sg-panel-body::-webkit-scrollbar-thumb,.sg-panel .sg-panel-body:hover::-webkit-scrollbar-thumb{background:#303030}.sg-panel:hover .sg-panel-body::-webkit-scrollbar-thumb:hover,.sg-panel .sg-panel-body:hover::-webkit-scrollbar-thumb:hover{background:var(--accent)}.sg-panel .sg-panel-body pre{margin:0;border:0;border-radius:0;background:0 0;padding:0;color:var(--gruvbox-fg);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:var(--gruvbox-red)}.sg-terminal-dots i:nth-child(2){background:var(--gruvbox-yellow)}.sg-terminal-dots i:nth-child(3){background:var(--gruvbox-green)}.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:var(--gruvbox-gray);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 var(--gruvbox-bg1);border-radius:12px;background:var(--gruvbox-bg-hard);padding:.62rem .85rem;color:var(--gruvbox-fg);font-size:14px;line-height:1.38;overflow-x:auto;scrollbar-width:thin;scrollbar-color:transparent transparent;white-space:pre}.sg-terminal .sg-terminal-body pre::-webkit-scrollbar{height:7px}.sg-terminal .sg-terminal-body pre::-webkit-scrollbar-track{background:0 0}.sg-terminal .sg-terminal-body pre::-webkit-scrollbar-thumb{background:0 0}.sg-terminal:hover .sg-terminal-body pre,.sg-terminal .sg-terminal-body pre:hover{scrollbar-width:thin;scrollbar-color:#303030 transparent}.sg-terminal:hover .sg-terminal-body pre::-webkit-scrollbar-thumb,.sg-terminal .sg-terminal-body pre:hover::-webkit-scrollbar-thumb{background:#303030}.sg-terminal:hover .sg-terminal-body pre::-webkit-scrollbar-thumb:hover,.sg-terminal .sg-terminal-body pre:hover::-webkit-scrollbar-thumb:hover{background:var(--accent)}.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:var(--gruvbox-green)}.sg-terminal .sg-terminal-prompt-cwd{color:var(--gruvbox-blue)}.sg-terminal .sg-terminal-prompt-sep,.sg-terminal .sg-terminal-prompt-sigil{color:var(--gruvbox-fg0)}.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:var(--gruvbox-gray);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:var(--gruvbox-fg);background:var(--gruvbox-bg1)}.sg-tab.is-active{color:var(--gruvbox-orange);border-bottom-color:var(--gruvbox-orange);background:0 0}.sg-tab.is-active:hover{background:0 0}.sg-httptraffic code .token-comment{color:var(--gruvbox-gray)}.sg-httptraffic code .token-method{color:var(--gruvbox-red);font-weight:600}.sg-httptraffic code .token-path{color:var(--gruvbox-aqua)}.sg-httptraffic code .token-version{color:var(--gruvbox-purple)}.sg-httptraffic code .token-status{color:var(--gruvbox-green);font-weight:600}.sg-httptraffic code .token-status-bad{color:var(--gruvbox-red);font-weight:600}.sg-httptraffic code .token-header-key{color:var(--gruvbox-blue)}.sg-httptraffic code .token-header-value{color:var(--gruvbox-fg)}.sg-httptraffic code .token-body-plain{color:var(--gruvbox-gray)}.sg-httptraffic code .token-json-key{color:var(--gruvbox-blue)}.sg-httptraffic code .token-json-string{color:var(--gruvbox-green)}.sg-httptraffic code .token-json-number{color:var(--gruvbox-purple)}.sg-httptraffic code .token-json-bool{color:var(--gruvbox-yellow)}.sg-httptraffic code .token-json-null{color:var(--gruvbox-red)}.sg-httptraffic code .token-json-punc{color:var(--gruvbox-fg)}.sg-httptraffic code .token-form-key{color:var(--gruvbox-blue)}.sg-httptraffic code .token-form-op{color:var(--gruvbox-fg)}.sg-httptraffic code .token-form-sep{color:var(--gruvbox-purple)}.sg-httptraffic code .token-form-value{color:var(--gruvbox-green)}.sg-httptraffic code .token-form-enc{color:var(--gruvbox-yellow)}.sg-httptraffic code .token-xml-delim{color:var(--gruvbox-purple)}.sg-httptraffic code .token-xml-tag{color:var(--gruvbox-aqua)}.sg-httptraffic code .token-xml-attr{color:var(--gruvbox-blue)}.sg-httptraffic code .token-xml-op{color:var(--gruvbox-fg)}.sg-httptraffic code .token-xml-string{color:var(--gruvbox-green)}.sg-httptraffic code .token-xml-comment{color:var(--gruvbox-gray)}.sg-code .token-comment{color:var(--gruvbox-gray)}.sg-code .token-string{color:var(--gruvbox-green)}.sg-code .token-keyword{color:var(--gruvbox-red)}.sg-code .token-builtins{color:var(--gruvbox-yellow)}.sg-code .token-number{color:var(--gruvbox-purple)}.sg-code .token-function{color:var(--gruvbox-aqua)}.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}.markdown-content img{max-width:100%;height:auto}.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:linear-gradient(135deg,#1c1c1c,#2a2a2a,#1a1a1a);cursor:zoom-in}.sg-article-image figcaption{color:#8f8f8f;text-align:center;margin-top:.6rem;font-size:.85rem}.sg-article-image-missing{border:1px dashed var(--line-strong);border-radius:12px;color:var(--ink-faint);font-size:.9rem;padding:1rem;text-align:center}.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-inline .katex,.sg-latex-block .katex,.sg-latex-inline math,.sg-latex-block math{font-size:1.08em}.sg-latex-block{display:block;margin:1.6rem 0;text-align:center;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.search-dropdown{position:absolute;top:calc(100% + .45rem);right:0;width:min(36rem,calc(100vw - 1.5rem));min-width:100%;max-height:min(56vh,26rem);border:1px solid var(--line-strong);border-radius:12px;background:var(--bg-soft);box-shadow:var(--shadow);overflow:hidden;z-index:70;opacity:0;transform:translateY(-4px);visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}.search-anchor.is-open .search-dropdown{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.search-status{margin:0;padding:.56rem .8rem;border-bottom:1px solid var(--line);color:var(--ink-faint);font-size:.69rem;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase}.search-results{max-height:min(50vh,22rem);overflow:auto;padding:.45rem}.search-result{border:1px solid transparent;width:100%;text-align:left;border-radius:10px;background:0 0;color:inherit;cursor:pointer;padding:.62rem .68rem;margin-bottom:.3rem;transition:border-color .16s ease,background .16s ease,color .16s ease}.search-result:hover,.search-result:focus-visible{border-color:var(--line);background:rgba(255,255,255,3%)}.search-result:focus-visible{outline:none}.search-result.is-active{border-color:var(--line-strong);background:rgba(255,255,255,.045)}.search-result .meta{color:var(--ink-faint);font-family:var(--font-mono);font-size:.68rem;margin-bottom:.28rem;display:flex;align-items:center;gap:.4rem}.search-category{border:1px solid rgba(249,115,22,.3);border-radius:999px;color:var(--accent);font-size:.62rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;padding:.2rem .44rem}.search-date{color:var(--ink-faint);font-size:.67rem}.search-result h4{margin:0 0 .24rem;color:var(--ink-bright);font-size:.97rem;font-weight:500;letter-spacing:-.01em}.search-result p{margin:0;color:var(--ink-muted);font-size:.83rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-empty{color:var(--ink-faint);font-size:.85rem;margin:.25rem}.search-highlight{color:var(--accent);border-bottom:1px solid rgba(249,115,22,.35);font-weight:600}.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 h4{margin-top:2.1rem;margin-bottom:.85rem;font-size:1.12rem}.markdown-content p,.markdown-content ul,.markdown-content ol{margin:0 0 1.35rem}.markdown-content strong{color:var(--ink-bright);font-size:inherit;font-weight:600}.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 var(--gruvbox-bg1);background:var(--gruvbox-bg-hard);color:var(--gruvbox-fg0);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 var(--gruvbox-bg1);background:var(--gruvbox-bg-hard);color:var(--gruvbox-fg);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 var(--gruvbox-bg1);border-radius:12px;background:var(--gruvbox-bg-hard);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}.scroll-top-button{transition:color .18s ease,border-color .18s ease;transform:none}}@media(min-width:1280px){.section-ruler{right:.2rem}}@media(min-width:781px){.scroll-top-button{left:auto;right:1.2rem;bottom:1.1rem}}@media(min-width:1024px){body.is-post .scroll-top-button{right:calc(1.2rem + min(16.5rem,34vw))}}@media(max-width:960px){.archive-tags{display:none}}@media(max-width:860px){.search-anchor{width:min(16rem,calc(100vw - 7rem))}.search-dropdown{width:calc(100vw - 1.5rem);min-width:0;max-height:min(68vh,26rem)}}@media(max-width:780px){.sg-panel-body,.sg-terminal .sg-terminal-body pre,.markdown-content pre,.markdown-content .highlight{scrollbar-width:none}.sg-panel-body::-webkit-scrollbar,.sg-terminal .sg-terminal-body pre::-webkit-scrollbar,.markdown-content pre::-webkit-scrollbar,.markdown-content .highlight::-webkit-scrollbar{width:0;height:0}.container{width:min(100% - 1.5rem,1120px)}.scroll-top-button{left:auto;right:.85rem;bottom:calc(.9rem + env(safe-area-inset-bottom,0px));width:2.2rem;height:2.2rem;border-radius:9px}.mobile-toc{--mobile-toc-panel-max:min(52vh, 360px);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}.mobile-nav{display:flex;flex-direction:column;gap:.8rem;max-height:0;padding-block:0;border-top-width:0;overflow:hidden;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:max-height .28s cubic-bezier(.22,1,.36,1),padding .24s ease,border-top-width .24s ease,transform .24s ease,visibility 0s linear .28s}.mobile-nav.is-open{max-height:16rem;padding:.7rem 0 1rem;border-top-width:1px;visibility:visible;pointer-events:auto;transform:translateY(0);transition:max-height .28s cubic-bezier(.22,1,.36,1),padding .24s ease,border-top-width .24s ease,transform .24s ease,visibility 0s linear 0s}.search-anchor{display:none;width:min(22rem,calc(100vw - 1.5rem));max-width:calc(100vw - 1.5rem)}.search-anchor.is-mobile-open{display:block;position:absolute;top:calc(100% + .5rem);right:0;z-index:85}.search-anchor.is-mobile-open .search-dropdown{width:100%;min-width:0;max-width:none;max-height:min(64vh,25rem)}.search-anchor.is-mobile-open .search-results{max-height:min(56vh,20rem)}.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(max-width:1023px) and (max-height:700px){.mobile-toc{--mobile-toc-panel-max:50vh}}@media(min-width:781px){.post-actions{flex-direction:row;align-items:center}.author-footer{flex-direction:row;align-items:center}.mobile-only{display:none}}.cheatsheet-root-shell{max-width:980px}.cheatsheet-docs-shell{max-width:1160px}.cheatsheet-maintenance-shell{max-width:760px}.cheatsheet-header,.cheatsheet-section-header,.cheatsheet-page-header{margin-bottom:1.6rem}.cheatsheet-header h1,.cheatsheet-section-header h1,.cheatsheet-page-header h1{margin:0;color:var(--ink-bright);font-size:clamp(2.15rem,4vw,2.75rem);letter-spacing:-.04em}.cheatsheet-lead{max-width:56ch;margin:.8rem 0 0;color:#9a9a9a;font-size:.98rem;line-height:1.75}.cheatsheet-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem 1.75rem}.cheatsheet-directory-link{display:block;padding:.85rem 0 .9rem .9rem;border-left:1px solid var(--line);background:0 0;transition:border-color .16s ease,background-color .16s ease}.cheatsheet-directory-link:hover{border-left-color:var(--line-strong);background:rgba(255,255,255,.012)}.cheatsheet-directory-link h2{margin:0 0 .3rem;color:var(--ink-bright);font-size:1.02rem;letter-spacing:-.02em;transition:color .18s ease}.cheatsheet-directory-link:hover h2{color:#f1f1f1}.cheatsheet-directory-link p{margin:0;color:#9f9f9f;font-size:.9rem;line-height:1.62}.cheatsheet-directory-meta{display:block;margin-top:.45rem;color:#757575;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:0;text-transform:none}.cheatsheet-docs-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2.4rem;align-items:start}.cheatsheet-sidebar{position:sticky;top:88px}.cheatsheet-mobile-sections{display:none}.cheatsheet-sidebar-inner{padding-right:1.35rem;border-right:1px solid var(--line)}.cheatsheet-sidebar-root,.cheatsheet-sidebar-section{display:block;transition:color .16s ease}.cheatsheet-sidebar-root{margin-bottom:1rem;color:#7c7c7c;font-size:.86rem}.cheatsheet-sidebar-root:hover,.cheatsheet-sidebar-section:hover,.cheatsheet-sidebar-link:hover{color:var(--ink)}.cheatsheet-sidebar-root.is-current{color:var(--ink)}.cheatsheet-sidebar-section{margin-bottom:.9rem;color:var(--ink-bright);font-size:1rem;font-weight:600;letter-spacing:-.015em}.cheatsheet-sidebar-list{list-style:none;margin:0;padding:0}.cheatsheet-sidebar-list li{margin:0}.cheatsheet-sidebar-link{display:block;padding:.42rem 0 .42rem .8rem;border-left:1px solid transparent;color:var(--ink-muted);font-size:.88rem;line-height:1.35;transition:color .16s ease,border-color .16s ease}.cheatsheet-sidebar-link.is-current{color:var(--ink-bright);border-left-color:var(--accent)}.cheatsheet-docs-main{min-width:0;max-width:760px}.cheatsheet-mobile-sections{margin:0 0 1.3rem;position:relative;z-index:5}.cheatsheet-mobile-sections-summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr)auto;align-items:center;gap:.75rem;cursor:pointer;padding:.78rem .85rem;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,1%)}.cheatsheet-mobile-sections-summary::-webkit-details-marker{display:none}.cheatsheet-mobile-sections-label{color:#a1a1a1;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cheatsheet-mobile-sections-current{min-width:0;color:var(--ink-bright);font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cheatsheet-mobile-sections-caret{width:.5rem;height:.5rem;border-right:1px solid #7a7a7a;border-bottom:1px solid #7a7a7a;transform:rotate(45deg)translateY(-1px);transition:transform .16s ease}.cheatsheet-mobile-sections[open] .cheatsheet-mobile-sections-caret{transform:rotate(-135deg)translateY(-1px)}.cheatsheet-mobile-sections-panel{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:15;padding:.35rem 0;border:1px solid var(--line);border-radius:10px;background:#141414;max-height:min(52vh,20rem);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.cheatsheet-mobile-sections-list{list-style:none;margin:0;padding:0}.cheatsheet-mobile-sections-list li{margin:0}.cheatsheet-mobile-sections-link{display:block;padding:.5rem .85rem .5rem 1rem;border-left:1px solid transparent;color:var(--ink-muted);font-size:.89rem;line-height:1.38;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.cheatsheet-mobile-sections-link:hover{color:var(--ink);background:rgba(255,255,255,.015)}.cheatsheet-mobile-sections-link.is-current{color:var(--ink-bright);border-left-color:var(--accent)}.cheatsheet-mobile-sections-root{color:#8a8a8a}.cheatsheet-section-intro{max-width:64ch;margin-bottom:1.8rem;color:var(--ink-muted)}.cheatsheet-topic-list{border-top:1px solid var(--line)}.cheatsheet-topic-item{border-bottom:1px solid var(--line)}.cheatsheet-topic-link{display:block;padding:.95rem .2rem 1rem;transition:background-color .16s ease,border-color .16s ease}.cheatsheet-topic-link:hover{background:rgba(255,255,255,.012)}.cheatsheet-topic-link h2{margin:0 0 .26rem;color:var(--ink-bright);font-size:1.03rem;letter-spacing:-.02em;transition:color .18s ease}.cheatsheet-topic-link:hover h2{color:#f1f1f1}.cheatsheet-topic-link p{max-width:62ch;margin:0;color:#9d9d9d;font-size:.92rem;line-height:1.62}.cheatsheet-empty{border:1px dashed var(--line-strong);border-radius:10px;background:rgba(255,255,255,1%);padding:1.25rem}.cheatsheet-empty h2{margin:0 0 .45rem;color:var(--ink-bright);font-size:1.1rem}.cheatsheet-empty p{margin:0;color:var(--ink-muted);line-height:1.6}.cheatsheet-page-body{max-width:68ch}.cheatsheet-maintenance-note{max-width:56ch;margin:0;color:var(--ink-muted);font-size:.95rem;line-height:1.7}.cheatsheet-pager{margin-top:2.2rem;display:grid;gap:.9rem}.cheatsheet-pager.is-split{grid-template-columns:repeat(2,minmax(0,1fr))}.cheatsheet-pager-link{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,1%);padding:.9rem 1rem;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.cheatsheet-pager-link:hover{border-color:var(--line-strong);background:rgba(255,255,255,.015)}.cheatsheet-pager.is-next-only .cheatsheet-pager-link{margin-left:auto}.cheatsheet-pager-copy{min-width:0;display:flex;flex-direction:column}.cheatsheet-pager-label{margin-bottom:.32rem;color:#8b8b8b;font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.cheatsheet-pager-title{color:var(--ink-bright);font-size:.96rem;line-height:1.4;letter-spacing:-.01em}.cheatsheet-pager-arrow{color:#8a8a8a;flex:none;padding-top:.05rem}.cheatsheet-pager-icon{display:block}.cheatsheet-pager-icon.is-next{transform:scaleX(-1);transform-origin:center}@media(max-width:960px){.cheatsheet-docs-layout{grid-template-columns:1fr;gap:0}.cheatsheet-sidebar{display:none}.cheatsheet-docs-main{max-width:none}.cheatsheet-mobile-sections{display:block}}@media(max-width:780px){.cheatsheet-directory{grid-template-columns:1fr;gap:.2rem}.cheatsheet-pager,.cheatsheet-pager.is-split{grid-template-columns:1fr}.cheatsheet-pager.is-next-only .cheatsheet-pager-link{margin-left:0}.cheatsheet-directory-link,.cheatsheet-topic-link,.cheatsheet-empty,.cheatsheet-pager-link{padding-left:.75rem;padding-right:.1rem}}.sg-asm-shell{margin:2rem 0}.sg-asm{border:1px solid var(--gruvbox-bg1);border-radius:6px;background:var(--gruvbox-bg-hard);overflow:hidden;box-shadow:none}.sg-asm-shell,.sg-asm-shell *{font-family:jetbrains mono,var(--font-mono)}.sg-asm-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.68rem .9rem;background:var(--gruvbox-bg);border-bottom:1px solid var(--gruvbox-bg1)}.sg-asm-title{min-width:0;color:var(--gruvbox-gray);font-size:.74rem;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-asm-copy{position:relative;width:18px;height:18px;border:0;background:0 0;color:var(--gruvbox-gray);padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .18s ease}.sg-asm-copy:hover{color:var(--gruvbox-fg0)}.sg-asm-copy svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sg-asm-copy .icon-check{display:none}.sg-asm-copy.is-copied .icon-copy{display:none}.sg-asm-copy.is-copied .icon-check{display:block}.sg-asm-copy.is-copied{color:var(--gruvbox-green)}.sg-asm-copy:focus-visible{outline:1px solid var(--gruvbox-bg2);outline-offset:3px;border-radius:2px}.asm-code-body{background:var(--gruvbox-bg-hard);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:transparent transparent}.asm-code-body::-webkit-scrollbar{height:7px}.asm-code-body::-webkit-scrollbar-track{background:0 0}.asm-code-body::-webkit-scrollbar-thumb{background:0 0}.sg-asm:hover .asm-code-body,.sg-asm .asm-code-body:hover{scrollbar-color:#303030 transparent}.sg-asm:hover .asm-code-body::-webkit-scrollbar-thumb,.sg-asm .asm-code-body:hover::-webkit-scrollbar-thumb{background:#303030}.sg-asm:hover .asm-code-body::-webkit-scrollbar-thumb:hover,.sg-asm .asm-code-body:hover::-webkit-scrollbar-thumb:hover{background:var(--accent)}.sg-asm .asm-code-body pre,.markdown-content .sg-asm .asm-code-body pre,.markdown-content .sg-asm .asm-code-body pre code{margin:0;border:0;border-radius:0;background:0 0;color:var(--gruvbox-fg);font-size:14px;line-height:1.8;white-space:pre;padding:14px}.sg-asm .asm-code-body pre{display:block;min-width:100%;width:max-content}.sg-asm-legend{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem .9rem;margin-top:.7rem;padding:0 .1rem;background:0 0;font-size:11px;line-height:1.2}.sg-asm-legend[hidden]{display:none}.sg-asm-legend-item{display:inline-flex;align-items:center;gap:.4rem;flex:none}.sg-asm-legend-swatch{width:8px;height:8px;border-radius:2px;background:currentColor;box-shadow:0 0 0 1px rgba(0,0,0,.18);flex:none}.asm-inst{color:var(--gruvbox-red)}.asm-reg{color:var(--gruvbox-yellow)}.asm-mem{color:var(--gruvbox-blue)}.asm-num{color:var(--gruvbox-purple)}.asm-cmt{color:var(--gruvbox-gray);font-style:italic}.asm-lbl{color:var(--gruvbox-green);font-weight:500}.asm-dir{color:var(--gruvbox-orange)}.asm-str{color:var(--gruvbox-green)}@media(max-width:780px){.asm-code-body{scrollbar-width:none}.asm-code-body::-webkit-scrollbar{height:0}.sg-asm-head{padding-inline:.8rem}.sg-asm .asm-code-body pre,.markdown-content .sg-asm .asm-code-body pre,.markdown-content .sg-asm .asm-code-body pre code{padding:14px 12px}}