/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/PlaygroundWidget.scss ***!
  \**************************************************************************************************************************************************************/
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
  .playground_widget {
    padding: 12px !important;
  }
  .playground_widget .tab_content {
    margin-top: 8px !important;
  }
  .playground_widget .tab_content.card {
    padding: 12px !important;
  }
}
.playground_widget {
  padding: 24px;
}
.playground_widget .tab_content {
  margin-top: 16px;
  color: rgb(37, 37, 47);
  line-height: 1.4;
}
.playground_widget .tab_content h1,
.playground_widget .tab_content h2,
.playground_widget .tab_content h3,
.playground_widget .tab_content h4,
.playground_widget .tab_content h5 {
  color: #344767;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
.playground_widget.dark_mode {
  background-color: #141414;
}
.playground_widget.dark_mode .tab_group {
  background-color: unset;
}
.playground_widget.dark_mode .tab_group_item {
  color: rgb(208, 208, 208);
  background-color: unset;
  font-weight: 500;
}
.playground_widget.dark_mode .tab_group_item.selected {
  color: rgb(228, 105, 60);
  border: 1px solid rgb(250, 117, 69);
  background-color: unset;
}
.playground_widget.dark_mode .tab_content {
  color: rgb(208, 208, 208);
}
.playground_widget.dark_mode .tab_content.card {
  background-color: #202021;
}
.playground_widget.dark_mode .tab_content h1,
.playground_widget.dark_mode .tab_content h2,
.playground_widget.dark_mode .tab_content h3,
.playground_widget.dark_mode .tab_content h4,
.playground_widget.dark_mode .tab_content h5 {
  color: rgb(255, 255, 255);
}
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/navigation/NavigationTabs.scss ***!
  \***********************************************************************************************************************************************************************/
@media (max-width: 767.99px) {
  .navigation_tabs {
    flex-direction: column;
  }
  .separator {
    justify-content: center;
    transform: rotate(90deg);
  }
}
.navigation_tabs {
  display: flex;
  justify-content: center;
}
.navigation_tabs .separator {
  display: flex;
  align-items: center;
  color: rgb(103, 116, 142);
}
.navigation_tabs.dark_mode .separator {
  color: rgb(208, 208, 208);
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/tools/ToolsSection.scss ***!
  \****************************************************************************************************************************************************************/
.dark_mode .tools_section .tools_list .tool_item .tool_description {
  color: rgb(208, 208, 208);
}
.dark_mode .grid_table .table_cell.name,
.dark_mode .grid_table .table_cell.description {
  color: rgb(208, 208, 208);
}

.tools_section .tools_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tools_section .tools_list .tool_item {
  display: flex;
  border-radius: 0.75rem;
  background-color: #f8f9fa;
  border: 1px solid #d3d3d3;
  padding: 24px;
  width: 100%;
  cursor: pointer;
}
.tools_section .tools_list .tool_item .tool_left_side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.tools_section .tools_list .tool_item .tool_right_side {
  color: #344767;
}
.tools_section .tools_list .tool_name {
  color: #344767;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
}
.tools_section .tools_list .tool_description {
  color: #344767;
  white-space: pre-wrap;
}
.tools_section .tools_list .tool_right_side {
  color: #344767;
}
.tools_section.dark_mode .tools_list .tool_item {
  background-color: #2a2a2b;
  border: 1px solid #404040;
}
.tools_section.dark_mode .tools_list .tool_item .tool_right_side {
  color: rgb(255, 255, 255);
}
.tools_section.dark_mode .tools_list .tool_name {
  color: rgb(255, 255, 255);
}
.tools_section.dark_mode .tools_list .tool_description {
  color: rgb(255, 255, 255);
}
.tools_section.dark_mode .tools_list .tool_right_side {
  color: rgb(255, 255, 255);
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-markdown-preview/esm/styles/markdown.css ***!
  \***********************************************************************************************************************************************************/
@media (prefers-color-scheme: dark) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: dark;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-variable: #ffa657;
    --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
    --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
    --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
    --color-prettylights-syntax-carriage-return-text: #f0f6fc;
    --color-prettylights-syntax-carriage-return-bg: #b62324;
    --color-prettylights-syntax-string-regexp: #7ee787;
    --color-prettylights-syntax-markup-list: #f2cc60;
    --color-prettylights-syntax-markup-heading: #1f6feb;
    --color-prettylights-syntax-markup-italic: #c9d1d9;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
    --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
    --color-prettylights-syntax-markup-deleted-bg: #67060c;
    --color-prettylights-syntax-markup-inserted-text: #aff5b4;
    --color-prettylights-syntax-markup-inserted-bg: #033a16;
    --color-prettylights-syntax-markup-changed-text: #ffdfb6;
    --color-prettylights-syntax-markup-changed-bg: #5a1e02;
    --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
    --color-prettylights-syntax-markup-ignored-bg: #1158c7;
    --color-prettylights-syntax-meta-diff-range: #d2a8ff;
    --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
    --color-fg-default: #c9d1d9;
    --color-fg-muted: #8b949e;
    --color-fg-subtle: #484f58;
    --color-canvas-default: #0d1117;
    --color-canvas-subtle: #161b22;
    --color-border-default: #30363d;
    --color-border-muted: #21262d;
    --color-neutral-muted: rgba(110, 118, 129, 0.4);
    --color-accent-fg: #58a6ff;
    --color-accent-emphasis: #1f6feb;
    --color-attention-subtle: rgba(187, 128, 9, 0.15);
    --color-danger-fg: #f85149;
    --color-danger-emphasis: #da3633;
    --color-attention-fg: #d29922;
    --color-attention-emphasis: #9e6a03;
    --color-done-fg: #a371f7;
    --color-done-emphasis: #8957e5;
    --color-success-fg: #3fb950;
    --color-success-emphasis: #238636;
    --color-copied-active-bg: #2e9b33;
  }
}
@media (prefers-color-scheme: light) {
  .wmde-markdown,
  .wmde-markdown-var {
    color-scheme: light;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-storage-modifier-import: #24292f;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-variable: #953800;
    --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
    --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
    --color-prettylights-syntax-invalid-illegal-bg: #82071e;
    --color-prettylights-syntax-carriage-return-text: #f6f8fa;
    --color-prettylights-syntax-carriage-return-bg: #cf222e;
    --color-prettylights-syntax-string-regexp: #116329;
    --color-prettylights-syntax-markup-list: #3b2300;
    --color-prettylights-syntax-markup-heading: #0550ae;
    --color-prettylights-syntax-markup-italic: #24292f;
    --color-prettylights-syntax-markup-bold: #24292f;
    --color-prettylights-syntax-markup-deleted-text: #82071e;
    --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
    --color-prettylights-syntax-markup-inserted-text: #116329;
    --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
    --color-prettylights-syntax-markup-changed-text: #953800;
    --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
    --color-prettylights-syntax-markup-ignored-text: #eaeef2;
    --color-prettylights-syntax-markup-ignored-bg: #0550ae;
    --color-prettylights-syntax-meta-diff-range: #8250df;
    --color-prettylights-syntax-brackethighlighter-angle: #57606a;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant-other-reference-link: #0a3069;
    --color-fg-default: #24292f;
    --color-fg-muted: #57606a;
    --color-fg-subtle: #6e7781;
    --color-canvas-default: #ffffff;
    --color-canvas-subtle: #f6f8fa;
    --color-border-default: #d0d7de;
    --color-border-muted: hsl(210, 18%, 87%);
    --color-neutral-muted: rgba(175, 184, 193, 0.2);
    --color-accent-fg: #0969da;
    --color-accent-emphasis: #0969da;
    --color-attention-subtle: #fff8c5;
    --color-danger-fg: #d1242f;
    --color-danger-emphasis: #cf222e;
    --color-attention-fg: #9a6700;
    --color-attention-emphasis: #9a6700;
    --color-done-fg: #8250df;
    --color-done-emphasis: #8250df;
    --color-success-fg: #1a7f37;
    --color-success-emphasis: #1f883d;
    --color-copied-active-bg: #2e9b33;
  }
}
[data-color-mode*=dark] .wmde-markdown,
[data-color-mode*=dark] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*=dark],
.wmde-markdown[data-color-mode*=dark],
body[data-color-mode*=dark] {
  color-scheme: dark;
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-variable: #ffa657;
  --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
  --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
  --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
  --color-prettylights-syntax-carriage-return-text: #f0f6fc;
  --color-prettylights-syntax-carriage-return-bg: #b62324;
  --color-prettylights-syntax-string-regexp: #7ee787;
  --color-prettylights-syntax-markup-list: #f2cc60;
  --color-prettylights-syntax-markup-heading: #1f6feb;
  --color-prettylights-syntax-markup-italic: #c9d1d9;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
  --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
  --color-prettylights-syntax-markup-deleted-bg: #67060c;
  --color-prettylights-syntax-markup-inserted-text: #aff5b4;
  --color-prettylights-syntax-markup-inserted-bg: #033a16;
  --color-prettylights-syntax-markup-changed-text: #ffdfb6;
  --color-prettylights-syntax-markup-changed-bg: #5a1e02;
  --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
  --color-prettylights-syntax-markup-ignored-bg: #1158c7;
  --color-prettylights-syntax-meta-diff-range: #d2a8ff;
  --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
  --color-fg-default: #c9d1d9;
  --color-fg-muted: #8b949e;
  --color-fg-subtle: #484f58;
  --color-canvas-default: #0d1117;
  --color-canvas-subtle: #161b22;
  --color-border-default: #30363d;
  --color-border-muted: #21262d;
  --color-neutral-muted: rgba(110, 118, 129, 0.4);
  --color-accent-fg: #58a6ff;
  --color-accent-emphasis: #1f6feb;
  --color-attention-subtle: rgba(187, 128, 9, 0.15);
  --color-danger-fg: #f85149;
}

