.interactive-shell-module__bhVJmq__shellBackdrop{z-index:9990;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;animation:.2s ease-out forwards interactive-shell-module__bhVJmq__shellBackdropFade;position:fixed;inset:0}.interactive-shell-module__bhVJmq__shellBackdropClosing{animation:.22s cubic-bezier(.16,1,.3,1) forwards interactive-shell-module__bhVJmq__shellBackdropFadeOut}@keyframes interactive-shell-module__bhVJmq__shellBackdropFade{0%{opacity:0}to{opacity:1}}@keyframes interactive-shell-module__bhVJmq__shellBackdropFadeOut{0%{opacity:1}to{opacity:0}}.interactive-shell-module__bhVJmq__shellDrawer{z-index:9995;background:var(--card-bg-solid);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);border:1px solid var(--border);overscroll-behavior:contain;width:100%;max-width:980px;height:420px;max-height:80vh;box-shadow:var(--modal-shadow);border-bottom:none;flex-direction:column;margin:0 auto;transition:height .25s cubic-bezier(.16,1,.3,1),max-height .25s cubic-bezier(.16,1,.3,1),max-width .25s cubic-bezier(.16,1,.3,1),border-radius .2s;animation:.28s cubic-bezier(.16,1,.3,1) forwards interactive-shell-module__bhVJmq__shellDrawerSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.interactive-shell-module__bhVJmq__shellDrawerSlidingDown{animation:.22s cubic-bezier(.16,1,.3,1) forwards interactive-shell-module__bhVJmq__shellDrawerSlideDown!important}.interactive-shell-module__bhVJmq__shellDrawerExpanded{border:none;border-radius:0;width:100%;max-width:100vw;height:100vh;max-height:100vh}@keyframes interactive-shell-module__bhVJmq__shellDrawerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes interactive-shell-module__bhVJmq__shellDrawerSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.interactive-shell-module__bhVJmq__shellDrawerHeader{background:var(--background-subtle);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;min-height:42px;padding:.55rem 1.125rem;display:flex;position:relative}.interactive-shell-module__bhVJmq__shellDrawerHeaderLeft{z-index:1;align-items:center;gap:.55rem;min-width:0;display:flex}.interactive-shell-module__bhVJmq__shellTitleIcon{color:var(--accent-blue);flex-shrink:0}.interactive-shell-module__bhVJmq__shellDrawerTitle{font-family:var(--font-mono);color:var(--foreground);letter-spacing:-.01em;white-space:nowrap;font-size:.8125rem;font-weight:500}.interactive-shell-module__bhVJmq__shellDrawerHeaderCenter{pointer-events:auto;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.interactive-shell-module__bhVJmq__shellTabs{background:var(--background);border:1px solid var(--border);-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:2px;padding:2px;display:inline-flex}[data-theme=dark] .interactive-shell-module__bhVJmq__shellTabs{background:#ffffff0a;border-color:#ffffff14}.interactive-shell-module__bhVJmq__shellTab{height:24px;font-family:var(--font-mono);color:var(--muted-foreground);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:.35rem;padding:0 .65rem;font-size:.75rem;font-weight:500;line-height:1;transition:all .12s;display:inline-flex}.interactive-shell-module__bhVJmq__shellTab:hover:not(.interactive-shell-module__bhVJmq__shellTabActive){color:var(--foreground);background:#7d7d7d0f}.interactive-shell-module__bhVJmq__shellTabActive{color:var(--foreground);background:var(--card-bg-solid);border-color:var(--border);box-shadow:0 1px 2px #0000000a}[data-theme=dark] .interactive-shell-module__bhVJmq__shellTabActive{background:#ffffff17;border-color:#ffffff1f;box-shadow:0 1px 2px #00000040}.interactive-shell-module__bhVJmq__shellTabDot{background:var(--muted-foreground);opacity:.4;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:all .15s;display:inline-block}.interactive-shell-module__bhVJmq__shellTabDotLive{opacity:1;background:#10b981}.interactive-shell-module__bhVJmq__shellTabLiveActive{color:#10b981}[data-theme=dark] .interactive-shell-module__bhVJmq__shellTabLiveActive{color:#10b981;background:#10b9811f;border-color:#10b98140}.interactive-shell-module__bhVJmq__shellDrawerHeaderActions{z-index:1;align-items:center;gap:.35rem;margin-left:auto;display:flex}.interactive-shell-module__bhVJmq__shellDrawerActionBtn,.interactive-shell-module__bhVJmq__shellDrawerCloseBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.interactive-shell-module__bhVJmq__shellDrawerActionBtn:hover,.interactive-shell-module__bhVJmq__shellDrawerCloseBtn:hover{color:var(--foreground);background:var(--background);border-color:var(--border-hover)}.interactive-shell-module__bhVJmq__shellDrawerBody{font-family:var(--font-mono);color:var(--code-foreground);background:var(--code-bg);overscroll-behavior:contain;flex:1;padding:1.125rem 1.25rem;font-size:.84rem;line-height:1.65;overflow-y:auto}.interactive-shell-module__bhVJmq__shellLine{margin-bottom:.35rem}.interactive-shell-module__bhVJmq__shellLine pre{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:inherit;margin:0}.interactive-shell-module__bhVJmq__shellLine_command pre{color:var(--accent-blue);font-weight:600}.interactive-shell-module__bhVJmq__shellLine_text pre{color:var(--foreground)}.interactive-shell-module__bhVJmq__shellLine_success pre{color:var(--accent-emerald,#10b981)}.interactive-shell-module__bhVJmq__shellLine_warning pre{color:#f59e0b}.interactive-shell-module__bhVJmq__shellLine_error pre{color:#ef4444}.interactive-shell-module__bhVJmq__shellLine_muted pre{color:var(--muted-foreground)}.interactive-shell-module__bhVJmq__shellLine_json pre{color:var(--foreground)}.interactive-shell-module__bhVJmq__shellJsonInlineCopyBtn{vertical-align:-2px;border:1px solid var(--border);border-radius:var(--radius-sm);height:20px;color:var(--muted-foreground);font-family:var(--font-mono);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0f;align-items:center;gap:.25rem;margin-left:.35rem;margin-right:.15rem;padding:.15rem .3rem;font-size:.6875rem;line-height:1;transition:all .15s;display:inline-flex}[data-theme=light] .interactive-shell-module__bhVJmq__shellJsonInlineCopyBtn,:root:not([data-theme=dark]) .interactive-shell-module__bhVJmq__shellJsonInlineCopyBtn{background:#0000000a}.interactive-shell-module__bhVJmq__shellJsonInlineCopyBtn:hover{color:var(--foreground);background:var(--background);border-color:var(--border-hover)}.interactive-shell-module__bhVJmq__shellJsonInlineCopyBtn:focus-visible{border-color:var(--input-focus-border);box-shadow:0 0 0 2px var(--input-focus-ring);outline:none}.interactive-shell-module__bhVJmq__shellJsonInlineCopyBtnCopied{color:var(--accent-emerald,#10b981)!important;background:#10b9811a!important;border-color:#10b9814d!important}.interactive-shell-module__bhVJmq__shellJsonCheckIcon{color:var(--accent-emerald,#10b981)}.interactive-shell-module__bhVJmq__shellJsonCopiedTip{color:var(--accent-emerald,#10b981);font-size:.65rem;font-weight:500}.interactive-shell-module__bhVJmq__shellPromptRow{background:var(--code-bg);border-top:1px dashed var(--border);align-items:center;gap:.6rem;padding:.75rem 1.25rem 1.125rem;display:flex}.interactive-shell-module__bhVJmq__shellPromptSymbol{color:var(--accent-emerald,#10b981);flex-shrink:0;font-size:.85rem;font-weight:600}.interactive-shell-module__bhVJmq__shellPromptInput{font-family:var(--font-mono);color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.84rem}.interactive-shell-module__bhVJmq__shellPromptInputPassword{-webkit-text-security:disc;text-security:disc}.interactive-shell-module__bhVJmq__shellPromptInput::placeholder{color:var(--subtle-foreground)}.interactive-shell-module__bhVJmq__shellPromptEnterIcon{color:var(--subtle-foreground);flex-shrink:0}.interactive-shell-module__bhVJmq__shellDrawerFooter{background:var(--background-subtle);border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;padding:.55rem 1.125rem;font-size:.75rem;display:flex}.interactive-shell-module__bhVJmq__shellDrawerFooter kbd{font-family:var(--font-mono);color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);margin:0 .2rem;padding:.1rem .35rem;font-size:.6875rem;line-height:1.2;display:inline-block}.interactive-shell-module__bhVJmq__shellFabWrapper{z-index:9999;align-items:center;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.interactive-shell-module__bhVJmq__shellMinimizedBar{border-radius:var(--radius-full);background:var(--card-bg-solid);border:1px solid var(--border);width:44px;height:44px;color:var(--muted-foreground);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;justify-content:center;align-items:center;padding:0;transition:transform .22s cubic-bezier(.34,1.56,.64,1),background .2s,border-color .2s,color .2s,box-shadow .2s;animation:.22s cubic-bezier(.16,1,.3,1) forwards interactive-shell-module__bhVJmq__shellFabPopIn;display:inline-flex;position:relative;box-shadow:0 4px 20px -2px #0000001f,0 2px 6px #0000000f}@keyframes interactive-shell-module__bhVJmq__shellFabPopIn{0%{opacity:0;transform:translateY(12px)scale(.88)}to{opacity:1;transform:translateY(0)scale(1)}}.interactive-shell-module__bhVJmq__shellMinimizedBar:hover{border-color:var(--border-hover);color:var(--foreground);background:var(--background-subtle);box-shadow:0 8px 24px -2px #0000002e, 0 0 0 1px var(--border-hover);transform:translateY(-2px)scale(1.08)}.interactive-shell-module__bhVJmq__shellMinimizedBar:active{transform:translateY(0)scale(.94)}.interactive-shell-module__bhVJmq__shellMinimizedBar:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px}.interactive-shell-module__bhVJmq__shellFabIconWrapper{justify-content:center;align-items:center;transition:transform .2s;display:flex}.interactive-shell-module__bhVJmq__shellMinimizedBar:hover .interactive-shell-module__bhVJmq__shellFabIconWrapper{transform:scale(1.08)}.interactive-shell-module__bhVJmq__shellMinimizedIcon{flex-shrink:0;width:19px;height:19px}.interactive-shell-module__bhVJmq__shellMinimizedBar.interactive-shell-module__bhVJmq__active,.interactive-shell-module__bhVJmq__shellMinimizedBarActive{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#2563eb 55%,#1d4ed8 100%);border-color:#7dd3fc99;animation:.22s cubic-bezier(.16,1,.3,1) forwards interactive-shell-module__bhVJmq__shellFabPopIn,2.5s ease-in-out .22s infinite alternate interactive-shell-module__bhVJmq__shellActiveGlow;box-shadow:0 0 0 1px #38bdf899,0 0 20px #0ea5e980,0 6px 20px #0000004d}.interactive-shell-module__bhVJmq__shellMinimizedBar.interactive-shell-module__bhVJmq__active:hover,.interactive-shell-module__bhVJmq__shellMinimizedBarActive:hover{color:#fff;background:linear-gradient(135deg,#0369a1 0%,#1d4ed8 50%,#1e40af 100%);border-color:#bae6fde6;transform:translateY(-3px)scale(1.12);box-shadow:0 0 0 2px #38bdf8d9,0 0 28px #0ea5e9bf,0 8px 26px #00000059}@keyframes interactive-shell-module__bhVJmq__shellActiveGlow{0%{box-shadow:0 0 0 1px #38bdf866,0 0 16px #0ea5e966,0 4px 14px #00000040}to{box-shadow:0 0 0 1.5px #38bdf8cc,0 0 25px #0ea5e9a6,0 4px 20px #00000059}}.interactive-shell-module__bhVJmq__shellStatusBeacon{pointer-events:none;justify-content:center;align-items:center;width:10px;height:10px;display:flex;position:absolute;top:1px;right:1px}.interactive-shell-module__bhVJmq__shellStatusPing{opacity:.75;background:#10b981;border-radius:50%;width:100%;height:100%;animation:1.8s cubic-bezier(0,0,.2,1) infinite interactive-shell-module__bhVJmq__shellPingRadar;position:absolute}.interactive-shell-module__bhVJmq__shellStatusDot{background:#10b981;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 6px #10b981}@keyframes interactive-shell-module__bhVJmq__shellPingRadar{0%{opacity:.85;transform:scale(.9)}75%,to{opacity:0;transform:scale(2.4)}}.interactive-shell-module__bhVJmq__shellFabTooltip{background:var(--card-bg-solid);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--modal-shadow);pointer-events:none;opacity:0;visibility:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;z-index:10000;flex-direction:column;gap:2px;padding:.45rem .75rem;transition:opacity .16s,transform .16s cubic-bezier(.16,1,.3,1),visibility .16s;display:flex;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%)translate(6px)}.interactive-shell-module__bhVJmq__shellFabWrapper:hover .interactive-shell-module__bhVJmq__shellFabTooltip,.interactive-shell-module__bhVJmq__shellMinimizedBar:focus-visible~.interactive-shell-module__bhVJmq__shellFabTooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.interactive-shell-module__bhVJmq__shellFabTooltipTop{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.interactive-shell-module__bhVJmq__shellFabTooltipTitle{font-family:var(--font-sans);color:var(--foreground);align-items:center;gap:.35rem;font-size:.78125rem;font-weight:600;display:flex}.interactive-shell-module__bhVJmq__shellFabTooltipBadge{font-family:var(--font-mono);color:var(--muted-foreground);align-items:center;gap:2px;font-size:.65rem;display:inline-flex}.interactive-shell-module__bhVJmq__shellFabTooltipBadge kbd{font-family:var(--font-mono);color:var(--foreground);background:var(--background-subtle);border:1px solid var(--border);border-radius:4px;padding:.08rem .28rem;font-size:.65rem;line-height:1;display:inline-block}.interactive-shell-module__bhVJmq__shellFabTooltipDesc{font-family:var(--font-mono);color:var(--muted-foreground);font-size:.6875rem}.interactive-shell-module__bhVJmq__shellSuggestions{background:var(--card-bg-solid);border:1px solid var(--border-hover);border-radius:var(--radius-md);box-shadow:var(--modal-shadow);z-index:100;width:calc(100% - 2.5rem);max-width:560px;max-height:240px;font-family:var(--font-mono);overscroll-behavior:contain;flex-direction:column;gap:2px;margin-bottom:.5rem;padding:.3rem;display:flex;position:absolute;bottom:100%;left:0;overflow-y:auto}.interactive-shell-module__bhVJmq__shellSuggestionItem{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem .65rem;font-size:.8125rem;transition:background-color .12s,color .12s;display:flex}.interactive-shell-module__bhVJmq__shellSuggestionLeft{align-items:center;gap:.45rem;min-width:0;display:flex}.interactive-shell-module__bhVJmq__shellSuggestionPrefix{color:var(--accent-emerald,#10b981);-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:.75rem;font-weight:600}.interactive-shell-module__bhVJmq__shellSuggestionCmd{color:var(--foreground);white-space:nowrap;font-weight:500}.interactive-shell-module__bhVJmq__shellSuggestionRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.interactive-shell-module__bhVJmq__shellSuggestionDesc{color:var(--muted-foreground);font-size:.75rem;font-family:var(--font-sans);white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.interactive-shell-module__bhVJmq__shellSuggestionBadge{background:var(--background);border:1px solid var(--border);color:var(--subtle-foreground);border-radius:4px;align-items:center;padding:.1rem .35rem;font-size:.6875rem;line-height:1;display:inline-flex}.interactive-shell-module__bhVJmq__shellSuggestionItem:hover,.interactive-shell-module__bhVJmq__shellSuggestionItemActive{background:var(--background-subtle);color:var(--foreground)}.interactive-shell-module__bhVJmq__shellSuggestionItemActive .interactive-shell-module__bhVJmq__shellSuggestionCmd{color:var(--accent-blue)}.interactive-shell-module__bhVJmq__shellSuggestionItemActive .interactive-shell-module__bhVJmq__shellSuggestionBadge{border-color:var(--border-hover);color:var(--foreground);background:var(--background)}.interactive-shell-module__bhVJmq__shellSpinner{animation:1s linear infinite interactive-shell-module__bhVJmq__shellSpin}@keyframes interactive-shell-module__bhVJmq__shellSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.interactive-shell-module__bhVJmq__shellDrawer{border-radius:var(--radius-md) var(--radius-md) 0 0;border-left:none;border-right:none;width:100%;max-width:100vw;height:60vh;max-height:80vh}.interactive-shell-module__bhVJmq__shellDrawerExpanded{height:86vh;max-height:92vh}.interactive-shell-module__bhVJmq__shellDrawerHeader{min-height:38px;padding:.45rem .75rem}.interactive-shell-module__bhVJmq__shellDrawerHeaderLeft{gap:.4rem;min-width:0;max-width:32%;overflow:hidden}.interactive-shell-module__bhVJmq__shellDrawerTitle{text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.75rem;overflow:hidden}.interactive-shell-module__bhVJmq__shellTab{gap:.25rem;height:22px;padding:0 .45rem;font-size:.7rem}.interactive-shell-module__bhVJmq__shellDrawerHeaderActions{gap:.2rem}.interactive-shell-module__bhVJmq__shellDrawerActionBtn,.interactive-shell-module__bhVJmq__shellDrawerCloseBtn{width:26px;height:26px}.interactive-shell-module__bhVJmq__shellDrawerBody{padding:.75rem;font-size:.78rem;line-height:1.55}.interactive-shell-module__bhVJmq__shellPromptRow{padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom,0px)) .75rem;gap:.45rem}.interactive-shell-module__bhVJmq__shellSuggestions{width:calc(100% - 1rem);max-width:none;max-height:180px;margin-bottom:.4rem;padding:.25rem;left:.5rem;right:.5rem}.interactive-shell-module__bhVJmq__shellSuggestionItem{gap:.5rem;padding:.35rem .5rem}.interactive-shell-module__bhVJmq__shellSuggestionCmd{font-size:.78rem}.interactive-shell-module__bhVJmq__shellSuggestionDesc{max-width:140px}.interactive-shell-module__bhVJmq__shellSuggestionBadge{padding:.05rem .25rem;font-size:.625rem}.interactive-shell-module__bhVJmq__shellFabWrapper{right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.interactive-shell-module__bhVJmq__shellMinimizedBar{width:44px;height:44px}.interactive-shell-module__bhVJmq__shellFabTooltip{display:none}}@media (max-width:480px){.interactive-shell-module__bhVJmq__shellDrawerHeaderLeft{max-width:none}.interactive-shell-module__bhVJmq__shellDrawerTitle{display:none}.interactive-shell-module__bhVJmq__shellTab{height:22px;padding:0 .4rem;font-size:.6875rem}.interactive-shell-module__bhVJmq__shellSuggestionDesc{display:none}}
