:root{--color-field:#0a1224;--color-layer:#101d30;--color-ivory:#fbf7f0;--color-mist:#bfcbd4;--color-muted:#8b9aa8;--color-cyan:#46c7d3;--color-cyan-bright:#66d5df;--color-orange:#fc6b16;--color-border:#21344a;--color-border-strong:#36516e;--color-control-border:#52718d;--color-code-bg:#07101f;--font-display:"Syne", sans-serif;--font-body:"Outfit", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--radius-sm:4px;--radius-lg:10px;--max-width:1240px;--header-height:4.5rem;--section-space:clamp(4.5rem, 9vw, 7.5rem);--step-hero:clamp(2.05rem, 5.1vw, 3.9rem);--step-lead:clamp(1.7rem, 3.6vw, 2.7rem);--step-section:clamp(1.55rem, 2.9vw, 2.3rem);--step-sub:clamp(1.2rem, 1.9vw, 1.5rem);--track-display:-.025em;--track-hero:-.032em}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-body);color:var(--color-ivory);background:var(--color-field);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6}body{background:var(--color-field);min-width:320px;min-height:100svh;margin:0}::selection{color:var(--color-field);background:var(--color-cyan)}img,svg{max-width:100%;display:block}h1,h2,h3,h4,p,ul,ol,dl,dd,figure,pre{margin-top:0}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-ivory);letter-spacing:var(--track-display);text-wrap:balance;-webkit-hyphens:manual;hyphens:manual;line-height:1.12}p,li,dd{text-wrap:pretty}a{color:var(--color-cyan);text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{color:var(--color-cyan-bright)}main :where(a:not(.btn):not(.brand):not(.nav-link)){text-decoration-line:underline;text-decoration-color:#46c7d373}main :where(a:not(.btn):not(.brand):not(.nav-link)):hover{text-decoration-color:currentColor}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--color-orange);outline-offset:4px}code,pre{font-family:var(--font-mono)}:not(pre)>code{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-ivory);background:var(--color-code-bg);padding:.12em .36em;font-size:.88em}.container{width:min(100% - clamp(2rem, 7vw, 5rem), var(--max-width));margin-inline:auto}.grid-12{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(1rem,2.5vw,2rem);display:grid}.section{padding-block:var(--section-space)}.section+.section{border-top:1px solid var(--color-border)}.section-band{background:var(--color-layer);border-block:1px solid var(--color-border)}.eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-orange);margin-bottom:1rem;font-size:.75rem;font-weight:500;line-height:1.4}.section-heading{font-size:var(--step-section);margin-bottom:1rem;font-weight:700}.section-copy{max-width:64ch;color:var(--color-mist);margin-bottom:0;font-size:clamp(1rem,1.6vw,1.125rem)}.btn{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:.72rem 1.15rem;font-size:.92rem;font-weight:600;line-height:1.2;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{color:var(--color-field);background:var(--color-cyan)}.btn-primary:hover{color:var(--color-field);background:var(--color-cyan-bright)}.btn-secondary{color:var(--color-ivory);border-color:var(--color-control-border);background:0 0}.btn-secondary:hover{color:var(--color-ivory);border-color:var(--color-cyan);background:#46c7d312}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.boundary-note{border-left:3px solid var(--color-orange);color:var(--color-mist);background:#fc6b160f;padding:1rem 1.1rem}.boundary-note strong{color:var(--color-ivory)}.terminal-line{white-space:pre;min-width:max-content;display:block}.terminal-prompt{color:var(--color-orange);-webkit-user-select:none;user-select:none;margin-right:.65rem}.terminal-command{color:var(--color-ivory)}.scroll-region{overscroll-behavior-inline:contain;scrollbar-color:var(--color-control-border) var(--color-layer);overflow-x:auto}.scroll-region:focus-visible{outline-offset:3px}.skip-link{z-index:200;color:var(--color-field);background:var(--color-orange);padding:.7rem 1rem;font-weight:700;transition:transform .12s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes mark-settle{0%{opacity:0;transform:translate(2rem)rotate(2deg)}to{opacity:1;transform:translate(0,0)rotate(0)}}.mark-settle{animation:.7s cubic-bezier(.2,.8,.2,1) both mark-settle}@media (width<=760px){.grid-12{grid-template-columns:1fr}.button-row{align-items:stretch}}@media (width<=480px){.btn{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mark-settle{opacity:1;transform:none}}.app.svelte-12qhfyh{flex-direction:column;min-height:100svh;display:flex}main.svelte-12qhfyh{flex:1}.site-header.svelte-12qhfyh{z-index:50;border-bottom:1px solid var(--color-border);background:#0a1224f5;position:sticky;top:0}.header-inner.svelte-12qhfyh{min-height:var(--header-height);grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,4vw,3rem);display:grid}.brand.svelte-12qhfyh,.footer-brand.svelte-12qhfyh{color:var(--color-ivory);font-family:var(--font-display);letter-spacing:-.035em;align-items:center;gap:.7rem;font-weight:700;text-decoration:none;display:inline-flex}.brand.svelte-12qhfyh{font-size:1.15rem}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){border-radius:7px}.site-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){justify-content:center;align-items:center;gap:clamp(.15rem,1vw,.5rem);margin:0;padding:0;list-style:none;display:flex}.nav-link.svelte-12qhfyh{min-height:44px;color:var(--color-mist);justify-content:center;align-items:center;padding:.5rem .72rem;font-size:.88rem;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-link.svelte-12qhfyh:after{content:"";background:var(--color-orange);width:.43rem;height:.43rem;transition:transform .15s;position:absolute;bottom:.2rem;left:50%;transform:translate(-50%)rotate(45deg)scale(0)}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--color-ivory)}.nav-link.active.svelte-12qhfyh:after{transform:translate(-50%)rotate(45deg)scale(1)}.packages-link.svelte-12qhfyh{border:1px solid var(--color-control-border);border-radius:var(--radius-sm);min-height:44px;color:var(--color-cyan);font-family:var(--font-mono);justify-content:center;align-items:center;padding:.55rem .85rem;font-size:.78rem;text-decoration:none;display:inline-flex}.packages-link.svelte-12qhfyh:hover{color:var(--color-field);background:var(--color-cyan);border-color:var(--color-cyan)}.site-footer.svelte-12qhfyh{margin-top:var(--section-space);border-top:1px solid var(--color-border);background:var(--color-code-bg)}.footer-grid.svelte-12qhfyh{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:3rem;padding-block:3.5rem;display:grid}.footer-brand.svelte-12qhfyh{font-size:1.2rem}.footer-brand.svelte-12qhfyh img:where(.svelte-12qhfyh){border-radius:8px}.footer-manifest.svelte-12qhfyh p:where(.svelte-12qhfyh){max-width:46ch;color:var(--color-muted);margin:1rem 0 0}.footer-nav.svelte-12qhfyh{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:.2rem 1.25rem;display:grid}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){min-height:38px;color:var(--color-mist);padding-block:.45rem;font-size:.88rem;text-decoration:none}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-cyan)}.footer-bottom.svelte-12qhfyh{border-top:1px solid var(--color-border);color:var(--color-muted);font-family:var(--font-mono);justify-content:space-between;align-items:center;gap:1rem;padding-block:1.25rem;font-size:.7rem;display:flex}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-muted)}.footer-bottom.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-cyan)}@media (width<=760px){.header-inner.svelte-12qhfyh{grid-template-columns:1fr auto;gap:.4rem 1rem;min-height:auto;padding-block:.6rem .45rem}.site-nav.svelte-12qhfyh{border-top:1px solid var(--color-border);grid-area:2/1/auto/-1}.packages-link.svelte-12qhfyh{grid-area:1/2}.site-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){grid-template-columns:repeat(6,minmax(0,1fr));gap:0;display:grid}.nav-link.svelte-12qhfyh{padding-inline:.25rem;font-size:clamp(.69rem,2.8vw,.82rem)}.packages-link.svelte-12qhfyh{padding-inline:.65rem}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2rem}.footer-bottom.svelte-12qhfyh{flex-direction:column;align-items:flex-start}}@media (width<=380px){.brand.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:1rem}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){width:34px;height:34px}.packages-link.svelte-12qhfyh{font-size:.7rem}}
