:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.diff-panel-content{scrollbar-width:thin;scrollbar-color:hsla(0,0%,61%,.5) transparent}.diff-panel-content::-webkit-scrollbar{width:8px;height:8px}.diff-panel-content::-webkit-scrollbar-track{background:transparent}.diff-panel-content::-webkit-scrollbar-thumb{background-color:hsla(0,0%,61%,.5);border-radius:4px;border:2px solid transparent}.diff-panel-content::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,61%,.7)}.diff-panel:not(:hover) .diff-panel-content::-webkit-scrollbar{display:none}.diff-panel:not(:hover) .diff-panel-content{scrollbar-width:none}.diff-block-added{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1));background-color:rgba(34,197,94,.2)}.diff-block-removed{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));background-color:rgba(239,68,68,.2)}.diff-panel-content .group:hover .diff-block-added{background-color:rgba(34,197,94,.3)}.diff-panel-content .group:hover .diff-block-removed{background-color:rgba(239,68,68,.3)}.diff-line{display:flex;min-width:-moz-fit-content;min-width:fit-content;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.diff-line-number{width:3rem;flex-shrink:0;border-right-width:1px;border-color:var(--bolt-elements-borderColor);background-color:var(--bolt-elements-bg-depth-1);padding-top:.125rem;padding-bottom:.125rem;padding-left:.5rem;text-align:left;color:var(--bolt-elements-textTertiary)}.diff-line-content,.diff-line-number{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.diff-line-content{flex:1 1 0%;white-space:pre;padding:.125rem 1rem;color:var(--bolt-elements-textPrimary)}.diff-line:hover .diff-line-content{background-color:var(--bolt-elements-bg-depth-2)}.diff-added{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity,1));background-color:rgba(34,197,94,.2)}.diff-removed{border-left-width:4px;--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1));background-color:rgba(239,68,68,.2)}:root,:root[data-theme=light]{--bolt-elements-borderColor:hsla(0,0%,9%,.1);--bolt-elements-borderColorActive:#0d9488;--bolt-elements-bg-depth-1:#fff;--bolt-elements-bg-depth-2:#f9fafb;--bolt-elements-bg-depth-3:#e5e7eb;--bolt-elements-bg-depth-4:hsla(0,0%,9%,.05);--bolt-elements-textPrimary:#030712;--bolt-elements-textSecondary:#4b5563;--bolt-elements-textTertiary:#6b7280;--bolt-elements-code-background:#f3f4f6;--bolt-elements-code-text:#030712;--bolt-elements-button-primary-background:rgba(20,184,166,.1);--bolt-elements-button-primary-backgroundHover:rgba(20,184,166,.2);--bolt-elements-button-primary-text:#14b8a6;--bolt-elements-button-secondary-background:hsla(0,0%,9%,.05);--bolt-elements-button-secondary-backgroundHover:hsla(0,0%,9%,.1);--bolt-elements-button-secondary-text:#030712;--bolt-elements-button-danger-background:rgba(239,68,68,.1);--bolt-elements-button-danger-backgroundHover:rgba(239,68,68,.2);--bolt-elements-button-danger-text:#ef4444;--bolt-elements-item-contentDefault:hsla(0,0%,9%,.5);--bolt-elements-item-contentActive:#030712;--bolt-elements-item-contentAccent:#0f766e;--bolt-elements-item-contentDanger:#ef4444;--bolt-elements-item-backgroundDefault:transparent;--bolt-elements-item-backgroundActive:hsla(0,0%,9%,.05);--bolt-elements-item-backgroundAccent:rgba(20,184,166,.1);--bolt-elements-item-backgroundDanger:rgba(239,68,68,.1);--bolt-elements-loader-background:hsla(0,0%,9%,.1);--bolt-elements-loader-progress:#14b8a6;--bolt-elements-artifacts-background:#fff;--bolt-elements-artifacts-backgroundHover:hsla(0,0%,9%,.02);--bolt-elements-artifacts-borderColor:var(--bolt-elements-borderColor);--bolt-elements-artifacts-inlineCode-background:#f3f4f6;--bolt-elements-artifacts-inlineCode-text:var(--bolt-elements-textPrimary);--bolt-elements-actions-background:#fff;--bolt-elements-actions-code-background:#1f2937;--bolt-elements-messages-background:#f3f4f6;--bolt-elements-messages-linkColor:#14b8a6;--bolt-elements-messages-code-background:#1f2937;--bolt-elements-messages-inlineCode-background:#e5e7eb;--bolt-elements-messages-inlineCode-text:#1f2937;--bolt-elements-icon-success:#22c55e;--bolt-elements-icon-error:#ef4444;--bolt-elements-icon-primary:#030712;--bolt-elements-icon-secondary:#4b5563;--bolt-elements-icon-tertiary:#6b7280;--bolt-elements-dividerColor:#f3f4f6;--bolt-elements-prompt-background:hsla(0,0%,100%,.8);--bolt-elements-sidebar-dropdownShadow:hsla(0,0%,9%,.1);--bolt-elements-sidebar-buttonBackgroundDefault:rgba(20,184,166,.1);--bolt-elements-sidebar-buttonBackgroundHover:rgba(20,184,166,.2);--bolt-elements-sidebar-buttonText:#0f766e;--bolt-elements-preview-addressBar-background:#f3f4f6;--bolt-elements-preview-addressBar-backgroundHover:hsla(0,0%,9%,.05);--bolt-elements-preview-addressBar-backgroundActive:#fff;--bolt-elements-preview-addressBar-text:var(--bolt-elements-textSecondary);--bolt-elements-preview-addressBar-textActive:var(--bolt-elements-textPrimary);--bolt-elements-terminals-background:#fff;--bolt-elements-terminals-buttonBackground:var(--bolt-elements-bg-depth-4);--bolt-elements-cta-background:#f3f4f6;--bolt-elements-cta-text:#030712;--bolt-terminal-background:var(--bolt-elements-terminals-background);--bolt-terminal-foreground:#333;--bolt-terminal-selection-background:#00000040;--bolt-terminal-black:#000;--bolt-terminal-red:#cd3131;--bolt-terminal-green:#00bc00;--bolt-terminal-yellow:#949800;--bolt-terminal-blue:#0451a5;--bolt-terminal-magenta:#bc05bc;--bolt-terminal-cyan:#0598bc;--bolt-terminal-white:#555;--bolt-terminal-brightBlack:#686868;--bolt-terminal-brightRed:#cd3131;--bolt-terminal-brightGreen:#00bc00;--bolt-terminal-brightYellow:#949800;--bolt-terminal-brightBlue:#0451a5;--bolt-terminal-brightMagenta:#bc05bc;--bolt-terminal-brightCyan:#0598bc;--bolt-terminal-brightWhite:#a5a5a5;--modern-scrollbar-thumb-background:hsla(0,0%,39%,.3);--modern-scrollbar-thumb-backgroundHover:rgba(74,74,74,.8)}:root,:root[data-theme=dark]{--bolt-elements-borderColor:hsla(0,0%,100%,.1);--bolt-elements-borderColorActive:#14b8a6;--bolt-elements-bg-depth-1:#030712;--bolt-elements-bg-depth-2:#111827;--bolt-elements-bg-depth-3:#1f2937;--bolt-elements-bg-depth-4:hsla(0,0%,100%,.05);--bolt-elements-textPrimary:#fff;--bolt-elements-textSecondary:#9ca3af;--bolt-elements-textTertiary:#6b7280;--bolt-elements-code-background:#1f2937;--bolt-elements-code-text:#fff;--bolt-elements-button-primary-background:rgba(20,184,166,.1);--bolt-elements-button-primary-backgroundHover:rgba(20,184,166,.2);--bolt-elements-button-primary-text:#14b8a6;--bolt-elements-button-secondary-background:hsla(0,0%,100%,.05);--bolt-elements-button-secondary-backgroundHover:hsla(0,0%,100%,.1);--bolt-elements-button-secondary-text:#fff;--bolt-elements-button-danger-background:rgba(239,68,68,.1);--bolt-elements-button-danger-backgroundHover:rgba(239,68,68,.2);--bolt-elements-button-danger-text:#ef4444;--bolt-elements-item-contentDefault:hsla(0,0%,100%,.5);--bolt-elements-item-contentActive:#fff;--bolt-elements-item-contentAccent:#14b8a6;--bolt-elements-item-contentDanger:#ef4444;--bolt-elements-item-backgroundDefault:hsla(0,0%,100%,0);--bolt-elements-item-backgroundActive:hsla(0,0%,100%,.1);--bolt-elements-item-backgroundAccent:rgba(20,184,166,.1);--bolt-elements-item-backgroundDanger:rgba(239,68,68,.1);--bolt-elements-loader-background:hsla(0,0%,9%,.1);--bolt-elements-loader-progress:#14b8a6;--bolt-elements-artifacts-background:#111827;--bolt-elements-artifacts-backgroundHover:hsla(0,0%,100%,.05);--bolt-elements-artifacts-borderColor:var(--bolt-elements-borderColor);--bolt-elements-artifacts-inlineCode-background:#1f2937;--bolt-elements-artifacts-inlineCode-text:#fff;--bolt-elements-actions-background:#111827;--bolt-elements-actions-code-background:#1f2937;--bolt-elements-messages-background:#1f2937;--bolt-elements-messages-linkColor:#14b8a6;--bolt-elements-messages-code-background:#111827;--bolt-elements-messages-inlineCode-background:#374151;--bolt-elements-messages-inlineCode-text:var(--bolt-elements-textPrimary);--bolt-elements-icon-success:#4ade80;--bolt-elements-icon-error:#f87171;--bolt-elements-icon-primary:#030712;--bolt-elements-icon-secondary:#4b5563;--bolt-elements-icon-tertiary:#6b7280;--bolt-elements-dividerColor:#f3f4f6;--bolt-elements-prompt-background:hsla(0,0%,9%,.8);--bolt-elements-sidebar-dropdownShadow:hsla(0,0%,9%,.3);--bolt-elements-sidebar-buttonBackgroundDefault:rgba(20,184,166,.1);--bolt-elements-sidebar-buttonBackgroundHover:rgba(20,184,166,.2);--bolt-elements-sidebar-buttonText:#14b8a6;--bolt-elements-preview-addressBar-background:var(--bolt-elements-bg-depth-1);--bolt-elements-preview-addressBar-backgroundHover:hsla(0,0%,100%,.05);--bolt-elements-preview-addressBar-backgroundActive:var(--bolt-elements-bg-depth-1);--bolt-elements-preview-addressBar-text:var(--bolt-elements-textSecondary);--bolt-elements-preview-addressBar-textActive:var(--bolt-elements-textPrimary);--bolt-elements-terminals-background:var(--bolt-elements-bg-depth-1);--bolt-elements-terminals-buttonBackground:var(--bolt-elements-bg-depth-3);--bolt-elements-cta-background:hsla(0,0%,100%,.1);--bolt-elements-cta-text:#fff;--bolt-terminal-background:var(--bolt-elements-terminals-background);--bolt-terminal-foreground:#eff0eb;--bolt-terminal-selection-background:#97979b33;--bolt-terminal-black:#000;--bolt-terminal-red:#ff5c57;--bolt-terminal-green:#5af78e;--bolt-terminal-yellow:#f3f99d;--bolt-terminal-blue:#57c7ff;--bolt-terminal-magenta:#ff6ac1;--bolt-terminal-cyan:#9aedfe;--bolt-terminal-white:#f1f1f0;--bolt-terminal-brightBlack:#686868;--bolt-terminal-brightRed:#ff5c57;--bolt-terminal-brightGreen:#5af78e;--bolt-terminal-brightYellow:#f3f99d;--bolt-terminal-brightBlue:#57c7ff;--bolt-terminal-brightMagenta:#ff6ac1;--bolt-terminal-brightCyan:#9aedfe;--bolt-terminal-brightWhite:#f1f1f0;--modern-scrollbar-thumb-background:hsla(0,0%,39%,.3);--modern-scrollbar-thumb-backgroundHover:hsla(0,0%,4%,.8)}:root{--header-height:54px;--chat-max-width:37rem;--chat-min-width:600px;--workbench-width:min(calc(100% - var(--chat-min-width)),55%);--workbench-inner-width:var(--workbench-width);--workbench-left:calc(100% - var(--workbench-width));--toastify-color-progress-success:var(--bolt-elements-icon-success);--toastify-color-progress-error:var(--bolt-elements-icon-error);--bolt-elements-terminal-backgroundColor:var(--bolt-terminal-background);--bolt-elements-terminal-textColor:var(--bolt-terminal-foreground);--bolt-elements-terminal-cursorColor:var(--bolt-terminal-foreground);--bolt-elements-terminal-selection-backgroundColor:var(--bolt-terminal-selection-background);--bolt-elements-terminal-color-black:var(--bolt-terminal-black);--bolt-elements-terminal-color-red:var(--bolt-terminal-red);--bolt-elements-terminal-color-green:var(--bolt-terminal-green);--bolt-elements-terminal-color-yellow:var(--bolt-terminal-yellow);--bolt-elements-terminal-color-blue:var(--bolt-terminal-blue);--bolt-elements-terminal-color-magenta:var(--bolt-terminal-magenta);--bolt-elements-terminal-color-cyan:var(--bolt-terminal-cyan);--bolt-elements-terminal-color-white:var(--bolt-terminal-white);--bolt-elements-terminal-color-brightBlack:var(--bolt-terminal-brightBlack);--bolt-elements-terminal-color-brightRed:var(--bolt-terminal-brightRed);--bolt-elements-terminal-color-brightGreen:var(--bolt-terminal-brightGreen);--bolt-elements-terminal-color-brightYellow:var(--bolt-terminal-brightYellow);--bolt-elements-terminal-color-brightBlue:var(--bolt-terminal-brightBlue);--bolt-elements-terminal-color-brightMagenta:var(--bolt-terminal-brightMagenta);--bolt-elements-terminal-color-brightCyan:var(--bolt-terminal-brightCyan);--bolt-elements-terminal-color-brightWhite:var(--bolt-terminal-brightWhite)}@media(max-width:767px){:root{--header-height:60px;--chat-max-width:100%;--chat-min-width:100%;--workbench-width:100%;--workbench-left:0}}@media(min-width:768px)and (max-width:1023px){:root{--chat-min-width:400px;--workbench-width:min(calc(100% - var(--chat-min-width)),600px)}}:root{--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px;--spacing-mobile:16px;--spacing-tablet:24px;--spacing-desktop:32px;--font-size-mobile:14px;--font-size-tablet:16px;--font-size-desktop:16px;--header-height-mobile:60px;--header-height-desktop:54px;--sidebar-width-collapsed:40px;--sidebar-width-expanded:350px;--sidebar-width-mobile:280px;--chat-max-width-mobile:100%;--chat-max-width-tablet:calc(100% - 40px);--chat-max-width-desktop:33rem;--z-index-mobile-menu:1000;--z-index-mobile-overlay:999}@media(max-width:639px){.hide-mobile{display:none!important}.show-mobile{display:block!important}.mobile-full-width{width:100%!important}.mobile-padding{padding:var(--spacing-mobile)!important}.mobile-text-center{text-align:center!important}.mobile-flex-column{flex-direction:column!important;align-items:stretch!important}.mobile-menu-button{display:flex!important;align-items:center;justify-content:center}}@media(min-width:640px)and (max-width:767px){.hide-tablet{display:none!important}.show-tablet{display:block!important}.tablet-padding{padding:var(--spacing-tablet)!important}}@media(max-width:767px){.hide-mobile-tablet{display:none!important}.show-mobile-tablet{display:block!important}}@media(min-width:768px){.hide-desktop{display:none!important}.show-desktop{display:block!important}.desktop-padding{padding:var(--spacing-desktop)!important}}@media(min-width:1024px){.hide-large-desktop{display:none!important}.show-large-desktop{display:block!important}}.container-responsive{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--spacing-mobile);padding-right:var(--spacing-mobile)}@media(min-width:640px){.container-responsive{max-width:640px;padding-left:var(--spacing-tablet);padding-right:var(--spacing-tablet)}}@media(min-width:768px){.container-responsive{max-width:768px}}@media(min-width:1024px){.container-responsive{max-width:1024px;padding-left:var(--spacing-desktop);padding-right:var(--spacing-desktop)}}@media(min-width:1280px){.container-responsive{max-width:1280px}}@media(min-width:1536px){.container-responsive{max-width:1536px}}.text-responsive{font-size:var(--font-size-mobile)}@media(min-width:768px){.text-responsive{font-size:var(--font-size-desktop)}}.grid-responsive{display:grid;gap:var(--spacing-mobile)}@media(min-width:768px){.grid-responsive{gap:var(--spacing-desktop)}}.flex-responsive{display:flex;flex-direction:column;gap:var(--spacing-mobile)}@media(min-width:768px){.flex-responsive{flex-direction:row;gap:var(--spacing-desktop)}}.modal-responsive{width:100%;height:100%;max-width:100%;border-radius:0}@media(min-width:768px){.modal-responsive{width:auto;height:auto;max-width:90vw;max-height:90vh;border-radius:8px}}.dropdown-responsive{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;max-height:70vh;border-radius:16px 16px 0 0}@media(min-width:768px){.dropdown-responsive{position:absolute;left:auto;right:auto;bottom:auto;top:100%;width:auto;min-width:200px;max-height:400px;border-radius:8px}}.mobile-drawer{position:fixed;top:0;left:-100%;width:var(--sidebar-width-mobile);height:100%;background:var(--bolt-elements-bg-depth-1);border-right:1px solid var(--bolt-elements-borderColor);z-index:var(--z-index-mobile-menu);transition:left .3s ease-in-out}.mobile-drawer.open{left:0}.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:var(--z-index-mobile-overlay);opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.mobile-drawer-overlay.open{opacity:1;pointer-events:auto}.header-responsive{height:var(--header-height-mobile);padding:0 var(--spacing-mobile)}@media(min-width:768px){.header-responsive{height:var(--header-height-desktop);padding:0 var(--spacing-desktop)}}.chat-layout-responsive{display:flex;flex-direction:column;height:100vh}@media(min-width:1024px){.chat-layout-responsive{flex-direction:row}}.chat-layout-responsive .chat-panel{flex:1;max-width:100%}@media(min-width:1024px){.chat-layout-responsive .chat-panel{max-width:var(--chat-max-width-desktop)}}.chat-layout-responsive .workbench-panel{display:none}@media(min-width:1024px){.chat-layout-responsive .workbench-panel{display:block;flex:1}}@media(hover:none)and (pointer:coarse){.touch-target{min-height:44px;min-width:44px}[role=button],a,button{-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:manipulation}}.safe-area-padding{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.safe-area-padding-top{padding-top:env(safe-area-inset-top)}.z-logo,.z-sidebar{z-index:998}.z-port-dropdown{z-index:996}.z-event-dropdown{z-index:999}.z-event-dropdown-overlay{z-index:998}.z-iframe-overlay{z-index:995}.z-prompt{z-index:2}.z-workbench{z-index:3}.z-file-tree-breadcrumb{z-index:998}.z-max{z-index:999}.animated{animation-fill-mode:both;animation-duration:var(--animate-duration,.2s);animation-timing-function:cubic-bezier(0,0,.2,1)}.animated.fadeInRight{animation-name:fadeInRight}.animated.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.dropdown-animation{opacity:0;animation:fadeMoveDown .15s forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes fadeMoveDown{to{opacity:1;transform:translateY(6px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-slide-up{animation:slideUp .3s ease-out forwards;opacity:0}.xterm{padding:1rem}[data-resize-handle]{position:relative}[data-resize-handle][data-panel-group-direction=horizontal]:after{content:"";position:absolute;top:0;bottom:0;left:-6px;right:-5px;z-index:999}[data-resize-handle][data-panel-group-direction=vertical]:after{content:"";position:absolute;left:0;right:0;top:-5px;bottom:-6px;z-index:999}[data-resize-handle][data-resize-handle-state=drag]:after,[data-resize-handle][data-resize-handle-state=hover]:after{background-color:hsla(0,0%,53%,.133)}.actions .shiki{background-color:var(--bolt-elements-actions-code-background)!important}.shiki:not(:has(.actions),.actions *){background-color:var(--bolt-elements-messages-code-background)!important}:root{--cm-backgroundColor:var(--bolt-elements-editor-backgroundColor,var(--bolt-elements-bg-depth-1));--cm-textColor:var(--bolt-elements-editor-textColor,var(--bolt-elements-textPrimary));--cm-gutter-backgroundColor:var(--bolt-elements-editor-gutter-backgroundColor,var(--cm-backgroundColor));--cm-gutter-textColor:var(--bolt-elements-editor-gutter-textColor,var(--bolt-elements-textSecondary));--cm-gutter-activeLineTextColor:var(--bolt-elements-editor-gutter-activeLineTextColor,var(--cm-gutter-textColor));--cm-foldGutter-textColor:var(--bolt-elements-editor-foldGutter-textColor,var(--cm-gutter-textColor));--cm-foldGutter-textColorHover:var(--bolt-elements-editor-foldGutter-textColorHover,var(--cm-gutter-textColor));--cm-activeLineBackgroundColor:var(--bolt-elements-editor-activeLineBackgroundColor,rgba(224,231,235,.3));--cm-cursor-width:2px;--cm-cursor-backgroundColor:var(--bolt-elements-editor-cursorColor,var(--bolt-elements-textSecondary));--cm-matching-bracket:var(--bolt-elements-editor-matchingBracketBackgroundColor,rgba(50,140,130,.3));--cm-selection-backgroundColorFocused:var(--bolt-elements-editor-selection-backgroundColor,#42b4ff);--cm-selection-backgroundOpacityFocused:var(--bolt-elements-editor-selection-backgroundOpacity,0.3);--cm-selection-backgroundColorBlured:var(--bolt-elements-editor-selection-inactiveBackgroundColor,#c9e9ff);--cm-selection-backgroundOpacityBlured:var(--bolt-elements-editor-selection-inactiveBackgroundOpacity,0.3);--cm-panels-borderColor:var(--bolt-elements-editor-panels-borderColor,var(--bolt-elements-borderColor));--cm-search-backgroundColor:var(--bolt-elements-editor-search-backgroundColor,var(--cm-backgroundColor));--cm-search-textColor:var(--bolt-elements-editor-search-textColor,var(--bolt-elements-textSecondary));--cm-search-closeButton-backgroundColor:var(--bolt-elements-editor-search-closeButton-backgroundColor,transparent);--cm-search-closeButton-backgroundColorHover:var( --bolt-elements-editor-search-closeButton-backgroundColorHover,var(--bolt-elements-item-backgroundActive) );--cm-search-closeButton-textColor:var( --bolt-elements-editor-search-closeButton-textColor,var(--bolt-elements-item-contentDefault) );--cm-search-closeButton-textColorHover:var( --bolt-elements-editor-search-closeButton-textColorHover,var(--bolt-elements-item-contentActive) );--cm-search-button-backgroundColor:var( --bolt-elements-editor-search-button-backgroundColor,var(--bolt-elements-item-backgroundDefault) );--cm-search-button-backgroundColorHover:var( --bolt-elements-editor-search-button-backgroundColorHover,var(--bolt-elements-item-backgroundActive) );--cm-search-button-textColor:var(--bolt-elements-editor-search-button-textColor,var(--bolt-elements-textSecondary));--cm-search-button-textColorHover:var( --bolt-elements-editor-search-button-textColorHover,var(--bolt-elements-textPrimary) );--cm-search-button-borderColor:var(--bolt-elements-editor-search-button-borderColor,transparent);--cm-search-button-borderColorHover:var(--bolt-elements-editor-search-button-borderColorHover,transparent);--cm-search-button-borderColorFocused:var( --bolt-elements-editor-search-button-borderColorFocused,var(--bolt-elements-borderColorActive) );--cm-search-input-backgroundColor:var(--bolt-elements-editor-search-input-backgroundColor,transparent);--cm-search-input-textColor:var(--bolt-elements-editor-search-input-textColor,var(--bolt-elements-textPrimary));--cm-search-input-borderColor:var(--bolt-elements-editor-search-input-borderColor,var(--bolt-elements-borderColor));--cm-search-input-borderColorFocused:var( --bolt-elements-editor-search-input-borderColorFocused,var(--bolt-elements-borderColorActive) );--cm-tooltip-backgroundColor:var(--bolt-elements-editor-tooltip-backgroundColor,var(--cm-backgroundColor));--cm-tooltip-textColor:var(--bolt-elements-editor-tooltip-textColor,var(--bolt-elements-textPrimary));--cm-tooltip-backgroundColorSelected:var( --bolt-elements-editor-tooltip-backgroundColorSelected,rgba(20,184,166,.3) );--cm-tooltip-textColorSelected:var( --bolt-elements-editor-tooltip-textColorSelected,var(--bolt-elements-textPrimary) );--cm-tooltip-borderColor:var(--bolt-elements-editor-tooltip-borderColor,var(--bolt-elements-borderColor));--cm-searchMatch-backgroundColor:var(--bolt-elements-editor-searchMatch-backgroundColor,rgba(234,92,0,.33))}html[data-theme=light]{--bolt-elements-editor-gutter-textColor:#237893;--bolt-elements-editor-gutter-activeLineTextColor:var(--bolt-elements-textPrimary);--bolt-elements-editor-foldGutter-textColorHover:var(--bolt-elements-textPrimary);--bolt-elements-editor-activeLineBackgroundColor:rgb(50 53 63/5%);--bolt-elements-editor-tooltip-backgroundColorSelected:rgba(20,184,166,.2);--bolt-elements-editor-search-button-backgroundColor:#f3f4f6;--bolt-elements-editor-search-button-backgroundColorHover:hsla(0,0%,9%,.1)}html[data-theme=dark]{--cm-backgroundColor:var(--bolt-elements-bg-depth-2);--bolt-elements-editor-gutter-textColor:var(--bolt-elements-textTertiary);--bolt-elements-editor-gutter-activeLineTextColor:var(--bolt-elements-textSecondary);--bolt-elements-editor-selection-inactiveBackgroundOpacity:0.3;--bolt-elements-editor-activeLineBackgroundColor:rgba(50,53,63,.5);--bolt-elements-editor-foldGutter-textColorHover:var(--bolt-elements-textPrimary);--bolt-elements-editor-matchingBracketBackgroundColor:rgba(66,180,255,.3);--bolt-elements-editor-search-button-backgroundColor:#1f2937;--bolt-elements-editor-search-button-backgroundColorHover:hsla(0,0%,100%,.1)}.Toastify__toast{--at-apply:shadow-md;background-color:var(--bolt-elements-bg-depth-2);color:var(--bolt-elements-textPrimary);border:1px solid var(--bolt-elements-borderColor)}.Toastify__close-button{color:var(--bolt-elements-item-contentDefault);opacity:1;transition:none}.Toastify__close-button:hover{color:var(--bolt-elements-item-contentActive)}body,html{height:100%;width:100%;background-color:var(--bolt-elements-bg-depth-1)}:root{--gradient-opacity:0.8;--primary-color:rgba(20,184,166,var(--gradient-opacity));--secondary-color:rgba(13,148,136,var(--gradient-opacity));--accent-color:rgba(45,212,191,var(--gradient-opacity))}.modern-scrollbar{overflow:auto}.modern-scrollbar::-webkit-scrollbar{width:2px;height:4px}.modern-scrollbar::-webkit-scrollbar-track{background:transparent}.modern-scrollbar::-webkit-scrollbar-thumb{background-color:var(--modern-scrollbar-thumb-background);border-radius:9999px;border:2px solid transparent;background-clip:content-box;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.modern-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--modern-scrollbar-thumb-backgroundHover)}.modern-scrollbar{scrollbar-width:thin;scrollbar-color:var(--modern-scrollbar-thumb-backgroundHover) transparent}.modern-scrollbar-invert::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--bolt-elements-textPrimary),transparent 70%)}.modern-scrollbar-invert::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--bolt-elements-textPrimary),transparent 50%)}.modern-scrollbar-invert{scrollbar-color:color-mix(in srgb,var(--bolt-elements-textPrimary),transparent 50%) transparent}