@dlient-open/dev-tools 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ A dev-plugin management & preview toolbox for dlient — create, register, build
10
10
  - **Register a directory** — point at an existing dev plugin dir (including `E:\dlient-open\plugins` style workspaces); it is added to the dev list and its `package.json` is watched for manifest changes.
11
11
  - **Auto build & dev instances** — every entry is built with its own `npm run dev:watch`-style process; the built plugin is loaded into the host as a real *dev instance* (`pluginId@dev`) with preview, exactly as an installed plugin would behave.
12
12
  - **Preview with refresh** — the left pane previews the dev plugin UI live. The refresh button reloads **only the preview** (the embedded Chat panel is not touched), and a stale-failed load recovers without restarting the host.
13
- - **AI panel (Chat)** — the right sidebar embeds dsh's `Chat` component via `PluginView`. It is a real dsh chat surface wired to the workspace you pass; collapsing/expanding the panel hides/shows the native view without reloading it (default width 300 px).
13
+ - **AI panel (Chat)** — the right sidebar embeds dsh's `Chat` component via `PluginView`. It is a real dsh chat surface wired to the workspace you pass. It only appears in the **preview** view (Logs / Settings stay full-width) and its divider can be dragged to resize it (default 300 px); collapsing/expanding the panel hides/shows the native view without reloading it.
14
14
  - **Logs** — per-entry build/dev process output, streamed into the Logs tab with a process registry.
15
15
  - **Pack to `.dlient`** — one click runs the entry's own `make-dlient.mjs` (or the fallback pack path) and produces `<id>-<version>.dlient` in the plugin directory, ready to import locally.
16
16
  - **Settings** — Node.js version requirement for the built-in runtime, npm registry selection (auto `npmmirror` in CN region), and per-entry environment checks (`ensureEnv`: Node → deps → manifest).
package/README.zh-CN.md CHANGED
@@ -10,7 +10,7 @@ dlient 的 dev 插件管理与预览工具箱:在宿主 UI 内完成开发插
10
10
  - **登记目录** — 指向任意现有 dev 插件目录(含 `E:\dlient-open\plugins` 这类工作区);加入列表后自动监听其 `package.json`,manifest 变更即时同步。
11
11
  - **自动构建与 dev 实例** — 每个条目以独立的 `npm run dev:watch` 式进程构建;构建产物以真实 **dev 实例**(`pluginId@dev`)加载进宿主,行为与已安装插件完全一致,可直接预览。
12
12
  - **预览与刷新** — 左栏实时预览 dev 插件 UI。刷新按钮**只刷新左侧预览**(不触碰内嵌的 Chat 面板);加载失败/改码后重试不会命中缓存的失败,无需重启宿主即可恢复。
13
- - **AI 面板(Chat)** — 右侧栏经 `PluginView` 内嵌 dsh 的 `Chat` 组件,是与工作区联动的真实 dsh 会话面板;折叠/展开只隐藏/显示原生视图,**不会重新加载**(默认宽度 300 px)。
13
+ - **AI 面板(Chat)** — 右侧栏经 `PluginView` 内嵌 dsh 的 `Chat` 组件,是与工作区联动的真实 dsh 会话面板。仅在**预览视图**出现(日志 / 设置页保持整宽),可拖拽分隔条调宽(默认 300 px);折叠/展开只隐藏/显示原生视图,**不会重新加载**。
14
14
  - **日志** — 每个条目的构建 / dev 进程输出,带进程注册表,实时流入日志页。
15
15
  - **打包 `.dlient`** — 一键执行条目自身的 `make-dlient.mjs`(或兜底打包路径),在插件目录产出 `<id>-<version>.dlient`,可直接导入。
16
16
  - **设置** — 内置运行时 Node.js 版本要求、npm registry 选择(国内自动 `npmmirror`)、以及逐条目的环境检查(`ensureEnv`:Node → 依赖 → manifest)。