[data-color-mode*=light] .wmde-markdown,
[data-color-mode*=light] .wmde-markdown-var,
.wmde-markdown-var[data-color-mode*=light],
.wmde-markdown[data-color-mode*=light],
body[data-color-mode*=light] {
  color-scheme: light;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-storage-modifier-import: #24292f;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-variable: #953800;
  --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
  --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
  --color-prettylights-syntax-invalid-illegal-bg: #82071e;
  --color-prettylights-syntax-carriage-return-text: #f6f8fa;
  --color-prettylights-syntax-carriage-return-bg: #cf222e;
  --color-prettylights-syntax-string-regexp: #116329;
  --color-prettylights-syntax-markup-list: #3b2300;
  --color-prettylights-syntax-markup-heading: #0550ae;
  --color-prettylights-syntax-markup-italic: #24292f;
  --color-prettylights-syntax-markup-bold: #24292f;
  --color-prettylights-syntax-markup-deleted-text: #82071e;
  --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
  --color-prettylights-syntax-markup-inserted-text: #116329;
  --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
  --color-prettylights-syntax-markup-changed-text: #953800;
  --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
  --color-prettylights-syntax-markup-ignored-text: #eaeef2;
  --color-prettylights-syntax-markup-ignored-bg: #0550ae;
  --color-prettylights-syntax-meta-diff-range: #8250df;
  --color-prettylights-syntax-brackethighlighter-angle: #57606a;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant-other-reference-link: #0a3069;
  --color-fg-default: #24292f;
  --color-fg-muted: #57606a;
  --color-fg-subtle: #6e7781;
  --color-canvas-default: #ffffff;
  --color-canvas-subtle: #f6f8fa;
  --color-border-default: #d0d7de;
  --color-border-muted: hsl(210, 18%, 87%);
  --color-neutral-muted: rgba(175, 184, 193, 0.2);
  --color-accent-fg: #0969da;
  --color-accent-emphasis: #0969da;
  --color-attention-subtle: #fff8c5;
  --color-danger-fg: #cf222e;
}

.wmde-markdown {
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  color: var(--color-fg-default);
  background-color: var(--color-canvas-default);
}

.wmde-markdown details,
.wmde-markdown figcaption,
.wmde-markdown figure {
  display: block;
}

.wmde-markdown summary {
  display: list-item;
}

.wmde-markdown [hidden] {
  display: none !important;
}

.wmde-markdown a {
  background-color: transparent;
  color: var(--color-accent-fg);
  text-decoration: none;
}

.wmde-markdown a:active,
.wmde-markdown a:hover {
  outline-width: 0;
}

.wmde-markdown abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.wmde-markdown b,
.wmde-markdown strong {
  font-weight: 600;
}

.wmde-markdown dfn {
  font-style: italic;
}

.wmde-markdown h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid var(--color-border-muted);
}

.wmde-markdown mark {
  background-color: var(--color-attention-subtle);
  color: var(--color-text-primary);
}

.wmde-markdown small {
  font-size: 90%;
}

.wmde-markdown sub,
.wmde-markdown sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.wmde-markdown sub {
  bottom: -0.25em;
}

.wmde-markdown sup {
  top: -0.5em;
}

.wmde-markdown img {
  display: inline-block;
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: var(--color-canvas-default);
}

