[data-duckterm-hub]{--dh-bg:#0d0d12;--dh-surface:#16161e;--dh-surface-2:#1d1d27;--dh-surface-hover:#22222e;--dh-border:#2a2a36;--dh-border-strong:#383848;--dh-text:#e8e8ee;--dh-text-dim:#a4a4b4;--dh-text-faint:#6a6a7a;--dh-accent:#f4c542;--dh-accent-soft:#f4c5421f;--dh-success:#4ade80;--dh-mosh:#c084fc;--dh-local:#60a5fa;--dh-prod:#f87171;--dh-stg:#fbbf24;--dh-dev:#34d399;--dh-local-env:#60a5fa;--dh-radius-sm:6px;--dh-radius-md:10px;--dh-radius-lg:14px;--dh-radius-pill:999px;--dh-shadow-sm:0 1px 2px #0003;--dh-shadow-md:0 4px 12px #0000004d;--dh-easing:cubic-bezier(.16, 1, .3, 1);--dh-mono:"JetBrains Mono", "SF Mono", Menlo, monospace;--dh-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;font-family:var(--dh-sans);color:var(--dh-text);background:var(--dh-bg)}@media (prefers-color-scheme:light){:root:not([data-ui-theme=dark]) [data-duckterm-hub]{--dh-bg:#f5f5f7;--dh-surface:#fff;--dh-surface-2:#f8f8fa;--dh-surface-hover:#ececf0;--dh-border:#e4e4e8;--dh-border-strong:#d0d0d8;--dh-text:#16161e;--dh-text-dim:#565664;--dh-text-faint:#8a8a98;--dh-accent:#b8860b;--dh-accent-soft:#b8860b1a}}:root[data-ui-theme=light] [data-duckterm-hub]{--dh-bg:#f5f5f7;--dh-surface:#fff;--dh-surface-2:#f8f8fa;--dh-surface-hover:#ececf0;--dh-border:#e4e4e8;--dh-border-strong:#d0d0d8;--dh-text:#16161e;--dh-text-dim:#565664;--dh-text-faint:#8a8a98;--dh-accent:#b8860b;--dh-accent-soft:#b8860b1a}[data-duckterm-hub] *,[data-duckterm-hub] :before,[data-duckterm-hub] :after{box-sizing:border-box}.dh-shell{max-width:1280px;min-height:100%;margin:0 auto;padding:28px 32px 48px}.dh-head{margin-bottom:28px}.dh-title-row{align-items:baseline;gap:14px;margin-bottom:16px;display:flex}.dh-title{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600}.dh-sub{color:var(--dh-text-dim);font-size:13px}.dh-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dh-search{flex:1;min-width:240px;position:relative}.dh-search input{background:var(--dh-surface);border:1px solid var(--dh-border);border-radius:var(--dh-radius-md);width:100%;color:var(--dh-text);font:inherit;transition:border-color .12s var(--dh-easing), box-shadow .12s var(--dh-easing);padding:9px 12px 9px 32px;font-size:13px}.dh-search input:focus{border-color:var(--dh-accent);box-shadow:0 0 0 3px var(--dh-accent-soft);outline:none}.dh-search .ico{color:var(--dh-text-faint);pointer-events:none;font-size:14px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.dh-chips{background:var(--dh-surface);border:1px solid var(--dh-border);border-radius:var(--dh-radius-md);gap:2px;padding:3px;display:flex}.dh-chip{font:inherit;color:var(--dh-text-dim);cursor:pointer;transition:background .12s var(--dh-easing), color .12s var(--dh-easing);background:0 0;border:none;border-radius:7px;padding:7px 12px;font-size:12.5px;font-weight:500}.dh-chip:hover{color:var(--dh-text)}.dh-chip[aria-pressed=true]{background:var(--dh-surface-hover);color:var(--dh-text);box-shadow:var(--dh-shadow-sm)}.dh-chip .cnt{background:var(--dh-surface-2);border-radius:var(--dh-radius-pill);font-variant-numeric:tabular-nums;color:var(--dh-text-faint);margin-left:8px;padding:1px 7px;font-size:11px}.dh-chip[aria-pressed=true] .cnt{background:var(--dh-accent-soft);color:var(--dh-accent)}.dh-section{margin-bottom:28px}.dh-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--dh-text-dim);align-items:center;gap:10px;margin:0 0 14px;font-size:13px;font-weight:600;display:flex}.dh-section-title .dot{background:var(--dh-text-faint);border-radius:50%;width:8px;height:8px}.dh-section-title .dot.live{background:var(--dh-success);box-shadow:0 0 0 3px #4ade8033}.dh-section-title .dot.env-prod{background:var(--dh-prod)}.dh-section-title .dot.env-stg{background:var(--dh-stg)}.dh-section-title .dot.env-dev{background:var(--dh-dev)}.dh-section-title .dot.env-local{background:var(--dh-local-env)}.dh-section-title .cnt{background:var(--dh-surface-2);border:1px solid var(--dh-border);border-radius:var(--dh-radius-pill);font-variant-numeric:tabular-nums;color:var(--dh-text-dim);letter-spacing:0;text-transform:none;margin-left:4px;padding:1px 8px;font-size:11px;font-weight:600}.dh-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.dh-card{background:var(--dh-surface);border:1px solid var(--dh-border);border-radius:var(--dh-radius-lg);cursor:pointer;transition:all .2s var(--dh-easing);text-align:left;font:inherit;color:inherit;flex-direction:column;gap:10px;padding:16px;display:flex;position:relative;overflow:hidden}.dh-card:hover{border-color:var(--dh-border-strong);background:var(--dh-surface-2);box-shadow:var(--dh-shadow-md);transform:translateY(-2px)}.dh-card:focus-visible{border-color:var(--dh-accent);box-shadow:0 0 0 3px var(--dh-accent-soft);outline:none}.dh-card-live{border-color:#4ade804d}.dh-thumb{aspect-ratio:3/4;border-radius:var(--dh-radius-md);border:1px solid var(--dh-border);background:#0d0d12 50%/cover no-repeat;width:100%;margin-bottom:6px;position:relative;overflow:hidden}.dh-thumb-empty{background:linear-gradient(135deg, var(--dh-surface-2), var(--dh-surface-hover));font-family:var(--dh-mono);color:var(--dh-text-faint);letter-spacing:.03em;place-items:center;font-size:11px;display:grid}.dh-thumb-host{opacity:.6;text-transform:uppercase}.dh-thumb-wrap{margin-bottom:6px;position:relative}.dh-thumb-wrap>.dh-thumb{margin-bottom:0}.dh-pills{pointer-events:none;gap:6px;display:flex;position:absolute;top:8px;left:8px}.dh-pill{font-family:var(--dh-mono);letter-spacing:.04em;color:#fff;text-shadow:0 1px 2px #0000004d;border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex;box-shadow:0 1px 3px #0000002e}.dh-pill-ssh,.dh-pill-tmux{background:linear-gradient(#38bdf8,#0ea5e9)}.dh-pill-mosh{background:linear-gradient(#a78bfa,#8b5cf6)}.dh-pill-local{background:linear-gradient(#94a3b8,#64748b)}.dh-pill-live{background:linear-gradient(#4ade80,#16a34a)}.dh-card-head{align-items:center;gap:8px;display:flex}.dh-card-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.dh-host{font-family:var(--dh-mono);color:var(--dh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.dh-host .port{color:var(--dh-text-faint)}.dh-meta{color:var(--dh-text-faint);border-top:1px solid var(--dh-border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;font-size:12px;display:flex}.dh-when{color:var(--dh-text-faint);font-size:12px}.auth-pill{color:var(--dh-text-dim);align-items:center;gap:4px;font-size:11px;font-weight:500;display:inline-flex}.dh-env-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:var(--dh-radius-pill);background:var(--dh-surface-2);color:var(--dh-text-dim);border:1px solid var(--dh-border);align-items:center;padding:3px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.dh-env-pill.env-prod{color:var(--dh-prod);background:#f871711f;border-color:#f871714d}.dh-env-pill.env-stg{color:var(--dh-stg);background:#fbbf241f;border-color:#fbbf244d}.dh-env-pill.env-dev{color:var(--dh-dev);background:#34d3991f;border-color:#34d3994d}.dh-env-pill.env-local{color:var(--dh-local-env);background:#60a5fa1f;border-color:#60a5fa4d}.dh-kind-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:var(--dh-radius-pill);background:var(--dh-surface-2);color:var(--dh-text-dim);border:1px solid var(--dh-border);align-items:center;padding:3px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.dh-kind-pill.ssh{color:var(--dh-success);background:#4ade801a;border-color:#4ade804d}.dh-kind-pill.mosh{color:var(--dh-mosh);background:#c084fc1a;border-color:#c084fc4d}.dh-kind-pill.local{color:var(--dh-local);background:#60a5fa1a;border-color:#60a5fa4d}.dh-attached{background:var(--dh-success);width:7px;height:7px;animation:dh-pulse 2s var(--dh-easing) infinite;border-radius:50%;margin-left:auto;box-shadow:0 0 0 3px #4ade8033}@keyframes dh-pulse{0%,to{opacity:1}50%{opacity:.55}}.dh-empty{text-align:center;color:var(--dh-text-faint);padding:64px 24px}.dh-empty .ico{opacity:.5;margin-bottom:12px;font-size:36px}.dh-empty h3{color:var(--dh-text-dim);margin:0 0 6px;font-size:15px;font-weight:600}.dh-empty p{max-width:40ch;margin:0 auto;font-size:13px;line-height:1.6}.dh-card.is-pinned:before{content:"";background:var(--dh-accent);width:3px;position:absolute;top:0;bottom:0;left:0}.dh-pin{opacity:.85;margin-left:auto;font-size:12px}.tmux-tag{font-family:var(--dh-mono);color:var(--dh-accent);align-items:center;gap:4px;font-size:11.5px;display:inline-flex}.dh-host-group{margin-bottom:8px}.dh-host-fold{background:var(--dh-surface-2);border:1px solid var(--dh-border);width:100%;color:var(--dh-text-dim);cursor:pointer;font:inherit;text-align:left;border-radius:6px;align-items:center;gap:8px;margin-bottom:4px;padding:8px 12px;transition:background .1s,color .1s;display:flex}.dh-host-fold:hover{background:var(--dh-surface-hover);color:var(--dh-text)}.dh-host-fold-caret{width:12px;color:var(--dh-text-faint);font-size:10px}.dh-host-fold-name{font-family:var(--dh-mono);color:var(--dh-text);flex:1;font-size:13px}.dh-host-fold-count{background:var(--dh-bg);color:var(--dh-text-dim);border-radius:999px;padding:2px 8px;font-size:11.5px}.dh-host-group.expanded .dh-host-fold{border-bottom-right-radius:0;border-bottom-left-radius:0}[data-duckterm-hub] .dh-link{color:var(--dh-accent,#f4c542);cursor:pointer;border-bottom:1px dotted;text-decoration:none}[data-duckterm-hub] .dh-link:hover{opacity:.85}.xterm{cursor:text;-webkit-user-select:none;user-select:none;position:relative}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{z-index:5;position:absolute;top:0}.xterm .xterm-helper-textarea{opacity:0;z-index:-5;white-space:nowrap;resize:none;border:0;width:0;height:0;margin:0;padding:0;position:absolute;top:0;left:-9999em;overflow:hidden}.xterm .composition-view{color:#fff;white-space:nowrap;z-index:1;background:#000;display:none;position:absolute}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{cursor:default;background-color:#000;position:absolute;inset:0;overflow-y:scroll}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;top:0;left:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{visibility:hidden;line-height:normal;display:inline-block;position:absolute;top:0;left:-9999em}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{z-index:10;color:#0000;pointer-events:none;position:absolute;inset:0}.xterm .xterm-accessibility-tree:not(.debug) ::selection{color:#0000}.xterm .xterm-accessibility-tree{-webkit-user-select:text;user-select:text;white-space:pre}.xterm .live-region{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:underline double;text-decoration:underline double}.xterm-underline-3{-webkit-text-decoration:underline wavy;text-decoration:underline wavy}.xterm-underline-4{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.xterm-underline-5{-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:underline overline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;pointer-events:none;position:absolute;top:0;right:0}.xterm-decoration-top{z-index:2;position:relative}[data-duckterm-files]{--df-bg:#0d0d12;--df-surface:#16161e;--df-surface-2:#1d1d27;--df-surface-hover:#22222e;--df-border:#2a2a36;--df-border-strong:#383848;--df-text:#e8e8ee;--df-text-dim:#a4a4b4;--df-text-faint:#6a6a7a;--df-accent:#f4c542;--df-accent-soft:#f4c5421f;--df-danger:#f87171;--df-radius-sm:6px;--df-radius-md:10px;--df-easing:cubic-bezier(.16, 1, .3, 1);--df-mono:"JetBrains Mono", "SF Mono", Menlo, monospace;--df-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;height:100%;font-family:var(--df-sans);color:var(--df-text);background:var(--df-bg);flex-direction:column;display:flex;position:relative}@media (prefers-color-scheme:light){:root:not([data-ui-theme=dark]) [data-duckterm-files]{--df-bg:#f5f5f7;--df-surface:#fff;--df-surface-2:#f8f8fa;--df-surface-hover:#ececf0;--df-border:#e4e4e8;--df-border-strong:#d0d0d8;--df-text:#16161e;--df-text-dim:#565664;--df-text-faint:#8a8a98;--df-accent:#b8860b;--df-accent-soft:#b8860b1a}}:root[data-ui-theme=light] [data-duckterm-files]{--df-bg:#f5f5f7;--df-surface:#fff;--df-surface-2:#f8f8fa;--df-surface-hover:#ececf0;--df-border:#e4e4e8;--df-border-strong:#d0d0d8;--df-text:#16161e;--df-text-dim:#565664;--df-text-faint:#8a8a98;--df-accent:#b8860b;--df-accent-soft:#b8860b1a}[data-duckterm-files] *,[data-duckterm-files] :before,[data-duckterm-files] :after{box-sizing:border-box}#duckterm-files-host{flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex}.df-shell{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.df-shell.df-with-preview{flex-direction:row}.df-list-pane{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.df-shell.df-with-preview .df-list-pane{flex:0 0 var(--df-list-w,320px);min-width:200px;max-width:60%}.df-splitter{cursor:col-resize;background:var(--df-border);z-index:1;width:6px;transition:background .1s var(--df-easing);flex-shrink:0;position:relative}.df-splitter:hover,.df-splitter:active{background:var(--df-accent)}body.df-resizing,body.df-resizing *{-webkit-user-select:none;user-select:none;cursor:col-resize!important}.df-tr.df-tr-selected{background:var(--df-accent-soft)}.df-tr.df-tr-selected .df-col-name{color:var(--df-accent)}.df-shell.df-with-preview .df-col-kind,.df-shell.df-with-preview .df-table th.df-col-kind{display:none}.df-shell.df-with-preview .df-table td{padding:5px 12px}.df-shell.df-with-preview .df-table th{padding:6px 12px}.df-shell.df-with-preview .df-toolbar{gap:4px;padding:6px 10px}.df-shell.df-with-preview .df-tbtn{padding:4px 8px}.df-toolbar{background:var(--df-surface);border-bottom:1px solid var(--df-border);align-items:center;gap:6px;padding:8px 14px;display:flex}.df-tbtn{border:1px solid var(--df-border-strong);background:var(--df-surface-2);color:var(--df-text-dim);font:inherit;border-radius:var(--df-radius-sm);cursor:pointer;transition:all .12s var(--df-easing);padding:5px 10px;font-size:12.5px}.df-tbtn:hover:not(:disabled){background:var(--df-surface-hover);color:var(--df-text);border-color:var(--df-accent)}.df-tbtn:disabled{opacity:.5;cursor:not-allowed}.df-bcrumb-top{background:var(--df-surface);border-bottom:1px solid var(--df-border);font-family:var(--df-mono);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:4px;padding:6px 12px;font-size:11.5px;display:flex}.df-bcrumb-top .df-bcrumb-seg{color:var(--df-text-dim);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;padding:1px 6px}.df-bcrumb-top .df-bcrumb-seg:hover{background:var(--df-surface-hover);color:var(--df-accent)}.df-bcrumb-top .df-bcrumb-seg:last-of-type{color:var(--df-text);font-weight:500}.df-bcrumb-top .df-bcrumb-sep{color:var(--df-text-faint);font-size:10px}.df-tree-scroll{flex:1;min-height:0;padding:4px 0;position:relative;overflow:auto}.dft-tree{flex-direction:column;display:flex}.dft-sticky-stack{z-index:5;background:var(--df-bg);border-bottom:1px solid var(--df-border);position:sticky;top:0;box-shadow:0 2px 6px -3px #00000073}.dft-sticky-row{cursor:pointer;-webkit-user-select:none;user-select:none}.dft-sticky-row:hover{background:var(--df-surface-hover)}.dft-col-size,.dft-col-mtime{font-variant-numeric:tabular-nums;font-family:var(--df-mono);color:var(--df-text-faint);text-align:right;flex-shrink:0;margin-left:8px;font-size:11px}.dft-col-size{width:56px}.dft-col-mtime{width:60px}.dft-col-dim{opacity:.45}.dft-tab-new-term{border:1px dashed var(--df-border);color:var(--df-text-faint);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;margin-left:6px;padding:4px 10px;font-size:11px;transition:background .1s,color .1s,border-color .1s;display:inline-flex}.dft-tab-new-term:hover{background:var(--df-surface-hover);color:var(--df-text);border-color:var(--df-text-faint);border-style:solid}.dfp-embedded-term{background:var(--bg-terminal,#0d0d12);outline:none;flex:1;width:100%;min-height:0;padding:6px 8px 0}.dfp-embedded-term .xterm{width:100%;height:100%}.dft-node{cursor:pointer;color:var(--df-text-dim);-webkit-user-select:none;user-select:none;align-items:center;gap:4px;padding:3px 12px;font-size:12.5px;display:flex;position:relative}.dft-node:hover{background:var(--df-surface-hover);color:var(--df-text)}.dft-node-selected,.dft-node-selected:hover{background:var(--df-accent-soft);color:var(--df-accent)}.dft-node-dir{color:var(--df-text)}.dft-node[data-depth="1"]:before,.dft-node[data-depth="2"]:before,.dft-node[data-depth="3"]:before,.dft-node[data-depth="4"]:before,.dft-node[data-depth="5"]:before,.dft-node[data-depth="6"]:before,.dft-node[data-depth="7"]:before{content:"";pointer-events:none;border-left:1px solid var(--df-border);width:0;position:absolute;top:0;bottom:0}.dft-node[data-depth="1"]:before{left:14px}.dft-node[data-depth="2"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset;left:14px}.dft-node[data-depth="3"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset, 28px 0 0 -1px var(--df-border) inset;left:14px}.dft-node[data-depth="4"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset, 28px 0 0 -1px var(--df-border) inset, 42px 0 0 -1px var(--df-border) inset;left:14px}.dft-node[data-depth="5"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset, 28px 0 0 -1px var(--df-border) inset, 42px 0 0 -1px var(--df-border) inset, 56px 0 0 -1px var(--df-border) inset;left:14px}.dft-node[data-depth="6"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset, 28px 0 0 -1px var(--df-border) inset, 42px 0 0 -1px var(--df-border) inset, 56px 0 0 -1px var(--df-border) inset, 70px 0 0 -1px var(--df-border) inset;left:14px}.dft-node[data-depth="7"]:before{box-shadow:14px 0 0 -1px var(--df-border) inset, 28px 0 0 -1px var(--df-border) inset, 42px 0 0 -1px var(--df-border) inset, 56px 0 0 -1px var(--df-border) inset, 70px 0 0 -1px var(--df-border) inset, 84px 0 0 -1px var(--df-border) inset;left:14px}.dft-chevron{text-align:center;width:12px;color:var(--df-text-faint);flex-shrink:0;font-size:9px;display:inline-block}.dft-chevron-blank{width:12px;display:inline-block}.dft-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:16px;display:inline-flex}.dft-node-dir .dft-icon{color:#ddb95c}.dft-folder-svg{width:16px;height:16px;display:block}.dft-fileicon{flex-shrink:0;width:16px;height:16px;display:block}.dft-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.dft-size{font-variant-numeric:tabular-nums;color:var(--df-text-faint);flex-shrink:0;margin-left:8px;font-size:11px}.dft-node-status{color:var(--df-text-faint);padding:2px 0;font-size:11.5px}.dft-node-error{color:var(--df-danger)}.dft-node{align-items:center;height:22px}.dft-node-focused:not(.dft-node-selected){outline:1px dashed var(--df-accent);outline-offset:-1px}.dft-rename{background:var(--df-bg);color:var(--df-text);border:1px solid var(--df-accent);font:inherit;border-radius:3px;flex:1;min-width:0;padding:0 4px;font-size:12.5px}.dft-git{font-variant-numeric:tabular-nums;text-align:center;flex-shrink:0;width:14px;margin-left:4px;font-size:10px;font-weight:700}.dft-git-M{color:var(--df-accent)}.dft-git-A{color:#4ade80}.dft-git-D{color:var(--df-danger)}.dft-git-R{color:var(--df-accent)}.dft-git-\?{color:#60a5fa}.dft-tab-pin{opacity:.8;font-size:9px}.dft-tab-pinned .dft-tab-name{font-weight:600}.dft-drop-end{flex:40px;min-width:40px}.df-tree-host{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.df-tree-scroll-hidden{display:none!important}.df-search-panel{background:var(--df-bg);flex-direction:column;flex:1;min-height:0;display:flex}.df-search-row{background:var(--df-surface);border-bottom:1px solid var(--df-border);gap:4px;padding:8px 10px;display:flex}.df-search-input{background:var(--df-surface-2);border:1px solid var(--df-border-strong);color:var(--df-text);font:inherit;border-radius:4px;flex:1;padding:4px 8px}.df-search-meta{color:var(--df-text-faint);border-bottom:1px solid var(--df-border);padding:4px 12px;font-size:11px}.df-search-results{flex:1;min-height:0;overflow:auto}.df-search-hit{border-bottom:1px solid var(--df-border);cursor:pointer;font-family:var(--df-mono);padding:6px 12px;font-size:11.5px}.df-search-hit:hover{background:var(--df-surface-hover)}.df-search-hit-path{color:var(--df-accent);margin-bottom:2px;font-size:11px}.df-search-hit-content{color:var(--df-text-dim);white-space:pre;text-overflow:ellipsis;overflow:hidden}.df-qp-overlay{z-index:1000;background:#0006;justify-content:center;align-items:flex-start;padding-top:80px;display:flex;position:fixed;inset:0}.df-qp-shell{background:var(--df-surface);border:1px solid var(--df-border-strong);border-radius:8px;flex-direction:column;width:min(640px,90vw);max-height:60vh;display:flex;overflow:hidden;box-shadow:0 16px 48px #00000080}.df-qp-input{border:0;border-bottom:1px solid var(--df-border);color:var(--df-text);font:inherit;background:0 0;outline:0;padding:12px 16px}.df-qp-meta{color:var(--df-text-faint);border-bottom:1px solid var(--df-border);padding:4px 16px;font-size:11px}.df-qp-list{flex:1;overflow:auto}.df-qp-item{cursor:pointer;font-family:var(--df-mono);align-items:baseline;gap:8px;padding:5px 16px;font-size:12px;display:flex}.df-qp-item-active{background:var(--df-accent-soft);color:var(--df-accent)}.df-qp-name{color:var(--df-text)}.df-qp-item-active .df-qp-name{color:var(--df-accent)}.df-qp-dir{color:var(--df-text-faint);font-size:11px}.df-qp-empty{color:var(--df-text-faint);text-align:center;padding:16px}.df-statusbar{background:var(--df-surface);border-top:1px solid var(--df-border);color:var(--df-text-dim);flex-shrink:0;align-items:center;gap:10px;padding:4px 12px;font-size:11px;display:flex}.df-sb-spacer{flex:1}.df-sb-branch{color:var(--df-text);font-family:var(--df-mono);font-size:11px}.df-sb-sync{color:var(--df-text-faint);font-family:var(--df-mono);font-variant-numeric:tabular-nums;font-size:10.5px}.df-sb-meta{font-family:var(--df-mono);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:600}.dfp-pane{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.dft-bar{background:var(--df-surface);border-bottom:1px solid var(--df-border);scrollbar-width:thin;flex-shrink:0;align-items:stretch;gap:1px;padding:0 6px;display:flex;overflow-x:auto}.dft-tab{color:var(--df-text-dim);background:var(--df-surface);cursor:pointer;border:1px solid #0000;border-bottom:0;flex-shrink:0;align-items:center;gap:6px;max-width:200px;padding:6px 10px;font-size:12px;display:flex;position:relative}.dft-tab:hover{background:var(--df-surface-hover);color:var(--df-text)}.dft-tab-active{background:var(--df-bg);color:var(--df-text);border-color:var(--df-border);border-bottom-color:var(--df-bg);margin-bottom:-1px}.dft-tab-ico{color:var(--df-text-faint);flex-shrink:0;font-size:11px}.dft-tab-active .dft-tab-ico{color:var(--df-accent)}.dft-tab-name{white-space:nowrap;text-overflow:ellipsis;font-family:var(--df-mono);font-size:11.5px;overflow:hidden}.dft-tab-x{color:var(--df-text-faint);cursor:pointer;background:0 0;border:0;border-radius:3px;flex-shrink:0;padding:0 2px;font-size:12px;line-height:1}.dft-tab-x:hover{background:var(--df-surface-hover);color:var(--df-text)}.dft-tab-dirty .dft-tab-name{color:var(--df-text);font-style:italic}.dft-tab-dirty .dft-tab-x{color:var(--df-accent);font-size:14px}.dft-tab-dirty.dft-tab-active .dft-tab-x{color:var(--df-accent)}.df-tbtn-toggle{align-items:center;gap:4px;display:inline-flex;position:relative}.df-tbtn-toggle.df-tbtn-on{background:var(--df-accent-soft);border-color:var(--df-accent);color:var(--df-accent)}.df-tbtn-badge{font-variant-numeric:tabular-nums;background:var(--df-accent-soft);color:var(--df-accent);border-radius:999px;padding:0 5px;font-size:10.5px;line-height:1.4}.df-path{background:var(--df-surface-2);border:1px solid var(--df-border-strong);border-radius:var(--df-radius-sm);color:var(--df-text);font-family:var(--df-mono);transition:border-color .12s var(--df-easing), box-shadow .12s var(--df-easing);outline:none;flex:1;padding:6px 10px;font-size:12px}.df-path:focus{border-color:var(--df-accent);box-shadow:0 0 0 3px var(--df-accent-soft)}.df-path:disabled{opacity:.5}.df-error{border-radius:var(--df-radius-md);color:var(--df-danger);background:#f871711a;border:1px solid #f871714d;margin:12px 14px 0;padding:10px 14px;font-size:13px}.df-table-scroll{flex:1;min-height:0;overflow:auto}.df-table{border-collapse:collapse;background:var(--df-bg);width:100%;font-size:13px}.df-table thead{background:var(--df-surface);z-index:1;position:sticky;top:0}.df-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--df-text-dim);border-bottom:1px solid var(--df-border);padding:9px 14px;font-size:11.5px;font-weight:600}.df-table td{border-bottom:1px solid var(--df-border);white-space:nowrap;text-overflow:ellipsis;padding:8px 14px;overflow:hidden}.df-tr{cursor:pointer;transition:background 80ms var(--df-easing)}.df-tr:hover{background:var(--df-surface-hover)}.df-tr-dir .df-col-name{color:var(--df-accent)}.df-row-ico{text-align:center;width:18px;color:var(--df-text-dim);margin-right:6px;display:inline-block}.df-tr-dir .df-row-ico{color:var(--df-accent)}.df-col-name{width:60%}.df-col-size{text-align:right;font-variant-numeric:tabular-nums;color:var(--df-text-dim);width:100px}.df-col-kind{color:var(--df-text-faint);width:100px}.df-empty{text-align:center;color:var(--df-text-faint);padding:32px 14px}.df-bcrumb{background:var(--df-surface);border-top:1px solid var(--df-border);color:var(--df-text-faint);white-space:nowrap;align-items:center;gap:4px;padding:8px 14px;font-size:11.5px;display:flex;overflow-x:auto}.df-bcrumb-seg{color:var(--df-text-dim)}.df-bcrumb-seg:last-of-type{color:var(--df-text);font-weight:500}.df-bcrumb-sep{color:var(--df-text-faint);opacity:.5}.df-drop-active{outline:3px dashed var(--df-accent);outline-offset:-8px}.df-drop-overlay{background:var(--df-accent-soft);border:2px dashed var(--df-accent);border-radius:var(--df-radius-md);color:var(--df-accent);pointer-events:none;z-index:2;place-items:center;font-size:16px;font-weight:500;display:grid;position:absolute;inset:8px}.df-editor{flex-direction:column;flex:1;min-height:0;display:flex}.df-editor-bar{background:var(--df-surface);border-bottom:1px solid var(--df-border);align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.df-editor-file{color:var(--df-text-dim);font-family:var(--df-mono);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.df-editor-file .df-editor-dot{color:var(--df-accent);margin-left:4px}.df-editor-spacer{flex:1}.df-editor-state{color:var(--df-text-faint);font-size:11px}.df-editor-state.err{color:var(--df-danger)}.df-editor-host{flex:1;min-height:0;overflow:hidden}.df-editor-host .editor-host{height:100%;min-height:0;overflow:auto}.df-editor-binary{color:var(--df-text-faint);text-align:center;padding:32px 14px;font-size:13px}.df-ctx{background:var(--df-surface);border:1px solid var(--df-border-strong);border-radius:var(--df-radius-sm);z-index:1200;min-width:160px;padding:4px;font-size:12.5px;position:fixed;box-shadow:0 12px 32px #00000073}.df-ctx-item{color:var(--df-text-dim);cursor:pointer;border-radius:4px;padding:5px 10px;display:block}.df-ctx-item:hover{background:var(--df-surface-hover);color:var(--df-text)}.df-ctx-item.danger{color:var(--df-danger)}.df-ctx-sep{border-top:1px solid var(--df-border);margin:4px 0}[data-duckterm-connect]{--dc-bg:#0d0d12;--dc-surface:#16161e;--dc-surface-2:#1d1d27;--dc-surface-hover:#22222e;--dc-border:#2a2a36;--dc-border-strong:#383848;--dc-text:#e8e8ee;--dc-text-dim:#a4a4b4;--dc-text-faint:#6a6a7a;--dc-accent:#f4c542;--dc-accent-soft:#f4c5421f;--dc-success:#4ade80;--dc-danger:#f87171;--dc-radius-sm:6px;--dc-radius-md:10px;--dc-radius-lg:14px;--dc-easing:cubic-bezier(.16, 1, .3, 1);--dc-mono:"JetBrains Mono", "SF Mono", Menlo, monospace;--dc-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;font-family:var(--dc-sans);color:var(--dc-text);background:var(--dc-bg)}@media (prefers-color-scheme:light){:root:not([data-ui-theme=dark]) [data-duckterm-connect]{--dc-bg:#f5f5f7;--dc-surface:#fff;--dc-surface-2:#f8f8fa;--dc-surface-hover:#ececf0;--dc-border:#e4e4e8;--dc-border-strong:#d0d0d8;--dc-text:#16161e;--dc-text-dim:#565664;--dc-text-faint:#8a8a98;--dc-accent:#b8860b;--dc-accent-soft:#b8860b1a}}:root[data-ui-theme=light] [data-duckterm-connect]{--dc-bg:#f5f5f7;--dc-surface:#fff;--dc-surface-2:#f8f8fa;--dc-surface-hover:#ececf0;--dc-border:#e4e4e8;--dc-border-strong:#d0d0d8;--dc-text:#16161e;--dc-text-dim:#565664;--dc-text-faint:#8a8a98;--dc-accent:#b8860b;--dc-accent-soft:#b8860b1a}[data-duckterm-connect] *,[data-duckterm-connect] :before,[data-duckterm-connect] :after{box-sizing:border-box}.dc-shell{max-width:720px;margin:0 auto;padding:32px 28px 60px}.dc-head{margin-bottom:28px}.dc-title{letter-spacing:-.02em;margin:0 0 6px;font-size:22px;font-weight:600}.dc-sub{color:var(--dc-text-dim);margin:0;font-size:13px}.dc-form{flex-direction:column;gap:16px;display:flex}.dc-section{background:var(--dc-surface);border:1px solid var(--dc-border);border-radius:var(--dc-radius-lg);overflow:hidden}.dc-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--dc-text-dim);margin:0;padding:14px 20px 8px;font-size:12px;font-weight:600}.dc-section-body{padding:0 20px 14px}.dc-row{border-bottom:1px solid var(--dc-border);align-items:center;gap:16px;padding:10px 0;display:flex}.dc-row:last-child{border-bottom:none}.dc-row-block{flex-direction:column;align-items:stretch;gap:6px}.dc-row-label{color:var(--dc-text);word-break:keep-all;overflow-wrap:normal;flex:0 0 150px;font-size:13px;font-weight:500;line-height:1.4}.dc-row-block .dc-row-label{flex:none}.dc-required{color:var(--dc-danger);margin-left:2px;font-weight:600}.dc-row-control{flex:1;justify-content:flex-end;display:flex}.dc-row-block .dc-row-control{display:block}.dc-input,.dc-select{background:var(--dc-surface-2);width:100%;max-width:360px;color:var(--dc-text);border:1px solid var(--dc-border-strong);border-radius:var(--dc-radius-md);font:inherit;transition:border-color .12s var(--dc-easing), box-shadow .12s var(--dc-easing);padding:8px 12px;font-size:13px}.dc-row-block .dc-input,.dc-row-block .dc-select{max-width:none}.dc-input.dc-input-narrow{max-width:100px}.dc-input:focus,.dc-select:focus{border-color:var(--dc-accent);box-shadow:0 0 0 3px var(--dc-accent-soft);outline:none}.dc-textarea{font-family:var(--dc-mono);resize:vertical;font-size:12.5px}.dc-select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--dc-text-dim) 50%), linear-gradient(135deg, var(--dc-text-dim) 50%, transparent 50%);background-position:calc(100% - 16px),calc(100% - 11px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:32px}.dc-segmented{background:var(--dc-surface-2);border:1px solid var(--dc-border-strong);border-radius:var(--dc-radius-md);gap:2px;padding:3px;display:inline-flex}.dc-segmented button{color:var(--dc-text-dim);font:inherit;cursor:pointer;transition:background .12s var(--dc-easing), color .12s var(--dc-easing);background:0 0;border:none;border-radius:7px;padding:7px 14px;font-size:13px;font-weight:500}.dc-segmented button:hover{color:var(--dc-text)}.dc-segmented button[aria-pressed=true]{background:var(--dc-bg);color:var(--dc-text);box-shadow:0 1px 2px #0003}.dc-stored-key-row{justify-content:flex-end;align-items:center;gap:8px;width:100%;max-width:360px;display:flex}.dc-stored-key-row .dc-select{flex:1;min-width:180px}.dc-btn-ghost{border-radius:var(--dc-radius-md);border:1px solid var(--dc-border-strong);background:var(--dc-surface-2);color:var(--dc-text-dim);font:inherit;cursor:pointer;transition:all .12s var(--dc-easing);white-space:nowrap;padding:7px 12px;font-size:12.5px}.dc-btn-ghost:hover{background:var(--dc-surface-hover);color:var(--dc-text);border-color:var(--dc-accent)}.dc-toggle{cursor:pointer;width:38px;height:22px;display:inline-block;position:relative}.dc-toggle input{opacity:0;pointer-events:none;position:absolute}.dc-toggle-track{background:var(--dc-border-strong);transition:background .18s var(--dc-easing);border-radius:999px;position:absolute;inset:0}.dc-toggle-thumb{width:18px;height:18px;transition:transform .18s var(--dc-easing);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.dc-toggle input:checked~.dc-toggle-track{background:var(--dc-accent)}.dc-toggle input:checked~.dc-toggle-thumb{transform:translate(16px)}.dc-hint{background:var(--dc-surface-2);border-left:3px solid var(--dc-accent);border-radius:var(--dc-radius-sm);color:var(--dc-text-dim);margin:4px 0 0;padding:8px 12px;font-size:12.5px;line-height:1.6}.dc-error{border-radius:var(--dc-radius-md);color:var(--dc-danger);background:#f871711a;border:1px solid #f871714d;padding:10px 14px;font-size:13px}.dc-test-status{border-radius:var(--dc-radius-md);border:1px solid #0000;padding:8px 14px;font-size:12.5px;line-height:1.45}.dc-test-status.running{background:var(--dc-surface);border-color:var(--dc-border-strong);color:var(--dc-text-dim)}.dc-test-status.ok{color:#15803d;background:#4ade801f;border-color:#4ade8066}.dc-test-status.err{color:var(--dc-danger);background:#f871711a;border-color:#f871714d}.dc-actions{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.dc-btn{border-radius:var(--dc-radius-md);font:inherit;cursor:pointer;transition:all .12s var(--dc-easing);border:1px solid #0000;padding:9px 18px;font-size:13.5px;font-weight:500}.dc-btn-primary{background:var(--dc-accent);color:#1a1a1a}.dc-btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.dc-btn-secondary{background:var(--dc-surface);border-color:var(--dc-border-strong);color:var(--dc-text)}.dc-btn-secondary:hover{background:var(--dc-surface-hover);border-color:var(--dc-accent)}.dc-btn-test{border:1px solid var(--dc-border-strong);background:var(--dc-surface);color:var(--dc-text);cursor:pointer;border-radius:6px;margin-right:8px;padding:6px 14px;font-size:12.5px;transition:background .1s,border-color .1s}.dc-btn-test:hover{background:var(--dc-surface-hover);border-color:var(--dc-accent)}.dc-pill{border:1px solid var(--dc-border);vertical-align:middle;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11.5px;font-weight:500;display:inline-flex}.dc-pill-info{color:#60a5fa;background:#60a5fa24;border-color:#60a5fa59}.dc-pill-ok{color:#15803d;background:#4ade8024;border-color:#4ade8059}.dc-pill-err{color:var(--dc-danger);background:#f8717124;border-color:#f8717159}:root{--ds-bg:#0d0d12;--ds-surface:#16161e;--ds-surface-2:#1d1d27;--ds-surface-hover:#22222e;--ds-border:#2a2a36;--ds-border-strong:#383848;--ds-text:#e8e8ee;--ds-text-dim:#a4a4b4;--ds-text-faint:#6a6a7a;--ds-accent:#f4c542;--ds-accent-soft:#f4c5421f;--ds-accent-strong:#ddae28;--ds-accent-fg:#14140f;--ds-ok:#4ade80;--ds-ok-soft:#4ade8024;--ds-danger:#f87171;--ds-danger-soft:#f8717124;--ds-warn:#fbbf24;--ds-info:#60a5fa;--ds-radius-sm:6px;--ds-radius-md:10px;--ds-radius-lg:14px;--ds-radius-pill:999px;--ds-shadow-sm:0 1px 3px #00000040;--ds-shadow-md:0 4px 12px #0000004d;--ds-shadow-lg:0 16px 48px #00000073;--ds-easing:cubic-bezier(.16, 1, .3, 1);--ds-dur-fast:.1s;--ds-dur-normal:.18s;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:20px;--ds-font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", system-ui, sans-serif;--ds-mono:"JetBrains Mono", "SF Mono", Menlo, monospace}@media (prefers-color-scheme:light){:root:not([data-ui-theme=dark]){--ds-bg:#f5f5f7;--ds-surface:#fff;--ds-surface-2:#f8f8fa;--ds-surface-hover:#ececf0;--ds-border:#e4e4e8;--ds-border-strong:#d0d0d8;--ds-text:#16161e;--ds-text-dim:#565664;--ds-text-faint:#8a8a98;--ds-accent:#b8860b;--ds-accent-soft:#b8860b1a;--ds-accent-strong:#946800;--ds-accent-fg:#fff;--ds-shadow-md:0 4px 12px #00000014;--ds-shadow-lg:0 16px 48px #0000001f}}:root[data-ui-theme=light]{--ds-bg:#f5f5f7;--ds-surface:#fff;--ds-surface-2:#f8f8fa;--ds-surface-hover:#ececf0;--ds-border:#e4e4e8;--ds-border-strong:#d0d0d8;--ds-text:#16161e;--ds-text-dim:#565664;--ds-text-faint:#8a8a98;--ds-accent:#b8860b;--ds-accent-soft:#b8860b1a;--ds-accent-strong:#946800;--ds-accent-fg:#fff;--ds-shadow-md:0 4px 12px #00000014;--ds-shadow-lg:0 16px 48px #0000001f}.ds-switch{cursor:pointer}.ds-switch.is-checked .ds-switch-track{background:var(--ds-accent)}.ds-switch.is-checked .ds-switch-thumb{transform:translate(16px)}.ds-switch.is-disabled .ds-switch-track{opacity:.5;cursor:not-allowed}.ds-slider{align-items:center;gap:var(--ds-space-3);width:220px;display:inline-flex}.ds-slider-input{appearance:none;border-radius:var(--ds-radius-pill);background:linear-gradient(to right, var(--ds-accent) 0%, var(--ds-accent) var(--ds-slider-fill,50%), var(--ds-border-strong) var(--ds-slider-fill,50%), var(--ds-border-strong) 100%);outline:none;flex:1;height:6px}.ds-slider-input::-webkit-slider-thumb{appearance:none;background:var(--ds-text);border:2px solid var(--ds-accent);width:16px;height:16px;box-shadow:var(--ds-shadow-sm);cursor:pointer;border-radius:50%}.ds-slider-input::-moz-range-thumb{background:var(--ds-text);border:2px solid var(--ds-accent);cursor:pointer;border-radius:50%;width:16px;height:16px}.st-panel{display:block}.st-hint{color:var(--st-text-dim);margin:6px 0;font-size:12.5px;line-height:1.6}.st-hint code{font-family:var(--st-mono);background:color-mix(in srgb, var(--st-text) 8%, transparent);border-radius:4px;padding:1px 6px;font-size:11.5px}.st-error{color:var(--st-danger);margin:6px 0;font-size:12.5px}.st-static{color:var(--st-text);font-size:13px}[data-duckterm-settings]{--st-bg:var(--ds-bg);--st-surface:var(--ds-surface);--st-surface-2:var(--ds-surface-2);--st-surface-hover:var(--ds-surface-hover);--st-border:var(--ds-border);--st-border-strong:var(--ds-border-strong);--st-text:var(--ds-text);--st-text-dim:var(--ds-text-dim);--st-text-faint:var(--ds-text-faint);--st-accent:var(--ds-accent);--st-accent-soft:var(--ds-accent-soft);--st-success:var(--ds-ok);--st-danger:var(--ds-danger);--st-shadow-md:var(--ds-shadow-md);--st-shadow-lg:var(--ds-shadow-lg);--st-radius-sm:var(--ds-radius-sm);--st-radius-md:var(--ds-radius-md);--st-radius-lg:var(--ds-radius-lg);--st-radius-pill:var(--ds-radius-pill);--st-easing:var(--ds-easing);--st-font:var(--ds-font);--st-mono:var(--ds-mono);font-family:var(--ds-font);color:var(--ds-text)}dialog[data-duckterm-settings]{border-radius:var(--st-radius-lg);background:var(--st-bg);width:min(92vw,980px);max-height:88vh;color:inherit;box-shadow:var(--st-shadow-lg);border:none;padding:0;overflow:hidden}dialog[data-duckterm-settings]::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c}[data-duckterm-settings] *{box-sizing:border-box;font-family:inherit}[data-duckterm-settings] button{font:inherit;color:inherit}.st-shell{grid-template-columns:220px 1fr;min-height:540px;display:grid}@media (max-width:720px){dialog[data-duckterm-settings]{width:96vw;max-height:92vh}.st-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr}.st-sidebar{border-right:none;border-bottom:1px solid var(--st-border);padding:12px 12px 8px}.st-brand{margin-bottom:8px;padding-bottom:10px}.st-search{margin-bottom:8px}.st-tabs{scrollbar-width:thin;flex-direction:row;gap:4px;padding-bottom:4px;overflow-x:auto}.st-tab{flex-shrink:0;width:auto;padding:8px 12px}.st-tab[aria-selected=true]:before{border-radius:2px 2px 0 0;width:auto;height:2px;inset:auto 8px -2px}.st-tab-kbd{display:none}.st-content{max-height:none;padding:18px 16px}}.st-sidebar{background:var(--st-surface);border-right:1px solid var(--st-border);flex-direction:column;padding:20px 12px;display:flex}.st-brand{border-bottom:1px solid var(--st-border);align-items:center;gap:10px;margin-bottom:12px;padding:4px 10px 16px;display:flex}.st-brand-mark{background:linear-gradient(135deg, var(--st-accent), #ff8a3d);color:#0d0d12;letter-spacing:-.02em;border-radius:7px;place-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:grid;box-shadow:0 2px 6px #f4c5424d}.st-brand-text{flex-direction:column;gap:1px;display:flex}.st-brand-name{letter-spacing:-.01em;font-size:13.5px;font-weight:600}.st-brand-tag{color:var(--st-text-faint);letter-spacing:.04em;text-transform:uppercase;font-size:10.5px}.st-search{margin:0 0 10px;position:relative}.st-search-icon{color:var(--st-text-faint);pointer-events:none;font-size:14px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.st-search-input{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:var(--st-radius-md);width:100%;color:var(--st-text);font:inherit;transition:border-color var(--ds-dur-fast) var(--ds-easing), box-shadow var(--ds-dur-fast) var(--ds-easing);padding:7px 30px;font-size:12.5px}.st-search-input::placeholder{color:var(--st-text-faint)}.st-search-input:focus{border-color:var(--st-accent);box-shadow:0 0 0 3px var(--st-accent-soft);outline:none}.st-search-clear{background:var(--st-surface-hover);width:20px;height:20px;color:var(--st-text-dim);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:12px;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.st-search-clear:hover{background:var(--st-border-strong);color:var(--st-text)}.st-tabs{flex-direction:column;flex:1;gap:2px;margin:0;padding:0;list-style:none;display:flex}.st-tab-empty{color:var(--st-text-faint);text-align:center;padding:14px 12px;font-size:12px}.st-tab-label{flex:1}.st-tab-kbd{font-family:var(--st-mono);color:var(--st-text-faint);background:var(--st-surface-2);border:1px solid var(--st-border);opacity:0;transition:opacity var(--ds-dur-fast) var(--ds-easing);border-radius:4px;padding:1px 5px;font-size:10px}.st-tab:hover .st-tab-kbd,.st-tab[aria-selected=true] .st-tab-kbd{opacity:.7}.st-panel-anim{animation:st-panel-fade-in .2s var(--st-easing)}@keyframes st-panel-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.st-tab{border-radius:var(--st-radius-md);color:var(--st-text-dim);cursor:pointer;text-align:left;width:100%;transition:background .14s var(--st-easing), color .14s var(--st-easing);background:0 0;border:none;align-items:center;gap:10px;padding:9px 12px;font-size:13px;display:flex;position:relative}.st-tab .ico{text-align:center;opacity:.7;width:18px;transition:opacity .14s var(--st-easing);font-size:14px}.st-tab:hover{background:var(--st-surface-hover);color:var(--st-text)}.st-tab:hover .ico{opacity:1}.st-tab:focus-visible{box-shadow:inset 0 0 0 2px var(--st-accent-soft), 0 0 0 1px var(--st-accent);outline:none}.st-tab[aria-selected=true]{background:var(--st-accent-soft);color:var(--st-accent);font-weight:600}.st-tab[aria-selected=true] .ico{opacity:1}.st-tab[aria-selected=true]:before{content:"";background:var(--st-accent);border-radius:0 2px 2px 0;width:3px;position:absolute;top:8px;bottom:8px;left:-12px}.st-close{background:var(--st-surface-hover);width:28px;height:28px;color:var(--st-text-dim);cursor:pointer;transition:all .12s var(--st-easing);z-index:1;border:1px solid #0000;border-radius:50%;place-items:center;font-size:14px;display:grid;position:absolute;top:16px;right:16px}.st-close:hover{border-color:var(--st-border-strong);color:var(--st-text)}.st-content{background:var(--st-bg);max-height:88vh;padding:28px 32px;overflow-y:auto}.st-pane-head{border-bottom:1px solid var(--st-border);margin-bottom:24px;padding-bottom:18px}.st-pane-title{letter-spacing:-.025em;margin:0 0 6px;padding-left:12px;font-size:22px;font-weight:600;position:relative}.st-pane-title:before{content:"";background:linear-gradient(180deg, var(--st-accent), color-mix(in srgb, var(--st-accent) 50%, transparent));border-radius:2px;width:3px;position:absolute;top:4px;bottom:4px;left:0}.st-pane-sub{color:var(--st-text-dim);margin:0;padding-left:12px;font-size:13px}.st-section{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius-lg);transition:border-color .15s var(--st-easing), box-shadow .15s var(--st-easing);margin-bottom:18px;padding:6px 22px 14px;box-shadow:0 1px 3px #0000000a}.st-section:hover{border-color:var(--st-border-strong);box-shadow:0 4px 12px #0000000f}.st-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--st-text-dim);border-bottom:1px solid var(--st-border);align-items:center;gap:8px;margin:0;padding:16px 0 12px;font-size:12px;font-weight:600;display:flex}.st-section-title:before{content:"";background:var(--st-accent);border-radius:50%;flex-shrink:0;width:4px;height:4px;display:inline-block}.st-section-title:first-child{padding-top:14px}.st-field{border-bottom:1px solid var(--st-border);border-radius:var(--st-radius-sm);transition:background .12s var(--st-easing);justify-content:space-between;align-items:flex-start;gap:24px;margin:0 -4px;padding:14px 4px;display:flex}.st-field:hover{background:color-mix(in srgb, var(--st-surface-2) 50%, transparent)}.st-field:last-child{border-bottom:none}.st-field-label{flex:1;min-width:0}.st-field-name{margin-bottom:4px;font-size:13.5px;font-weight:500;line-height:1.4;display:block}.st-field-desc{color:var(--st-text-dim);font-size:12.5px;line-height:1.55;display:block}.st-field-control{flex:none}.st-toggle{cursor:pointer;width:38px;height:22px;display:inline-block;position:relative}.st-toggle input{opacity:0;pointer-events:none;position:absolute}.st-toggle-track{background:var(--st-border-strong);border-radius:var(--st-radius-pill);transition:background .18s var(--st-easing);position:absolute;inset:0}.st-toggle-thumb{width:18px;height:18px;transition:transform .18s var(--st-easing);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.st-toggle input:checked~.st-toggle-track{background:var(--st-accent)}.st-toggle input:checked~.st-toggle-thumb{transform:translate(16px)}.st-toggle input:disabled~.st-toggle-track{opacity:.5}.st-input,.st-select{background:var(--st-surface-2);color:var(--st-text);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);font:inherit;min-width:200px;transition:border-color .12s var(--st-easing), box-shadow .12s var(--st-easing);padding:7px 11px;font-size:13px}.st-input:focus,.st-select:focus{border-color:var(--st-accent);box-shadow:0 0 0 3px var(--st-accent-soft);outline:none}.st-select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--st-text-dim) 50%), linear-gradient(135deg, var(--st-text-dim) 50%, transparent 50%);background-position:calc(100% - 16px),calc(100% - 11px);background-repeat:no-repeat;background-size:5px 5px;padding-right:32px}.st-input.narrow{min-width:100px}.st-input.mono{font-family:var(--st-mono);font-size:12.5px}.st-btn{border-radius:var(--st-radius-sm);border:1px solid var(--st-border-strong);background:var(--st-surface-2);color:var(--st-text);cursor:pointer;transition:background .12s var(--st-easing), border-color .12s var(--st-easing), transform 80ms var(--st-easing), box-shadow .12s var(--st-easing);align-items:center;gap:6px;padding:7px 14px;font-size:12.5px;font-weight:500;display:inline-flex}.st-btn:hover{background:var(--st-surface-hover);border-color:var(--st-border-strong);color:var(--st-text)}.st-btn:focus-visible{border-color:var(--st-accent);box-shadow:0 0 0 3px var(--st-accent-soft);outline:none}.st-btn:active{transform:translateY(1px)}.st-btn:disabled{opacity:.45;cursor:not-allowed}.st-btn-primary{background:var(--st-accent);color:#14140f;border-color:var(--st-accent);box-shadow:0 1px 4px color-mix(in srgb, var(--st-accent) 35%, transparent)}.st-btn-primary:hover{background:color-mix(in srgb, var(--st-accent) 88%, white);border-color:color-mix(in srgb, var(--st-accent) 88%, white);color:#14140f}.st-btn-danger{color:#f87171;background:#f871711f;border-color:#f8717166}.st-btn-danger:hover{background:#f8717138;border-color:#f8717199}.st-btn-row{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.st-pill{border-radius:var(--st-radius-pill);background:var(--st-surface-hover);border:1px solid var(--st-border);color:var(--st-text-dim);align-items:center;gap:4px;padding:3px 10px;font-size:11.5px;font-weight:500;display:inline-flex}.st-pill-ok{color:#4ade80;background:#4ade8024;border-color:#4ade8059}.st-pill-warn{color:#f87171;background:#f8717124;border-color:#f8717159}.st-pill-info{color:#60a5fa;background:#60a5fa24;border-color:#60a5fa59}.st-status-card{background:linear-gradient(135deg, color-mix(in srgb, var(--st-accent-soft) 100%, transparent), var(--st-surface-2) 60%);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #0000000f}.st-status-label{color:var(--st-text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:11.5px;font-weight:600}.st-help{color:var(--st-text-dim);background:var(--st-surface-2);border:1px solid var(--st-border);border-left:3px solid var(--st-accent);border-radius:var(--st-radius-md);padding:11px 14px;font-size:12.5px;line-height:1.65}.st-help code{font-family:var(--st-mono);background:color-mix(in srgb, var(--st-text) 8%, transparent);color:var(--st-text);border-radius:4px;padding:1px 6px;font-size:11.5px}.st-help pre{background:var(--st-bg);border:1px solid var(--st-border);border-radius:var(--st-radius-md);font-family:var(--st-mono);color:var(--st-text);margin:8px 0;padding:10px 12px;font-size:11.5px;line-height:1.5;overflow-x:auto}.st-toast-mini{border-radius:var(--st-radius-pill);color:#4ade80;background:#4ade8029;border:1px solid #4ade804d;margin-left:8px;padding:3px 10px;font-size:11.5px;font-weight:500;animation:2.4s forwards st-toast-fade;display:inline-block}@keyframes st-toast-fade{0%{opacity:0;transform:translateY(-2px)}10%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0}}.st-webhook-list{flex-direction:column;gap:10px;display:flex}.st-webhook-row{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:var(--st-radius-md);transition:border-color .14s var(--st-easing), box-shadow .14s var(--st-easing);flex-direction:column;gap:8px;padding:12px 14px;display:flex}.st-webhook-row:hover{border-color:var(--st-border-strong);box-shadow:0 2px 8px #0000000d}.st-webhook-row:focus-within{border-color:var(--st-accent);box-shadow:0 0 0 3px var(--st-accent-soft)}.st-webhook-row-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.st-webhook-label{flex-shrink:0;width:140px}.st-webhook-url{width:100%;font-size:12px}.st-block{border-bottom:1px solid var(--st-border);padding:14px 0}.st-block:last-child{border-bottom:none}.st-block-head{margin-bottom:8px}.st-block-name{margin-bottom:2px;font-size:13.5px;font-weight:500;display:block}.st-block-desc{color:var(--st-text-dim);font-size:12.5px;line-height:1.5;display:block}.st-sound-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:6px;display:grid}.st-sound-chip{background:var(--st-surface);justify-content:flex-start;padding:6px 10px;font-size:11.5px}.st-sound-chip:hover{background:var(--st-accent-soft);color:var(--st-accent);border-color:var(--st-accent)}input[type=range].st-slider,[data-duckterm-settings] input[type=range]{appearance:none;background:linear-gradient(to right, var(--st-accent) 0%, var(--st-accent) var(--st-slider-fill,50%), var(--st-border-strong) var(--st-slider-fill,50%), var(--st-border-strong) 100%);border-radius:var(--st-radius-pill);outline:none;height:6px}[data-duckterm-settings] input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--st-text);border:2px solid var(--st-accent);cursor:pointer;width:16px;height:16px;transition:transform .1s var(--st-easing), box-shadow .1s var(--st-easing);border-radius:50%;box-shadow:0 1px 3px #0000004d}[data-duckterm-settings] input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 0 6px var(--st-accent-soft);transform:scale(1.15)}[data-duckterm-settings] input[type=range]::-moz-range-thumb{background:var(--st-text);border:2px solid var(--st-accent);cursor:pointer;border-radius:50%;width:16px;height:16px}.st-mode-row{background:var(--st-surface-2);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-md);gap:2px;padding:3px;display:inline-flex}.st-mode-btn{color:var(--st-text-dim);cursor:pointer;transition:background .12s var(--st-easing), color .12s var(--st-easing);background:0 0;border:none;border-radius:7px;padding:6px 14px;font-size:12.5px;font-weight:500}.st-mode-btn:hover{color:var(--st-text)}.st-mode-btn[aria-pressed=true]{background:var(--st-surface);color:var(--st-text);box-shadow:0 1px 2px #0003}.st-theme-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;padding:10px 0 16px;display:grid}.st-theme-card{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:var(--st-radius-md);cursor:pointer;text-align:left;transition:all .18s var(--st-easing);padding:10px}.st-theme-card:hover{border-color:var(--st-border-strong);transform:translateY(-1px)}.st-theme-card[aria-pressed=true]{border-color:var(--st-accent);box-shadow:0 0 0 1px var(--st-accent)}.st-theme-swatch{border-radius:var(--st-radius-sm);grid-template-columns:repeat(8,1fr);gap:2px;height:26px;margin-bottom:6px;display:grid;overflow:hidden}.st-theme-swatch span{display:block}.st-theme-name{font-size:12.5px;font-weight:500}.st-callout{background:var(--st-accent-soft);border:1px solid color-mix(in srgb, var(--st-accent) 30%, transparent);border-radius:var(--st-radius-md);align-items:flex-start;gap:12px;margin:8px 0 16px;padding:14px 16px;display:flex}.st-callout .ico{font-size:18px;line-height:1}.st-callout-body{flex:1;font-size:13px;line-height:1.6}.st-callout code{background:var(--st-surface);border-radius:var(--st-radius-sm);font-family:var(--st-mono);word-break:break-all;padding:2px 8px;font-size:11.5px;display:inline-block}.st-callout .url-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}.st-copy-btn{background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:var(--st-radius-sm);color:var(--st-text-dim);cursor:pointer;transition:all .12s var(--st-easing);padding:4px 10px;font-size:11.5px}.st-copy-btn:hover{background:var(--st-surface-hover);color:var(--st-text);border-color:var(--st-accent)}.st-qr{border-radius:var(--st-radius-md);background:#fff;margin-top:12px;padding:12px;display:inline-block}.st-qr svg{display:block}.st-about-hero{background:linear-gradient(135deg, var(--st-surface), var(--st-surface-2));border:1px solid var(--st-border);border-radius:var(--st-radius-lg);align-items:center;gap:16px;margin-bottom:16px;padding:18px;display:flex}.st-about-mark{background:linear-gradient(135deg, var(--st-accent), #ff8a3d);color:#0d0d12;letter-spacing:-.04em;border-radius:14px;place-items:center;width:56px;height:56px;font-size:22px;font-weight:700;display:grid;box-shadow:0 4px 12px #f4c54259}.st-about-info{flex:1}.st-about-name{margin:0 0 2px;font-size:18px;font-weight:600}.st-about-tag{color:var(--st-text-faint);letter-spacing:.04em;text-transform:uppercase;font-size:12px}.st-about-byline{color:var(--st-text-dim);margin-top:6px;font-size:13px}.st-shortcut-table{flex-direction:column;display:flex}.st-shortcut-row{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;padding:11px 0;display:flex}.st-shortcut-row:last-child{border-bottom:none}.st-shortcut-action{color:var(--st-text);font-size:13px}.st-shortcut-keys{gap:4px;display:inline-flex}.st-shortcut-keys kbd{background:var(--st-surface-2);border:1px solid var(--st-border-strong);min-width:22px;height:22px;color:var(--st-text-dim);font-family:var(--st-mono);letter-spacing:.02em;border-bottom-width:2px;border-radius:5px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:500;display:inline-flex}@media (max-width:720px){dialog[data-duckterm-settings]{border-radius:0;width:100vw;height:100vh;max-height:100vh}.st-shell{grid-template-columns:1fr}.st-sidebar{border-right:none;border-bottom:1px solid var(--st-border);padding:12px}.st-tabs{flex-direction:row;gap:4px;overflow-x:auto}.st-tab{flex:none}.st-content{max-height:none;padding:18px}}.ds-help{color:var(--ds-text-dim);background:var(--ds-surface-2);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);border-left-width:3px;padding:11px 14px;font-size:12.5px;line-height:1.65}.ds-help-info{border-left-color:var(--ds-info)}.ds-help-warn{border-left-color:var(--ds-warn)}.ds-help-danger{border-left-color:var(--ds-danger)}.ds-help code{font-family:var(--ds-mono);background:color-mix(in srgb, var(--ds-text) 8%, transparent);color:var(--ds-text);border-radius:4px;padding:1px 6px;font-size:11.5px}.ds-help pre{background:var(--ds-bg);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);margin:var(--ds-space-2) 0;font-family:var(--ds-mono);color:var(--ds-text);padding:10px 12px;font-size:11.5px;line-height:1.5;overflow-x:auto}.ds-btn{border:1px solid var(--ds-border-strong);background:var(--ds-surface-2);color:var(--ds-text);cursor:pointer;border-radius:var(--ds-radius-sm);transition:background var(--ds-dur-fast) var(--ds-easing), border-color var(--ds-dur-fast) var(--ds-easing), transform 80ms var(--ds-easing), box-shadow var(--ds-dur-fast) var(--ds-easing);align-items:center;gap:6px;font-family:inherit;font-weight:500;display:inline-flex}.ds-btn-sm{padding:5px 10px;font-size:11.5px}.ds-btn-md{padding:7px 14px;font-size:12.5px}.ds-btn:hover{background:var(--ds-surface-hover)}.ds-btn:focus-visible{border-color:var(--ds-accent);box-shadow:0 0 0 3px var(--ds-accent-soft);outline:none}.ds-btn:active{transform:translateY(1px)}.ds-btn:disabled{opacity:.45;cursor:not-allowed}.ds-btn-primary{background:var(--ds-accent);color:var(--ds-accent-fg);border-color:var(--ds-accent);box-shadow:0 1px 4px color-mix(in srgb, var(--ds-accent) 35%, transparent)}.ds-btn-primary:hover{background:var(--ds-accent-strong);border-color:var(--ds-accent-strong)}.ds-btn-danger{background:var(--ds-danger-soft);border-color:color-mix(in srgb, var(--ds-danger) 40%, transparent);color:var(--ds-danger)}.ds-btn-danger:hover{background:color-mix(in srgb, var(--ds-danger) 22%, transparent)}.ds-btn-ghost{background:0 0;border-color:#0000}.ds-btn-ghost:hover{background:var(--ds-surface-hover)}.ds-field{justify-content:space-between;align-items:flex-start;gap:var(--ds-space-5);border-bottom:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);transition:background var(--ds-dur-fast) var(--ds-easing);margin:0 -4px;padding:14px 4px;display:flex}.ds-field:hover{background:color-mix(in srgb, var(--ds-surface-2) 50%, transparent)}.ds-field:last-child{border-bottom:none}.ds-field-label{cursor:pointer;flex:1;min-width:0}.ds-field-name{margin-bottom:var(--ds-space-1);color:var(--ds-text);font-size:13.5px;font-weight:500;line-height:1.4;display:block}.ds-field-desc{color:var(--ds-text-dim);font-size:12.5px;line-height:1.55;display:block}.ds-field-control{align-items:center;gap:var(--ds-space-2);flex:none;display:flex}.ds-field-reset{border:1px solid var(--ds-border-strong);background:var(--ds-surface-2);width:22px;height:22px;color:var(--ds-text-dim);cursor:pointer;transition:all var(--ds-dur-fast) var(--ds-easing);opacity:0;border-radius:50%;place-items:center;font-size:12px;display:grid}.ds-field:hover .ds-field-reset,.ds-field-reset:focus-visible{opacity:1}.ds-field-reset:hover{background:var(--ds-accent-soft);border-color:var(--ds-accent);color:var(--ds-accent)}.ds-switch{align-items:center;display:inline-flex;position:relative}.ds-switch-input{opacity:0;pointer-events:none;position:absolute}.ds-switch-track{background:var(--ds-border-strong);border-radius:var(--ds-radius-pill);cursor:pointer;width:38px;height:22px;transition:background var(--ds-dur-normal) var(--ds-easing);position:relative}.ds-switch[data-checked] .ds-switch-track{background:var(--ds-accent)}.ds-switch[data-disabled] .ds-switch-track{opacity:.5;cursor:not-allowed}.ds-switch-thumb{width:18px;height:18px;transition:transform var(--ds-dur-normal) var(--ds-easing);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.ds-switch[data-checked] .ds-switch-thumb{transform:translate(16px)}.ds-switch:focus-within .ds-switch-track{box-shadow:0 0 0 3px var(--ds-accent-soft)}.ds-switch-sr{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.ds-slider{align-items:center;gap:var(--ds-space-3);-webkit-user-select:none;user-select:none;touch-action:none;width:220px;display:inline-flex;position:relative}.ds-slider-track{background:var(--ds-border-strong);border-radius:var(--ds-radius-pill);flex:1;height:6px;position:relative}.ds-slider-fill{background:linear-gradient(90deg, color-mix(in srgb, var(--ds-accent) 80%, transparent), var(--ds-accent));border-radius:var(--ds-radius-pill);height:100%;position:absolute}.ds-slider-thumb{background:var(--ds-text);border:2px solid var(--ds-accent);width:16px;height:16px;box-shadow:var(--ds-shadow-sm);cursor:pointer;transition:transform var(--ds-dur-fast) var(--ds-easing), box-shadow var(--ds-dur-fast) var(--ds-easing);border-radius:50%;outline:none;position:absolute;top:-5px}.ds-slider-thumb:hover{transform:scale(1.15)}.ds-slider-thumb:focus-visible{box-shadow:0 0 0 6px var(--ds-accent-soft)}.ds-slider-thumb[data-dragging]{transform:scale(1.25)}.ds-slider-value{font-variant-numeric:tabular-nums;color:var(--ds-text-dim);text-align:right;min-width:40px;font-size:12px}.ds-select-trigger{align-items:center;gap:var(--ds-space-2);background:var(--ds-surface-2);color:var(--ds-text);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);font:inherit;cursor:pointer;min-width:200px;transition:border-color var(--ds-dur-fast) var(--ds-easing), box-shadow var(--ds-dur-fast) var(--ds-easing);padding:7px 11px;font-size:13px;display:inline-flex}.ds-select-trigger:hover{border-color:var(--ds-text-faint)}.ds-select-trigger:focus-visible{border-color:var(--ds-accent);box-shadow:0 0 0 3px var(--ds-accent-soft);outline:none}.ds-select-value{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ds-select-arrow{color:var(--ds-text-faint);transition:transform var(--ds-dur-fast) var(--ds-easing);font-size:10px}.ds-select-trigger[data-expanded] .ds-select-arrow{transform:rotate(180deg)}.ds-select-content{background:var(--ds-surface);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-lg);z-index:9999;max-height:60vh;animation:ds-select-in .14s var(--ds-easing);padding:4px;overflow:auto}.ds-select-list{flex-direction:column;gap:1px;display:flex}.ds-select-item{color:var(--ds-text);cursor:pointer;border-radius:var(--ds-radius-sm);outline:none;justify-content:space-between;align-items:center;padding:7px 10px;font-size:13px;display:flex}.ds-select-item[data-highlighted]{background:var(--ds-accent-soft);color:var(--ds-accent)}.ds-select-item[data-selected]{font-weight:600}.ds-select-indicator{color:var(--ds-accent)}.ds-input{background:var(--ds-surface-2);color:var(--ds-text);border:1px solid var(--ds-border-strong);border-radius:var(--ds-radius-md);font:inherit;min-width:200px;transition:border-color var(--ds-dur-fast) var(--ds-easing), box-shadow var(--ds-dur-fast) var(--ds-easing);padding:7px 11px;font-size:13px}.ds-input:focus{border-color:var(--ds-accent);box-shadow:0 0 0 3px var(--ds-accent-soft);outline:none}.ds-input-narrow{min-width:100px;max-width:120px}.ds-input-wide{min-width:360px}.ds-input-full{width:100%;min-width:0}.ds-input-mono{font-family:var(--ds-mono);font-size:12.5px}.ds-saved-toast{z-index:9999;background:var(--ds-ok-soft);border:1px solid color-mix(in srgb, var(--ds-ok) 40%, transparent);color:var(--ds-ok);border-radius:var(--ds-radius-pill);box-shadow:var(--ds-shadow-md);animation:ds-toast-pop 1.6s var(--ds-easing) forwards;pointer-events:none;padding:8px 14px;font-size:12.5px;font-weight:500;position:fixed;top:20px;right:20px}@keyframes ds-toast-pop{0%{opacity:0;transform:translateY(-12px)}12%,75%{opacity:1;transform:translateY(0)}}
