.sh:where(.astro-edl356kq){min-height:calc(100vh - var(--header-height));padding-top:var(--header-height)}.sh-shell:where(.astro-edl356kq){display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;max-width:1280px;margin:0 auto;min-height:calc(100vh - var(--header-height))}.sh-rail:where(.astro-edl356kq){border-right:1px solid var(--color-border-subtle);padding:32px 24px;position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto;display:flex;flex-direction:column}.sh-rail-head:where(.astro-edl356kq){display:flex;align-items:center;gap:12px;margin-bottom:28px}.sh-rail-mascot:where(.astro-edl356kq){border-radius:8px;flex-shrink:0}.sh-rail-title:where(.astro-edl356kq){font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--color-fg-primary)}.sh-rail-sub:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.75rem;color:var(--color-fg-muted)}.sh-steps:where(.astro-edl356kq){list-style:none;flex:1}.sh-step-btn:where(.astro-edl356kq){display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:8px 10px;border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--color-fg-muted);transition:background .15s,color .15s;font-family:var(--font-body)}.sh-step-btn:where(.astro-edl356kq):hover{background:var(--glass-bg-subtle);color:var(--color-fg-primary)}.sh-step-btn:where(.astro-edl356kq):disabled{cursor:default;opacity:.55}.sh-step-btn:where(.astro-edl356kq):disabled:hover{background:none;color:var(--color-fg-muted)}.sh-step-dot:where(.astro-edl356kq){position:relative;width:26px;height:26px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--color-border);display:grid;place-items:center;font-family:var(--font-mono);font-size:.8rem;color:var(--color-fg-muted);transition:border-color .15s,background .15s,color .15s}.sh-step-check:where(.astro-edl356kq){display:none}.sh-step-label:where(.astro-edl356kq){font-size:.9rem}.sh-step-item:where(.astro-edl356kq).is-current .sh-step-dot:where(.astro-edl356kq){border-color:var(--color-accent);background:var(--color-accent);color:#fff}.sh-step-item:where(.astro-edl356kq).is-current .sh-step-btn:where(.astro-edl356kq){color:var(--color-fg-primary);font-weight:600}.sh-step-item:where(.astro-edl356kq).is-done .sh-step-dot:where(.astro-edl356kq){border-color:var(--color-accent);color:var(--color-accent)}.sh-step-item:where(.astro-edl356kq).is-done .sh-step-num:where(.astro-edl356kq){display:none}.sh-step-item:where(.astro-edl356kq).is-done .sh-step-check:where(.astro-edl356kq){display:block}.sh-reset:where(.astro-edl356kq){margin-top:16px;background:none;border:none;color:var(--color-fg-dim);font-size:.8rem;cursor:pointer;padding:6px 10px;text-align:left;font-family:var(--font-body)}.sh-reset:where(.astro-edl356kq):hover{color:var(--color-warning)}.sh-stage:where(.astro-edl356kq){padding:40px 48px 120px;position:relative;max-width:760px}.sh-progressbar:where(.astro-edl356kq){height:3px;background:var(--color-border-subtle);border-radius:3px;overflow:hidden;margin-bottom:36px}.sh-progressbar:where(.astro-edl356kq) span:where(.astro-edl356kq){display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--color-accent),var(--color-success));transition:width .35s ease}.sh-panel:where(.astro-edl356kq)[hidden]{display:none}.sh-eyebrow:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);display:block;margin-bottom:12px}.sh-h1:where(.astro-edl356kq){font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:20px}.sh-h2:where(.astro-edl356kq){font-family:var(--font-display);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}.sh-grad:where(.astro-edl356kq){background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-success) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sh-lead:where(.astro-edl356kq){font-size:1.05rem;color:var(--color-fg-muted);line-height:1.7;margin-bottom:24px}.sh-lead:where(.astro-edl356kq) code:where(.astro-edl356kq),.sh-callout:where(.astro-edl356kq) code:where(.astro-edl356kq),.sh-microcopy:where(.astro-edl356kq) code:where(.astro-edl356kq),.sh-derived:where(.astro-edl356kq) code:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.85em;background:var(--color-bg-inset);padding:1px 6px;border-radius:5px;color:var(--color-fg-primary)}.sh-lead:where(.astro-edl356kq) strong:where(.astro-edl356kq){color:var(--color-fg-primary)}.sh-microcopy:where(.astro-edl356kq){font-size:.82rem;color:var(--color-fg-dim);margin-top:12px;line-height:1.5}.sh-prereqs:where(.astro-edl356kq){display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px}.sh-prereq:where(.astro-edl356kq){background:var(--glass-bg-subtle);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:20px}.sh-prereq:where(.astro-edl356kq) h3:where(.astro-edl356kq){font-family:var(--font-display);font-size:1rem;margin-bottom:8px;color:var(--color-fg-primary)}.sh-prereq:where(.astro-edl356kq) p:where(.astro-edl356kq){font-size:.88rem;color:var(--color-fg-muted);line-height:1.55}.sh-prereq:where(.astro-edl356kq) code:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.85em;background:var(--color-bg-inset);padding:1px 5px;border-radius:4px}.sh-callout:where(.astro-edl356kq){border-radius:var(--radius-md);padding:14px 18px;font-size:.9rem;line-height:1.6;margin:20px 0;border:1px solid}.sh-callout:where(.astro-edl356kq) strong:where(.astro-edl356kq){color:var(--color-fg-primary)}.sh-callout-info:where(.astro-edl356kq){background:#16a34a12;border-color:#16a34a40;color:var(--color-fg-muted)}.sh-callout-warn:where(.astro-edl356kq){background:#f59e0b14;border-color:#f59e0b4d;color:var(--color-fg-muted)}.sh-field:where(.astro-edl356kq){margin-bottom:18px}.sh-field-row:where(.astro-edl356kq){display:grid;grid-template-columns:1fr 1fr;gap:16px}.sh-field:where(.astro-edl356kq) label:where(.astro-edl356kq){display:block;font-size:.85rem;color:var(--color-fg-muted);margin-bottom:6px;font-weight:500}.sh-opt:where(.astro-edl356kq),.sh-hint-inline:where(.astro-edl356kq){color:var(--color-fg-dim);font-weight:400}.sh-field:where(.astro-edl356kq) input:where(.astro-edl356kq),.sh-field:where(.astro-edl356kq) textarea:where(.astro-edl356kq){width:100%;padding:11px 14px;font-size:.92rem;font-family:var(--font-mono);background:var(--color-bg-inset);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-fg-primary)}.sh-field:where(.astro-edl356kq) input:where(.astro-edl356kq):focus,.sh-field:where(.astro-edl356kq) textarea:where(.astro-edl356kq):focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #16a34a2e}.sh-field:where(.astro-edl356kq) textarea:where(.astro-edl356kq){resize:vertical;line-height:1.45}.sh-hint:where(.astro-edl356kq){display:block;font-size:.8rem;color:var(--color-fg-dim);margin-top:6px;line-height:1.5}.sh-hint:where(.astro-edl356kq)[hidden]{display:none}.sh-radio-group:where(.astro-edl356kq){display:flex;gap:18px;flex-wrap:wrap}.sh-radio:where(.astro-edl356kq){display:inline-flex;align-items:center;gap:7px;font-size:.9rem;color:var(--color-fg-primary);cursor:pointer}.sh-radio:where(.astro-edl356kq) input:where(.astro-edl356kq){accent-color:var(--color-accent);cursor:pointer}.sh-btn:where(.astro-edl356kq){display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;min-height:48px;font-size:.92rem;font-weight:500;font-family:var(--font-body);border-radius:var(--radius-md);border:none;cursor:pointer;transition:all .18s;text-decoration:none}.sh-btn:where(.astro-edl356kq):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.sh-btn-primary:where(.astro-edl356kq){background:var(--color-accent);color:#fff;box-shadow:0 0 20px #16a34a40}.sh-btn-primary:where(.astro-edl356kq):hover{background:var(--color-accent-hover);color:#fff;transform:translateY(-1px)}.sh-btn-primary:where(.astro-edl356kq):disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.sh-btn-ghost:where(.astro-edl356kq){background:var(--glass-bg);color:var(--color-fg-primary);border:1px solid var(--glass-border)}.sh-btn-ghost:where(.astro-edl356kq):hover{background:var(--glass-bg-subtle);border-color:var(--glass-border-hover)}a:where(.astro-edl356kq).sh-btn{margin:4px 0}.sh-derived:where(.astro-edl356kq){background:var(--glass-bg-subtle);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:16px 18px;margin:18px 0}.sh-derived:where(.astro-edl356kq)[hidden]{display:none}.sh-derived:where(.astro-edl356kq) h4:where(.astro-edl356kq){font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-fg-dim);margin-bottom:12px;font-weight:600}.sh-derived:where(.astro-edl356kq) dl:where(.astro-edl356kq){display:grid;grid-template-columns:auto 1fr;gap:6px 16px;margin:0}.sh-derived dt{color:var(--color-fg-muted);font-size:.85rem}.sh-derived dd{margin:0;font-family:var(--font-mono);font-size:.82rem;color:var(--color-fg-primary);word-break:break-all}.sh-perm-table:where(.astro-edl356kq){border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;margin:20px 0}.sh-perm-row:where(.astro-edl356kq){display:grid;grid-template-columns:90px 1fr 80px;gap:12px;padding:10px 16px;font-size:.86rem;align-items:center;border-bottom:1px solid var(--color-border-subtle)}.sh-perm-row:where(.astro-edl356kq):last-child{border-bottom:none}.sh-perm-head:where(.astro-edl356kq){background:var(--color-bg-inset);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-dim)}.sh-perm-row:where(.astro-edl356kq) :where(.astro-edl356kq)[data-perm-type]{color:var(--color-fg-muted)}.sh-access:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.74rem;padding:2px 8px;border-radius:100px}.sh-access-edit:where(.astro-edl356kq){background:#16a34a26;color:var(--color-success)}.sh-access-read:where(.astro-edl356kq){background:var(--glass-bg-subtle);color:var(--color-fg-muted)}.sh-optional-perms:where(.astro-edl356kq){border:1px dashed var(--color-border);border-radius:var(--radius-md);margin:-8px 0 20px;background:var(--color-bg-inset)}.sh-optional-perms:where(.astro-edl356kq) summary:where(.astro-edl356kq){display:flex;align-items:center;gap:8px;padding:11px 16px;cursor:pointer;list-style:none;font-size:.85rem;color:var(--color-fg-muted)}.sh-optional-perms:where(.astro-edl356kq) summary:where(.astro-edl356kq)::-webkit-details-marker{display:none}.sh-optional-perms:where(.astro-edl356kq) .sh-why-chevron:where(.astro-edl356kq){margin-left:auto;transition:transform .2s ease}.sh-optional-perms:where(.astro-edl356kq)[open] .sh-why-chevron:where(.astro-edl356kq){transform:rotate(180deg)}.sh-optional-badge:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.66rem;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:100px;background:var(--glass-bg-subtle);color:var(--color-fg-dim);flex-shrink:0}.sh-optional-perms-body:where(.astro-edl356kq){padding:0 16px 14px}.sh-optional-perms-body:where(.astro-edl356kq)>p:where(.astro-edl356kq){font-size:.82rem;color:var(--color-fg-muted);line-height:1.5;margin:0 0 12px}.sh-perm-row-optional:where(.astro-edl356kq){border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-bg-base)}.sh-perm-note:where(.astro-edl356kq){display:block;font-size:.74rem;color:var(--color-fg-dim);margin-top:2px}.sh-secret-box:where(.astro-edl356kq){background:#16a34a0f;border:1px solid rgba(22,163,74,.3);border-radius:var(--radius-md);padding:18px;margin:20px 0}.sh-secret-box:where(.astro-edl356kq) h4:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.82rem;color:var(--color-accent);margin-bottom:10px}.sh-secret-box:where(.astro-edl356kq) p:where(.astro-edl356kq){font-size:.88rem;color:var(--color-fg-muted);margin-bottom:12px;line-height:1.55}.sh-secret-box:where(.astro-edl356kq) p:where(.astro-edl356kq) strong:where(.astro-edl356kq){color:var(--color-fg-primary)}#sh-passphrase-regen:where(.astro-edl356kq){margin-top:14px}.sh-copy-field:where(.astro-edl356kq){display:flex;align-items:center;gap:10px;background:var(--color-bg-inset);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px 12px}.sh-copy-field-block:where(.astro-edl356kq){margin:12px 0}.sh-copy-field:where(.astro-edl356kq) code:where(.astro-edl356kq){flex:1;font-family:var(--font-mono);font-size:.85rem;color:var(--color-fg-primary);word-break:break-all;background:none}.sh-copy-btn:where(.astro-edl356kq){flex-shrink:0;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-fg-muted);cursor:pointer;padding:5px 7px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;transition:color .15s,border-color .15s}.sh-copy-btn:where(.astro-edl356kq):hover,.sh-copy-btn:where(.astro-edl356kq).is-copied{color:var(--color-accent);border-color:var(--color-accent)}.sh-copy-btn:where(.astro-edl356kq):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.sh-subhead:where(.astro-edl356kq){font-family:var(--font-display);font-size:1.05rem;margin:28px 0 14px;color:var(--color-fg-primary)}.sh-secrets:where(.astro-edl356kq){display:flex;flex-direction:column;gap:8px}.sh-secret-row{display:flex;align-items:stretch;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;font-size:.84rem}.sh-secret-key{background:var(--color-bg-inset);padding:10px 14px;font-family:var(--font-mono);color:var(--color-accent);min-width:190px;display:flex;align-items:center;border-right:1px solid var(--color-border);font-size:.78rem}.sh-secret-val{flex:1 1 auto;min-width:0;padding:10px 14px;font-family:var(--font-mono);color:var(--color-fg-primary);display:block;align-self:center;overflow:hidden;overflow-wrap:anywhere;word-break:break-all;font-size:.78rem}.sh-secret-val.is-missing{color:var(--color-fg-dim);font-style:italic}.sh-secret-act{display:flex;align-items:center;justify-content:center;padding:0 10px;min-height:44px;background:transparent;border:none;border-left:1px solid var(--color-border);color:var(--color-fg-muted);cursor:pointer;transition:color .15s;flex-shrink:0}.sh-secret-act:hover,.sh-secret-act.is-copied{color:var(--color-accent)}.sh-secret-act:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.sh-secret-act:disabled{opacity:.4;cursor:not-allowed}.sh-secret-act svg{width:15px;height:15px}.sh-secret-acts{display:flex;flex-shrink:0}.sh-secret-val.is-masked{letter-spacing:.18em;color:var(--color-fg-muted)}.sh-gh-cli:where(.astro-edl356kq) summary:where(.astro-edl356kq){font-weight:600}.sh-gh-cli:where(.astro-edl356kq) .sh-field:where(.astro-edl356kq){margin:14px 0 10px}.sh-gh-cli-note:where(.astro-edl356kq){font-size:.8rem;color:var(--color-fg-muted);line-height:1.5;margin:8px 0}.sh-gh-cli-box:where(.astro-edl356kq){position:relative;background:var(--color-bg-inset);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:12px 0;overflow:hidden}.sh-gh-cli-actions:where(.astro-edl356kq){position:absolute;top:8px;right:8px;display:flex;gap:4px;z-index:1}.sh-gh-cli-actions:where(.astro-edl356kq) .sh-secret-act:where(.astro-edl356kq){border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-base);padding:5px 7px;height:28px}.sh-gh-cli-box:where(.astro-edl356kq) pre:where(.astro-edl356kq){margin:0;padding:14px 84px 14px 16px;overflow-x:auto;background:none}.sh-gh-cli-box:where(.astro-edl356kq) code:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.76rem;line-height:1.7;color:var(--color-fg-primary);white-space:pre;background:none}.sh-details:where(.astro-edl356kq){margin:18px 0;font-size:.9rem}.sh-details:where(.astro-edl356kq) summary:where(.astro-edl356kq){cursor:pointer;color:var(--color-fg-muted);padding:4px 0}.sh-details:where(.astro-edl356kq) summary:where(.astro-edl356kq):hover{color:var(--color-fg-primary)}.sh-details:where(.astro-edl356kq) p:where(.astro-edl356kq){font-size:.88rem;color:var(--color-fg-muted);margin:10px 0}.sh-details:where(.astro-edl356kq) code:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.85em;background:var(--color-bg-inset);padding:1px 5px;border-radius:4px}.sh-why:where(.astro-edl356kq){position:relative;margin:22px 0;border:1px solid var(--glass-border);border-radius:var(--radius-md);background:var(--glass-bg-subtle);overflow:hidden;box-shadow:inset 0 0 20px -6px #16a34a1a,inset 0 -34px 44px -30px #16a34a66;transition:box-shadow .25s ease,border-color .25s ease}.sh-why:where(.astro-edl356kq):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(22,163,74,.55) 50%,transparent 100%);opacity:.85;transition:opacity .25s ease,background .25s ease;pointer-events:none}.sh-why:where(.astro-edl356kq)[open]{border-color:#16a34a47;box-shadow:inset 0 0 22px -6px #16a34a24,inset 0 -40px 52px -30px #16a34a85}.sh-why:where(.astro-edl356kq)[open]:after{opacity:1;background:linear-gradient(90deg,transparent 0%,rgba(22,163,74,.85) 50%,transparent 100%)}.sh-why:where(.astro-edl356kq)>summary:where(.astro-edl356kq){display:flex;align-items:center;gap:10px;padding:13px 16px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--color-fg-primary);list-style:none;user-select:none;transition:background .15s}.sh-why:where(.astro-edl356kq)>summary:where(.astro-edl356kq)::-webkit-details-marker{display:none}.sh-why:where(.astro-edl356kq)>summary:where(.astro-edl356kq):hover{background:var(--glass-bg)}.sh-why-icon:where(.astro-edl356kq){flex-shrink:0;color:var(--color-accent);display:inline-flex}.sh-why-chevron:where(.astro-edl356kq){margin-left:auto;flex-shrink:0;color:var(--color-fg-dim);transition:transform .2s ease}.sh-why:where(.astro-edl356kq)[open]>summary:where(.astro-edl356kq) .sh-why-chevron:where(.astro-edl356kq){transform:rotate(180deg)}.sh-why-body:where(.astro-edl356kq){padding:2px 16px 16px;font-size:.88rem;color:var(--color-fg-muted);line-height:1.65}.sh-why-body:where(.astro-edl356kq) p:where(.astro-edl356kq){margin-bottom:10px}.sh-why-body:where(.astro-edl356kq) p:where(.astro-edl356kq):last-child{margin-bottom:0}.sh-why-body:where(.astro-edl356kq) strong:where(.astro-edl356kq){color:var(--color-fg-primary)}.sh-why-body:where(.astro-edl356kq) code:where(.astro-edl356kq){font-family:var(--font-mono);font-size:.84em;background:var(--color-bg-inset);padding:1px 5px;border-radius:4px;color:var(--color-fg-primary)}.sh-why-map:where(.astro-edl356kq){list-style:none;margin:6px 0 0;display:flex;flex-direction:column;gap:11px}.sh-why-map:where(.astro-edl356kq) li:where(.astro-edl356kq){font-size:.85rem;line-height:1.55;padding-left:14px;position:relative}.sh-why-map:where(.astro-edl356kq) li:where(.astro-edl356kq):before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--color-accent)}.sh-why-map:where(.astro-edl356kq) li:where(.astro-edl356kq) b:where(.astro-edl356kq){display:block;font-family:var(--font-mono);font-size:.76rem;font-weight:500;color:var(--color-accent);margin-bottom:2px;letter-spacing:.01em}.sh-done:where(.astro-edl356kq){display:flex;gap:16px;align-items:flex-start;background:var(--glass-bg-subtle);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:22px;margin-top:28px}.sh-done:where(.astro-edl356kq) img:where(.astro-edl356kq){flex-shrink:0;border-radius:10px}.sh-done:where(.astro-edl356kq) h3:where(.astro-edl356kq){font-family:var(--font-display);font-size:1.15rem;margin-bottom:6px}.sh-done:where(.astro-edl356kq) p:where(.astro-edl356kq){font-size:.9rem;color:var(--color-fg-muted);line-height:1.6}.sh-done-cta:where(.astro-edl356kq){display:inline-flex;align-items:center;gap:8px;margin:14px 0 6px}.sh-done-cta:where(.astro-edl356kq) svg:where(.astro-edl356kq){width:16px;height:16px}.sh-done-help:where(.astro-edl356kq){font-size:.82rem}.sh-app-result:where(.astro-edl356kq)[hidden]{display:none}.sh-nav:where(.astro-edl356kq){display:flex;align-items:center;gap:16px;margin-top:44px;padding-top:24px;border-top:1px solid var(--color-border-subtle)}.sh-nav:where(.astro-edl356kq) .sh-btn-primary:where(.astro-edl356kq){margin-left:auto}.sh-nav-help:where(.astro-edl356kq){font-size:.85rem;color:var(--color-fg-dim)}.sh-nav-help:where(.astro-edl356kq):hover{color:var(--color-accent)}@media(max-width:880px){.sh-shell:where(.astro-edl356kq){grid-template-columns:minmax(0,1fr)}.sh-rail:where(.astro-edl356kq){position:static;height:auto;border-right:none;border-bottom:1px solid var(--color-border-subtle);padding:16px}.sh-rail-head:where(.astro-edl356kq){margin-bottom:0}.sh-steps:where(.astro-edl356kq){display:none}.sh-reset:where(.astro-edl356kq){display:none}.sh-stage:where(.astro-edl356kq){padding:28px 20px 100px;max-width:100%}.sh-field-row:where(.astro-edl356kq){grid-template-columns:1fr;gap:0}.sh-perm-row:where(.astro-edl356kq){grid-template-columns:70px 1fr 64px;gap:8px;padding:9px 12px;font-size:.8rem}.sh-secret-row{flex-direction:column}.sh-secret-key{min-width:0;border-right:none;border-bottom:1px solid var(--color-border)}.sh-secret-act{border-left:none;border-top:1px solid var(--color-border);justify-content:center;padding:8px}.sh-secret-acts{width:100%}.sh-secret-acts .sh-secret-act{flex:1 1 0}.sh-secret-acts .sh-secret-act+.sh-secret-act{border-left:1px solid var(--color-border)}.sh-nav:where(.astro-edl356kq){flex-wrap:wrap}.sh-nav-help:where(.astro-edl356kq){order:3;width:100%;text-align:center}}html[data-theme=light] .sh-callout-info:where(.astro-edl356kq){background:#15803d12;border-color:#15803d47}html[data-theme=light] .sh-field:where(.astro-edl356kq) input:where(.astro-edl356kq):focus,html[data-theme=light] .sh-field:where(.astro-edl356kq) textarea:where(.astro-edl356kq):focus{box-shadow:0 0 0 3px var(--color-accent-glow)}html[data-theme=light] .sh-btn-primary:where(.astro-edl356kq){box-shadow:0 0 20px var(--shadow-accent-soft)}html[data-theme=light] .sh-access-edit:where(.astro-edl356kq){background:#15803d24}html[data-theme=light] .sh-secret-box:where(.astro-edl356kq){background:#15803d0f;border-color:#15803d4d}html[data-theme=light] .sh-why:where(.astro-edl356kq){box-shadow:inset 0 0 20px -6px #15803d0f,inset 0 -34px 44px -30px #15803d2e}html[data-theme=light] .sh-why:where(.astro-edl356kq):after{background:linear-gradient(90deg,transparent 0%,rgba(21,128,61,.3) 50%,transparent 100%)}html[data-theme=light] .sh-why:where(.astro-edl356kq)[open]{border-color:#15803d47;box-shadow:inset 0 0 22px -6px #15803d14,inset 0 -40px 52px -30px #15803d3d}html[data-theme=light] .sh-why:where(.astro-edl356kq)[open]:after{background:linear-gradient(90deg,transparent 0%,rgba(21,128,61,.45) 50%,transparent 100%)}html[data-theme=light] .sh-lead:where(.astro-edl356kq) code:where(.astro-edl356kq),html[data-theme=light] .sh-callout:where(.astro-edl356kq) code:where(.astro-edl356kq),html[data-theme=light] .sh-microcopy:where(.astro-edl356kq) code:where(.astro-edl356kq),html[data-theme=light] .sh-derived:where(.astro-edl356kq) code:where(.astro-edl356kq),html[data-theme=light] .sh-prereq:where(.astro-edl356kq) code:where(.astro-edl356kq){border:1px solid var(--color-border-subtle)}