.wmde-markdown code,
.wmde-markdown kbd,
.wmde-markdown pre,
.wmde-markdown samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.wmde-markdown figure {
  margin: 1em 40px;
}

.wmde-markdown hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-border-muted);
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: var(--color-border-default);
}

.wmde-markdown input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wmde-markdown [type=button],
.wmde-markdown [type=reset],
.wmde-markdown [type=submit] {
  -webkit-appearance: button;
}

.wmde-markdown [type=button]::-moz-focus-inner,
.wmde-markdown [type=reset]::-moz-focus-inner,
.wmde-markdown [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.wmde-markdown [type=button]:-moz-focusring,
.wmde-markdown [type=reset]:-moz-focusring,
.wmde-markdown [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.wmde-markdown [type=checkbox],
.wmde-markdown [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.wmde-markdown [type=number]::-webkit-inner-spin-button,
.wmde-markdown [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.wmde-markdown [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.wmde-markdown [type=search]::-webkit-search-cancel-button,
.wmde-markdown [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.wmde-markdown ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.wmde-markdown ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.wmde-markdown a:hover {
  text-decoration: underline;
}

.wmde-markdown hr::before {
  display: table;
  content: "";
}

.wmde-markdown hr::after {
  display: table;
  clear: both;
  content: "";
}

.wmde-markdown table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
}

.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}

.wmde-markdown details summary {
  cursor: pointer;
}

.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}

.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}

.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.wmde-markdown td,
.wmde-markdown th {
  padding: 0;
}

.wmde-markdown details summary {
  cursor: pointer;
}

.wmde-markdown details:not([open]) > *:not(summary) {
  display: none !important;
}

.wmde-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: var(--color-fg-default);
  vertical-align: middle;
  background-color: var(--color-canvas-subtle);
  border: solid 1px var(--color-neutral-muted);
  border-bottom-color: var(--color-neutral-muted);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
}

.wmde-markdown h1,
.wmde-markdown h2,
.wmde-markdown h3,
.wmde-markdown h4,
.wmde-markdown h5,
.wmde-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.wmde-markdown h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid var(--color-border-muted);
}

.wmde-markdown h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.wmde-markdown h4 {
  font-weight: 600;
  font-size: 1em;
}

.wmde-markdown h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.wmde-markdown h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: var(--color-fg-muted);
}

.wmde-markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}

.wmde-markdown blockquote {
  margin: 0;
  padding: 0 1em;
  color: var(--color-fg-muted);
  border-left: 0.25em solid var(--color-border-default);
}

.wmde-markdown ul,
.wmde-markdown ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.wmde-markdown ol ol,
.wmde-markdown ul ol {
  list-style-type: lower-roman;
}

.wmde-markdown ul ul ol,
.wmde-markdown ul ol ol,
.wmde-markdown ol ul ol,
.wmde-markdown ol ol ol {
  list-style-type: lower-alpha;
}

.wmde-markdown dd {
  margin-left: 0;
}

.wmde-markdown tt,
.wmde-markdown code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.wmde-markdown pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.wmde-markdown .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.wmde-markdown ::placeholder {
  color: var(--color-fg-subtle);
  opacity: 1;
}

.wmde-markdown input::-webkit-outer-spin-button,
.wmde-markdown input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.wmde-markdown [data-catalyst] {
  display: block;
}

.wmde-markdown::before {
  display: table;
  content: "";
}

.wmde-markdown::after {
  display: table;
  clear: both;
  content: "";
}

.wmde-markdown > *:first-child {
  margin-top: 0 !important;
}

.wmde-markdown > *:last-child {
  margin-bottom: 0 !important;
}

.wmde-markdown a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.wmde-markdown .absent {
  color: var(--color-danger-fg);
}

.wmde-markdown a.anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.wmde-markdown .anchor:focus {
  outline: none;
}

.wmde-markdown p,
.wmde-markdown blockquote,
.wmde-markdown ul,
.wmde-markdown ol,
.wmde-markdown dl,
.wmde-markdown table,
.wmde-markdown pre,
.wmde-markdown details {
  margin-top: 0;
  margin-bottom: 16px;
}

.wmde-markdown blockquote > :first-child {
  margin-top: 0;
}

.wmde-markdown blockquote > :last-child {
  margin-bottom: 0;
}

.wmde-markdown sup > a::before {
  content: "[";
}

.wmde-markdown sup > a::after {
  content: "]";
}

.wmde-markdown h1 .octicon-link,
.wmde-markdown h2 .octicon-link,
.wmde-markdown h3 .octicon-link,
.wmde-markdown h4 .octicon-link,
.wmde-markdown h5 .octicon-link,
.wmde-markdown h6 .octicon-link {
  color: var(--color-fg-default);
  vertical-align: middle;
  visibility: hidden;
}

.wmde-markdown h1:hover .anchor,
.wmde-markdown h2:hover .anchor,
.wmde-markdown h3:hover .anchor,
.wmde-markdown h4:hover .anchor,
.wmde-markdown h5:hover .anchor,
.wmde-markdown h6:hover .anchor {
  text-decoration: none;
}

.wmde-markdown h1:hover .anchor .octicon-link,
.wmde-markdown h2:hover .anchor .octicon-link,
.wmde-markdown h3:hover .anchor .octicon-link,
.wmde-markdown h4:hover .anchor .octicon-link,
.wmde-markdown h5:hover .anchor .octicon-link,
.wmde-markdown h6:hover .anchor .octicon-link {
  visibility: visible;
}

.wmde-markdown h1 tt,
.wmde-markdown h1 code,
.wmde-markdown h2 tt,
.wmde-markdown h2 code,
.wmde-markdown h3 tt,
.wmde-markdown h3 code,
.wmde-markdown h4 tt,
.wmde-markdown h4 code,
.wmde-markdown h5 tt,
.wmde-markdown h5 code,
.wmde-markdown h6 tt,
.wmde-markdown h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.wmde-markdown ul.no-list,
.wmde-markdown ol.no-list {
  padding: 0;
  list-style-type: none;
}

.wmde-markdown ol[type="1"] {
  list-style-type: decimal;
}

.wmde-markdown ol[type=a] {
  list-style-type: lower-alpha;
}

.wmde-markdown ol[type=i] {
  list-style-type: lower-roman;
}

.wmde-markdown div > ol:not([type]) {
  list-style-type: decimal;
}

.wmde-markdown ul ul,
.wmde-markdown ul ol,
.wmde-markdown ol ol,
.wmde-markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.wmde-markdown li > p {
  margin-top: 16px;
}

