.z-logo{z-index:998}.z-sidebar{z-index:997}.z-port-dropdown{z-index:996}.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)}}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-shimmer{position:relative;overflow:hidden}.animate-shimmer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 20%,rgba(255,255,255,.3) 60%,transparent 100%);background-size:200px 100%;animation:shimmer 2.5s infinite}html[data-theme=dark] .animate-shimmer:before,.dark .animate-shimmer:before{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 20%,rgba(255,255,255,.15) 60%,transparent 100%)}@keyframes rainbow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-rainbow{background-size:200% 200%;animation:rainbow 3s ease-in-out infinite}@keyframes focus-text{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-focus-text{background:linear-gradient(90deg,hsl(var(--ring)),#06b6d4,#8b5cf6,#3b82f6,hsl(var(--ring)));background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:focus-text 3s ease-in-out infinite}@keyframes rainbow-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-rainbow-border{background:linear-gradient(90deg,#ef4444,#eab308,#22c55e,#3b82f6,#6366f1,#a855f7,#ef4444);background-size:200% 200%;animation:rainbow-border 2.4s ease-in-out infinite;filter:blur(1px)}@keyframes focus-border{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-focus-border{background:linear-gradient(90deg,hsl(var(--ring)),#06b6d4,#8b5cf6,#3b82f6,hsl(var(--ring)));background-size:200% 200%;animation:focus-border 3s ease-in-out infinite;filter:blur(1px)}.app-progress-border{background:linear-gradient(90deg,hsl(var(--ring)),#8506d4,#8b5cf6,#f63ba8,hsl(var(--ring)));background-size:200% 200%;animation:focus-border 3s ease-in-out infinite}@keyframes flow-left-to-right{0%{transform:translate(-100%);opacity:.6}50%{opacity:1}to{transform:translate(100%);opacity:.6}}.animate-flow-left-to-right{animation:flow-left-to-right 4s ease-in-out infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.xterm{padding:1rem}[data-resize-handle]{position:relative}[data-resize-handle][data-panel-group-direction=horizontal]:after{content:"";position:absolute;inset:0 -5px 0 -6px;z-index:999}[data-resize-handle][data-panel-group-direction=vertical]:after{content:"";position:absolute;inset:-5px 0 -6px;z-index:999}[data-resize-handle][data-resize-handle-state=hover]:after,[data-resize-handle][data-resize-handle-state=drag]:after{background-color:#8882}.actions .shiki{background-color:hsl(var(--code))!important}.shiki:not(:has(.actions),.actions *){background-color:hsl(var(--code))!important}:root{--cm-backgroundColor: var(--editor-backgroundColor, hsl(var(--card)));--cm-textColor: var(--editor-textColor, hsl(var(--foreground)));--cm-gutter-backgroundColor: var(--editor-gutter-backgroundColor, var(--cm-backgroundColor));--cm-gutter-textColor: var(--editor-gutter-textColor, hsl(var(--muted-foreground)));--cm-gutter-activeLineTextColor: var(--editor-gutter-activeLineTextColor, var(--cm-gutter-textColor));--cm-foldGutter-textColor: var(--editor-foldGutter-textColor, var(--cm-gutter-textColor));--cm-foldGutter-textColorHover: var(--editor-foldGutter-textColorHover, var(--cm-gutter-textColor));--cm-activeLineBackgroundColor: var(--editor-activeLineBackgroundColor, rgb(224 231 235 / 30%));--cm-cursor-width: 2px;--cm-cursor-backgroundColor: var(--editor-cursorColor, hsl(var(--muted-foreground)));--cm-matching-bracket: var(--editor-matchingBracketBackgroundColor, rgb(50 140 130 / .3));--cm-selection-backgroundColorFocused: var(--editor-selection-backgroundColor, #42b4ff);--cm-selection-backgroundOpacityFocused: var(--editor-selection-backgroundOpacity, .3);--cm-selection-backgroundColorBlured: var(--editor-selection-inactiveBackgroundColor, #c9e9ff);--cm-selection-backgroundOpacityBlured: var(--editor-selection-inactiveBackgroundOpacity, .3);--cm-panels-borderColor: var(--editor-panels-borderColor, hsl(var(--border)));--cm-search-backgroundColor: var(--editor-search-backgroundColor, var(--cm-backgroundColor));--cm-search-textColor: var(--editor-search-textColor, hsl(var(--muted-foreground)));--cm-search-closeButton-backgroundColor: var(--editor-search-closeButton-backgroundColor, transparent);--cm-search-closeButton-backgroundColorHover: var( --editor-search-closeButton-backgroundColorHover, hsl(var(--accent)) );--cm-search-closeButton-textColor: var(--editor-search-closeButton-textColor, hsl(var(--muted-foreground)));--cm-search-closeButton-textColorHover: var(--editor-search-closeButton-textColorHover, hsl(var(--foreground)));--cm-search-button-backgroundColor: var(--editor-search-button-backgroundColor, hsl(var(--muted)));--cm-search-button-backgroundColorHover: var(--editor-search-button-backgroundColorHover, hsl(var(--accent)));--cm-search-button-textColor: var(--editor-search-button-textColor, hsl(var(--muted-foreground)));--cm-search-button-textColorHover: var(--editor-search-button-textColorHover, hsl(var(--foreground)));--cm-search-button-borderColor: var(--editor-search-button-borderColor, transparent);--cm-search-button-borderColorHover: var(--editor-search-button-borderColorHover, transparent);--cm-search-button-borderColorFocused: var(--editor-search-button-borderColorFocused, hsl(var(--ring)));--cm-search-input-backgroundColor: var(--editor-search-input-backgroundColor, transparent);--cm-search-input-textColor: var(--editor-search-input-textColor, hsl(var(--foreground)));--cm-search-input-borderColor: var(--editor-search-input-borderColor, hsl(var(--border)));--cm-search-input-borderColorFocused: var(--editor-search-input-borderColorFocused, hsl(var(--ring)));--cm-tooltip-backgroundColor: var(--editor-tooltip-backgroundColor, var(--cm-backgroundColor));--cm-tooltip-textColor: var(--editor-tooltip-textColor, hsl(var(--foreground)));--cm-tooltip-backgroundColorSelected: var( --editor-tooltip-backgroundColorSelected, #F43F5E4D );--cm-tooltip-textColorSelected: var(--editor-tooltip-textColorSelected, hsl(var(--foreground)));--cm-tooltip-borderColor: var(--editor-tooltip-borderColor, hsl(var(--border)));--cm-searchMatch-backgroundColor: var(--editor-searchMatch-backgroundColor, rgba(234, 92, 0, .33))}html[data-theme=light]{--editor-gutter-textColor: #237893;--editor-gutter-activeLineTextColor: hsl(var(--foreground));--editor-foldGutter-textColorHover: hsl(var(--foreground));--editor-activeLineBackgroundColor: rgb(50 53 63 / 5%);--editor-tooltip-backgroundColorSelected: #F43F5E33;--editor-search-button-backgroundColor: #F3F4F6;--editor-search-button-backgroundColorHover: #1717171A}html[data-theme=dark]{--cm-backgroundColor: hsl(var(--muted));--editor-gutter-textColor: hsl(var(--muted-foreground) / .7);--editor-gutter-activeLineTextColor: hsl(var(--muted-foreground));--editor-selection-inactiveBackgroundOpacity: .3;--editor-activeLineBackgroundColor: rgb(50 53 63 / 50%);--editor-foldGutter-textColorHover: hsl(var(--foreground));--editor-matchingBracketBackgroundColor: rgba(66, 180, 255, .3);--editor-search-button-backgroundColor: #1F2937;--editor-search-button-backgroundColorHover: #FFFFFF1A}.Toastify__toast{--at-apply: shadow-md;background-color:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.Toastify__close-button{color:hsl(var(--muted-foreground));opacity:1;transition:none}.Toastify__close-button:hover{color:hsl(var(--foreground))}.bg-muted-80{background-color:hsl(var(--muted)/.8)}.bg-muted-30{background-color:hsl(var(--muted)/.3)}.bg-muted-50{background-color:hsl(var(--muted)/.5)}.bg-card-80{background-color:hsl(var(--card)/.8)}.bg-card-50{background-color:hsl(var(--card)/.5)}.bg-card-30{background-color:hsl(var(--card)/.3)}html,body{height:100%;width:100%;margin:0;padding:0;overflow:hidden}.app-height{height:100vh;height:var(--app-height, 100vh);height:100dvh}@supports (padding: env(safe-area-inset-top)){.app-height{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}:root{--header-height: 54px;--chat-max-width: 600px;--gradient-opacity: .8;--primary-color: rgba(244, 63, 94, var(--gradient-opacity));--secondary-color: rgba(225, 29, 72, var(--gradient-opacity));--accent-color: rgba(190, 18, 60, var(--gradient-opacity))}.landing-page-layout{justify-content:flex-start}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}*::-webkit-scrollbar-track{display:none!important}*::-webkit-scrollbar-thumb{display:none!important}*::-webkit-scrollbar-corner{display:none!important}html,body,div,textarea,pre,code,section,article,main,aside,nav{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar,textarea::-webkit-scrollbar,pre::-webkit-scrollbar,code::-webkit-scrollbar,section::-webkit-scrollbar,article::-webkit-scrollbar,main::-webkit-scrollbar,aside::-webkit-scrollbar,nav::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,div::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track,pre::-webkit-scrollbar-track,code::-webkit-scrollbar-track,section::-webkit-scrollbar-track,article::-webkit-scrollbar-track,main::-webkit-scrollbar-track,aside::-webkit-scrollbar-track,nav::-webkit-scrollbar-track{display:none!important}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb,pre::-webkit-scrollbar-thumb,code::-webkit-scrollbar-thumb,section::-webkit-scrollbar-thumb,article::-webkit-scrollbar-thumb,main::-webkit-scrollbar-thumb,aside::-webkit-scrollbar-thumb,nav::-webkit-scrollbar-thumb{display:none!important}html::-webkit-scrollbar-corner,body::-webkit-scrollbar-corner,div::-webkit-scrollbar-corner,textarea::-webkit-scrollbar-corner,pre::-webkit-scrollbar-corner,code::-webkit-scrollbar-corner,section::-webkit-scrollbar-corner,article::-webkit-scrollbar-corner,main::-webkit-scrollbar-corner,aside::-webkit-scrollbar-corner,nav::-webkit-scrollbar-corner{display:none!important}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
