.bm-shell.svelte-1vg27c6{position:relative;min-height:100vh;display:flex;flex-direction:column}.bm-shell-top.svelte-1vg27c6,.bm-shell-bot.svelte-1vg27c6{font-family:var(--bm-font-mono);font-size:.78rem;color:var(--bm-dim);letter-spacing:.02em;padding:.75rem 1.5rem;border-bottom:var(--bm-track);display:flex;align-items:center;gap:.55rem;background:#0b0e13eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bm-shell-bot.svelte-1vg27c6{border-bottom:0;border-top:var(--bm-track);margin-top:auto}.bm-shell-prompt.svelte-1vg27c6{color:var(--bm-soft)}.bm-shell-caret.svelte-1vg27c6{color:var(--bm-pulse);margin-left:.15rem}.bm-shell-cmd.svelte-1vg27c6{color:var(--bm-ivory)}.bm-shell-path.svelte-1vg27c6{color:var(--bm-substrate)}.bm-shell-cursor.svelte-1vg27c6{color:var(--bm-pulse);animation:svelte-1vg27c6-bm-blink 1s ease-in-out infinite;margin-left:.15rem}.bm-shell-dot.svelte-1vg27c6{width:8px;height:8px;border-radius:50%;background:var(--bm-pulse);box-shadow:0 0 6px var(--bm-pulse-dim);animation:svelte-1vg27c6-bm-pulse 2.2s ease-in-out infinite}.bm-shell-spacer.svelte-1vg27c6{flex:1}.bm-shell-stamp.svelte-1vg27c6{color:var(--bm-dim)}@keyframes svelte-1vg27c6-bm-blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes svelte-1vg27c6-bm-pulse{0%,to{opacity:1;box-shadow:0 0 6px var(--bm-pulse-dim)}50%{opacity:.55;box-shadow:0 0 12px var(--bm-pulse-dim)}}@media(max-width:640px){.bm-shell-top.svelte-1vg27c6,.bm-shell-bot.svelte-1vg27c6{flex-wrap:wrap;gap:.4rem;padding:.6rem 1rem;font-size:.72rem}.bm-shell-stamp.svelte-1vg27c6{display:none}}.bm-kv.svelte-mrd31{font-family:var(--bm-font-mono);font-size:.85rem;letter-spacing:.02em}.bm-kv-inline.svelte-mrd31{display:flex;align-items:center;gap:.6rem;padding:.4rem 0}.bm-kv-block.svelte-mrd31{display:flex;flex-direction:column;gap:.25rem}.bm-kv-key.svelte-mrd31{color:var(--bm-soft);text-transform:uppercase;font-weight:500}.bm-kv-rule.svelte-mrd31{flex:1;height:0;border-top:1px dashed var(--bm-line);min-width:1.5rem}.bm-kv-value.svelte-mrd31{font-weight:600}.bm-kv-pulse.svelte-mrd31{color:var(--bm-pulse)}.bm-kv-substrate.svelte-mrd31{color:var(--bm-substrate)}.bm-kv-ivory.svelte-mrd31{color:var(--bm-ivory)}.bm-kv-link.svelte-mrd31{transition:color var(--bm-fast) var(--bm-ease-out)}.bm-kv-link.svelte-mrd31:hover{color:var(--bm-pulse-soft)}.bm-orb.svelte-1n649p0{position:relative}.bm-orb-inline.svelte-1n649p0{aspect-ratio:1;max-width:460px;width:100%}.bm-orb-ambient.svelte-1n649p0{position:absolute;top:0;right:0;bottom:0;left:0;width:70%;max-width:720px;margin-inline-start:-8%;margin-block-start:4rem;opacity:.35;pointer-events:none;filter:saturate(.55) brightness(.85);z-index:0}.bm-orb-centerpiece.svelte-1n649p0{width:min(80vw,720px);aspect-ratio:1;margin:0 auto;opacity:.92}.bm-orb.svelte-1n649p0 .ao-ascii{color:var(--bm-ivory)}.bm-orb.svelte-1n649p0 .ao-rings{color:var(--bm-dim)}.bm-orb.svelte-1n649p0 .ao-particles{color:var(--bm-pulse)}.bm-orb.svelte-1n649p0 .ao-intro{color:var(--bm-pulse);text-shadow:0 0 6px var(--bm-pulse-dim),0 0 14px rgba(212,150,10,.18)}.bm-orb.svelte-1n649p0 .ao-aimGlitch-red{color:var(--bm-bad)}.bm-orb.svelte-1n649p0 .ao-aimGlitch-cyan{color:var(--bm-substrate)}.bm-orb.svelte-1n649p0 .ao-aimGlitch-green{color:var(--bm-pulse-soft)}.bm-orb.svelte-1n649p0 .ao-shard{color:var(--bm-ivory);text-shadow:0 0 8px rgba(212,150,10,.3)}.bm-btn.svelte-389w7g{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-family:var(--bm-font-mono);font-size:.85rem;font-weight:600;letter-spacing:.04em;border-radius:var(--bm-radius-sm);transition:all var(--bm-fast) var(--bm-ease-out);white-space:nowrap;text-transform:uppercase}.bm-btn-primary.svelte-389w7g{background:var(--bm-pulse);color:var(--bm-ink-950);box-shadow:0 0 0 1px transparent}.bm-btn-primary.svelte-389w7g:hover{background:var(--bm-pulse-soft);transform:translateY(-1px);box-shadow:0 0 15px #d4960a73,0 0 30px #d4960a40,0 0 50px #d4960a1f}.bm-btn-secondary.svelte-389w7g{color:var(--bm-ivory);background:transparent;border-bottom:1px dashed var(--bm-line-strong);padding-block:.85rem;padding-inline:.25rem;border-radius:0}.bm-btn-secondary.svelte-389w7g:hover{color:var(--bm-pulse);border-bottom-style:solid;border-bottom-color:var(--bm-pulse);text-shadow:0 0 8px rgba(212,150,10,.45),0 0 18px rgba(212,150,10,.2)}.bm-btn-arrow.svelte-389w7g{transition:transform var(--bm-fast) var(--bm-ease-out)}.bm-btn.svelte-389w7g:hover .bm-btn-arrow:where(.svelte-389w7g){transform:translate(2px)}.bm-btn-glyph.svelte-389w7g{color:inherit;opacity:.85}.bm-box.svelte-1echh8m{position:relative;border-inline:1px solid var(--bm-line);background:#ffffff04;padding:0;margin:0}.bm-box-title.svelte-1echh8m{font-family:var(--bm-font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bm-ivory);padding:.6rem 1rem .5rem;border-top:1px solid var(--bm-line);display:flex;align-items:center;gap:.45rem;flex-wrap:nowrap;overflow:hidden;white-space:nowrap}.bm-box-bracket.svelte-1echh8m{font-family:var(--bm-font-mono);color:var(--bm-pulse)}.bm-box-pulse.svelte-1echh8m .bm-box-bracket:where(.svelte-1echh8m){color:var(--bm-pulse)}.bm-box-substrate.svelte-1echh8m .bm-box-bracket:where(.svelte-1echh8m){color:var(--bm-substrate)}.bm-box-dim.svelte-1echh8m .bm-box-bracket:where(.svelte-1echh8m){color:var(--bm-dim)}.bm-box-body.svelte-1echh8m{padding:1rem 1.25rem 1.25rem}.bm-box-foot.svelte-1echh8m{font-family:var(--bm-font-mono);color:var(--bm-pulse);font-size:.78rem;line-height:1;padding:0 .25rem;display:flex;overflow:hidden}.bm-box-substrate.svelte-1echh8m .bm-box-foot:where(.svelte-1echh8m){color:var(--bm-substrate)}.bm-box-dim.svelte-1echh8m .bm-box-foot:where(.svelte-1echh8m){color:var(--bm-dim)}.bm-box-dashes.svelte-1echh8m{flex:1;overflow:hidden;letter-spacing:-1px}