.wmde-markdown li + li {
  margin-top: 0.25em;
}

.wmde-markdown dl {
  padding: 0;
}

.wmde-markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.wmde-markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.wmde-markdown table th {
  font-weight: 600;
}

.wmde-markdown table th,
.wmde-markdown table td {
  padding: 6px 13px;
  border: 1px solid var(--color-border-default);
}

.wmde-markdown table tr {
  background-color: var(--color-canvas-default);
  border-top: 1px solid var(--color-border-muted);
}

.wmde-markdown table tr:nth-child(2n) {
  background-color: var(--color-canvas-subtle);
}

.wmde-markdown table img {
  background-color: transparent;
}

.wmde-markdown img[align=right] {
  padding-left: 20px;
}

.wmde-markdown img[align=left] {
  padding-right: 20px;
}

.wmde-markdown .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.wmde-markdown span.frame {
  display: block;
  overflow: hidden;
}

.wmde-markdown span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid var(--color-border-default);
}

.wmde-markdown span.frame span img {
  display: block;
  float: left;
}

.wmde-markdown span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: var(--color-fg-default);
}

.wmde-markdown span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.wmde-markdown span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.wmde-markdown span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.wmde-markdown span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.wmde-markdown span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.wmde-markdown span.align-right span img {
  margin: 0;
  text-align: right;
}

.wmde-markdown span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.wmde-markdown span.float-left span {
  margin: 13px 0 0;
}

.wmde-markdown span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.wmde-markdown span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.wmde-markdown code,
.wmde-markdown tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: var(--color-neutral-muted);
  border-radius: 6px;
}

.wmde-markdown code br,
.wmde-markdown tt br {
  display: none;
}

.wmde-markdown del code {
  text-decoration: inherit;
}

.wmde-markdown pre code {
  font-size: 100%;
}

.wmde-markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.wmde-markdown pre {
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--color-canvas-subtle);
  border-radius: 6px;
}

.wmde-markdown pre code,
.wmde-markdown pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.wmde-markdown pre > code {
  padding: 16px;
  overflow: auto;
  display: block;
}

.wmde-markdown pre > code::-webkit-scrollbar {
  background: transparent;
  width: 8px;
  height: 8px;
}

.wmde-markdown pre > code::-webkit-scrollbar-thumb {
  background: var(--color-fg-muted);
  border-radius: 10px;
}

.wmde-markdown .csv-data td,
.wmde-markdown .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.wmde-markdown .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: var(--color-canvas-default);
  border: 0;
}

.wmde-markdown .csv-data tr {
  border-top: 0;
}

.wmde-markdown .csv-data th {
  font-weight: 600;
  background: var(--color-canvas-subtle);
  border-top: 0;
}

.wmde-markdown .footnotes {
  font-size: 12px;
  color: var(--color-fg-muted);
  border-top: 1px solid var(--color-border-default);
}

.wmde-markdown .footnotes ol {
  padding-left: 16px;
}

.wmde-markdown .footnotes li {
  position: relative;
}

.wmde-markdown .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid var(--color-accent-emphasis);
  border-radius: 6px;
}

.wmde-markdown .footnotes li:target {
  color: var(--color-fg-default);
}

.wmde-markdown .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.wmde-markdown .task-list-item {
  list-style-type: none;
}

.wmde-markdown .task-list-item label {
  font-weight: 400;
}

.wmde-markdown .task-list-item.enabled label {
  cursor: pointer;
}

.wmde-markdown .task-list-item + .wmde-markdown .task-list-item {
  margin-top: 3px;
}

.wmde-markdown .task-list-item .handle {
  display: none;
}

.wmde-markdown .task-list-item-checkbox,
.wmde-markdown .contains-task-list input[type=checkbox] {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,
.wmde-markdown .contains-task-list:dir(rtl) input[type=checkbox] {
  margin: 0 -1.6em 0.25em 0.2em;
}

.wmde-markdown ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.wmde-markdown pre {
  position: relative;
}

.wmde-markdown pre .copied {
  visibility: hidden;
  display: flex;
  position: absolute;
  cursor: pointer;
  color: var(--color-fg-default);
  top: 6px;
  right: 6px;
  border-radius: 5px;
  background: var(--color-border-default);
  padding: 6px;
  font-size: 12px;
  transition: all 0.3s;
}

.wmde-markdown pre .copied .octicon-copy {
  display: block;
}

.wmde-markdown pre .copied .octicon-check {
  display: none;
}

.wmde-markdown pre:hover .copied {
  visibility: visible;
}

.wmde-markdown pre:hover .copied:hover {
  background: var(--color-prettylights-syntax-entity-tag);
  color: var(--color-canvas-default);
}

.wmde-markdown pre:hover .copied:active,
.wmde-markdown pre .copied.active {
  background: var(--color-copied-active-bg);
  color: var(--color-canvas-default);
}

.wmde-markdown pre .active .octicon-copy {
  display: none;
}

.wmde-markdown pre .active .octicon-check {
  display: block;
}

.wmde-markdown .markdown-alert {
  padding: 0.5rem 1em;
  color: inherit;
  margin-bottom: 16px;
  border-left: 0.25em solid var(--borderColor-default, var(--color-border-default));
}

.wmde-markdown .markdown-alert > :last-child {
  margin-bottom: 0 !important;
}

.wmde-markdown .markdown-alert .markdown-alert-title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}

.wmde-markdown .markdown-alert .markdown-alert-title svg.octicon {
  margin-right: var(--base-size-8, 8px) !important;
}

.wmde-markdown .markdown-alert.markdown-alert-note {
  border-left-color: var(--borderColor-accent-emphasis, var(--color-accent-emphasis));
}

.wmde-markdown .markdown-alert.markdown-alert-note .markdown-alert-title {
  color: var(--fgColor-accent, var(--color-accent-fg));
}

.wmde-markdown .markdown-alert.markdown-alert-tip {
  border-left-color: var(--borderColor-success-emphasis, var(--color-success-emphasis));
}

.wmde-markdown .markdown-alert.markdown-alert-tip .markdown-alert-title {
  color: var(--fgColor-success, var(--color-success-fg));
}

.wmde-markdown .markdown-alert.markdown-alert-important {
  border-left-color: var(--borderColor-done-emphasis, var(--color-done-emphasis));
}

.wmde-markdown .markdown-alert.markdown-alert-important .markdown-alert-title {
  color: var(--fgColor-done, var(--color-done-fg));
}

.wmde-markdown .markdown-alert.markdown-alert-warning {
  border-left-color: var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
}