@@ -1 +1 @@
1
- [data-plugin=dev-tools] :where(.atomic-cm-editor){position:relative;height:100%;width:100%}[data-plugin=dev-tools] :where(.atomic-cm-editor .cm-content){max-width:var(--atomic-editor-measure, 70ch);margin-inline:auto;padding-inline:.5rem;font-family:var(--atomic-editor-font, system-ui, -apple-system, BlinkMacSystemFont, sans-serif);font-size:var(--atomic-editor-body-size, 1.0625rem);line-height:var(--atomic-editor-body-leading, 1.7);color:var(--atomic-editor-fg, #dcddde);text-wrap:pretty}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h1){font-size:1.35em;font-weight:700;line-height:1.3;letter-spacing:-.015em;padding-top:.15em;padding-bottom:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h2){font-size:1.2em;font-weight:700;line-height:1.35;padding-top:.15em;padding-bottom:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h3){font-size:1.1em;font-weight:600;line-height:1.4;padding-top:.12em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h4){font-size:1em;font-weight:600;padding-top:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h5){font-size:.95em;font-weight:600;padding-top:.08em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h6){font-size:.9em;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding-top:.08em;color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-blockquote){padding-left:1rem;border-left:3px solid var(--atomic-editor-accent-soft, color-mix(in srgb, #7c3aed 72%, white 28%));color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-fenced-code){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.92em;background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%));box-shadow:inset 2px 0 0 var(--atomic-editor-code-rail, color-mix(in srgb, var(--atomic-editor-accent, #7c3aed) 45%, var(--atomic-editor-border, #3d3d3d) 55%));padding-left:.75rem;padding-right:.75rem}[data-plugin=dev-tools] :where(.cm-atomic-fenced-selection){background-color:var( --atomic-editor-selection-bg, color-mix(in srgb, #7c3aed 28%, #1e1e1e 72%) )}[data-plugin=dev-tools] :where(.cm-atomic-strong){font-weight:700;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-em){font-style:italic}[data-plugin=dev-tools] :where(.cm-atomic-inline-code){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.88em;color:var(--atomic-editor-fg, #dcddde);background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%));border-radius:.35rem;padding:.08em .35em;word-break:break-word}[data-plugin=dev-tools] :where(.cm-atomic-strike){text-decoration:line-through;color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-highlight){background:color-mix(in srgb,var(--atomic-editor-accent-bright, #a78bfa) 20%,transparent 80%);border-radius:.2em;color:var(--atomic-editor-fg, #dcddde);box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-plugin=dev-tools] :where(.cm-atomic-strong-mark){color:var(--atomic-editor-fg-faint, #666);font-weight:700}[data-plugin=dev-tools] :where(.cm-atomic-em-mark){color:var(--atomic-editor-fg-faint, #666);font-style:italic}[data-plugin=dev-tools] :where(.cm-atomic-strike-mark){color:var(--atomic-editor-fg-faint, #666);text-decoration:line-through}[data-plugin=dev-tools] :where(.cm-atomic-highlight-mark){color:var(--atomic-editor-fg-faint, #666);background:transparent}[data-plugin=dev-tools] :where(.cm-atomic-link){color:var(--atomic-editor-link, #818cf8);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em}[data-plugin=dev-tools] :where(.cm-atomic-link:hover){color:var(--atomic-editor-link-hover, #a5b4fc)}[data-plugin=dev-tools] :where(.cm-atomic-link:after),[data-plugin=dev-tools] :where(.cm-atomic-link-icon){display:inline-block;width:.78em;height:.78em;margin-left:.32em;vertical-align:-.02em;cursor:pointer;background-color:color-mix(in srgb,var(--atomic-editor-link, #818cf8) 82%,white 18%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;opacity:.9}[data-plugin=dev-tools] :where(.cm-atomic-link:after){content:""}[data-plugin=dev-tools] :where(.cm-atomic-link-icon){pointer-events:auto;user-select:none;-webkit-user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link:after){content:none}[data-plugin=dev-tools] :where(.cm-atomic-link:hover:after),[data-plugin=dev-tools] :where(.cm-atomic-link-icon:hover){background-color:color-mix(in srgb,var(--atomic-editor-link-hover, #a5b4fc) 84%,white 16%);opacity:1}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link){color:var(--atomic-editor-link, #818cf8);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link:hover){color:var(--atomic-editor-link-hover, #a5b4fc)}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-missing),[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-unresolved){color:var(--atomic-editor-fg-muted, #888);text-decoration-style:dotted}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-loading){color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-hidden-syntax){color:transparent;font-size:0;letter-spacing:0;user-select:none}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-hr){position:relative}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-hr:after){content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid var(--atomic-editor-border, #3d3d3d);pointer-events:none}[data-plugin=dev-tools] :where(.cm-atomic-image){padding:.35em 0}[data-plugin=dev-tools] :where(.cm-atomic-image img){display:block;max-width:100%;height:auto;border-radius:.4em}[data-plugin=dev-tools] :where(.cm-atomic-list-marker){display:inline-block;width:.9em;margin-right:.3em;text-align:right}[data-plugin=dev-tools] :where(.cm-atomic-bullet){color:var(--atomic-editor-fg-muted, #888);font-weight:700}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox){width:1.05em;height:1.05em;margin:0 .31em 0 -.16em;font-size:inherit;vertical-align:.1em;appearance:none;-webkit-appearance:none;box-sizing:border-box;border:1.5px solid var(--atomic-editor-fg-muted, #888);border-radius:.22em;background:transparent;cursor:pointer;position:relative;display:inline-grid;place-content:center;transform:translateY(-.04em)}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:after){content:"";width:.26em;height:.5em;border-right:.12em solid #ffffff;border-bottom:.12em solid #ffffff;transform:rotate(45deg) translate(-.03em,-.04em);opacity:0}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:checked){background:var(--atomic-editor-accent, #7c3aed);border-color:var(--atomic-editor-accent, #7c3aed)}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:checked:after){opacity:1}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:focus-visible){outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--atomic-editor-accent, #7c3aed) 28%,transparent 72%)}@media (forced-colors: active){[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:focus-visible){outline:2px solid Highlight;outline-offset:2px;box-shadow:none}}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-task-done){color:var(--atomic-editor-fg-faint, #666);text-decoration:line-through}[data-plugin=dev-tools] :where(.cm-atomic-table){padding:.5em 0;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}[data-plugin=dev-tools] :where(.cm-atomic-table table){border-collapse:collapse;width:max-content;min-width:100%;font-family:var(--atomic-editor-font, system-ui, sans-serif)}[data-plugin=dev-tools] :where(.cm-atomic-table th),[data-plugin=dev-tools] :where(.cm-atomic-table td){border:1px solid var(--atomic-editor-border, #3d3d3d);padding:.35em .6em;text-align:left;vertical-align:top;min-width:2em;min-height:1.5em}[data-plugin=dev-tools] :where(.cm-atomic-table th){font-weight:700;background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%))}[data-plugin=dev-tools] :where(.cm-atomic-table th:focus-within),[data-plugin=dev-tools] :where(.cm-atomic-table td:focus-within){outline:2px solid var(--atomic-editor-accent, #7c3aed);outline-offset:-2px}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source){outline:none;min-height:1.2em;white-space:pre-wrap;word-break:break-word}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-mark){display:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-strong-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-em-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-strike-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-highlight-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link-wrap.active>.cm-atomic-mark){display:inline;color:var(--atomic-editor-fg-faint, #666);font-weight:400;font-style:normal;text-decoration:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link-wrap.active>.cm-atomic-link-url){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.88em}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-highlight){background:color-mix(in srgb,var(--atomic-editor-accent-bright, #a78bfa) 20%,transparent 80%);border-radius:.18em;color:var(--atomic-editor-fg, #dcddde);box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-preview){margin-top:.35em;display:flex;flex-wrap:wrap;gap:.3em;user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-table th[data-has-image]:not(:focus-within) .cm-atomic-table-cell-source),[data-plugin=dev-tools] :where(.cm-atomic-table td[data-has-image]:not(:focus-within) .cm-atomic-table-cell-source){position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;white-space:nowrap}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-image){display:block;max-width:14em;max-height:5em;border-radius:.2em;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-table-menu){position:fixed;z-index:1000;min-width:170px;padding:.25rem 0;background:var(--atomic-editor-bg-panel, #252525);border:1px solid var(--atomic-editor-border, #3d3d3d);border-radius:var(--atomic-editor-radius, 6px);box-shadow:0 8px 24px #0000004d;font-family:var(--atomic-editor-font, system-ui, sans-serif);font-size:.82rem;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-item){display:block;width:100%;text-align:left;padding:.35rem .75rem;background:transparent;border:0;color:inherit;font:inherit;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-item:hover){background:var(--atomic-editor-bg-surface, #2d2d2d)}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-sep){height:1px;margin:.25rem 0;background:var(--atomic-editor-border, #3d3d3d)}[data-plugin=dev-tools] :where(.atomic-editor-search-panel){padding:.5rem .6rem;background:var(--atomic-editor-bg-panel, #252525);border-bottom:1px solid var(--atomic-editor-border, #3d3d3d);font-family:var(--atomic-editor-font, system-ui, sans-serif);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.atomic-editor-search-panel form){display:flex;align-items:center;gap:.4rem}[data-plugin=dev-tools] :where(.cm-atomic-search-input){flex:1 1 auto;min-width:0;padding:.4rem .65rem;background:var(--atomic-editor-bg-surface, #2d2d2d);border:1px solid var(--atomic-editor-border, #3d3d3d);border-radius:var(--atomic-editor-radius, 6px);color:inherit;font:inherit;font-size:.875rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}[data-plugin=dev-tools] :where(.cm-atomic-search-input:focus){border-color:transparent;box-shadow:0 0 0 2px var(--atomic-editor-accent, #7c3aed)}[data-plugin=dev-tools] :where(.cm-atomic-search-input::placeholder){color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-search-count){flex:0 0 auto;color:var(--atomic-editor-fg-muted, #888);font-size:.75rem;white-space:nowrap;min-width:0;user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-search-btn){flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:1px solid transparent;border-radius:var(--atomic-editor-radius, 6px);color:var(--atomic-editor-fg-muted, #888);cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}[data-plugin=dev-tools] :where(.cm-atomic-search-btn:hover){background:var(--atomic-editor-bg-surface, #2d2d2d);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-search-btn:focus-visible){outline:none;border-color:var(--atomic-editor-accent, #7c3aed);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-search-btn svg){width:1.125rem;height:1.125rem}[data-plugin=dev-tools] :where(.cm-searchMatch){background:var(--atomic-editor-search-bg, rgba(124, 58, 237, .28));border-radius:2px}[data-plugin=dev-tools] :where(.cm-searchMatch-selected){background:var(--atomic-editor-search-bg-active, rgba(124, 58, 237, .6))}[data-plugin=dev-tools] :where(.cm-initialRevealMatch){background:var( --atomic-editor-initial-reveal-bg, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 28%, transparent 72%) );border-radius:.2rem;animation:dev-tools-atomic-initial-reveal-fade 3.2s ease-out forwards}@keyframes dev-tools-atomic-initial-reveal-fade{0%{background:var( --atomic-editor-initial-reveal-bg-strong, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 42%, transparent 58%) )}65%{background:var( --atomic-editor-initial-reveal-bg, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 28%, transparent 72%) )}to{background:transparent}}[data-plugin=dev-tools] :where([data-theme=light] .atomic-cm-editor){--atomic-editor-fg: #24292f;--atomic-editor-fg-muted: #57606a;--atomic-editor-fg-faint: #8c959f;--atomic-editor-bg: #ffffff;--atomic-editor-bg-panel: #f6f8fa;--atomic-editor-bg-surface: #eaeef2;--atomic-editor-border: #d0d7de;--atomic-editor-accent: #6639ba;--atomic-editor-accent-bright: #8250df;--atomic-editor-accent-soft: #c4b5fd;--atomic-editor-link: #6d28d9;--atomic-editor-link-hover: #7c3aed;--atomic-editor-code-bg: #f3f1fb;--atomic-editor-initial-reveal-bg: color-mix(in srgb, #8250df 16%, transparent 84%);--atomic-editor-initial-reveal-bg-strong: color-mix(in srgb, #8250df 30%, transparent 70%);--atomic-editor-selection-bg: color-mix(in srgb, #8250df 18%, transparent 82%);--atomic-editor-search-bg: rgba(251, 189, 8, .35);--atomic-editor-search-bg-active: rgba(251, 189, 8, .6);--atomic-editor-hl-keyword: #cf222e;--atomic-editor-hl-string: #0a3069;--atomic-editor-hl-number: #0550ae;--atomic-editor-hl-comment: #6e7781;--atomic-editor-hl-type: #953800;--atomic-editor-hl-function: #8250df;--atomic-editor-hl-property: #0550ae;--atomic-editor-hl-regexp: #116329;--atomic-editor-hl-escape: #0550ae;--atomic-editor-hl-tag: #116329;--atomic-editor-hl-variable: #24292f;--atomic-editor-hl-operator: #cf222e;--atomic-editor-hl-invalid: #82071e}[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-link),[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-wiki-link),[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-link-wrap){cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-table-cell-source){cursor:default}[data-plugin=dev-tools] :where(.pdr){--pdr-bg-body: var(--dlient-bg-color-container);--pdr-bg-chrome: var(--dlient-bg-color-secondarycontainer);--pdr-bg-panel: var(--dlient-bg-color-page);--pdr-bg-select: var(--dlient-bg-color-component);--pdr-bg-step-active: var(--dlient-brand-color-light);--pdr-bg-danger: var(--dlient-error-color-light);--pdr-text-1: var(--dlient-text-color-primary);--pdr-text-2: var(--dlient-text-color-secondary);--pdr-text-3: var(--dlient-text-color-placeholder);--pdr-text-4: var(--dlient-text-color-disabled);--pdr-border: var(--dlient-border-level-1-color);--pdr-border-strong: var(--dlient-border-level-2-color);--pdr-brand: var(--dlient-brand-color);--pdr-brand-soft: var(--dlient-brand-color-hover);--pdr-success: var(--dlient-success-color);--pdr-warning: var(--dlient-warning-color);--pdr-danger: var(--dlient-error-color);--pdr-font: Inter, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--pdr-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--pdr-h-tab: 38px;--pdr-h-action: 42px}[data-plugin=dev-tools] :where(.pdr){display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden;background-color:var(--pdr-bg-body);color:var(--pdr-text-1);font-family:var(--pdr-font);font-size:12px;-webkit-font-smoothing:antialiased}[data-plugin=dev-tools] :where(.pdr *),[data-plugin=dev-tools] :where(.pdr *:before),[data-plugin=dev-tools] :where(.pdr *:after){box-sizing:border-box}[data-plugin=dev-tools] :where(.pdr-tabs){flex-shrink:0;display:flex;align-items:center;height:var(--pdr-h-tab);padding-right:var(--dlient-spacing-md);background-color:var(--pdr-bg-chrome)}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list]){height:var(--pdr-h-tab);padding:0 0 5px;border-radius:0;background-color:transparent}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-trigger]){align-items:center;padding-top:0;padding-bottom:0}[data-plugin=dev-tools] :where(.pdr-tabs__home){display:flex;align-items:center;justify-content:center;align-self:stretch;width:46px;height:100%;border:none;background-color:transparent;color:var(--pdr-text-3);font-size:15px;cursor:pointer}[data-plugin=dev-tools] :where(.pdr-tabs__item){display:flex;align-items:center;gap:7px;align-self:stretch;padding:0;border:none;background-color:transparent;color:var(--pdr-text-2);font-size:12px}[data-plugin=dev-tools] :where(.pdr-tabs__name){white-space:nowrap}[data-plugin=dev-tools] :where(.pdr-tabs__badge){flex-shrink:0;border-radius:4px;background-color:var(--pdr-bg-select)}[data-plugin=dev-tools] :where(.pdr-tabs__badge>span){font-size:9px!important;font-weight:700}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-trigger][data-state=active] .pdr-tabs__item),[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-trigger][data-state=active] .pdr-tabs__home){color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs]>div){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs]>div>div){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroller]){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroll-left]),[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroll-right]){background-color:var(--pdr-bg-chrome)}[data-plugin=dev-tools] :where(.pdr-actionbar){flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;height:var(--pdr-h-action);border-bottom:1px solid var(--dl-fill-1);padding:0 14px 0 16px}[data-plugin=dev-tools] :where(.pdr-actionbar__right){display:flex;align-items:center;gap:8px}[data-plugin=dev-tools] :where(.pdr-iconbtn){display:flex;align-items:center;justify-content:center;padding:6px 9px;border:none;border-radius:6px;background-color:var(--pdr-bg-body);color:var(--pdr-text-2);font-size:13px;cursor:pointer;transition:color .12s ease}[data-plugin=dev-tools] :where(.pdr-iconbtn:hover:not(:disabled)){color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-iconbtn:disabled){opacity:.4;cursor:not-allowed}[data-plugin=dev-tools] :where(.pdr-iconbtn.is-spinning svg){animation:dev-tools-pdr-spin .7s linear infinite}@keyframes dev-tools-pdr-spin{to{transform:rotate(360deg)}}[data-plugin=dev-tools] :where(.pdr-bootflag){display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-bootflag__dot){width:6px;height:6px;border-radius:50%;background-color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-view){flex:1;display:flex;flex-direction:column;min-height:0;background-color:var(--pdr-bg-body)}[data-plugin=dev-tools] :where(.pdr-tabbody){flex:1;min-height:0;display:flex;flex-direction:column}[data-plugin=dev-tools] :where(.pdr-body){flex:1;display:flex;flex-direction:column;min-height:0}[data-plugin=dev-tools] :where(.pdr-viewpane){flex:1;display:flex;flex-direction:column;min-height:0}[data-plugin=dev-tools] :where(.pdr-viewpane.is-hidden){display:none}[data-plugin=dev-tools] :where(.pdr-scroll){flex:1;min-height:0;overflow:auto}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar){width:8px;height:8px}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar-thumb){border-radius:4px;background-color:var(--dlient-bg-color-component-active)}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar-track){background-color:transparent}[data-plugin=dev-tools] :where(.pdr-empty){flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:64px 0;color:var(--pdr-text-3);font-size:12px}[data-plugin=dev-tools] :where(.pdr-textbtn){padding:6px 11px;border:none;border-radius:5px;background-color:transparent;color:var(--pdr-text-2);font-family:inherit;font-size:11px;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-textbtn:hover){background-color:var(--pdr-bg-select);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-work__head){display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 32px 20px}[data-plugin=dev-tools] :where(.pdr-work__headtext){min-width:0}[data-plugin=dev-tools] :where(.pdr-work__title){margin:0;font-size:19px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-work__sub){margin:6px 0 0;font-size:12px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-work__headops){display:flex;align-items:center;gap:10px;flex-shrink:0}[data-plugin=dev-tools] :where(.pdr-work__grid){display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px;padding:0 32px 24px}[data-plugin=dev-tools] :where(.pdr-card){display:flex;flex-direction:column;padding:18px 18px 16px;border-radius:8px;background-color:var(--dl-fill-0);transition:background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-card:hover){background-color:var(--dlient-bg-color-container-hover)}[data-plugin=dev-tools] :where(.pdr-card__top){display:flex;align-items:flex-start;gap:12px}[data-plugin=dev-tools] :where(.pdr-card__logo){border-radius:8px;color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-card__logo>span){font-size:15px!important;font-weight:700}[data-plugin=dev-tools] :where(.pdr-card__info){display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}[data-plugin=dev-tools] :where(.pdr-card__nameline){display:flex;align-items:center;gap:8px;min-width:0}[data-plugin=dev-tools] :where(.pdr-card__name){font-size:14px;font-weight:600;color:var(--pdr-text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-card__slug){font-family:var(--pdr-mono);font-size:11px;color:var(--pdr-text-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-card__summary){font-size:12px;line-height:1.5;color:var(--pdr-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-state){display:flex;align-items:center;gap:6px;flex-shrink:0;font-size:11px;font-weight:500;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-state__dot){width:6px;height:6px;border-radius:50%;background-color:currentColor}[data-plugin=dev-tools] :where(.pdr-state--running){color:var(--pdr-success)}[data-plugin=dev-tools] :where(.pdr-state--starting){color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-state--stopped){color:var(--pdr-warning)}[data-plugin=dev-tools] :where(.pdr-state--failed){color:var(--pdr-danger)}[data-plugin=dev-tools] :where(.pdr-card__bottom){display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:14px}[data-plugin=dev-tools] :where(.pdr-card__ops){display:flex;align-items:center;gap:8px;flex-shrink:0}[data-plugin=dev-tools] :where(.pdr-card__more){display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:5px;background-color:transparent;color:var(--pdr-text-3);font-size:13px;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-card__more:hover){background-color:var(--pdr-bg-select);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-boot){display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 24px}[data-plugin=dev-tools] :where(.pdr-boot__card){display:flex;flex-direction:column;gap:22px;width:520px;max-width:100%;padding:28px 26px 22px;border:1px solid var(--pdr-border);border-radius:10px;background-color:var(--pdr-bg-panel)}[data-plugin=dev-tools] :where(.pdr-boot__head){display:flex;flex-direction:column;gap:6px}[data-plugin=dev-tools] :where(.pdr-boot__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-boot__sub){font-size:11px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-boot__steps){display:flex;flex-direction:column;gap:10px}[data-plugin=dev-tools] :where(.pdr-step){display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid transparent;border-radius:8px;background-color:var(--dl-fill-0)}[data-plugin=dev-tools] :where(.pdr-step--running){border-color:var(--pdr-brand);background-color:var(--pdr-bg-step-active)}[data-plugin=dev-tools] :where(.pdr-step--pending){opacity:.55}[data-plugin=dev-tools] :where(.pdr-step--error){border-color:var(--pdr-danger);background-color:var(--pdr-bg-danger)}[data-plugin=dev-tools] :where(.pdr-step__icon){display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;flex-shrink:0;font-size:16px}[data-plugin=dev-tools] :where(.pdr-step__icon--done){color:var(--pdr-success)}[data-plugin=dev-tools] :where(.pdr-step__icon--running){color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-step__icon--running svg){animation:dev-tools-pdr-spin .8s linear infinite}[data-plugin=dev-tools] :where(.pdr-step__icon--pending){color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-step__body){display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}[data-plugin=dev-tools] :where(.pdr-step__line){display:flex;align-items:center;gap:10px}[data-plugin=dev-tools] :where(.pdr-step__title){font-size:13px;font-weight:500;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-step__cost){font-family:var(--pdr-mono);font-size:10px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-step__desc){font-size:11px;line-height:1.55;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-step__output){font-family:var(--pdr-mono);font-size:10px;color:var(--pdr-text-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-boot__foot){display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}[data-plugin=dev-tools] :where(.pdr-loading){flex:1;display:flex;align-items:center;justify-content:center;height:100%;min-height:0}[data-plugin=dev-tools] :where(.pdr-boot__hint){font-size:11px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-preview){position:relative;flex:1;height:100%;display:flex;min-height:0;overflow:auto;background-color:var(--pdr-bg-body)}[data-plugin=dev-tools] :where(.pdr-preview>*){position:absolute;inset:0;height:100%;width:100%;min-width:0;min-height:0;margin:0}[data-plugin=dev-tools] :where(.pdr-preview__empty){position:static;height:auto;width:auto;align-self:center;margin:0 auto;max-width:100%;overflow:hidden;font-size:12px;color:var(--pdr-text-4);text-align:center;padding:24px}[data-plugin=dev-tools] :where(.pdr-logs){display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-logs__tip){flex-shrink:0;padding:8px 10px;border-radius:6px;background-color:var(--pdr-bg-panel);color:var(--pdr-text-3);font-size:11px;line-height:1.6}[data-plugin=dev-tools] :where(.pdr-logs__viewer){flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-set){display:grid;grid-template-columns:180px 1fr;flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-set__sidebar){grid-row:1;grid-column:1;display:flex;flex-direction:column;gap:2px;padding:12px 8px;border-right:1px solid var(--pdr-border);background-color:var(--pdr-bg-chrome);overflow-y:auto}[data-plugin=dev-tools] :where(.pdr-set__navitem){display:block;width:100%;padding:8px 12px;border:none;border-radius:6px;background-color:transparent;color:var(--pdr-text-2);font-family:inherit;font-size:12px;text-align:left;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__navitem:hover){background-color:var(--pdr-bg-panel);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__navitem.is-active){background-color:var(--pdr-bg-select);color:var(--pdr-brand);font-weight:500}[data-plugin=dev-tools] :where(.pdr-set__navitem--sub){padding-left:24px;font-size:11px}[data-plugin=dev-tools] :where(.pdr-set__navgroup){display:flex;flex-direction:column;gap:2px;margin-top:6px}[data-plugin=dev-tools] :where(.pdr-set__navgrouptitle){padding:6px 12px 4px;font-size:10px;font-weight:600;color:var(--pdr-text-4);text-transform:uppercase;letter-spacing:.5px}[data-plugin=dev-tools] :where(.pdr-set__content){grid-row:1;grid-column:2;min-width:0;min-height:0;overflow:auto}[data-plugin=dev-tools] :where(.pdr-set__panel){display:flex;flex-direction:column;gap:20px;max-width:720px;margin:0 auto;padding:20px 28px 32px}[data-plugin=dev-tools] :where(.pdr-set__head){display:flex;flex-direction:column;gap:5px}[data-plugin=dev-tools] :where(.pdr-set__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__sub){font-size:11px;color:var(--pdr-text-1);word-break:break-all}[data-plugin=dev-tools] :where(.pdr-set__state){flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--pdr-text-3);font-size:12px}[data-plugin=dev-tools] :where(.pdr-set__error){max-width:460px;text-align:center;color:var(--pdr-danger);font-size:12px;line-height:1.6;word-break:break-all}[data-plugin=dev-tools] :where(.pdr-set__group){display:flex;flex-direction:column;gap:14px}[data-plugin=dev-tools] :where(.pdr-set__grouptitle){font-size:13px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-field){display:flex;flex-direction:column;gap:7px;min-width:0}[data-plugin=dev-tools] :where(.pdr-field__label){font-size:11px;font-weight:500;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-field__labelline){display:flex;align-items:center;gap:8px}[data-plugin=dev-tools] :where(.pdr-field__hint){font-size:10px;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-set__iconpicker){display:flex;align-items:center;justify-content:center;width:96px;height:96px;border:1px dashed var(--pdr-border-strong);border-radius:8px;background-color:var(--pdr-bg-panel);cursor:pointer;overflow:hidden;transition:border-color .12s ease,background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__iconpicker:hover){border-color:var(--pdr-brand);background-color:var(--pdr-bg-select)}[data-plugin=dev-tools] :where(.pdr-set__iconimg){width:100%;height:100%;object-fit:contain;padding:8px}[data-plugin=dev-tools] :where(.pdr-set__iconempty){font-size:11px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-set__typecards){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}[data-plugin=dev-tools] :where(.pdr-set__typecard){display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .12s ease,background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__typecard:hover){border-color:var(--pdr-border-strong)}[data-plugin=dev-tools] :where(.pdr-set__typecard.is-active){border-color:var(--pdr-brand);background-color:var(--pdr-bg-step-active)}[data-plugin=dev-tools] :where(.pdr-set__typename){font-size:12px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__typecard.is-active .pdr-set__typename){color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-set__typedesc){font-size:10px;line-height:1.5;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__platformgrid){display:grid;grid-template-columns:repeat(3,1fr);gap:12px}[data-plugin=dev-tools] :where(.pdr-set__platformcol){display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 12px;border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);transition:border-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__platformcol.is-active){border-color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-set__platformicon){display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-set__platformname){font-size:12px;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__archrow){display:flex;align-items:center;justify-content:center;gap:6px}[data-plugin=dev-tools] :where(.pdr-set__archchip){padding:3px 18px;border:1px solid var(--pdr-border);border-radius:6px;background-color:var(--dl-fill-1);font-family:inherit;font-size:13px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__archchip:hover){border-color:var(--pdr-border-strong)}[data-plugin=dev-tools] :where(.pdr-set__archchip.is-on){background-color:var(--pdr-brand);border-color:var(--pdr-brand);color:var(--dlient-text-color-anti)}[data-plugin=dev-tools] :where(.pdr-cdlg__head){display:flex;flex-direction:column;gap:5px}[data-plugin=dev-tools] :where(.pdr-cdlg__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-cdlg__desc){font-size:12px;color:var(--pdr-text-3);line-height:1.6}[data-plugin=dev-tools] :where(.pdr-cdlg__body){display:flex;flex-direction:column;gap:16px;padding:20px 30px}[data-plugin=dev-tools] :where(.pdr-cdlg__error){padding:8px 10px;border-radius:6px;background-color:var(--dlient-error-color-light);color:var(--dlient-error-color);font-size:12px;line-height:1.6;word-break:break-all}[data-plugin=dev-tools] :where(.pdr-cdlg__foot){display:flex;justify-content:flex-end;gap:10px}[data-plugin=dev-tools] :where(.pdr-set__mdwrap){border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);min-height:240px;max-height:520px;overflow:auto}[data-plugin=dev-tools] :where(.pdr-set__mdloading){display:flex;align-items:center;justify-content:center;min-height:240px}[data-plugin=dev-tools] :where(.pdr-set__areafoot){display:flex;justify-content:flex-end;gap:10px;padding-top:12px;border-top:1px solid var(--pdr-border);margin-top:8px}[data-plugin=dev-tools] :where(.pdr-set__localehead){display:flex;align-items:flex-start;justify-content:space-between;gap:12px}[data-plugin=dev-tools] :where(.pdr-set__localeheadtext){display:flex;flex-direction:column;gap:5px;min-width:0}[data-plugin=dev-tools] :where(.pdr .dui-radio),[data-plugin=dev-tools] :where(.pdr .dui-radio-button){font-size:var(--dlient-font-size-caption)}[data-plugin=dev-tools] :where(.pdr .dui-radio-group){display:flex;align-items:center;gap:var(--dlient-spacing-sm)}[data-plugin=dev-tools] :where(.pdr .atomic-cm-editor .cm-scroller){padding:15px}[data-plugin=dev-tools] :where(.atomic-cm-editor){--atomic-editor-body-size: 14px;--atomic-editor-body-leading:1.7}[data-plugin=dev-tools] :where(.pdr-tablabel){padding:0 20px}[data-plugin=dev-tools] :where(.pdr-iconbtn.is-active){color:var(--pdr-brand);background-color:var(--pdr-bg-select)}[data-plugin=dev-tools] :where(.pdr-ai){height:100%;width:100%;min-width:0;display:flex;flex-direction:column;overflow:hidden;background-color:var(--pdr-bg-body)}[data-plugin=dev-tools] :where(.pdr-ai>*){flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-ai__fallback){height:100%;display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;line-height:1.6;color:var(--pdr-text-3);font-size:12px}[data-plugin=dev-tools] :where(.pdr-boot__error){margin:0 20px 12px;padding:8px 10px;border-radius:6px;background-color:var(--pdr-bg-danger);color:var(--pdr-danger);font-size:12px;line-height:1.6;word-break:break-all}
1
+ [data-plugin=dev-tools] :where(.atomic-cm-editor){position:relative;height:100%;width:100%}[data-plugin=dev-tools] :where(.atomic-cm-editor .cm-content){max-width:var(--atomic-editor-measure, 70ch);margin-inline:auto;padding-inline:.5rem;font-family:var(--atomic-editor-font, system-ui, -apple-system, BlinkMacSystemFont, sans-serif);font-size:var(--atomic-editor-body-size, 1.0625rem);line-height:var(--atomic-editor-body-leading, 1.7);color:var(--atomic-editor-fg, #dcddde);text-wrap:pretty}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h1){font-size:1.35em;font-weight:700;line-height:1.3;letter-spacing:-.015em;padding-top:.15em;padding-bottom:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h2){font-size:1.2em;font-weight:700;line-height:1.35;padding-top:.15em;padding-bottom:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h3){font-size:1.1em;font-weight:600;line-height:1.4;padding-top:.12em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h4){font-size:1em;font-weight:600;padding-top:.1em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h5){font-size:.95em;font-weight:600;padding-top:.08em;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-h6){font-size:.9em;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding-top:.08em;color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-blockquote){padding-left:1rem;border-left:3px solid var(--atomic-editor-accent-soft, color-mix(in srgb, #7c3aed 72%, white 28%));color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-fenced-code){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.92em;background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%));box-shadow:inset 2px 0 0 var(--atomic-editor-code-rail, color-mix(in srgb, var(--atomic-editor-accent, #7c3aed) 45%, var(--atomic-editor-border, #3d3d3d) 55%));padding-left:.75rem;padding-right:.75rem}[data-plugin=dev-tools] :where(.cm-atomic-fenced-selection){background-color:var( --atomic-editor-selection-bg, color-mix(in srgb, #7c3aed 28%, #1e1e1e 72%) )}[data-plugin=dev-tools] :where(.cm-atomic-strong){font-weight:700;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-em){font-style:italic}[data-plugin=dev-tools] :where(.cm-atomic-inline-code){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.88em;color:var(--atomic-editor-fg, #dcddde);background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%));border-radius:.35rem;padding:.08em .35em;word-break:break-word}[data-plugin=dev-tools] :where(.cm-atomic-strike){text-decoration:line-through;color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-highlight){background:color-mix(in srgb,var(--atomic-editor-accent-bright, #a78bfa) 20%,transparent 80%);border-radius:.2em;color:var(--atomic-editor-fg, #dcddde);box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-plugin=dev-tools] :where(.cm-atomic-strong-mark){color:var(--atomic-editor-fg-faint, #666);font-weight:700}[data-plugin=dev-tools] :where(.cm-atomic-em-mark){color:var(--atomic-editor-fg-faint, #666);font-style:italic}[data-plugin=dev-tools] :where(.cm-atomic-strike-mark){color:var(--atomic-editor-fg-faint, #666);text-decoration:line-through}[data-plugin=dev-tools] :where(.cm-atomic-highlight-mark){color:var(--atomic-editor-fg-faint, #666);background:transparent}[data-plugin=dev-tools] :where(.cm-atomic-link){color:var(--atomic-editor-link, #818cf8);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em}[data-plugin=dev-tools] :where(.cm-atomic-link:hover){color:var(--atomic-editor-link-hover, #a5b4fc)}[data-plugin=dev-tools] :where(.cm-atomic-link:after),[data-plugin=dev-tools] :where(.cm-atomic-link-icon){display:inline-block;width:.78em;height:.78em;margin-left:.32em;vertical-align:-.02em;cursor:pointer;background-color:color-mix(in srgb,var(--atomic-editor-link, #818cf8) 82%,white 18%);-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;opacity:.9}[data-plugin=dev-tools] :where(.cm-atomic-link:after){content:""}[data-plugin=dev-tools] :where(.cm-atomic-link-icon){pointer-events:auto;user-select:none;-webkit-user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link:after){content:none}[data-plugin=dev-tools] :where(.cm-atomic-link:hover:after),[data-plugin=dev-tools] :where(.cm-atomic-link-icon:hover){background-color:color-mix(in srgb,var(--atomic-editor-link-hover, #a5b4fc) 84%,white 16%);opacity:1}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link){color:var(--atomic-editor-link, #818cf8);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link:hover){color:var(--atomic-editor-link-hover, #a5b4fc)}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-missing),[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-unresolved){color:var(--atomic-editor-fg-muted, #888);text-decoration-style:dotted}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-loading){color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-wiki-link-hidden-syntax){color:transparent;font-size:0;letter-spacing:0;user-select:none}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-hr){position:relative}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-hr:after){content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid var(--atomic-editor-border, #3d3d3d);pointer-events:none}[data-plugin=dev-tools] :where(.cm-atomic-image){padding:.35em 0}[data-plugin=dev-tools] :where(.cm-atomic-image img){display:block;max-width:100%;height:auto;border-radius:.4em}[data-plugin=dev-tools] :where(.cm-atomic-list-marker){display:inline-block;width:.9em;margin-right:.3em;text-align:right}[data-plugin=dev-tools] :where(.cm-atomic-bullet){color:var(--atomic-editor-fg-muted, #888);font-weight:700}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox){width:1.05em;height:1.05em;margin:0 .31em 0 -.16em;font-size:inherit;vertical-align:.1em;appearance:none;-webkit-appearance:none;box-sizing:border-box;border:1.5px solid var(--atomic-editor-fg-muted, #888);border-radius:.22em;background:transparent;cursor:pointer;position:relative;display:inline-grid;place-content:center;transform:translateY(-.04em)}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:after){content:"";width:.26em;height:.5em;border-right:.12em solid #ffffff;border-bottom:.12em solid #ffffff;transform:rotate(45deg) translate(-.03em,-.04em);opacity:0}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:checked){background:var(--atomic-editor-accent, #7c3aed);border-color:var(--atomic-editor-accent, #7c3aed)}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:checked:after){opacity:1}[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:focus-visible){outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--atomic-editor-accent, #7c3aed) 28%,transparent 72%)}@media (forced-colors: active){[data-plugin=dev-tools] :where(.cm-atomic-task-checkbox:focus-visible){outline:2px solid Highlight;outline-offset:2px;box-shadow:none}}[data-plugin=dev-tools] :where(.cm-line.cm-atomic-task-done){color:var(--atomic-editor-fg-faint, #666);text-decoration:line-through}[data-plugin=dev-tools] :where(.cm-atomic-table){padding:.5em 0;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}[data-plugin=dev-tools] :where(.cm-atomic-table table){border-collapse:collapse;width:max-content;min-width:100%;font-family:var(--atomic-editor-font, system-ui, sans-serif)}[data-plugin=dev-tools] :where(.cm-atomic-table th),[data-plugin=dev-tools] :where(.cm-atomic-table td){border:1px solid var(--atomic-editor-border, #3d3d3d);padding:.35em .6em;text-align:left;vertical-align:top;min-width:2em;min-height:1.5em}[data-plugin=dev-tools] :where(.cm-atomic-table th){font-weight:700;background:var(--atomic-editor-code-bg, color-mix(in srgb, #2d2d2d 88%, black 12%))}[data-plugin=dev-tools] :where(.cm-atomic-table th:focus-within),[data-plugin=dev-tools] :where(.cm-atomic-table td:focus-within){outline:2px solid var(--atomic-editor-accent, #7c3aed);outline-offset:-2px}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source){outline:none;min-height:1.2em;white-space:pre-wrap;word-break:break-word}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-mark){display:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-strong-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-em-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-strike-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-highlight-wrap.active>.cm-atomic-mark),[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link-wrap.active>.cm-atomic-mark){display:inline;color:var(--atomic-editor-fg-faint, #666);font-weight:400;font-style:normal;text-decoration:none}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-link-wrap.active>.cm-atomic-link-url){font-family:var(--atomic-editor-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:.88em}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-source .cm-atomic-highlight){background:color-mix(in srgb,var(--atomic-editor-accent-bright, #a78bfa) 20%,transparent 80%);border-radius:.18em;color:var(--atomic-editor-fg, #dcddde);box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-preview){margin-top:.35em;display:flex;flex-wrap:wrap;gap:.3em;user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-table th[data-has-image]:not(:focus-within) .cm-atomic-table-cell-source),[data-plugin=dev-tools] :where(.cm-atomic-table td[data-has-image]:not(:focus-within) .cm-atomic-table-cell-source){position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;white-space:nowrap}[data-plugin=dev-tools] :where(.cm-atomic-table-cell-image){display:block;max-width:14em;max-height:5em;border-radius:.2em;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-table-menu){position:fixed;z-index:1000;min-width:170px;padding:.25rem 0;background:var(--atomic-editor-bg-panel, #252525);border:1px solid var(--atomic-editor-border, #3d3d3d);border-radius:var(--atomic-editor-radius, 6px);box-shadow:0 8px 24px #0000004d;font-family:var(--atomic-editor-font, system-ui, sans-serif);font-size:.82rem;color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-item){display:block;width:100%;text-align:left;padding:.35rem .75rem;background:transparent;border:0;color:inherit;font:inherit;cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-item:hover){background:var(--atomic-editor-bg-surface, #2d2d2d)}[data-plugin=dev-tools] :where(.cm-atomic-table-menu-sep){height:1px;margin:.25rem 0;background:var(--atomic-editor-border, #3d3d3d)}[data-plugin=dev-tools] :where(.atomic-editor-search-panel){padding:.5rem .6rem;background:var(--atomic-editor-bg-panel, #252525);border-bottom:1px solid var(--atomic-editor-border, #3d3d3d);font-family:var(--atomic-editor-font, system-ui, sans-serif);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.atomic-editor-search-panel form){display:flex;align-items:center;gap:.4rem}[data-plugin=dev-tools] :where(.cm-atomic-search-input){flex:1 1 auto;min-width:0;padding:.4rem .65rem;background:var(--atomic-editor-bg-surface, #2d2d2d);border:1px solid var(--atomic-editor-border, #3d3d3d);border-radius:var(--atomic-editor-radius, 6px);color:inherit;font:inherit;font-size:.875rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}[data-plugin=dev-tools] :where(.cm-atomic-search-input:focus){border-color:transparent;box-shadow:0 0 0 2px var(--atomic-editor-accent, #7c3aed)}[data-plugin=dev-tools] :where(.cm-atomic-search-input::placeholder){color:var(--atomic-editor-fg-muted, #888)}[data-plugin=dev-tools] :where(.cm-atomic-search-count){flex:0 0 auto;color:var(--atomic-editor-fg-muted, #888);font-size:.75rem;white-space:nowrap;min-width:0;user-select:none}[data-plugin=dev-tools] :where(.cm-atomic-search-btn){flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:transparent;border:1px solid transparent;border-radius:var(--atomic-editor-radius, 6px);color:var(--atomic-editor-fg-muted, #888);cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}[data-plugin=dev-tools] :where(.cm-atomic-search-btn:hover){background:var(--atomic-editor-bg-surface, #2d2d2d);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-search-btn:focus-visible){outline:none;border-color:var(--atomic-editor-accent, #7c3aed);color:var(--atomic-editor-fg, #dcddde)}[data-plugin=dev-tools] :where(.cm-atomic-search-btn svg){width:1.125rem;height:1.125rem}[data-plugin=dev-tools] :where(.cm-searchMatch){background:var(--atomic-editor-search-bg, rgba(124, 58, 237, .28));border-radius:2px}[data-plugin=dev-tools] :where(.cm-searchMatch-selected){background:var(--atomic-editor-search-bg-active, rgba(124, 58, 237, .6))}[data-plugin=dev-tools] :where(.cm-initialRevealMatch){background:var( --atomic-editor-initial-reveal-bg, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 28%, transparent 72%) );border-radius:.2rem;animation:dev-tools-atomic-initial-reveal-fade 3.2s ease-out forwards}@keyframes dev-tools-atomic-initial-reveal-fade{0%{background:var( --atomic-editor-initial-reveal-bg-strong, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 42%, transparent 58%) )}65%{background:var( --atomic-editor-initial-reveal-bg, color-mix(in srgb, var(--atomic-editor-accent-soft, #a78bfa) 28%, transparent 72%) )}to{background:transparent}}[data-plugin=dev-tools] :where([data-theme=light] .atomic-cm-editor){--atomic-editor-fg: #24292f;--atomic-editor-fg-muted: #57606a;--atomic-editor-fg-faint: #8c959f;--atomic-editor-bg: #ffffff;--atomic-editor-bg-panel: #f6f8fa;--atomic-editor-bg-surface: #eaeef2;--atomic-editor-border: #d0d7de;--atomic-editor-accent: #6639ba;--atomic-editor-accent-bright: #8250df;--atomic-editor-accent-soft: #c4b5fd;--atomic-editor-link: #6d28d9;--atomic-editor-link-hover: #7c3aed;--atomic-editor-code-bg: #f3f1fb;--atomic-editor-initial-reveal-bg: color-mix(in srgb, #8250df 16%, transparent 84%);--atomic-editor-initial-reveal-bg-strong: color-mix(in srgb, #8250df 30%, transparent 70%);--atomic-editor-selection-bg: color-mix(in srgb, #8250df 18%, transparent 82%);--atomic-editor-search-bg: rgba(251, 189, 8, .35);--atomic-editor-search-bg-active: rgba(251, 189, 8, .6);--atomic-editor-hl-keyword: #cf222e;--atomic-editor-hl-string: #0a3069;--atomic-editor-hl-number: #0550ae;--atomic-editor-hl-comment: #6e7781;--atomic-editor-hl-type: #953800;--atomic-editor-hl-function: #8250df;--atomic-editor-hl-property: #0550ae;--atomic-editor-hl-regexp: #116329;--atomic-editor-hl-escape: #0550ae;--atomic-editor-hl-tag: #116329;--atomic-editor-hl-variable: #24292f;--atomic-editor-hl-operator: #cf222e;--atomic-editor-hl-invalid: #82071e}[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-link),[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-wiki-link),[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-link-wrap){cursor:pointer}[data-plugin=dev-tools] :where(.cm-atomic-readonly .cm-atomic-table-cell-source){cursor:default}[data-plugin=dev-tools] :where(.pdr){--pdr-bg-body: var(--dlient-bg-color-container);--pdr-bg-chrome: var(--dlient-bg-color-secondarycontainer);--pdr-bg-panel: var(--dlient-bg-color-page);--pdr-bg-select: var(--dlient-bg-color-component);--pdr-bg-step-active: var(--dlient-brand-color-light);--pdr-bg-danger: var(--dlient-error-color-light);--pdr-text-1: var(--dlient-text-color-primary);--pdr-text-2: var(--dlient-text-color-secondary);--pdr-text-3: var(--dlient-text-color-placeholder);--pdr-text-4: var(--dlient-text-color-disabled);--pdr-border: var(--dlient-border-level-1-color);--pdr-border-strong: var(--dlient-border-level-2-color);--pdr-brand: var(--dlient-brand-color);--pdr-brand-soft: var(--dlient-brand-color-hover);--pdr-success: var(--dlient-success-color);--pdr-warning: var(--dlient-warning-color);--pdr-danger: var(--dlient-error-color);--pdr-font: Inter, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--pdr-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--pdr-h-tab: 38px;--pdr-h-action: 42px}[data-plugin=dev-tools] :where(.pdr){display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden;background-color:var(--pdr-bg-body);color:var(--pdr-text-1);font-family:var(--pdr-font);font-size:12px;-webkit-font-smoothing:antialiased}[data-plugin=dev-tools] :where(.pdr *),[data-plugin=dev-tools] :where(.pdr *:before),[data-plugin=dev-tools] :where(.pdr *:after){box-sizing:border-box}[data-plugin=dev-tools] :where(.pdr-tabs){flex-shrink:0;display:flex;align-items:center;height:var(--pdr-h-tab);padding-right:var(--dlient-spacing-md);background-color:var(--pdr-bg-chrome)}[data-plugin=dev-tools] :where(.pdr-tabs .dui-tabs__nav){height:var(--pdr-h-tab)}[data-plugin=dev-tools] :where(.pdr-tabs .dui-tabs__tab){align-items:center;padding-top:0;padding-bottom:0}[data-plugin=dev-tools] :where(.pdr-tabs__home){display:flex;align-items:center;justify-content:center;align-self:stretch;width:46px;height:100%;border:none;background-color:transparent;color:var(--pdr-text-3);font-size:15px;cursor:pointer}[data-plugin=dev-tools] :where(.pdr-tabs__item){display:flex;align-items:center;gap:7px;align-self:stretch;padding:0;border:none;background-color:transparent;color:var(--pdr-text-2);font-size:12px}[data-plugin=dev-tools] :where(.pdr-tabs__name){white-space:nowrap}[data-plugin=dev-tools] :where(.pdr-tabs__badge){flex-shrink:0;border-radius:4px;background-color:var(--pdr-bg-select)}[data-plugin=dev-tools] :where(.pdr-tabs__badge>span){font-size:9px!important;font-weight:700}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-trigger][data-state=active] .pdr-tabs__item),[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-trigger][data-state=active] .pdr-tabs__home){color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs]>div){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs]>div>div){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroller]){height:100%}[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroll-left]),[data-plugin=dev-tools] :where(.pdr-tabs [data-slot=tabs-list-scroll-right]){background-color:var(--pdr-bg-chrome)}[data-plugin=dev-tools] :where(.pdr-actionbar){flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;height:var(--pdr-h-action);border-bottom:1px solid var(--dl-fill-1);padding:0 14px 0 16px}[data-plugin=dev-tools] :where(.pdr-actionbar__right){display:flex;align-items:center;gap:8px}[data-plugin=dev-tools] :where(.pdr-iconbtn){display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:none;border-radius:6px;background-color:var(--dl-fill-0);color:var(--pdr-text-2);font-size:13px;cursor:pointer;transition:color .12s ease,background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-iconbtn--ai){font-weight:500}[data-plugin=dev-tools] :where(.pdr-iconbtn:hover:not(:disabled)){color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-iconbtn:disabled){opacity:.4;cursor:not-allowed}[data-plugin=dev-tools] :where(.pdr-iconbtn.is-spinning svg){animation:dev-tools-pdr-spin .7s linear infinite}@keyframes dev-tools-pdr-spin{to{transform:rotate(360deg)}}[data-plugin=dev-tools] :where(.pdr-bootflag){display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-bootflag__dot){width:6px;height:6px;border-radius:50%;background-color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-view){flex:1;display:flex;flex-direction:column;min-height:0;background-color:var(--pdr-bg-body)}[data-plugin=dev-tools] :where(.pdr-tabbody){flex:1;min-height:0;display:flex;flex-direction:column}[data-plugin=dev-tools] :where(.pdr-viewpane){flex:1;display:flex;flex-direction:column;min-height:0}[data-plugin=dev-tools] :where(.pdr-viewpane.is-hidden){display:none}[data-plugin=dev-tools] :where(.pdr-pages){flex:1;min-height:0;display:flex;flex-direction:column}[data-plugin=dev-tools] :where(.pdr-preview-page),[data-plugin=dev-tools] :where(.pdr-plain-page){flex:1;min-height:0;display:flex;flex-direction:column}[data-plugin=dev-tools] :where(.pdr-preview-page.is-hidden),[data-plugin=dev-tools] :where(.pdr-plain-page.is-hidden){display:none}[data-plugin=dev-tools] :where(.pdr-preview-page__group){flex:1;min-width:0}[data-plugin=dev-tools] :where(.pdr-preview-panel){min-width:0;min-height:0;display:flex;flex-direction:column}[data-plugin=dev-tools] :where(.pdr-ai){min-width:0;min-height:0;display:flex;flex-direction:column;background-color:var(--pdr-bg-panel)}[data-plugin=dev-tools] :where(.pdr-ai__handle.is-hidden){display:none}[data-plugin=dev-tools] :where(.pdr-ai>*){flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-iconbtn.is-active){background-color:var(--primary);color:var(--primary-foreground)}[data-plugin=dev-tools] :where(.pdr-scroll){flex:1;min-height:0;overflow:auto}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar){width:8px;height:8px}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar-thumb){border-radius:4px;background-color:var(--dlient-bg-color-component-active)}[data-plugin=dev-tools] :where(.pdr-scroll::-webkit-scrollbar-track){background-color:transparent}[data-plugin=dev-tools] :where(.pdr-empty){flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:64px 0;color:var(--pdr-text-3);font-size:12px}[data-plugin=dev-tools] :where(.pdr-textbtn){padding:6px 11px;border:none;border-radius:5px;background-color:transparent;color:var(--pdr-text-2);font-family:inherit;font-size:11px;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-textbtn:hover){background-color:var(--pdr-bg-select);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-work__head){display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px 32px 20px}[data-plugin=dev-tools] :where(.pdr-work__headtext){min-width:0}[data-plugin=dev-tools] :where(.pdr-work__title){margin:0;font-size:19px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-work__sub){margin:6px 0 0;font-size:12px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-work__headops){display:flex;align-items:center;gap:10px;flex-shrink:0}[data-plugin=dev-tools] :where(.pdr-work__grid){display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px;padding:0 32px 24px}[data-plugin=dev-tools] :where(.pdr-card){display:flex;flex-direction:column;padding:18px 18px 16px;border-radius:8px;background-color:var(--dl-fill-0);transition:background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-card:hover){background-color:var(--dlient-bg-color-container-hover)}[data-plugin=dev-tools] :where(.pdr-card__top){display:flex;align-items:flex-start;gap:12px}[data-plugin=dev-tools] :where(.pdr-card__logo){border-radius:8px;color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-card__logo>span){font-size:15px!important;font-weight:700}[data-plugin=dev-tools] :where(.pdr-card__info){display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}[data-plugin=dev-tools] :where(.pdr-card__nameline){display:flex;align-items:center;gap:8px;min-width:0}[data-plugin=dev-tools] :where(.pdr-card__name){font-size:14px;font-weight:600;color:var(--pdr-text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-card__slug){font-family:var(--pdr-mono);font-size:11px;color:var(--pdr-text-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-card__summary){font-size:12px;line-height:1.5;color:var(--pdr-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-state){display:flex;align-items:center;gap:6px;flex-shrink:0;font-size:11px;font-weight:500;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-state__dot){width:6px;height:6px;border-radius:50%;background-color:currentColor}[data-plugin=dev-tools] :where(.pdr-state--running){color:var(--pdr-success)}[data-plugin=dev-tools] :where(.pdr-state--starting){color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-state--stopped){color:var(--pdr-warning)}[data-plugin=dev-tools] :where(.pdr-state--failed){color:var(--pdr-danger)}[data-plugin=dev-tools] :where(.pdr-card__bottom){display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:14px}[data-plugin=dev-tools] :where(.pdr-card__ops){display:flex;align-items:center;gap:8px;flex-shrink:0}[data-plugin=dev-tools] :where(.pdr-card__more){display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:5px;background-color:transparent;color:var(--pdr-text-3);font-size:13px;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-card__more:hover){background-color:var(--pdr-bg-select);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-boot){display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 24px}[data-plugin=dev-tools] :where(.pdr-boot__card){display:flex;flex-direction:column;gap:22px;width:520px;max-width:100%;padding:28px 26px 22px;border:1px solid var(--pdr-border);border-radius:10px;background-color:var(--pdr-bg-panel)}[data-plugin=dev-tools] :where(.pdr-boot__head){display:flex;flex-direction:column;gap:6px}[data-plugin=dev-tools] :where(.pdr-boot__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-boot__sub){font-size:11px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-boot__steps){display:flex;flex-direction:column;gap:10px}[data-plugin=dev-tools] :where(.pdr-step){display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid transparent;border-radius:8px;background-color:var(--dl-fill-0)}[data-plugin=dev-tools] :where(.pdr-step--running){border-color:var(--pdr-brand);background-color:var(--pdr-bg-step-active)}[data-plugin=dev-tools] :where(.pdr-step--pending){opacity:.55}[data-plugin=dev-tools] :where(.pdr-step--error){border-color:var(--pdr-danger);background-color:var(--pdr-bg-danger)}[data-plugin=dev-tools] :where(.pdr-step__icon){display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px;flex-shrink:0;font-size:16px}[data-plugin=dev-tools] :where(.pdr-step__icon--done){color:var(--pdr-success)}[data-plugin=dev-tools] :where(.pdr-step__icon--running){color:var(--pdr-brand-soft)}[data-plugin=dev-tools] :where(.pdr-step__icon--running svg){animation:dev-tools-pdr-spin .8s linear infinite}[data-plugin=dev-tools] :where(.pdr-step__icon--pending){color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-step__body){display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}[data-plugin=dev-tools] :where(.pdr-step__line){display:flex;align-items:center;gap:10px}[data-plugin=dev-tools] :where(.pdr-step__title){font-size:13px;font-weight:500;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-step__cost){font-family:var(--pdr-mono);font-size:10px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-step__desc){font-size:11px;line-height:1.55;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-step__output){font-family:var(--pdr-mono);font-size:10px;color:var(--pdr-text-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-plugin=dev-tools] :where(.pdr-boot__foot){display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}[data-plugin=dev-tools] :where(.pdr-loading){flex:1;display:flex;align-items:center;justify-content:center;height:100%;min-height:0}[data-plugin=dev-tools] :where(.pdr-boot__hint){font-size:11px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-preview){position:relative;flex:1;display:flex;min-height:0;overflow:auto;background-color:var(--pdr-bg-body)}[data-plugin=dev-tools] :where(.pdr-preview>*){position:absolute;inset:0;height:100%;width:100%;min-width:0;min-height:0;margin:0}[data-plugin=dev-tools] :where(.pdr-preview__empty){position:static;height:auto;width:auto;align-self:center;margin:0 auto;max-width:100%;overflow:hidden;font-size:12px;color:var(--pdr-text-4);text-align:center;padding:24px}[data-plugin=dev-tools] :where(.pdr-logs){display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-logs__tip){flex-shrink:0;padding:8px 10px;border-radius:6px;background-color:var(--pdr-bg-panel);color:var(--pdr-text-3);font-size:11px;line-height:1.6}[data-plugin=dev-tools] :where(.pdr-logs__viewer){flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-set){display:grid;grid-template-columns:180px 1fr;flex:1;min-height:0}[data-plugin=dev-tools] :where(.pdr-set__sidebar){grid-row:1;grid-column:1;display:flex;flex-direction:column;gap:2px;padding:12px 8px;border-right:1px solid var(--pdr-border);background-color:var(--pdr-bg-chrome);overflow-y:auto}[data-plugin=dev-tools] :where(.pdr-set__navitem){display:block;width:100%;padding:8px 12px;border:none;border-radius:6px;background-color:transparent;color:var(--pdr-text-2);font-family:inherit;font-size:12px;text-align:left;cursor:pointer;transition:background-color .12s ease,color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__navitem:hover){background-color:var(--pdr-bg-panel);color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__navitem.is-active){background-color:var(--pdr-bg-select);color:var(--pdr-brand);font-weight:500}[data-plugin=dev-tools] :where(.pdr-set__navitem--sub){padding-left:24px;font-size:11px}[data-plugin=dev-tools] :where(.pdr-set__navgroup){display:flex;flex-direction:column;gap:2px;margin-top:6px}[data-plugin=dev-tools] :where(.pdr-set__navgrouptitle){padding:6px 12px 4px;font-size:10px;font-weight:600;color:var(--pdr-text-4);text-transform:uppercase;letter-spacing:.5px}[data-plugin=dev-tools] :where(.pdr-set__content){grid-row:1;grid-column:2;min-width:0;min-height:0;overflow:auto}[data-plugin=dev-tools] :where(.pdr-set__panel){display:flex;flex-direction:column;gap:20px;max-width:720px;margin:0 auto;padding:20px 28px 32px}[data-plugin=dev-tools] :where(.pdr-set__head){display:flex;flex-direction:column;gap:5px}[data-plugin=dev-tools] :where(.pdr-set__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__sub){font-size:11px;color:var(--pdr-text-1);word-break:break-all}[data-plugin=dev-tools] :where(.pdr-set__state){flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--pdr-text-3);font-size:12px}[data-plugin=dev-tools] :where(.pdr-set__error){max-width:460px;text-align:center;color:var(--pdr-danger);font-size:12px;line-height:1.6;word-break:break-all}[data-plugin=dev-tools] :where(.pdr-set__group){display:flex;flex-direction:column;gap:14px}[data-plugin=dev-tools] :where(.pdr-set__grouptitle){font-size:13px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-field){display:flex;flex-direction:column;gap:7px;min-width:0}[data-plugin=dev-tools] :where(.pdr-field__label){font-size:11px;font-weight:500;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-field__labelline){display:flex;align-items:center;gap:8px}[data-plugin=dev-tools] :where(.pdr-field__hint){font-size:10px;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-set__iconpicker){display:flex;align-items:center;justify-content:center;width:96px;height:96px;border:1px dashed var(--pdr-border-strong);border-radius:8px;background-color:var(--pdr-bg-panel);cursor:pointer;overflow:hidden;transition:border-color .12s ease,background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__iconpicker:hover){border-color:var(--pdr-brand);background-color:var(--pdr-bg-select)}[data-plugin=dev-tools] :where(.pdr-set__iconimg){width:100%;height:100%;object-fit:contain;padding:8px}[data-plugin=dev-tools] :where(.pdr-set__iconempty){font-size:11px;color:var(--pdr-text-4)}[data-plugin=dev-tools] :where(.pdr-set__typecards){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}[data-plugin=dev-tools] :where(.pdr-set__typecard){display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .12s ease,background-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__typecard:hover){border-color:var(--pdr-border-strong)}[data-plugin=dev-tools] :where(.pdr-set__typecard.is-active){border-color:var(--pdr-brand);background-color:var(--pdr-bg-step-active)}[data-plugin=dev-tools] :where(.pdr-set__typename){font-size:12px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__typecard.is-active .pdr-set__typename){color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-set__typedesc){font-size:10px;line-height:1.5;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__platformgrid){display:grid;grid-template-columns:repeat(3,1fr);gap:12px}[data-plugin=dev-tools] :where(.pdr-set__platformcol){display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 12px;border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);transition:border-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__platformcol.is-active){border-color:var(--pdr-brand)}[data-plugin=dev-tools] :where(.pdr-set__platformicon){display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-set__platformname){font-size:12px;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-set__archrow){display:flex;align-items:center;justify-content:center;gap:6px}[data-plugin=dev-tools] :where(.pdr-set__archchip){padding:3px 18px;border:1px solid var(--pdr-border);border-radius:6px;background-color:var(--dl-fill-1);font-family:inherit;font-size:13px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}[data-plugin=dev-tools] :where(.pdr-set__archchip:hover){border-color:var(--pdr-border-strong)}[data-plugin=dev-tools] :where(.pdr-set__archchip.is-on){background-color:var(--pdr-brand);border-color:var(--pdr-brand);color:var(--dlient-text-color-anti)}[data-plugin=dev-tools] :where(.pdr-upload){width:600px;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding:20px 24px 32px}[data-plugin=dev-tools] :where(.pdr-upload__foot){display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:4px}[data-plugin=dev-tools] :where(.pdr-upload__hint){flex:1;font-size:11px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-cdlg__head){display:flex;flex-direction:column;gap:5px}[data-plugin=dev-tools] :where(.pdr-cdlg__title){font-size:16px;font-weight:600;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-cdlg__desc){font-size:12px;color:var(--pdr-text-3);line-height:1.6}[data-plugin=dev-tools] :where(.pdr-cdlg__body){display:flex;flex-direction:column;gap:16px;padding:20px 30px}[data-plugin=dev-tools] :where(.pdr-cdlg__error){padding:8px 10px;border-radius:6px;background-color:var(--dlient-error-color-light);color:var(--dlient-error-color);font-size:12px;line-height:1.6;word-break:break-all}[data-plugin=dev-tools] :where(.pdr-cdlg__foot){display:flex;justify-content:flex-end;gap:10px}[data-plugin=dev-tools] :where(.pdr-set__mdwrap){border:1px solid var(--pdr-border);border-radius:8px;background-color:var(--pdr-bg-panel);min-height:240px;max-height:520px;overflow:auto}[data-plugin=dev-tools] :where(.pdr-set__mdloading){display:flex;align-items:center;justify-content:center;min-height:240px}[data-plugin=dev-tools] :where(.pdr-set__areafoot){display:flex;justify-content:flex-end;gap:10px;padding-top:12px;border-top:1px solid var(--pdr-border);margin-top:8px}[data-plugin=dev-tools] :where(.pdr-set__localehead){display:flex;align-items:flex-start;justify-content:space-between;gap:12px}[data-plugin=dev-tools] :where(.pdr-set__localeheadtext){display:flex;flex-direction:column;gap:5px;min-width:0}[data-plugin=dev-tools] :where(.pdr .dui-radio),[data-plugin=dev-tools] :where(.pdr .dui-radio-button){font-size:var(--dlient-font-size-caption)}[data-plugin=dev-tools] :where(.pdr .dui-radio-group){display:flex;align-items:center;gap:var(--dlient-spacing-sm)}[data-plugin=dev-tools] :where(.pdr .atomic-cm-editor .cm-scroller){padding:15px}[data-plugin=dev-tools] :where(.atomic-cm-editor){--atomic-editor-body-size: 14px;--atomic-editor-body-leading:1.7}[data-plugin=dev-tools] :where(.pdr-upload-steps){display:flex;flex-direction:column;gap:12px;padding:6px 2px}[data-plugin=dev-tools] :where(.pdr-upload-step){display:flex;align-items:center;gap:10px;font-size:13px;color:var(--pdr-text-2)}[data-plugin=dev-tools] :where(.pdr-upload-step__dot){width:10px;height:10px;border-radius:50%;background-color:var(--pdr-border-strong);flex:none}[data-plugin=dev-tools] :where(.pdr-upload-step--running .pdr-upload-step__dot){background-color:var(--pdr-brand);animation:dev-tools-pdr-upload-pulse 1s ease-in-out infinite}[data-plugin=dev-tools] :where(.pdr-upload-step--done .pdr-upload-step__dot){background-color:var(--pdr-success)}[data-plugin=dev-tools] :where(.pdr-upload-step--error .pdr-upload-step__dot){background-color:var(--pdr-danger)}[data-plugin=dev-tools] :where(.pdr-upload-step--error .pdr-upload-step__label){color:var(--pdr-danger)}[data-plugin=dev-tools] :where(.pdr-upload-step__label){font-weight:500;color:var(--pdr-text-1)}[data-plugin=dev-tools] :where(.pdr-upload-step__phase){font-size:12px;color:var(--pdr-text-3)}[data-plugin=dev-tools] :where(.pdr-upload-step__err){font-size:12px;color:var(--pdr-danger);word-break:break-all}[data-plugin=dev-tools] :where(.pdr-upload-step-done){margin-top:4px;text-align:center;font-size:13px;font-weight:600;color:var(--pdr-success)}@keyframes dev-tools-pdr-upload-pulse{0%,to{opacity:1}50%{opacity:.35}}[data-plugin=dev-tools] :where(.df-flow){display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;padding:2px 6px 6px;color:var(--dlient-text-color-primary, #333)}[data-plugin=dev-tools] :where(.df-flow__loading){height:36px;display:flex;align-items:center;justify-content:center}[data-plugin=dev-tools] :where(.df-flow__steps){display:flex;flex-direction:column;gap:4px;width:100%}[data-plugin=dev-tools] :where(.df-flow__row){display:flex;align-items:center;justify-content:center;gap:10px;min-height:30px;font-size:13px}[data-plugin=dev-tools] :where(.df-flow__icon){display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex:none}[data-plugin=dev-tools] :where(.df-flow__label){line-height:1.4}[data-plugin=dev-tools] :where(.df-flow__row--pending){color:var(--dlient-text-color-placeholder, #999)}[data-plugin=dev-tools] :where(.df-flow__row--running),[data-plugin=dev-tools] :where(.df-flow__row--done){color:var(--dlient-brand-color, #2f6bff)}[data-plugin=dev-tools] :where(.df-flow__row--error){color:var(--dlient-error-color, #d54941)}[data-plugin=dev-tools] :where(.df-flow__dot){width:7px;height:7px;border-radius:50%;border:1.5px solid currentColor;opacity:.55}[data-plugin=dev-tools] :where(.df-flow__spin){display:inline-flex}[data-plugin=dev-tools] :where(.df-flow__loader){animation:dev-tools-df-flow-spin 1s linear infinite}@keyframes dev-tools-df-flow-spin{to{transform:rotate(360deg)}}[data-plugin=dev-tools] :where(.df-flow__error){width:100%;box-sizing:border-box;margin-top:6px;padding:8px 10px;border-radius:6px;background:var(--dlient-error-color-light, rgba(213, 73, 65, .12));color:var(--dlient-error-color, #d54941);font-size:12px;line-height:1.5;word-break:break-all;text-align:left;max-height:110px;overflow:auto}[data-plugin=dev-tools] :where(.df-flow__foot){display:flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding-top:8px;width:100%}