isolation-tree:where(.astro-ug66ei2z){--iso-warm: var(--site-warm);--iso-warm-subtle: var(--site-warm-subtle);--iso-cool: var(--site-cool);--iso-cool-subtle: var(--site-cool-subtle);--iso-accent: var(--site-accent);--iso-fg: var(--site-fg);--iso-dim: var(--site-dim);--iso-surface: var(--site-surface);--iso-border: var(--site-border);--iso-mono: var(--site-font-mono);--box-spread: 220px;--box-width: 180px;--box-height: 140px;display:block;position:relative}.iso-live:where(.astro-ug66ei2z){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.iso-viewport:where(.astro-ug66ei2z){position:relative;width:100%;height:420px;overflow:visible}.iso-box:where(.astro-ug66ei2z){position:absolute;left:50%;top:40px;width:var(--box-width);height:var(--box-height);transform:translate(-50%);transition:transform .6s cubic-bezier(.25,.46,.45,.94);z-index:calc(var(--box-count) - var(--box-index));background:var(--iso-warm-subtle);border:1px solid var(--iso-warm);border-radius:var(--site-border-radius, 6px);overflow:hidden}.iso-box:where(.astro-ug66ei2z):nth-child(2){transform:translate(-50%) translateY(4px) rotate(1deg)}.iso-box:where(.astro-ug66ei2z):nth-child(3){transform:translate(-50%) translateY(8px) rotate(-1deg)}.iso-viewport:where(.astro-ug66ei2z).revealed .iso-box:where(.astro-ug66ei2z){--offset: calc((var(--box-index) - (var(--box-count) - 1) / 2) * var(--box-spread));transform:translate(calc(-50% + var(--offset)))}.iso-thumb:where(.astro-ug66ei2z){width:100%;height:100%;display:flex;flex-direction:column}.thumb-titlebar:where(.astro-ug66ei2z){display:flex;gap:4px;padding:4px 6px;background:#0003}.thumb-dot:where(.astro-ug66ei2z){width:6px;height:6px;border-radius:50%;background:var(--iso-dim);opacity:.6}.thumb-content:where(.astro-ug66ei2z){padding:4px 6px;font-family:var(--iso-mono);font-size:7px;line-height:1.4;color:var(--iso-fg);white-space:pre-wrap;overflow:hidden;flex:1}.thumb-prompt:where(.astro-ug66ei2z){color:var(--iso-accent)}.thumb-cmd:where(.astro-ug66ei2z){color:var(--iso-fg)}.thumb-output:where(.astro-ug66ei2z){color:var(--iso-dim)}.iso-label:where(.astro-ug66ei2z){position:absolute;bottom:-64px;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none}.iso-viewport:where(.astro-ug66ei2z).labels-visible .iso-label:where(.astro-ug66ei2z){opacity:1}.iso-label-name:where(.astro-ug66ei2z){font-family:var(--iso-mono);font-size:.85rem;font-weight:600;color:var(--iso-warm)}.iso-label-meta:where(.astro-ug66ei2z){font-family:var(--iso-mono);font-size:.7rem;color:var(--iso-dim)}.iso-label-ns:where(.astro-ug66ei2z){font-family:var(--iso-mono);font-size:.65rem;color:var(--iso-fg);opacity:.7}.iso-label-sub:where(.astro-ug66ei2z){font-family:var(--site-font-sans, sans-serif);font-size:.65rem;color:var(--iso-dim);margin-top:2px}.iso-lines:where(.astro-ug66ei2z){position:absolute;pointer-events:none}.iso-lines-desktop:where(.astro-ug66ei2z){bottom:100px;left:50%;transform:translate(-50%);width:800px;height:100px;opacity:0;transition:opacity .2s ease}.iso-lines-mobile:where(.astro-ug66ei2z){display:none}.iso-line:where(.astro-ug66ei2z){stroke:var(--iso-cool);stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .4s ease}.iso-viewport:where(.astro-ug66ei2z).lines-drawn .iso-lines-desktop:where(.astro-ug66ei2z){opacity:1}.iso-viewport:where(.astro-ug66ei2z).lines-drawn .iso-line:where(.astro-ug66ei2z){stroke-dashoffset:0}.iso-root:where(.astro-ug66ei2z){position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:var(--iso-cool-subtle);border:1px solid var(--iso-cool);border-radius:var(--site-border-radius, 6px);padding:10px 20px;text-align:center;opacity:0;transition:opacity .3s ease}.iso-viewport:where(.astro-ug66ei2z).root-visible .iso-root:where(.astro-ug66ei2z){opacity:1}.iso-root-badge:where(.astro-ug66ei2z){font-family:var(--iso-mono);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--iso-cool);margin-bottom:2px}.iso-root-label:where(.astro-ug66ei2z){font-family:var(--iso-mono);font-size:.8rem;color:var(--iso-fg)}@media(max-width:639px){.iso-viewport:where(.astro-ug66ei2z){height:auto;min-height:500px;display:flex;flex-direction:column;align-items:center;padding-top:16px}.iso-box:where(.astro-ug66ei2z){position:relative;left:auto;top:auto;transform:none;width:85%;max-width:280px;margin-top:-30px}.iso-box:where(.astro-ug66ei2z):first-of-type{margin-top:0}.iso-box:where(.astro-ug66ei2z):nth-child(2){transform:rotate(1deg)}.iso-box:where(.astro-ug66ei2z):nth-child(3){transform:rotate(-1deg)}.iso-viewport:where(.astro-ug66ei2z).revealed .iso-box:where(.astro-ug66ei2z){transform:none;margin-top:16px}.iso-viewport:where(.astro-ug66ei2z).revealed .iso-box:where(.astro-ug66ei2z):first-of-type{margin-top:0}.iso-label:where(.astro-ug66ei2z){position:relative;bottom:auto;left:auto;transform:none;margin-top:4px;margin-bottom:8px}.iso-lines-desktop:where(.astro-ug66ei2z){display:none}.iso-lines-mobile:where(.astro-ug66ei2z){display:block;position:relative;width:40px;height:60px;margin:0 auto;opacity:0;transition:opacity .2s ease}.iso-viewport:where(.astro-ug66ei2z).lines-drawn .iso-lines-mobile:where(.astro-ug66ei2z){opacity:1}.iso-root:where(.astro-ug66ei2z){position:relative;bottom:auto;left:auto;transform:none;margin-top:8px}}@media(prefers-reduced-motion:reduce){.iso-box:where(.astro-ug66ei2z),.iso-label:where(.astro-ug66ei2z),.iso-line:where(.astro-ug66ei2z),.iso-root:where(.astro-ug66ei2z),.iso-lines-desktop:where(.astro-ug66ei2z),.iso-lines-mobile:where(.astro-ug66ei2z){transition:none!important}}:where(.astro-fei4nbnr){margin:0;padding:0;box-sizing:border-box}body{font-family:var(--site-font-sans);background:var(--site-bg);color:var(--site-fg);line-height:1.6}.page:where(.astro-fei4nbnr){max-width:1000px;margin:0 auto;padding:2rem 1.5rem}h1:where(.astro-fei4nbnr){font-family:var(--site-font-mono);margin-bottom:.25rem}.subtitle:where(.astro-fei4nbnr){color:var(--site-dim);margin-bottom:1.5rem;font-size:.9rem}nav:where(.astro-fei4nbnr).top{margin-bottom:2rem}nav:where(.astro-fei4nbnr).top a:where(.astro-fei4nbnr){color:var(--site-accent);text-decoration:none;margin-right:1rem}nav:where(.astro-fei4nbnr).top a:where(.astro-fei4nbnr):hover{text-decoration:underline}.controls:where(.astro-fei4nbnr){display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.toggle-btn:where(.astro-fei4nbnr){font-family:var(--site-font-mono);font-size:.85rem;padding:.5rem 1.25rem;border:1px solid var(--site-accent);border-radius:var(--site-border-radius);background:transparent;color:var(--site-accent);cursor:pointer;transition:background var(--site-transition-fast) ease,color var(--site-transition-fast) ease}.toggle-btn:where(.astro-fei4nbnr):hover{background:var(--site-accent);color:var(--site-bg)}.toggle-btn:where(.astro-fei4nbnr):focus-visible{box-shadow:var(--site-focus-ring);outline:none}.phase-indicator:where(.astro-fei4nbnr){font-family:var(--site-font-mono);font-size:.8rem;color:var(--site-dim)}.demo-area:where(.astro-fei4nbnr){border:1px solid var(--site-border);border-radius:var(--site-border-radius);background:var(--site-surface);padding:2rem 1rem;min-height:460px}