.wmde-markdown .markdown-alert.markdown-alert-warning .markdown-alert-title {
  color: var(--fgColor-attention, var(--color-attention-fg));
}

.wmde-markdown .markdown-alert.markdown-alert-caution {
  border-left-color: var(--borderColor-danger-emphasis, var(--color-danger-emphasis));
}

.wmde-markdown .markdown-alert.markdown-alert-caution .markdown-alert-title {
  color: var(--fgColor-danger, var(--color-danger-fg));
}

.wmde-markdown .highlight-line {
  background-color: var(--color-neutral-muted);
}

.wmde-markdown .code-line.line-number::before {
  display: inline-block;
  width: 1rem;
  text-align: right;
  margin-right: 16px;
  color: var(--color-fg-subtle);
  content: attr(line);
  white-space: nowrap;
}

.wmde-markdown .token.comment,
.wmde-markdown .token.prolog,
.wmde-markdown .token.doctype,
.wmde-markdown .token.cdata {
  color: var(--color-prettylights-syntax-comment);
}

.wmde-markdown .token.namespace {
  opacity: 0.7;
}

.wmde-markdown .token.property,
.wmde-markdown .token.tag,
.wmde-markdown .token.selector,
.wmde-markdown .token.constant,
.wmde-markdown .token.symbol,
.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-entity-tag);
}

.wmde-markdown .token.maybe-class-name {
  color: var(--color-prettylights-syntax-variable);
}

.wmde-markdown .token.property-access,
.wmde-markdown .token.operator,
.wmde-markdown .token.boolean,
.wmde-markdown .token.number,
.wmde-markdown .token.selector .token.class,
.wmde-markdown .token.attr-name,
.wmde-markdown .token.string,
.wmde-markdown .token.char,
.wmde-markdown .token.builtin {
  color: var(--color-prettylights-syntax-constant);
}

.wmde-markdown .token.deleted {
  color: var(--color-prettylights-syntax-markup-deleted-text);
}

.wmde-markdown .code-line .token.deleted {
  background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}

.wmde-markdown .token.inserted {
  color: var(--color-prettylights-syntax-markup-inserted-text);
}

.wmde-markdown .code-line .token.inserted {
  background-color: var(--color-prettylights-syntax-markup-inserted-bg);
}

.wmde-markdown .token.variable {
  color: var(--color-prettylights-syntax-constant);
}

.wmde-markdown .token.entity,
.wmde-markdown .token.url,
.wmde-markdown .language-css .token.string,
.wmde-markdown .style .token.string {
  color: var(--color-prettylights-syntax-string);
}

.wmde-markdown .token.color,
.wmde-markdown .token.atrule,
.wmde-markdown .token.attr-value,
.wmde-markdown .token.function,
.wmde-markdown .token.class-name {
  color: var(--color-prettylights-syntax-string);
}

.wmde-markdown .token.rule,
.wmde-markdown .token.regex,
.wmde-markdown .token.important,
.wmde-markdown .token.keyword {
  color: var(--color-prettylights-syntax-keyword);
}

.wmde-markdown .token.coord {
  color: var(--color-prettylights-syntax-meta-diff-range);
}

.wmde-markdown .token.important,
.wmde-markdown .token.bold {
  font-weight: bold;
}

.wmde-markdown .token.italic {
  font-style: italic;
}

.wmde-markdown .token.entity {
  cursor: help;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-md-editor/esm/components/Toolbar/Child.css ***!
  \*************************************************************************************************************************************************************/
.w-md-editor-toolbar-child {
  position: absolute;
  border-radius: 3px;
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  z-index: 1;
  display: none;
}

.w-md-editor-toolbar-child.active {
  display: block;
}

.w-md-editor-toolbar-child .w-md-editor-toolbar {
  border-bottom: 0;
  padding: 3px;
  border-radius: 3px;
}

.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li {
  display: block;
}

.w-md-editor-toolbar-child .w-md-editor-toolbar ul > li button {
  width: -webkit-fill-available;
  height: initial;
  box-sizing: border-box;
  padding: 3px 4px 2px 4px;
  margin: 0;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-md-editor/esm/components/Toolbar/index.css ***!
  \*************************************************************************************************************************************************************/
.w-md-editor-toolbar {
  border-bottom: 1px solid var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px 3px 0 0;
  -webkit-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}

.w-md-editor-toolbar.bottom {
  border-bottom: 0px;
  border-top: 1px solid var(--md-editor-box-shadow-color);
  border-radius: 0 0 3px 3px;
}

.w-md-editor-toolbar ul,
.w-md-editor-toolbar li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: initial;
}

.w-md-editor-toolbar li {
  display: inline-block;
  font-size: 14px;
}

.w-md-editor-toolbar li + li {
  margin: 0;
}

.w-md-editor-toolbar li > button {
  border: none;
  height: 20px;
  line-height: 14px;
  background: none;
  padding: 4px;
  margin: 0 1px;
  border-radius: 2px;
  text-transform: none;
  font-weight: normal;
  overflow: visible;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--color-fg-default);
}

.w-md-editor-toolbar li > button:hover,
.w-md-editor-toolbar li > button:focus {
  background-color: var(--color-neutral-muted);
  color: var(--color-accent-fg);
}

.w-md-editor-toolbar li > button:active {
  background-color: var(--color-neutral-muted);
  color: var(--color-danger-fg);
}

.w-md-editor-toolbar li > button:disabled {
  color: var(--md-editor-box-shadow-color);
  cursor: not-allowed;
}

.w-md-editor-toolbar li > button:disabled:hover {
  background-color: transparent;
  color: var(--md-editor-box-shadow-color);
}

.w-md-editor-toolbar li.active > button {
  color: var(--color-accent-fg);
  background-color: var(--color-neutral-muted);
}

