.vscode-button{align-items:center;background-color:var(--vscode-button-background);border-color:var(--vscode-button-border, var(--vscode-button-background));border-style:solid;border-radius:2px;border-width:1px;color:var(--vscode-button-foreground);cursor:pointer;display:inline-flex;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:24px;overflow:hidden;padding:1px 13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.vscode-button:hover{background-color:var(--vscode-button-hoverBackground)}.vscode-button:focus,.vscode-button:active{outline:none}.vscode-button:focus{background-color:var(--vscode-button-hoverBackground);outline:1px solid var(--vscode-focusBorder);outline-offset:2px}.vscode-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground);border-color:var( --vscode-button-border, var(--vscode-button-secondaryBackground) )}.vscode-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.vscode-button.secondary:focus{background-color:var(--vscode-button-secondaryHoverBackground)}.vscode-button:disabled{cursor:default;opacity:.4;pointer-events:none}.vscode-button:disabled:hover{background-color:var(--vscode-button-background)}.vscode-button:disabled{background-color:var(--vscode-button-background);outline:0}.vscode-button.secondary:disabled{background-color:var(--vscode-button-secondaryBackground)}.vscode-button.secondary:disabled:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.vscode-button.block{align-items:center;display:flex;justify-content:center;padding-bottom:2px;padding-top:2px;width:100%}.vscode-button svg{display:block}.vscode-button .codicon,.vscode-button svg{margin-left:3px;margin-right:3px}.vscode-button .codicon:first-child,.vscode-button svg:first-child{margin-left:0}.vscode-button .codicon:last-child,.vscode-button svg:last-child{margin-right:0}input.vscode-textfield,div.vscode-textfield{background-color:var(--vscode-settings-textInputBackground);border-color:var( --vscode-settings-textInputBorder, var(--vscode-settings-textInputBackground) );border-radius:2px;border-style:solid;border-width:1px;box-sizing:border-box;color:var(--vscode-settings-textInputForeground);font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:24px;max-width:100%;outline:none;position:relative;width:100%}input.vscode-textfield{display:inline-block;padding:3px 4px}div.vscode-textfield{align-items:center;display:inline-flex;padding-left:4px;padding-right:4px}div.vscode-textfield input{background-color:transparent;border:0;color:var(--vscode-settings-textInputForeground);display:block;line-height:24px;margin:0;outline:0;padding:3px 4px;width:100%}input.vscode-textfield:-moz-read-only:not([type=file]){cursor:not-allowed}input.vscode-textfield:read-only:not([type=file]){cursor:not-allowed}input.vscode-textfield::-moz-placeholder{color:var(--vscode-input-placeholderForeground);opacity:1}input.vscode-textfield::placeholder{color:var(--vscode-input-placeholderForeground);opacity:1}input.vscode-textfield:invalid,input.vscode-textfield.invalid,div.vscode-textfield:has(:invalid),div.vscode-textfield.invalid{background-color:var(--vscode-inputValidation-errorBackground);border-color:var(--vscode-inputValidation-errorBorder, #be1100)}input.vscode-textfield:focus,input.vscode-textfield:focus:invalid,div.vscode-textfield:focus-within{outline:none;border-color:var(--vscode-focusBorder)}input.vscode-textfield[type=file]{line-height:24px;padding-bottom:0;padding-left:2px;padding-top:0}.vscode-textfield:has(input[type=file]){box-sizing:border-box;height:26px;overflow:hidden;padding-left:0}input.vscode-textfield[type=file]::file-selector-button,.vscode-textfield input[type=file]::file-selector-button{background-color:var(--vscode-button-background);border:0;border-radius:2px;color:var(--vscode-button-foreground);cursor:pointer;display:inline-block;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:20px;margin-right:4px;padding:0 14px}input.vscode-textfield[type=file]::file-selector-button:hover,.vscode-textfield input[type=file]::file-selector-button:hover{background-color:var(--vscode-button-hoverBackground)}.vscode-textfield input[type=file]{line-height:24px;margin-top:1px;padding-bottom:0;padding-left:2px;padding-top:0}.vscode-textfield:has(input[type=file])>.codicon:not(:last-child),.vscode-textfield:has(input[type=file])>.vscode-action-button:not(:last-child),.vscode-textfield:has(input[type=file])>.vscode-badge:not(:last-child){margin-left:4px;margin-right:4px}.vscode-select{position:relative;width:320px}.vscode-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vscode-settings-dropdownBackground);border-color:var(--vscode-settings-dropdownBorder);border-radius:2px;border-style:solid;border-width:1px;color:var(--vscode-settings-dropdownForeground);cursor:pointer;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:18px;margin:0;padding:3px 4px;width:100%}.vscode-select select:focus{border-color:var(--vscode-focusBorder);outline:none}.vscode-select{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vscode-settings-dropdownBackground);border-color:var(--vscode-settings-dropdownBorder);border-radius:2px;border-style:solid;border-width:1px;color:var(--vscode-settings-dropdownForeground);cursor:pointer;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:18px;margin:0;padding:3px 4px;display:flex;align-items:center}.vscode-select:focus{border-color:var(--vscode-focusBorder);outline:none}.vscode-select-viewport{padding:3px 4px}.vscode-select-option{color:var(--vscode-settings-dropdownForeground);cursor:pointer;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight)}.vscode-select-option:hover{background-color:var(--vscode-list-hoverBackground);color:var(--vscode-list-activeSelectionForeground)!important}.vscode-select-option-data-highlighted{background-color:var(--vscode-list-activeSelectionBackground)!important;color:var(--vscode-list-activeSelectionForeground)!important}.vscode-select.invalid select,.vscode-select select:invalid{background-color:var(--vscode-inputValidation-errorBackground);border-color:var(--vscode-inputValidation-errorBorder, #be1100)}.vscode-select option{cursor:pointer;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight)}.vscode-select .chevron-icon{color:var(--vscode-foreground);display:block;height:14px;pointer-events:none;position:absolute;right:8px;top:5px;width:14px}.vscode-select select[multiple]{padding:0}.vscode-select select[multiple]+.chevron-icon{display:none}.vscode-select select[multiple] option{color:var(--vscode-foreground);cursor:pointer;font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);line-height:18px;padding:2px 3px}.vscode-select select[multiple] option:hover{background-color:var(--vscode-list-hoverBackground);color:var(--vscode-list-hoverForeground)}.vscode-select select[multiple] option:checked{background-color:var(--vscode-list-hoverBackground)!important;color:var(--vscode-list-hoverForeground)!important}.vscode-select select[multiple]:focus option:checked{background-color:var(--vscode-list-activeSelectionBackground)!important;color:var(--vscode-list-activeSelectionForeground)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html,body{font-family:var(--vscode-font-family);font-size:var(--vscode-font-size);font-weight:var(--vscode-font-weight);font-size:18px}:root{--background: 0 0% 100%;--foreground: 20 14.3% 4.1%;--muted: 60 4.8% 95.9%;--muted-foreground: 25 5.3% 44.7%;--popover: 0 0% 100%;--popover-foreground: 20 14.3% 4.1%;--card: 0 0% 100%;--card-foreground: 20 14.3% 4.1%;--border: 20 5.9% 90%;--input: 20 5.9% 90%;--primary: 24 9.8% 10%;--primary-foreground: 60 9.1% 97.8%;--secondary: 60 4.8% 95.9%;--secondary-foreground: 24 9.8% 10%;--accent: 60 4.8% 95.9%;--accent-foreground: 24 9.8% 10%;--destructive: 0 72.2% 50.6%;--destructive-foreground: 60 9.1% 97.8%;--ring: 20 14.3% 4.1%;--radius: .5rem;--vscode-actionBar-toggledBackground: #dddddd;--vscode-activityBar-activeBorder: #ffffff;--vscode-activityBar-background: #2c2c2c;--vscode-activityBar-dropBorder: #ffffff;--vscode-activityBar-foreground: #ffffff;--vscode-activityBar-inactiveForeground: rgba(255, 255, 255, .4);--vscode-activityBarBadge-background: #007acc;--vscode-activityBarBadge-foreground: #ffffff;--vscode-activityBarTop-activeBorder: #424242;--vscode-activityBarTop-dropBorder: #424242;--vscode-activityBarTop-foreground: #424242;--vscode-activityBarTop-inactiveForeground: rgba(66, 66, 66, .75);--vscode-activityErrorBadge-background: #e51400;--vscode-activityErrorBadge-foreground: #ffffff;--vscode-activityWarningBadge-background: #bf8803;--vscode-activityWarningBadge-foreground: #ffffff;--vscode-badge-background: #c4c4c4;--vscode-badge-foreground: #333333;--vscode-banner-background: #004386;--vscode-banner-foreground: #ffffff;--vscode-banner-iconForeground: #1a85ff;--vscode-breadcrumb-activeSelectionForeground: #4e4e4e;--vscode-breadcrumb-background: #ffffff;--vscode-breadcrumb-focusForeground: #4e4e4e;--vscode-breadcrumb-foreground: rgba(97, 97, 97, .8);--vscode-breadcrumbPicker-background: #f3f3f3;--vscode-button-background: #007acc;--vscode-button-foreground: #ffffff;--vscode-button-hoverBackground: #0062a3;--vscode-button-secondaryBackground: #5f6a79;--vscode-button-secondaryForeground: #ffffff;--vscode-button-secondaryHoverBackground: #4c5561;--vscode-button-separator: rgba(255, 255, 255, .4);--vscode-chart-axis: rgba(0, 0, 0, .6);--vscode-chart-guide: rgba(0, 0, 0, .2);--vscode-chart-line: #236b8e;--vscode-charts-blue: #1a85ff;--vscode-charts-foreground: #616161;--vscode-charts-green: #388a34;--vscode-charts-lines: rgba(97, 97, 97, .5);--vscode-charts-orange: #d18616;--vscode-charts-purple: #652d90;--vscode-charts-red: #e51400;--vscode-charts-yellow: #bf8803;--vscode-chat-avatarBackground: #f2f2f2;--vscode-chat-avatarForeground: #616161;--vscode-chat-editedFileForeground: #895503;--vscode-chat-linesAddedForeground: #107c10;--vscode-chat-linesRemovedForeground: #bc2f32;--vscode-chat-requestBackground: rgba(255, 255, 255, .62);--vscode-chat-requestBorder: rgba(0, 0, 0, .1);--vscode-chat-requestBubbleBackground: rgba(173, 214, 255, .3);--vscode-chat-requestCodeBorder: rgba(14, 99, 156, .25);--vscode-chat-slashCommandBackground: rgba(173, 206, 255, .48);--vscode-chat-slashCommandForeground: #26569e;--vscode-checkbox-background: #ffffff;--vscode-checkbox-border: #919191;--vscode-checkbox-disabled\.background: #cacaca;--vscode-checkbox-disabled\.foreground: #959595;--vscode-checkbox-foreground: #616161;--vscode-checkbox-selectBackground: #f3f3f3;--vscode-checkbox-selectBorder: #424242;--vscode-commandCenter-activeBackground: rgba(0, 0, 0, .08);--vscode-commandCenter-activeBorder: rgba(51, 51, 51, .3);--vscode-commandCenter-activeForeground: #333333;--vscode-commandCenter-background: rgba(0, 0, 0, .05);--vscode-commandCenter-border: rgba(51, 51, 51, .2);--vscode-commandCenter-debuggingBackground: rgba(204, 102, 51, .26);--vscode-commandCenter-foreground: #333333;--vscode-commandCenter-inactiveBorder: rgba(51, 51, 51, .15);--vscode-commandCenter-inactiveForeground: rgba(51, 51, 51, .6);--vscode-commentsView-resolvedIcon: rgba(97, 97, 97, .5);--vscode-commentsView-unresolvedIcon: #0090f1;--vscode-debugConsole-errorForeground: #a1260d;--vscode-debugConsole-infoForeground: #1a85ff;--vscode-debugConsole-sourceForeground: #616161;--vscode-debugConsole-warningForeground: #bf8803;--vscode-debugConsoleInputIcon-foreground: #616161;--vscode-debugExceptionWidget-background: #f1dfde;--vscode-debugExceptionWidget-border: #a31515;--vscode-debugIcon-breakpointCurrentStackframeForeground: #be8700;--vscode-debugIcon-breakpointDisabledForeground: #848484;--vscode-debugIcon-breakpointForeground: #e51400;--vscode-debugIcon-breakpointStackframeForeground: #89d185;--vscode-debugIcon-breakpointUnverifiedForeground: #848484;--vscode-debugIcon-continueForeground: #007acc;--vscode-debugIcon-disconnectForeground: #a1260d;--vscode-debugIcon-pauseForeground: #007acc;--vscode-debugIcon-restartForeground: #388a34;--vscode-debugIcon-startForeground: #388a34;--vscode-debugIcon-stepBackForeground: #007acc;--vscode-debugIcon-stepIntoForeground: #007acc;--vscode-debugIcon-stepOutForeground: #007acc;--vscode-debugIcon-stepOverForeground: #007acc;--vscode-debugIcon-stopForeground: #a1260d;--vscode-debugTokenExpression-boolean: #0000ff;--vscode-debugTokenExpression-error: #e51400;--vscode-debugTokenExpression-name: #9b46b0;--vscode-debugTokenExpression-number: #098658;--vscode-debugTokenExpression-string: #a31515;--vscode-debugTokenExpression-type: #4a90e2;--vscode-debugTokenExpression-value: rgba(108, 108, 108, .8);--vscode-debugToolBar-background: #f3f3f3;--vscode-debugView-exceptionLabelBackground: #a31515;--vscode-debugView-exceptionLabelForeground: #ffffff;--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, .27);--vscode-debugView-stateLabelForeground: #616161;--vscode-debugView-valueChangedHighlight: #569cd6;--vscode-descriptionForeground: #717171;--vscode-diffEditor-diagonalFill: rgba(34, 34, 34, .2);--vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, .2);--vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, .25);--vscode-diffEditor-move\.border: rgba(139, 139, 139, .61);--vscode-diffEditor-moveActive\.border: #ffa500;--vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, .2);--vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, .2);--vscode-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, .16);--vscode-diffEditor-unchangedRegionBackground: #f8f8f8;--vscode-diffEditor-unchangedRegionForeground: #616161;--vscode-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, .75);--vscode-disabledForeground: rgba(97, 97, 97, .5);--vscode-dropdown-background: #ffffff;--vscode-dropdown-border: #cecece;--vscode-dropdown-foreground: #616161;--vscode-editor-background: #ffffff;--vscode-editor-compositionBorder: #000000;--vscode-editor-findMatchBackground: #a8ac94;--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, .33);--vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, .3);--vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, .45);--vscode-editor-foldBackground: rgba(173, 214, 255, .3);--vscode-editor-foldPlaceholderForeground: #808080;--vscode-editor-font-size: 14px;--vscode-editor-font-weight: normal;--vscode-editor-foreground: #000000;--vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, .15);--vscode-editor-inactiveSelectionBackground: #e5ebf1;--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, .2);--vscode-editor-inlineValuesForeground: rgba(0, 0, 0, .5);--vscode-editor-lineHighlightBorder: #eeeeee;--vscode-editor-linkedEditingBackground: rgba(255, 0, 0, .3);--vscode-editor-placeholder\.foreground: rgba(0, 0, 0, .47);--vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, .2);--vscode-editor-selectionBackground: #add6ff;--vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, .5);--vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, .5);--vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, .2);--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, .45);--vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, .33);--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, .25);--vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, .25);--vscode-editor-wordHighlightTextBackground: rgba(87, 87, 87, .25);--vscode-editorActionList-background: #f3f3f3;--vscode-editorActionList-focusBackground: #0060c0;--vscode-editorActionList-focusForeground: #ffffff;--vscode-editorActionList-foreground: #616161;--vscode-editorActiveLineNumber-foreground: #0b216f;--vscode-editorBracketHighlight-foreground1: #0431fa;--vscode-editorBracketHighlight-foreground2: #319331;--vscode-editorBracketHighlight-foreground3: #7b3814;--vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);--vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);--vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);--vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, .8);--vscode-editorBracketMatch-background: rgba(0, 100, 0, .1);--vscode-editorBracketMatch-border: #b9b9b9;--vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);--vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);--vscode-editorCodeLens-foreground: #919191;--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, .1);--vscode-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, .1);--vscode-editorCommentsWidget-replyInputBackground: #f3f3f3;--vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, .5);--vscode-editorCommentsWidget-unresolvedBorder: #0090f1;--vscode-editorCursor-foreground: #000000;--vscode-editorError-foreground: #e51400;--vscode-editorGhostText-foreground: rgba(0, 0, 0, .47);--vscode-editorGroup-border: #e7e7e7;--vscode-editorGroup-dropBackground: rgba(38, 119, 203, .18);--vscode-editorGroup-dropIntoPromptBackground: #f3f3f3;--vscode-editorGroup-dropIntoPromptForeground: #616161;--vscode-editorGroupHeader-noTabsBackground: #ffffff;--vscode-editorGroupHeader-tabsBackground: #f3f3f3;--vscode-editorGutter-addedBackground: #48985d;--vscode-editorGutter-addedSecondaryBackground: #a7d5b3;--vscode-editorGutter-background: #ffffff;--vscode-editorGutter-commentGlyphForeground: #000000;--vscode-editorGutter-commentRangeForeground: #d5d8e9;--vscode-editorGutter-commentUnresolvedGlyphForeground: #000000;--vscode-editorGutter-deletedBackground: #e51400;--vscode-editorGutter-deletedSecondaryBackground: #ff3d2b;--vscode-editorGutter-foldingControlForeground: #424242;--vscode-editorGutter-itemBackground: #d5d8e9;--vscode-editorGutter-itemGlyphForeground: #000000;--vscode-editorGutter-modifiedBackground: #2090d3;--vscode-editorGutter-modifiedSecondaryBackground: #aad8f2;--vscode-editorHint-foreground: #6c6c6c;--vscode-editorHoverWidget-background: #f3f3f3;--vscode-editorHoverWidget-border: #c8c8c8;--vscode-editorHoverWidget-foreground: #616161;--vscode-editorHoverWidget-highlightForeground: #0066bf;--vscode-editorHoverWidget-statusBarBackground: #e7e7e7;--vscode-editorIndentGuide-activeBackground: rgba(51, 51, 51, .2);--vscode-editorIndentGuide-activeBackground1: #939393;--vscode-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-background: rgba(51, 51, 51, .2);--vscode-editorIndentGuide-background1: #d3d3d3;--vscode-editorIndentGuide-background2: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-background3: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-background4: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-background5: rgba(0, 0, 0, 0);--vscode-editorIndentGuide-background6: rgba(0, 0, 0, 0);--vscode-editorInfo-foreground: #1a85ff;--vscode-editorInlayHint-background: rgba(196, 196, 196, .1);--vscode-editorInlayHint-foreground: #969696;--vscode-editorInlayHint-parameterBackground: rgba(196, 196, 196, .1);--vscode-editorInlayHint-parameterForeground: #969696;--vscode-editorInlayHint-typeBackground: rgba(196, 196, 196, .1);--vscode-editorInlayHint-typeForeground: #969696;--vscode-editorLightBulb-foreground: #ddb100;--vscode-editorLightBulbAi-foreground: #ddb100;--vscode-editorLightBulbAutoFix-foreground: #007acc;--vscode-editorLineNumber-activeForeground: #0b216f;--vscode-editorLineNumber-foreground: #237893;--vscode-editorLink-activeForeground: #0000ff;--vscode-editorMarkerNavigation-background: #ffffff;--vscode-editorMarkerNavigationError-background: #e51400;--vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, .1);--vscode-editorMarkerNavigationInfo-background: #1a85ff;--vscode-editorMarkerNavigationInfo-headerBackground: rgba(26, 133, 255, .1);--vscode-editorMarkerNavigationWarning-background: #bf8803;--vscode-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, .1);--vscode-editorMinimap-inlineChatInserted: rgba(156, 204, 44, .2);--vscode-editorMultiCursor-primary\.foreground: #000000;--vscode-editorMultiCursor-secondary\.foreground: #000000;--vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, .6);--vscode-editorOverviewRuler-border: rgba(127, 127, 127, .3);--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;--vscode-editorOverviewRuler-commentForeground: #d5d8e9;--vscode-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;--vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, .4);--vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, .5);--vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, .6);--vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, .7);--vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, .5);--vscode-editorOverviewRuler-infoForeground: #1a85ff;--vscode-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, .2);--vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, .16);--vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, .6);--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, .6);--vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, .8);--vscode-editorOverviewRuler-warningForeground: #bf8803;--vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, .8);--vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, .8);--vscode-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, .8);--vscode-editorPane-background: #ffffff;--vscode-editorRuler-foreground: #d3d3d3;--vscode-editorStickyScroll-background: #ffffff;--vscode-editorStickyScroll-shadow: #dddddd;--vscode-editorStickyScrollHover-background: #f0f0f0;--vscode-editorSuggestWidget-background: #f3f3f3;--vscode-editorSuggestWidget-border: #c8c8c8;--vscode-editorSuggestWidget-focusHighlightForeground: #bbe7ff;--vscode-editorSuggestWidget-foreground: #000000;--vscode-editorSuggestWidget-highlightForeground: #0066bf;--vscode-editorSuggestWidget-selectedBackground: #0060c0;--vscode-editorSuggestWidget-selectedForeground: #ffffff;--vscode-editorSuggestWidget-selectedIconForeground: #ffffff;--vscode-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, .5);--vscode-editorUnicodeHighlight-border: #bf8803;--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, .47);--vscode-editorWarning-foreground: #bf8803;--vscode-editorWatermark-foreground: rgba(0, 0, 0, .68);--vscode-editorWhitespace-foreground: rgba(51, 51, 51, .2);--vscode-editorWidget-background: #f3f3f3;--vscode-editorWidget-border: #c8c8c8;--vscode-editorWidget-foreground: #616161;--vscode-errorForeground: #a1260d;--vscode-extensionBadge-remoteBackground: #007acc;--vscode-extensionBadge-remoteForeground: #ffffff;--vscode-extensionButton-background: #007acc;--vscode-extensionButton-foreground: #ffffff;--vscode-extensionButton-hoverBackground: #0062a3;--vscode-extensionButton-prominentBackground: #007acc;--vscode-extensionButton-prominentForeground: #ffffff;--vscode-extensionButton-prominentHoverBackground: #0062a3;--vscode-extensionButton-separator: rgba(255, 255, 255, .4);--vscode-extensionIcon-preReleaseForeground: #1d9271;--vscode-extensionIcon-privateForeground: rgba(0, 0, 0, .38);--vscode-extensionIcon-sponsorForeground: #b51e78;--vscode-extensionIcon-starForeground: #df6100;--vscode-extensionIcon-verifiedForeground: #006ab1;--vscode-focusBorder: #0090f1;--vscode-font-size: 15px;--vscode-font-weight: normal;--vscode-foreground: #616161;--vscode-gauge-background: #007acc;--vscode-gauge-errorBackground: #be1100;--vscode-gauge-errorForeground: rgba(190, 17, 0, .3);--vscode-gauge-foreground: rgba(0, 122, 204, .3);--vscode-gauge-warningBackground: #b89500;--vscode-gauge-warningForeground: rgba(184, 149, 0, .3);--vscode-icon-foreground: #424242;--vscode-inlineChat-background: #f3f3f3;--vscode-inlineChat-border: #c8c8c8;--vscode-inlineChat-foreground: #616161;--vscode-inlineChat-shadow: rgba(0, 0, 0, .16);--vscode-inlineChatDiff-inserted: rgba(156, 204, 44, .13);--vscode-inlineChatDiff-removed: rgba(255, 0, 0, .1);--vscode-inlineChatInput-background: #ffffff;--vscode-inlineChatInput-border: #c8c8c8;--vscode-inlineChatInput-focusBorder: #0090f1;--vscode-inlineChatInput-placeholderForeground: #767676;--vscode-inlineEdit-gutterIndicator\.background: rgba(95, 95, 95, .09);--vscode-inlineEdit-gutterIndicator\.primaryBackground: rgba(0, 122, 204, .5);--vscode-inlineEdit-gutterIndicator\.primaryBorder: #007acc;--vscode-inlineEdit-gutterIndicator\.primaryForeground: #ffffff;--vscode-inlineEdit-gutterIndicator\.secondaryBackground: #5f6a79;--vscode-inlineEdit-gutterIndicator\.secondaryBorder: #5f6a79;--vscode-inlineEdit-gutterIndicator\.secondaryForeground: #ffffff;--vscode-inlineEdit-gutterIndicator\.successfulBackground: #007acc;--vscode-inlineEdit-gutterIndicator\.successfulBorder: #007acc;--vscode-inlineEdit-gutterIndicator\.successfulForeground: #ffffff;--vscode-inlineEdit-modifiedBackground: rgba(156, 204, 44, .07);--vscode-inlineEdit-modifiedBorder: rgba(62, 81, 18, .25);--vscode-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, .14);--vscode-inlineEdit-modifiedChangedTextBackground: rgba(156, 204, 44, .18);--vscode-inlineEdit-originalBackground: rgba(255, 0, 0, .04);--vscode-inlineEdit-originalBorder: rgba(255, 0, 0, .2);--vscode-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, .16);--vscode-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, .16);--vscode-inlineEdit-tabWillAcceptModifiedBorder: rgba(62, 81, 18, .25);--vscode-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, .2);--vscode-input-background: #ffffff;--vscode-input-foreground: #616161;--vscode-input-placeholderForeground: #767676;--vscode-inputOption-activeBackground: rgba(0, 144, 241, .2);--vscode-inputOption-activeBorder: #007acc;--vscode-inputOption-activeForeground: #000000;--vscode-inputOption-hoverBackground: rgba(184, 184, 184, .31);--vscode-inputValidation-errorBackground: #f2dede;--vscode-inputValidation-errorBorder: #be1100;--vscode-inputValidation-infoBackground: #d6ecf2;--vscode-inputValidation-infoBorder: #007acc;--vscode-inputValidation-warningBackground: #f6f5d2;--vscode-inputValidation-warningBorder: #b89500;--vscode-interactive-activeCodeBorder: #007acc;--vscode-interactive-inactiveCodeBorder: #e4e6f1;--vscode-keybindingLabel-background: rgba(221, 221, 221, .4);--vscode-keybindingLabel-border: rgba(204, 204, 204, .4);--vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, .4);--vscode-keybindingLabel-foreground: #555555;--vscode-keybindingTable-headerBackground: rgba(97, 97, 97, .04);--vscode-keybindingTable-rowsBackground: rgba(97, 97, 97, .04);--vscode-list-activeSelectionBackground: #0060c0;--vscode-list-activeSelectionForeground: #ffffff;--vscode-list-activeSelectionIconForeground: #ffffff;--vscode-list-deemphasizedForeground: #8e8e90;--vscode-list-dropBackground: #d6ebff;--vscode-list-dropBetweenBackground: #424242;--vscode-list-errorForeground: #b01011;--vscode-list-filterMatchBackground: rgba(234, 92, 0, .33);--vscode-list-focusAndSelectionOutline: #90c2f9;--vscode-list-focusHighlightForeground: #bbe7ff;--vscode-list-focusOutline: #0090f1;--vscode-list-highlightForeground: #0066bf;--vscode-list-hoverBackground: #e8e8e8;--vscode-list-inactiveSelectionBackground: #e4e6f1;--vscode-list-invalidItemForeground: #b89500;--vscode-list-warningForeground: #855f00;--vscode-listFilterWidget-background: #f3f3f3;--vscode-listFilterWidget-noMatchesOutline: #be1100;--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);--vscode-listFilterWidget-shadow: rgba(0, 0, 0, .16);--vscode-menu-background: #ffffff;--vscode-menu-border: #d4d4d4;--vscode-menu-foreground: #616161;--vscode-menu-selectionBackground: #0060c0;--vscode-menu-selectionForeground: #ffffff;--vscode-menu-separatorBackground: #d4d4d4;--vscode-menubar-selectionBackground: rgba(184, 184, 184, .31);--vscode-menubar-selectionForeground: #333333;--vscode-merge-commonContentBackground: rgba(96, 96, 96, .16);--vscode-merge-commonHeaderBackground: rgba(96, 96, 96, .4);--vscode-merge-currentContentBackground: rgba(64, 200, 174, .2);--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, .5);--vscode-merge-incomingContentBackground: rgba(64, 166, 255, .2);--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, .5);--vscode-mergeEditor-change\.background: rgba(155, 185, 85, .2);--vscode-mergeEditor-change\.word\.background: rgba(156, 204, 44, .4);--vscode-mergeEditor-changeBase\.background: #ffcccc;--vscode-mergeEditor-changeBase\.word\.background: #ffa3a3;--vscode-mergeEditor-conflict\.handled\.minimapOverViewRuler: rgba(173, 172, 168, .93);--vscode-mergeEditor-conflict\.handledFocused\.border: rgba(193, 193, 193, .8);--vscode-mergeEditor-conflict\.handledUnfocused\.border: rgba(134, 134, 134, .29);--vscode-mergeEditor-conflict\.input1\.background: rgba(64, 200, 174, .2);--vscode-mergeEditor-conflict\.input2\.background: rgba(64, 166, 255, .2);--vscode-mergeEditor-conflict\.unhandled\.minimapOverViewRuler: #fcba03;--vscode-mergeEditor-conflict\.unhandledFocused\.border: #ffa600;--vscode-mergeEditor-conflict\.unhandledUnfocused\.border: #ffa600;--vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, .28);--vscode-minimap-chatEditHighlight: rgba(255, 255, 255, .6);--vscode-minimap-errorHighlight: rgba(255, 18, 18, .7);--vscode-minimap-findMatchHighlight: #d18616;--vscode-minimap-foregroundOpacity: #000000;--vscode-minimap-infoHighlight: #1a85ff;--vscode-minimap-selectionHighlight: #add6ff;--vscode-minimap-selectionOccurrenceHighlight: #c9c9c9;--vscode-minimap-warningHighlight: #bf8803;--vscode-minimapGutter-addedBackground: #48985d;--vscode-minimapGutter-deletedBackground: #e51400;--vscode-minimapGutter-modifiedBackground: #2090d3;--vscode-minimapSlider-activeBackground: rgba(0, 0, 0, .3);--vscode-minimapSlider-background: rgba(100, 100, 100, .2);--vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, .35);--vscode-multiDiffEditor-background: #ffffff;--vscode-multiDiffEditor-border: #cccccc;--vscode-multiDiffEditor-headerBackground: #ececec;--vscode-notebook-cellBorderColor: #e8e8e8;--vscode-notebook-cellEditorBackground: #f3f3f3;--vscode-notebook-cellInsertionIndicator: #0090f1;--vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, .08);--vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, .35);--vscode-notebook-editorBackground: #ffffff;--vscode-notebook-focusedCellBorder: #0090f1;--vscode-notebook-focusedEditorBorder: #0090f1;--vscode-notebook-inactiveFocusedCellBorder: #e8e8e8;--vscode-notebook-selectedCellBackground: rgba(200, 221, 241, .31);--vscode-notebook-selectedCellBorder: #e8e8e8;--vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, .2);--vscode-notebookEditorOverviewRuler-runningCellForeground: #388a34;--vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, .4);--vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--vscode-notebookStatusErrorIcon-foreground: #a1260d;--vscode-notebookStatusRunningIcon-foreground: #616161;--vscode-notebookStatusSuccessIcon-foreground: #388a34;--vscode-notificationCenter-border: #d4d4d4;--vscode-notificationCenterHeader-background: #e7e7e7;--vscode-notificationLink-foreground: #006ab1;--vscode-notifications-background: #f3f3f3;--vscode-notifications-border: #e7e7e7;--vscode-notifications-foreground: #616161;--vscode-notificationsErrorIcon-foreground: #e51400;--vscode-notificationsInfoIcon-foreground: #1a85ff;--vscode-notificationsWarningIcon-foreground: #bf8803;--vscode-notificationToast-border: #d4d4d4;--vscode-panel-background: #ffffff;--vscode-panel-border: rgba(128, 128, 128, .35);--vscode-panel-dropBorder: #424242;--vscode-panelInput-border: #dddddd;--vscode-panelSection-border: rgba(128, 128, 128, .35);--vscode-panelSection-dropBackground: rgba(38, 119, 203, .18);--vscode-panelSectionHeader-background: rgba(128, 128, 128, .2);--vscode-panelStickyScroll-background: #ffffff;--vscode-panelStickyScroll-shadow: #dddddd;--vscode-panelTitle-activeBorder: #424242;--vscode-panelTitle-activeForeground: #424242;--vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, .75);--vscode-panelTitleBadge-background: #007acc;--vscode-panelTitleBadge-foreground: #ffffff;--vscode-peekView-border: #1a85ff;--vscode-peekViewEditor-background: #f2f8fc;--vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, .87);--vscode-peekViewEditorGutter-background: #f2f8fc;--vscode-peekViewEditorStickyScroll-background: #f2f8fc;--vscode-peekViewResult-background: #f3f3f3;--vscode-peekViewResult-fileForeground: #1e1e1e;--vscode-peekViewResult-lineForeground: #646465;--vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, .3);--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, .2);--vscode-peekViewResult-selectionForeground: #6c6c6c;--vscode-peekViewTitle-background: #f3f3f3;--vscode-peekViewTitleDescription-foreground: #616161;--vscode-peekViewTitleLabel-foreground: #000000;--vscode-pickerGroup-border: #cccedb;--vscode-pickerGroup-foreground: #0066bf;--vscode-ports-iconRunningProcessForeground: #369432;--vscode-problemsErrorIcon-foreground: #e51400;--vscode-problemsInfoIcon-foreground: #1a85ff;--vscode-problemsWarningIcon-foreground: #bf8803;--vscode-profileBadge-background: #c4c4c4;--vscode-profileBadge-foreground: #333333;--vscode-profiles-sashBorder: rgba(128, 128, 128, .35);--vscode-progressBar-background: #0e70c0;--vscode-quickInput-background: #f3f3f3;--vscode-quickInput-foreground: #616161;--vscode-quickInputList-focusBackground: #0060c0;--vscode-quickInputList-focusForeground: #ffffff;--vscode-quickInputList-focusIconForeground: #ffffff;--vscode-quickInputTitle-background: rgba(0, 0, 0, .06);--vscode-radio-activeBackground: rgba(0, 144, 241, .2);--vscode-radio-activeBorder: #007acc;--vscode-radio-activeForeground: #000000;--vscode-radio-inactiveBorder: rgba(0, 0, 0, .2);--vscode-radio-inactiveHoverBackground: rgba(184, 184, 184, .31);--vscode-remoteHub-decorations\.addedForegroundColor: #587c0c;--vscode-remoteHub-decorations\.conflictForegroundColor: #ad0707;--vscode-remoteHub-decorations\.deletedForegroundColor: #ad0707;--vscode-remoteHub-decorations\.ignoredResourceForeground: #8e8e90;--vscode-remoteHub-decorations\.incomingAddedForegroundColor: #587c0c;--vscode-remoteHub-decorations\.incomingDeletedForegroundColor: #ad0707;--vscode-remoteHub-decorations\.incomingModifiedForegroundColor: #895503;--vscode-remoteHub-decorations\.incomingRenamedForegroundColor: #007100;--vscode-remoteHub-decorations\.modifiedForegroundColor: #895503;--vscode-remoteHub-decorations\.possibleConflictForegroundColor: #855f00;--vscode-remoteHub-decorations\.submoduleForegroundColor: #1258a7;--vscode-remoteHub-decorations\.workspaceRepositoriesView\.hasUncommittedChangesForegroundColor: #895503;--vscode-sash-hoverBorder: #0090f1;--vscode-scmGraph-foreground1: #ffb000;--vscode-scmGraph-foreground2: #dc267f;--vscode-scmGraph-foreground3: #994f00;--vscode-scmGraph-foreground4: #40b0a6;--vscode-scmGraph-foreground5: #b66dff;--vscode-scmGraph-historyItemBaseRefColor: #ea5c00;--vscode-scmGraph-historyItemHoverAdditionsForeground: #587c0c;--vscode-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;--vscode-scmGraph-historyItemHoverDefaultLabelForeground: #616161;--vscode-scmGraph-historyItemHoverDeletionsForeground: #ad0707;--vscode-scmGraph-historyItemHoverLabelForeground: #ffffff;--vscode-scmGraph-historyItemRefColor: #1a85ff;--vscode-scmGraph-historyItemRemoteRefColor: #652d90;--vscode-scrollbar-shadow: #dddddd;--vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, .6);--vscode-scrollbarSlider-background: rgba(100, 100, 100, .4);--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, .7);--vscode-search-resultsInfoForeground: #616161;--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, .22);--vscode-searchEditor-textInputBorder: #cecece;--vscode-settings-checkboxBackground: #ffffff;--vscode-settings-checkboxBorder: #919191;--vscode-settings-checkboxForeground: #616161;--vscode-settings-dropdownBackground: #ffffff;--vscode-settings-dropdownBorder: #cecece;--vscode-settings-dropdownForeground: #616161;--vscode-settings-dropdownListBorder: #c8c8c8;--vscode-settings-focusedRowBackground: rgba(232, 232, 232, .6);--vscode-settings-focusedRowBorder: #0090f1;--vscode-settings-headerBorder: rgba(128, 128, 128, .35);--vscode-settings-headerForeground: #444444;--vscode-settings-modifiedItemIndicator: #66afe0;--vscode-settings-numberInputBackground: #ffffff;--vscode-settings-numberInputBorder: #cecece;--vscode-settings-numberInputForeground: #616161;--vscode-settings-rowHoverBackground: rgba(232, 232, 232, .3);--vscode-settings-sashBorder: rgba(128, 128, 128, .35);--vscode-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, .7);--vscode-settings-textInputBackground: #ffffff;--vscode-settings-textInputBorder: #cecece;--vscode-settings-textInputForeground: #616161;--vscode-sideBar-background: #f3f3f3;--vscode-sideBar-dropBackground: rgba(38, 119, 203, .18);--vscode-sideBarActivityBarTop-border: rgba(97, 97, 97, .19);--vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);--vscode-sideBarSectionHeader-border: rgba(97, 97, 97, .19);--vscode-sideBarStickyScroll-background: #f3f3f3;--vscode-sideBarStickyScroll-shadow: #dddddd;--vscode-sideBarTitle-background: #f3f3f3;--vscode-sideBarTitle-foreground: #6f6f6f;--vscode-sideBySideEditor-horizontalBorder: #e7e7e7;--vscode-sideBySideEditor-verticalBorder: #e7e7e7;--vscode-simpleFindWidget-sashBorder: #c8c8c8;--vscode-statusBar-background: #007acc;--vscode-statusBar-debuggingBackground: #cc6633;--vscode-statusBar-debuggingForeground: #ffffff;--vscode-statusBar-focusBorder: #ffffff;--vscode-statusBar-foreground: #ffffff;--vscode-statusBar-noFolderBackground: #68217a;--vscode-statusBar-noFolderForeground: #ffffff;--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, .18);--vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, .2);--vscode-statusBarItem-errorBackground: #c72e0f;--vscode-statusBarItem-errorForeground: #ffffff;--vscode-statusBarItem-errorHoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-errorHoverForeground: #ffffff;--vscode-statusBarItem-focusBorder: #ffffff;--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-hoverForeground: #ffffff;--vscode-statusBarItem-offlineBackground: #6c1717;--vscode-statusBarItem-offlineForeground: #ffffff;--vscode-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-offlineHoverForeground: #ffffff;--vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, .5);--vscode-statusBarItem-prominentForeground: #ffffff;--vscode-statusBarItem-prominentHoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-prominentHoverForeground: #ffffff;--vscode-statusBarItem-remoteBackground: #16825d;--vscode-statusBarItem-remoteForeground: #ffffff;--vscode-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-remoteHoverForeground: #ffffff;--vscode-statusBarItem-warningBackground: #725102;--vscode-statusBarItem-warningForeground: #ffffff;--vscode-statusBarItem-warningHoverBackground: rgba(255, 255, 255, .12);--vscode-statusBarItem-warningHoverForeground: #ffffff;--vscode-symbolIcon-arrayForeground: #616161;--vscode-symbolIcon-booleanForeground: #616161;--vscode-symbolIcon-classForeground: #d67e00;--vscode-symbolIcon-colorForeground: #616161;--vscode-symbolIcon-constantForeground: #616161;--vscode-symbolIcon-constructorForeground: #652d90;--vscode-symbolIcon-enumeratorForeground: #d67e00;--vscode-symbolIcon-enumeratorMemberForeground: #007acc;--vscode-symbolIcon-eventForeground: #d67e00;--vscode-symbolIcon-fieldForeground: #007acc;--vscode-symbolIcon-fileForeground: #616161;--vscode-symbolIcon-folderForeground: #616161;--vscode-symbolIcon-functionForeground: #652d90;--vscode-symbolIcon-interfaceForeground: #007acc;--vscode-symbolIcon-keyForeground: #616161;--vscode-symbolIcon-keywordForeground: #616161;--vscode-symbolIcon-methodForeground: #652d90;--vscode-symbolIcon-moduleForeground: #616161;--vscode-symbolIcon-namespaceForeground: #616161;--vscode-symbolIcon-nullForeground: #616161;--vscode-symbolIcon-numberForeground: #616161;--vscode-symbolIcon-objectForeground: #616161;--vscode-symbolIcon-operatorForeground: #616161;--vscode-symbolIcon-packageForeground: #616161;--vscode-symbolIcon-propertyForeground: #616161;--vscode-symbolIcon-referenceForeground: #616161;--vscode-symbolIcon-snippetForeground: #616161;--vscode-symbolIcon-stringForeground: #616161;--vscode-symbolIcon-structForeground: #616161;--vscode-symbolIcon-textForeground: #616161;--vscode-symbolIcon-typeParameterForeground: #616161;--vscode-symbolIcon-unitForeground: #616161;--vscode-symbolIcon-variableForeground: #007acc;--vscode-tab-activeBackground: #ffffff;--vscode-tab-activeForeground: #333333;--vscode-tab-activeModifiedBorder: #33aaee;--vscode-tab-border: #f3f3f3;--vscode-tab-dragAndDropBorder: #333333;--vscode-tab-inactiveBackground: #ececec;--vscode-tab-inactiveForeground: rgba(51, 51, 51, .7);--vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, .5);--vscode-tab-lastPinnedBorder: rgba(97, 97, 97, .19);--vscode-tab-selectedBackground: rgba(255, 255, 255, .65);--vscode-tab-selectedForeground: rgba(51, 51, 51, .7);--vscode-tab-unfocusedActiveBackground: #ffffff;--vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, .7);--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, .7);--vscode-tab-unfocusedInactiveBackground: #ececec;--vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, .35);--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, .25);--vscode-terminal-ansiBlack: #000000;--vscode-terminal-ansiBlue: #0451a5;--vscode-terminal-ansiBrightBlack: #666666;--vscode-terminal-ansiBrightBlue: #0451a5;--vscode-terminal-ansiBrightCyan: #0598bc;--vscode-terminal-ansiBrightGreen: #14ce14;--vscode-terminal-ansiBrightMagenta: #bc05bc;--vscode-terminal-ansiBrightRed: #cd3131;--vscode-terminal-ansiBrightWhite: #a5a5a5;--vscode-terminal-ansiBrightYellow: #b5ba00;--vscode-terminal-ansiCyan: #0598bc;--vscode-terminal-ansiGreen: #107c10;--vscode-terminal-ansiMagenta: #bc05bc;--vscode-terminal-ansiRed: #cd3131;--vscode-terminal-ansiWhite: #555555;--vscode-terminal-ansiYellow: #949800;--vscode-terminal-border: rgba(128, 128, 128, .35);--vscode-terminal-dropBackground: rgba(38, 119, 203, .18);--vscode-terminal-findMatchBackground: #a8ac94;--vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, .33);--vscode-terminal-foreground: #333333;--vscode-terminal-hoverHighlightBackground: rgba(173, 214, 255, .07);--vscode-terminal-inactiveSelectionBackground: #e5ebf1;--vscode-terminal-initialHintForeground: rgba(0, 0, 0, .47);--vscode-terminal-selectionBackground: #add6ff;--vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, .25);--vscode-terminalCommandDecoration-errorBackground: #e51400;--vscode-terminalCommandDecoration-successBackground: #2090d3;--vscode-terminalCommandGuide-foreground: #e4e6f1;--vscode-terminalOverviewRuler-border: rgba(127, 127, 127, .3);--vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, .8);--vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, .49);--vscode-terminalStickyScrollHover-background: #f0f0f0;--vscode-terminalSymbolIcon-aliasForeground: #652d90;--vscode-terminalSymbolIcon-argumentForeground: #007acc;--vscode-terminalSymbolIcon-fileForeground: #616161;--vscode-terminalSymbolIcon-flagForeground: #d67e00;--vscode-terminalSymbolIcon-folderForeground: #616161;--vscode-terminalSymbolIcon-methodForeground: #652d90;--vscode-terminalSymbolIcon-optionForeground: #d67e00;--vscode-terminalSymbolIcon-optionValueForeground: #007acc;--vscode-testing-coverCountBadgeBackground: #c4c4c4;--vscode-testing-coverCountBadgeForeground: #333333;--vscode-testing-coveredBackground: rgba(156, 204, 44, .25);--vscode-testing-coveredBorder: rgba(156, 204, 44, .19);--vscode-testing-coveredGutterBackground: rgba(156, 204, 44, .15);--vscode-testing-iconErrored: #f14c4c;--vscode-testing-iconErrored\.retired: rgba(241, 76, 76, .7);--vscode-testing-iconFailed: #f14c4c;--vscode-testing-iconFailed\.retired: rgba(241, 76, 76, .7);--vscode-testing-iconPassed: #73c991;--vscode-testing-iconPassed\.retired: rgba(115, 201, 145, .7);--vscode-testing-iconQueued: #cca700;--vscode-testing-iconQueued\.retired: rgba(204, 167, 0, .7);--vscode-testing-iconSkipped: #848484;--vscode-testing-iconSkipped\.retired: rgba(132, 132, 132, .7);--vscode-testing-iconUnset: #848484;--vscode-testing-iconUnset\.retired: rgba(132, 132, 132, .7);--vscode-testing-message\.error\.badgeBackground: #e51400;--vscode-testing-message\.error\.badgeBorder: #e51400;--vscode-testing-message\.error\.badgeForeground: #ffffff;--vscode-testing-message\.info\.decorationForeground: rgba(0, 0, 0, .5);--vscode-testing-messagePeekBorder: #1a85ff;--vscode-testing-messagePeekHeaderBackground: rgba(26, 133, 255, .1);--vscode-testing-peekBorder: #e51400;--vscode-testing-peekHeaderBackground: rgba(229, 20, 0, .1);--vscode-testing-runAction: #73c991;--vscode-testing-uncoveredBackground: rgba(255, 0, 0, .2);--vscode-testing-uncoveredBorder: rgba(255, 0, 0, .15);--vscode-testing-uncoveredBranchBackground: #ff9999;--vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, .3);--vscode-textBlockQuote-background: #f2f2f2;--vscode-textBlockQuote-border: rgba(0, 122, 204, .5);--vscode-textCodeBlock-background: rgba(220, 220, 220, .4);--vscode-textLink-activeForeground: #006ab1;--vscode-textLink-foreground: #006ab1;--vscode-textPreformat-background: rgba(0, 0, 0, .1);--vscode-textPreformat-foreground: #a31515;--vscode-textSeparator-foreground: rgba(0, 0, 0, .18);--vscode-titleBar-activeBackground: #dddddd;--vscode-titleBar-activeForeground: #333333;--vscode-titleBar-inactiveBackground: rgba(221, 221, 221, .6);--vscode-titleBar-inactiveForeground: rgba(51, 51, 51, .6);--vscode-toolbar-activeBackground: rgba(166, 166, 166, .31);--vscode-toolbar-hoverBackground: rgba(184, 184, 184, .31);--vscode-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, .4);--vscode-tree-indentGuidesStroke: #a9a9a9;--vscode-tree-tableColumnsBorder: rgba(97, 97, 97, .13);--vscode-tree-tableOddRowsBackground: rgba(97, 97, 97, .04);--vscode-walkThrough-embeddedEditorBackground: #f4f4f4;--vscode-walkthrough-stepTitle\.foreground: #000000;--vscode-welcomePage-progress\.background: #ffffff;--vscode-welcomePage-progress\.foreground: #006ab1;--vscode-welcomePage-tileBackground: #f3f3f3;--vscode-welcomePage-tileBorder: rgba(0, 0, 0, .1);--vscode-welcomePage-tileHoverBackground: #dbdbdb;--vscode-widget-border: #d4d4d4;--vscode-widget-shadow: rgba(0, 0, 0, .16)}.dark{--background: 20 14.3% 4.1%;--foreground: 60 9.1% 97.8%;--muted: 12 6.5% 15.1%;--muted-foreground: 24 5.4% 63.9%;--popover: 20 14.3% 4.1%;--popover-foreground: 60 9.1% 97.8%;--card: 20 14.3% 4.1%;--card-foreground: 60 9.1% 97.8%;--border: 12 6.5% 15.1%;--input: 12 6.5% 15.1%;--primary: 60 9.1% 97.8%;--primary-foreground: 24 9.8% 10%;--secondary: 12 6.5% 15.1%;--secondary-foreground: 60 9.1% 97.8%;--accent: 12 6.5% 15.1%;--accent-foreground: 60 9.1% 97.8%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 60 9.1% 97.8%;--ring: 24 5.7% 82.9%}*{--tw-border-opacity: 1;border-color:hsl(var(--border) / var(--tw-border-opacity, 1))}body{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-3{bottom:.75rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-\[60px\]{top:60px}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[1px\]{margin-left:1px;margin-right:1px}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[10px\]{height:10px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[29px\]{height:29px}.h-\[30px\]{height:30px}.h-\[33px\]{height:33px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[60px\]{height:60px}.h-\[calc\(100vh-60px\)\]{height:calc(100vh - 60px)}.h-full{height:100%}.h-px{height:1px}.max-h-\[400px\]{max-height:400px}.max-h-\[var\(--bits-select-content-available-height\)\]{max-height:var(--bits-select-content-available-height)}.min-h-\[200px\]{min-height:200px}.min-h-\[300px\]{min-height:300px}.min-h-\[60px\]{min-height:60px}.min-h-full{min-height:100%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-11\/12{width:91.666667%}.w-2\/6{width:33.333333%}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-8\/12{width:66.666667%}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-\[100px\]{width:100px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[300px\]{width:300px}.w-\[40px\]{width:40px}.w-\[60px\]{width:60px}.w-\[var\(--bits-select-anchor-width\)\]{width:var(--bits-select-anchor-width)}.w-full{width:100%}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--bits-select-anchor-width\)\]{min-width:var(--bits-select-anchor-width)}.max-w-\[200px\]{max-width:200px}.max-w-\[600px\]{max-width:600px}.max-w-sm{max-width:24rem}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-\[2px\]{border-width:2px}.border-none{border-style:none}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-input{--tw-border-opacity: 1;border-color:hsl(var(--input) / var(--tw-border-opacity, 1))}.bg-\[var\(--vscode-widget-border\)\]{background-color:var(--vscode-widget-border)}.bg-background{--tw-bg-opacity: 1;background-color:hsl(var(--background) / var(--tw-bg-opacity, 1))}.bg-border{--tw-bg-opacity: 1;background-color:hsl(var(--border) / var(--tw-bg-opacity, 1))}.bg-card{--tw-bg-opacity: 1;background-color:hsl(var(--card) / var(--tw-bg-opacity, 1))}.bg-destructive{--tw-bg-opacity: 1;background-color:hsl(var(--destructive) / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:hsl(var(--muted) / var(--tw-bg-opacity, 1))}.bg-popover{--tw-bg-opacity: 1;background-color:hsl(var(--popover) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity: 1;background-color:hsl(var(--primary) / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity: 1;background-color:hsl(var(--secondary) / var(--tw-bg-opacity, 1))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-sky-900{--tw-bg-opacity: 1;background-color:rgb(12 74 110 / var(--tw-bg-opacity, 1))}.bg-sky-950{--tw-bg-opacity: 1;background-color:rgb(8 47 73 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-25{--tw-bg-opacity: .25}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[3px\]{padding-left:3px;padding-right:3px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.pb-0{padding-bottom:0}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[16px\]{font-size:16px}.text-\[30px\]{font-size:30px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\[16px\]{line-height:16px}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-\[var\(--vscode-list-highlightForeground\)\]{color:var(--vscode-list-highlightForeground)}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity: 1;color:hsl(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity: 1;color:hsl(var(--destructive) / var(--tw-text-opacity, 1))}.text-destructive-foreground{--tw-text-opacity: 1;color:hsl(var(--destructive-foreground) / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity: 1;color:hsl(var(--popover-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:hsl(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity: 1;color:hsl(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity: 1;color:hsl(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sky-200{--tw-shadow-color: #bae6fd;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background) / 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.invalid\:border-red-500:invalid{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-sky-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.hover\:text-accent-foreground:hover{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-none:focus{border-style:none}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: hsl(var(--ring) / var(--tw-ring-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-\[invalid\]\:border-destructive[aria-invalid]{--tw-border-opacity: 1;border-color:hsl(var(--destructive) / var(--tw-border-opacity, 1))}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:w-\[1px\][data-orientation=vertical]{width:1px}.data-\[highlighted\]\:bg-accent[data-highlighted]{--tw-bg-opacity: 1;background-color:hsl(var(--accent) / var(--tw-bg-opacity, 1))}.data-\[highlighted\]\:text-accent-foreground[data-highlighted]{--tw-text-opacity: 1;color:hsl(var(--accent-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.dark\:border-destructive:is(.dark *){--tw-border-opacity: 1;border-color:hsl(var(--destructive) / var(--tw-border-opacity, 1))}@media (min-width: 640px){.sm\:w-8\/12{width:66.666667%}.sm\:w-\[200px\]{width:200px}.sm\:w-\[300px\]{width:300px}.sm\:flex-row{flex-direction:row}.sm\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:mt-12{margin-top:3rem}.md\:w-1\/2{width:50%}.md\:w-2\/6{width:33.333333%}.md\:w-4\/6{width:66.666667%}.md\:w-\[280px\]{width:280px}.md\:w-\[400px\]{width:400px}.md\:flex-row{flex-direction:row}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width: 1024px){.lg\:w-\[340px\]{width:340px}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.data-\[placeholder\]\:\[\&\>span\]\:text-muted-foreground>span[data-placeholder]{--tw-text-opacity: 1;color:hsl(var(--muted-foreground) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:text-destructive>svg{--tw-text-opacity: 1;color:hsl(var(--destructive) / var(--tw-text-opacity, 1))}.\[\&\>svg\]\:text-foreground>svg{--tw-text-opacity: 1;color:hsl(var(--foreground) / var(--tw-text-opacity, 1))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.menu.svelte-6hdh2d{height:calc(100vh - 60px)}html,body{height:100%;margin:0}