.w-md-editor-toolbar-divider {
  height: 14px;
  width: 1px;
  margin: -3px 3px 0 3px !important;
  vertical-align: middle;
  background-color: var(--md-editor-box-shadow-color);
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-md-editor/esm/components/TextArea/index.css ***!
  \**************************************************************************************************************************************************************/
.w-md-editor-area {
  overflow: auto;
  border-radius: 5px;
}

.w-md-editor-text {
  min-height: 100%;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  font-size: 14px !important;
  line-height: 18px !important;
  font-variant-ligatures: common-ligatures;
}

.w-md-editor-text-pre,
.w-md-editor-text-input,
.w-md-editor-text > .w-md-editor-text-pre {
  margin: 0;
  border: 0;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-family: var(--md-editor-font-family) !important;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
  word-break: normal;
  padding: 0;
}

.w-md-editor-text-pre {
  position: relative;
  margin: 0px !important;
  pointer-events: none;
  background-color: transparent !important;
}

.w-md-editor-text-pre > code {
  padding: 0 !important;
  font-family: var(--md-editor-font-family) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.w-md-editor-text-input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  resize: none;
  color: inherit;
  overflow: hidden;
  outline: 0;
  padding: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: transparent;
}

.w-md-editor-text-input:empty {
  -webkit-text-fill-color: inherit !important;
}

.w-md-editor-text-pre,
.w-md-editor-text-input {
  word-wrap: pre;
  word-break: break-word;
  white-space: pre-wrap;
}

/**
 * Hack to apply on some CSS on IE10 and IE11
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /**
    * IE doesn't support '-webkit-text-fill-color'
    * So we use 'color: transparent' to make the text transparent on IE
    * Unlike other browsers, it doesn't affect caret color in IE
    */
  .w-md-editor-text-input {
    color: transparent !important;
  }
  .w-md-editor-text-input::selection {
    background-color: #accef7 !important;
    color: transparent !important;
  }
}
.w-md-editor-text-pre .punctuation {
  color: var(--color-prettylights-syntax-comment, #8b949e) !important;
}

.w-md-editor-text-pre .token.url,
.w-md-editor-text-pre .token.content {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}

.w-md-editor-text-pre .token.title.important {
  color: var(--color-prettylights-syntax-markup-bold, #24292f);
}

.w-md-editor-text-pre .token.code-block .function {
  color: var(--color-prettylights-syntax-entity, #8250df);
}

.w-md-editor-text-pre .token.bold {
  font-weight: unset !important;
}

.w-md-editor-text-pre .token.title {
  line-height: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
}

.w-md-editor-text-pre .token.code.keyword {
  color: var(--color-prettylights-syntax-constant, #0550ae) !important;
}

.w-md-editor-text-pre .token.strike,
.w-md-editor-text-pre .token.strike .content {
  color: var(--color-prettylights-syntax-markup-deleted-text, #82071e) !important;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-md-editor/esm/components/DragBar/index.css ***!
  \*************************************************************************************************************************************************************/
.w-md-editor-bar {
  position: absolute;
  cursor: s-resize;
  right: 0;
  bottom: 0;
  margin-top: -11px;
  margin-right: 0;
  width: 14px;
  z-index: 3;
  height: 10px;
  border-radius: 0 0 3px 0;
  -webkit-user-select: none;
  user-select: none;
}

.w-md-editor-bar svg {
  display: block;
  margin: 0 auto;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@uiw/react-md-editor/esm/index.css ***!
  \******************************************************************************************************************************************/
.w-md-editor {
  text-align: left;
  border-radius: 3px;
  padding-bottom: 1px;
  position: relative;
  color: var(--color-fg-default);
  --md-editor-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --md-editor-background-color: var(--color-canvas-default, #ffffff);
  --md-editor-box-shadow-color: var(--color-border-default, #d0d7de);
  box-shadow: 0 0 0 1px var(--md-editor-box-shadow-color), 0 0 0 var(--md-editor-box-shadow-color), 0 1px 1px var(--md-editor-box-shadow-color);
  background-color: var(--md-editor-background-color);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

.w-md-editor.w-md-editor-rtl {
  direction: rtl !important;
  text-align: right !important;
}

.w-md-editor.w-md-editor-rtl .w-md-editor-preview {
  right: unset !important;
  left: 0;
  text-align: right !important;
  box-shadow: inset -1px 0 0 0 var(--md-editor-box-shadow-color);
}

.w-md-editor.w-md-editor-rtl .w-md-editor-text {
  text-align: right !important;
}

.w-md-editor-toolbar {
  height: fit-content;
}

.w-md-editor-content {
  height: 100%;
  overflow: auto;
  position: relative;
  border-radius: 0 0 3px 0;
}

.w-md-editor .copied {
  display: none !important;
}

.w-md-editor-input {
  width: 50%;
  height: 100%;
}

.w-md-editor-text-pre > code {
  word-break: break-word !important;
  white-space: pre-wrap !important;
}

.w-md-editor-preview {
  width: 50%;
  box-sizing: border-box;
  box-shadow: inset 1px 0 0 0 var(--md-editor-box-shadow-color);
  position: absolute;
  padding: 10px 20px;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
  display: flex;
  flex-direction: column;
}

.w-md-editor-preview .anchor {
  display: none;
}

.w-md-editor-preview .contains-task-list li.task-list-item {
  list-style: none;
}

.w-md-editor-show-preview .w-md-editor-input {
  width: 0%;
  overflow: hidden;
  background-color: var(--md-editor-background-color);
}

.w-md-editor-show-preview .w-md-editor-preview {
  width: 100%;
  box-shadow: inset 0 0 0 0;
}

.w-md-editor-show-edit .w-md-editor-input {
  width: 100%;
}

.w-md-editor-show-edit .w-md-editor-preview {
  width: 0%;
  padding: 0;
}

.w-md-editor-fullscreen {
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}

.w-md-editor-fullscreen .w-md-editor-content {
  height: 100%;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/about/AboutSection.scss ***!
  \****************************************************************************************************************************************************************/
.about_section {
  color: rgb(37, 37, 47);
  position: relative;
}
.about_section .manage_buttons {
  position: absolute;
  right: 0;
  top: -4px;
  display: flex;
  gap: 4px;
}
.about_section .edit_mode_container {
  min-height: 500px;
  padding-bottom: 24px;
}
.about_section .edit_mode_container .edit_mode_footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}
.about_section .server_details_section {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about_section .server_details_section h2 {
  margin-bottom: 4px;
}
.about_section .server_details_section .server_details_row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about_section .server_details_section .server_details_row div:first-child {
  min-width: 140px;
}
.about_section .server_details_section .server_details_row .server_details_connect_link {
  color: #344767;
  text-decoration: underline;
  cursor: pointer;
}
.about_section.light_mode code {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0.9rem;
}
.about_section.dark_mode {
  color: rgb(208, 208, 208);
}
.about_section.dark_mode code {
  background-color: #141414;
  color: rgb(208, 208, 208) !important;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0.9rem;
}
.about_section.dark_mode .server_details_connect_link {
  color: rgb(190, 64, 15) !important;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/about/RegenerateAboutDialog.scss ***!
  \*************************************************************************************************************************************************************************/
.modal_dialog.regenerate_about_dialog .dialog_body_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal_dialog.regenerate_about_dialog .dialog_body_row label,
.modal_dialog.regenerate_about_dialog .dialog_body_row .model_label {
  padding-left: 6px;
  padding-bottom: 6px;
  color: rgb(103, 116, 142);
  font-weight: 400;
  font-size: 0.875rem;
}
.modal_dialog.regenerate_about_dialog .buttons {
  padding-top: 24px;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/examples/ExamplesSection.scss ***!
  \**********************************************************************************************************************************************************************/
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
  .examples_section .example_item {
    padding: 12px !important;
    align-items: flex-start !important;
  }
  .examples_section .example_item svg {
    margin-top: 4px;
    min-width: 20px;
    min-height: 20px;
  }
}
.examples_section .example_section_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.examples_section .example_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.examples_section .examples_help {
  padding-bottom: 16px;
}
.examples_section .example_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 0.75rem;
  background-color: #f8f9fa;
  border: 1px solid #d3d3d3;
  padding: 24px;
  width: 100%;
  cursor: pointer;
  color: #344767;
  font-size: 16px;
  font-weight: 600;
}
.examples_section .example_item svg {
  margin-top: 4px;
  min-width: 20px;
  min-height: 20px;
}
.examples_section.dark_mode .example_item {
  background-color: #2a2a2b;
  border: 1px solid #404040;
  color: rgb(255, 255, 255);
}

.example_chat_section {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
}
.example_chat_section .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.example_chat_section .example_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
}
.example_chat_section .example_title_container .confirm_container {
  position: relative;
  cursor: pointer;
}
.example_chat_section .example_title_container .confirm_container .cover {
  position: fixed;
  inset: 0;
}
.example_chat_section .example_title_container .confirm_container .confirm_panel {
  position: absolute;
  z-index: 999;
  top: 36px;
  left: 0px;
  padding: 12px 14px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}
.example_chat_section .example_title_container .confirm_container .confirm_panel button {
  color: #fff;
  padding: 0.5rem 2rem;
  margin: 0;
}
.example_chat_section > h2.example_chat_title {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}
.example_chat_section.dark_mode .breadcrumbs {
  color: rgb(255, 255, 255);
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/examples/ExampleMessageFeed.scss ***!
  \*************************************************************************************************************************************************************************/
.example_messages_feed {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /*border: 1px solid #d2d6da;

  border-radius: 12px;*/
}
.example_messages_feed .example_messages_feed_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /*padding: 24px;*/
}
.example_messages_feed .example_message_container {
  position: relative;
  display: flex;
  gap: 16px;
  /*box-shadow: 0 0.3em 1em hsla(0, 0%, 80%, 0.6);*/
  padding: 16px;
  border-radius: 6px;
}
.example_messages_feed .example_message_container.user {
  background-color: #f8f9fa;
}
.example_messages_feed .example_message_container.assistant {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.example_messages_feed .example_message_container .user_avatar {
  display: flex;
  padding: 8px;
  border-radius: 6px;
  /*background-color: #efeff3;*/
  border: 1px solid #dee2e6;
}
.example_messages_feed .example_message_container .openai_avatar {
  display: flex;
  padding: 8px;
  border-radius: 6px;
  background-color: rgb(117, 169, 155);
}
.example_messages_feed .example_message_container .message_item_content {
  flex-grow: 1;
  max-width: 100%;
  color: rgb(37, 37, 47);
  line-height: 1.6rem;
  /*box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05); */
  /*  box-shadow: 0 0.3em 1.2em hsla(0, 0%, 80%, 0.6); */
}
.example_messages_feed .example_message_container .message_item_content > pre > div {
  border-radius: 6px;
  max-width: 100%;
  width: 100%;
}
.example_messages_feed .example_message_container .message_item_content > * {
  max-width: 90%;
  width: 90%;
  margin-top: 0;
  margin-bottom: 24px;
}
.example_messages_feed .example_message_container .message_item_content.user {
  background-color: #f8f9fa;
}
.example_messages_feed .example_message_container .message_item_content textarea {
  padding: 16px 24px;
  background-color: #fff;
}
.example_messages_feed .example_message_container .message_item_content .editing_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.example_messages_feed .example_message_container .message_item_content .edit_actions {
  display: flex;
  gap: 16px;
}
.example_messages_feed .example_message_container .message_item_content .edit_actions .btn {
  margin-bottom: 0;
}
.example_messages_feed .example_message_container .tool_use_block_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d2d6da;
  cursor: pointer;
  border-radius: 6px;
  background-color: #e9ecef;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_block_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_name_badge {
  display: inline-flex;
  padding: 0px 6px;
  background-color: #fff;
  margin-left: 12px;
  border-radius: 6px;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_right_side {
  display: flex;
  align-items: center;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_block_body {
  background-color: #f8f9fa;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 12px;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_block_body .params_table.grid_table {
  grid-template-columns: min-content 1fr !important;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_block_body .params_table.grid_table .table_header {
  padding: 6px 8px;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_response_body .tool_use_response_title {
  padding-top: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}
.example_messages_feed .example_message_container .tool_use_block_container .tool_use_response_body .tool_use_response_content {
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
}
.example_messages_feed .example_message_container .message_metadata {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  height: 36px;
  padding-right: 14px;
}
.example_messages_feed .example_message_container .message_metadata .message_metadata_item {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.8rem;
  color: rgb(103, 116, 142);
}
.example_messages_feed .example_message_container .message_cover {
  position: absolute;
  /*top: 0;
  left: 0;*/
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}
.example_messages_feed .example_message_container .message_cover .message_actions {
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  /*box-shadow: 0 4px 12px rgba(#8358ff, 0.12);*/
  background-color: rgba(253, 218, 203, 0.4);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 12px;
  gap: 6px;
}
.example_messages_feed .example_message_container .message_cover .message_actions button.btn {
  position: relative;
  margin-bottom: 0 !important;
  padding: 0.5rem 1rem !important;
}
.example_messages_feed .example_message_container .confirm_container {
  position: relative;
  cursor: pointer;
}
.example_messages_feed .example_message_container .confirm_container .cover {
  position: fixed;
  inset: 0;
  z-index: 998;
}
.example_messages_feed .example_message_container .confirm_container .confirm_panel {
  position: absolute;
  z-index: 99999;
  top: 12px;
  right: -38px;
  padding: 12px 14px;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}
.example_messages_feed .example_message_container .confirm_container .confirm_panel button {
  color: #fff;
  padding: 0.5rem 2rem;
  margin: 0;
}
.example_messages_feed.dark_mode .example_message_container.user {
  background-color: #2a2a2b;
}
.example_messages_feed.dark_mode .example_message_container .user_avatar {
  border: 2px solid #404040;
}
.example_messages_feed.dark_mode .example_message_container .openai_avatar {
  background-color: rgb(190, 64, 15);
}
.example_messages_feed.dark_mode .example_message_container.assistant {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: #202021;
  border: 1px solid #404040;
}
.example_messages_feed.dark_mode .example_message_container.user {
  border: 1px solid #404040;
}
.example_messages_feed.dark_mode .example_message_container .message_item_content {
  color: rgb(208, 208, 208);
}
.example_messages_feed.dark_mode .example_message_container .message_item_content.user {
  background-color: #2a2a2b;
}
.example_messages_feed.dark_mode .example_message_container .message_item_content textarea {
  background-color: #202021;
}
.example_messages_feed.dark_mode .example_message_container .tool_use_block_container {
  border: 1px solid #404040;
  background-color: #2a2a2b;
}
.example_messages_feed.dark_mode .example_message_container .tool_use_block_container .tool_name_badge {
  background-color: #202021;
}
.example_messages_feed.dark_mode .example_message_container .tool_use_block_container .tool_use_block_body {
  background-color: #2a2a2b;
}
.example_messages_feed.dark_mode .example_message_container .tool_use_block_container .tool_use_response_body .tool_use_response_content {
  background-color: #202021;
  border: 1px solid #404040;
}
.example_messages_feed.dark_mode .example_message_container .message_metadata .message_metadata_item {
  color: rgb(208, 208, 208);
}
.example_messages_feed.dark_mode .example_message_container .confirm_container .confirm_panel {
  background-color: #202021;
  border: 1px solid #404040;
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/examples/GenerateExampleDialog.scss ***!
  \****************************************************************************************************************************************************************************/
.modal_dialog.generate_example_dialog .dialog_body_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal_dialog.generate_example_dialog .dialog_body_row p {
  padding-left: 6px;
  padding-bottom: 6px;
  color: rgb(103, 116, 142);
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0;
}
.modal_dialog.generate_example_dialog .dialog_body_row textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s ease;
}
.modal_dialog.generate_example_dialog .dialog_body_row textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.modal_dialog.generate_example_dialog .loading_hint {
  padding-top: 16px;
}
.modal_dialog.generate_example_dialog .buttons {
  padding-top: 24px;
  display: flex;
  gap: 12px;
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/mcp-platform/playground-widget/connect/ConnectSection.scss ***!
  \********************************************************************************************************************************************************************/
/* ===== MOBILE ========== */
@media (max-width: 767.99px) {
  .connect_section .app_list .app_item .app_instructions {
    padding: 12px !important;
  }
}
.connect_section h2 {
  margin-bottom: 16px;
}
.connect_section .top_navigation {
  display: flex;
  gap: 16px;
  /* background-color: #f8f9fa;*/
}
.connect_section .top_navigation .nav_item {
  display: flex;
  align-items: center;
  gap: 8px;
  /*background-color: #f8f9fa;*/
  padding: 8px 16px;
  cursor: pointer;
  color: rgb(103, 116, 142);
  font-weight: 700;
}
.connect_section .top_navigation .nav_item.selected {
  border-bottom: 3px solid #a2cac8;
  background-color: #f8f9fa;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.connect_section .auth_token_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 12px;
}
.connect_section .auth_token_container .auth_token_help {
  padding-bottom: 12px;
}
.connect_section .auth_url_param_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 12px;
}
.connect_section .auth_url_param_container .auth_url_params_help {
  padding-bottom: 12px;
}
.connect_section .auth_url_param_container .auth_url_params_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.connect_section .auth_url_param_container .auth_url_params_list .auth_url_param_item {
  display: flex;
  flex-direction: column;
}
.connect_section .auth_url_param_container .auth_url_params_list .auth_url_param_item .auth_url_param_name {
  color: #344767;
  font-weight: 600;
  padding-bottom: 4px;
}
.connect_section .app_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.connect_section .app_list .app_item {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  border: 1px solid #d3d3d3;
  /*padding: 24px;*/
  width: 100%;
  color: #344767;
  font-size: 16px;
  font-weight: 600;
}
.connect_section .app_list .app_item .app_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  background-color: #f8f9fa;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.connect_section .app_list .app_item .left_side,
.connect_section .app_list .app_item .right_side {
  display: flex;
  align-items: center;
  gap: 12px;
}
.connect_section .app_list .app_item .app_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  svg-width: 100%;
  svg-height: 100%;
}
.connect_section .app_list .app_item .app_instructions {
  padding: 24px;
  line-height: 1.6;
  background-color: #fff;
  color: rgb(37, 37, 47);
  font-weight: normal;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.connect_section .app_list .app_item .app_instructions p:first-child {
  margin-top: 0;
}
.connect_section .app_list .app_item .app_instructions p:last-child {
  margin-bottom: 0;
}
.connect_section .app_list .app_item .app_instructions p img {
  max-width: 100%;
}
.connect_section .app_list .app_item .app_instructions a {
  color: #344767; /* #cb0c9f;*/
}
.connect_section .app_list .app_item .app_instructions .code_container {
  border-radius: 8px;
}
.connect_section .app_list .app_item .app_instructions code:not([class]):not([id]):not([style]) {
  background-color: #e9ecef;
  border-radius: 6px;
  padding: 0.1rem 0.25rem;
  /*#f8f9fa*/
}
.connect_section.dark_mode .top_navigation .nav_item {
  color: rgb(208, 208, 208);
}
.connect_section.dark_mode .top_navigation .nav_item.selected {
  background-color: #2a2a2b;
}
.connect_section.dark_mode .auth_url_param_container .auth_url_params_list .auth_url_param_item .auth_url_param_name {
  color: rgb(255, 255, 255);
}
.connect_section.dark_mode .app_list .app_item {
  border: 1px solid #404040;
  color: rgb(255, 255, 255);
}
.connect_section.dark_mode .app_list .app_item .app_header {
  background-color: #2a2a2b;
}
.connect_section.dark_mode .app_list .app_item .app_instructions {
  background-color: #202021;
  color: rgb(255, 255, 255);
}
.connect_section.dark_mode .app_list .app_item .app_instructions a {
  color: rgb(255, 115, 64);
}
.connect_section.dark_mode .app_list .app_item .app_instructions p {
  color: rgb(208, 208, 208);
}
.connect_section.dark_mode .app_list .app_item .app_instructions code:not([class]):not([id]):not([style]) {
  background-color: #141414;
  border-radius: 6px;
  padding: 0.1rem 0.25rem;
}

/*# sourceMappingURL=ssr_styles.css.map*/