.icon-button{--tn:var(--color-accent-strong,var(--accent));--tn-h:color-mix(in oklab, var(--color-accent-strong,var(--accent)) 82%, #292929);--tn-a:color-mix(in oklab, var(--color-accent-strong,var(--accent)) 70%, #292929);--tn-s:var(--accent-soft);--tn-m:color-mix(in oklab, var(--accent) 22%, transparent);--tn-e:var(--color-accent-text,var(--accent));--tn-b:var(--accent-line);--tn-on:var(--on-accent)}@supports (color:lab(0% 0 0)){.icon-button{--tn-h:color-mix(in oklab, var(--color-accent-strong,var(--accent)) 82%, lab(16.48% 0 0));--tn-a:color-mix(in oklab, var(--color-accent-strong,var(--accent)) 70%, lab(16.48% 0 0))}}.icon-button{--s:28px;--ico:13px;--r:var(--r-md);width:var(--s);height:var(--s);min-width:var(--s);min-height:var(--s);border-radius:var(--r);color:var(--fg-dim);cursor:pointer;box-shadow:none;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);background:0 0;border:1px solid #0000;flex:none;place-items:center;padding:0;display:inline-grid;position:relative}.icon-button>svg{width:var(--ico);height:var(--ico);display:block}.icon-button[data-size="2xs"],.icon-button[data-size=xs]{--s:22px;--ico:11px;--r:var(--r-sm)}.icon-button[data-size=sm]{--s:25px;--ico:11px;--r:var(--r-sm)}.icon-button[data-size=md]{--s:28px;--ico:13px;--r:var(--r-md)}.icon-button[data-size=lg]{--s:34px;--ico:16px;--r:var(--r-md)}.icon-button[data-size=xl]{--s:42px;--ico:18px;--r:var(--r-lg)}.icon-button[data-shape=circle]{--r:var(--r-pill);border-radius:var(--r-pill)}.icon-button[data-shape=square]{--r:var(--r-xs);border-radius:var(--r-xs)}.icon-button:hover{background:var(--bg-3);color:var(--fg)}.icon-button:active{transform:translateY(.5px)}.icon-button:focus-visible{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.icon-button[disabled]:not([aria-busy=true]){opacity:.45;cursor:not-allowed;pointer-events:none}.icon-button[aria-busy=true],.icon-button[disabled][aria-busy=true]{opacity:1;cursor:progress;pointer-events:none}.icon-button[aria-busy=true] .spinner{color:currentColor}.icon-button[aria-pressed=true]{background:var(--tn-s);border-color:var(--tn-b);color:var(--tn-e)}.icon-button[data-v=solid]{background:var(--tn);color:var(--tn-on);box-shadow:var(--shadow-control)}.icon-button[data-v=solid]:hover{background:var(--tn-h);color:var(--tn-on);box-shadow:var(--shadow-control-hover)}.icon-button[data-v=solid]:active{background:var(--tn-a);color:var(--tn-on);box-shadow:var(--shadow-control)}[data-theme=dark] .icon-button[data-v=solid]{box-shadow:var(--shadow-control-dark)}[data-theme=vscode] .icon-button[data-v=solid],[data-theme=vscode] .icon-button[data-v=solid]:hover{box-shadow:none}.icon-button[data-v=soft]{background:var(--tn-s);color:var(--tn-e)}.icon-button[data-v=soft]:hover{background:var(--tn-m);color:var(--tn-e)}.icon-button[data-v=outline]{border-color:var(--tn-b);color:var(--tn-e)}.icon-button[data-v=outline]:hover{background:var(--tn-s);border-color:var(--tn);color:var(--tn-e)}html[data-theme=dark] .icon-button[data-v=soft],html[data-theme=dark] .icon-button[data-v=outline]{color:var(--accent)}html[data-theme=vscode] .icon-button[data-v=soft],html[data-theme=vscode] .icon-button[data-v=outline]{color:var(--color-accent-text,var(--tn-e))}.icon-button[data-v=light]{background:var(--bg-2);border-color:var(--line);color:var(--fg)}.icon-button[data-v=light]:hover{background:var(--bg-3)}.icon-button[data-v=danger]{color:var(--red)}.icon-button[data-v=danger]:hover{background:var(--del-bg);color:var(--red)}html[data-theme=vscode] .icon-button[data-v=danger],html[data-theme=vscode] .icon-button[data-v=danger]:hover{color:color-mix(in oklab, var(--red) 65%, var(--fg))}.icon-button[data-state=done]{color:var(--green)}.icon-button[data-spin]>svg{animation:.7s linear infinite icon-button-spin}.icon-button-badge{border-radius:var(--r-pill);background:var(--red);min-width:13px;height:13px;color:var(--on-accent);font-family:var(--mono);box-shadow:0 0 0 1.5px var(--bg-1);place-items:center;padding:0 3px;font-size:9.5px;display:grid;position:absolute;top:1px;right:1px}.icon-button-dot{background:var(--tn);width:6px;height:6px;box-shadow:0 0 0 1.5px var(--bg-1);border-radius:50%;position:absolute;top:3px;right:3px}@keyframes icon-button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.icon-button{transition-duration:1ms}.icon-button:hover,.icon-button:active{transform:none}.icon-button[data-spin]>svg{animation:none}}
.theme-manager-module__5lH2AW__scrim{z-index:240;background:color-mix(in oklab, var(--bg-0) 45%, transparent);opacity:0;pointer-events:none;border:0;transition:opacity .16s;position:fixed;inset:0}.theme-manager-module__5lH2AW__scrimOpen{opacity:1;pointer-events:auto}.theme-manager-module__5lH2AW__drawer{z-index:241;background:var(--bg-1);width:min(440px,100vw);height:100vh;color:var(--fg);border-left:1px solid var(--line);box-shadow:var(--shadow-pop);flex-direction:column;transition:transform .2s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.theme-manager-module__5lH2AW__drawerOpen{transform:translate(0)}.theme-manager-module__5lH2AW__head{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:12px 14px;display:flex}.theme-manager-module__5lH2AW__headText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.theme-manager-module__5lH2AW__headText strong{font-size:13px;font-weight:600}.theme-manager-module__5lH2AW__headActions{gap:2px;display:flex}.theme-manager-module__5lH2AW__iconBtn{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.theme-manager-module__5lH2AW__iconBtn:hover:not(:disabled){background:var(--bg-3)}.theme-manager-module__5lH2AW__iconBtn:disabled{opacity:.35;cursor:default}.theme-manager-module__5lH2AW__tabs{border-bottom:1px solid var(--line);gap:2px;padding:8px 10px;display:flex;overflow-x:auto}.theme-manager-module__5lH2AW__tab{color:var(--fg-2);cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;align-items:center;gap:5px;padding:6px 10px;font-size:12px;display:inline-flex}.theme-manager-module__5lH2AW__tabOn{background:var(--accent-soft);color:var(--accent);font-weight:600}.theme-manager-module__5lH2AW__body{flex:1;padding:12px 14px 28px;overflow:auto}.theme-manager-module__5lH2AW__field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.theme-manager-module__5lH2AW__label{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-dim);font-size:11px;font-weight:600}.theme-manager-module__5lH2AW__row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.theme-manager-module__5lH2AW__chip{border:1px solid var(--line);background:var(--bg-2);color:inherit;cursor:pointer;border-radius:999px;padding:5px 10px;font-size:12px}.theme-manager-module__5lH2AW__chipOn{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent);font-weight:600}.theme-manager-module__5lH2AW__themeGrid{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.theme-manager-module__5lH2AW__themeCard{border:1px solid var(--line);background:var(--bg-2);text-align:left;cursor:pointer;color:inherit;border-radius:10px;flex-direction:column;gap:2px;padding:10px;display:flex}.theme-manager-module__5lH2AW__themeCardOn{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.theme-manager-module__5lH2AW__themeName{font-size:12px;font-weight:600}.theme-manager-module__5lH2AW__themeId{color:var(--fg-dim);font-size:10px;font-family:var(--mono,ui-monospace, monospace)}.theme-manager-module__5lH2AW__range{flex:1;min-width:120px}.theme-manager-module__5lH2AW__meta{color:var(--fg-dim);margin:0;font-size:11px}.theme-manager-module__5lH2AW__code{background:var(--code-bg,var(--bg-0));max-height:280px;color:var(--code-str,var(--fg));white-space:pre-wrap;word-break:break-all;border-radius:8px;margin:0;padding:10px;font-size:10px;line-height:1.4;overflow:auto}.theme-manager-module__5lH2AW__drawer{background:color-mix(in oklab, var(--bg-1) 96%, var(--bg-2));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:1px solid var(--line);box-shadow:-12px 0 40px color-mix(in oklab, var(--fg) 8%, transparent), -1px 0 0 color-mix(in oklab, var(--line) 80%, transparent)}.theme-manager-module__5lH2AW__scrim{background:color-mix(in oklab, var(--bg-0) 52%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .18s var(--ease,ease)}.theme-manager-module__5lH2AW__drawer{transition:transform .22s cubic-bezier(.22,1,.36,1)}.theme-manager-module__5lH2AW__head{background:color-mix(in oklab, var(--bg-1) 80%, transparent);border-bottom:1px solid var(--line-soft);padding:14px 16px}.theme-manager-module__5lH2AW__headText strong{letter-spacing:.01em;font-size:13.5px}.theme-manager-module__5lH2AW__headText span{color:var(--fg-dim);font-size:11.5px}.theme-manager-module__5lH2AW__tabs{border-bottom:1px solid var(--line-soft);background:color-mix(in oklab, var(--bg-2) 55%, var(--bg-1));gap:2px;padding:8px 10px;display:flex;overflow-x:auto}.theme-manager-module__5lH2AW__tab{color:var(--fg-dim);font:inherit;border-radius:var(--r-md,8px);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:7px 10px;font-size:12px;font-weight:550;transition:background .12s,color .12s}.theme-manager-module__5lH2AW__tab:hover{color:var(--fg);background:color-mix(in oklab, var(--bg-1) 70%, transparent)}.theme-manager-module__5lH2AW__tabOn,.theme-manager-module__5lH2AW__tab[aria-selected=true]{color:var(--fg);background:var(--bg-1);box-shadow:var(--shadow-sm,0 1px 2px color-mix(in oklab, var(--fg) 8%, transparent))}.theme-manager-module__5lH2AW__body{scrollbar-gutter:stable;flex:1;padding:14px 16px 24px;overflow:auto}.theme-manager-module__5lH2AW__section{gap:10px;margin-bottom:18px;display:grid}.theme-manager-module__5lH2AW__sectionTitle{letter-spacing:.05em;text-transform:uppercase;color:var(--fg-dim);font-size:10.5px;font-weight:650}.theme-manager-module__5lH2AW__swatch,.theme-manager-module__5lH2AW__chip{border-radius:var(--r-md,8px);border:1px solid var(--line-soft);transition:border-color .12s,box-shadow .12s,transform .12s}.theme-manager-module__5lH2AW__swatch:hover,.theme-manager-module__5lH2AW__chip:hover{border-color:var(--line)}.theme-manager-module__5lH2AW__swatchOn,.theme-manager-module__5lH2AW__chipOn{border-color:var(--accent-line,var(--accent));box-shadow:0 0 0 3px color-mix(in oklab, var(--accent) 16%, transparent)}
.tour-module__LAtEIq__spotlight{box-shadow:0 0 0 9999px var(--color-overlay-scrim,var(--f4-scrim));outline:2px solid var(--color-accent-line,var(--accent-line,var(--accent)));outline-offset:0;filter:drop-shadow(0 0 .5px color-mix(in oklab, var(--accent) 55%, transparent));transition:left var(--duration-normal) var(--ease-standard), top var(--duration-normal) var(--ease-standard), width var(--duration-normal) var(--ease-standard), height var(--duration-normal) var(--ease-standard), outline-offset var(--duration-normal) var(--ease-standard);animation:tour-module__LAtEIq__tourSpotPulse 2s var(--ease-standard) infinite}[data-theme=dark] .tour-module__LAtEIq__spotlight,[data-theme=vscode] .tour-module__LAtEIq__spotlight{outline-width:2px;outline-color:color-mix(in oklab, var(--color-accent-line,var(--accent-line,var(--accent))) 92%, white);filter:drop-shadow(0 0 1.5px color-mix(in oklab, var(--accent) 75%, transparent))}[data-theme=light] .tour-module__LAtEIq__spotlight,:root:not([data-theme]) .tour-module__LAtEIq__spotlight{outline-color:color-mix(in oklab, var(--color-accent-line,var(--accent-line,var(--accent))) 100%, transparent)}.tour-module__LAtEIq__spotlight[data-hidden]{box-shadow:none;outline:0;animation:none}.tour-module__LAtEIq__spotlight[data-static]{transition:none;animation:none}@keyframes tour-module__LAtEIq__tourSpotPulse{0%,to{outline-offset:0}50%{outline-offset:3px}}.tour-module__LAtEIq__tip{--tour-arrow-size:8px}.tour-module__LAtEIq__tip[data-side=right]:before,.tour-module__LAtEIq__tip[data-side=left]:before,.tour-module__LAtEIq__tip[data-side=below]:before,.tour-module__LAtEIq__tip[data-side=above]:before{content:"";width:var(--tour-arrow-size);height:var(--tour-arrow-size);background:var(--color-surface-elevated);border:1px solid var(--color-border);pointer-events:none;position:absolute;transform:rotate(45deg)}.tour-module__LAtEIq__tip[data-side=right]:before{left:calc(var(--tour-arrow-size) / -2);top:var(--tour-arrow-offset,22px);border-top:0;border-right:0}.tour-module__LAtEIq__tip[data-side=left]:before{right:calc(var(--tour-arrow-size) / -2);top:var(--tour-arrow-offset,22px);border-bottom:0;border-left:0}.tour-module__LAtEIq__tip[data-side=below]:before{top:calc(var(--tour-arrow-size) / -2);left:var(--tour-arrow-offset,24px);border-bottom:0;border-right:0}.tour-module__LAtEIq__tip[data-side=above]:before{bottom:calc(var(--tour-arrow-size) / -2);left:var(--tour-arrow-offset,24px);border-top:0;border-left:0}.tour-module__LAtEIq__tip[data-side=center]:before{content:none}.tour-module__LAtEIq__timer{width:0}.tour-module__LAtEIq__timer[data-running]{animation-name:tour-module__LAtEIq__tourTimer;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes tour-module__LAtEIq__tourTimer{0%{width:0}to{width:100%}}.tour-module__LAtEIq__cursor{transition:left var(--duration-slow) var(--ease-standard), top var(--duration-slow) var(--ease-standard)}@media (prefers-reduced-motion:reduce){.tour-module__LAtEIq__spotlight,.tour-module__LAtEIq__cursor{transition:none;animation:none}.tour-module__LAtEIq__timer[data-running]{animation:none}}
.tour-stage-module__qaE2vG__target{box-shadow:0 0 0 3px color-mix(in oklab, var(--color-accent) 14%, transparent)}
.transfer-module__YqziIq__root{flex:100%;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:12px;width:100%;min-width:min(520px,100%);max-width:520px;display:grid;position:relative}.transfer-module__YqziIq__status{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.transfer-module__YqziIq__pane{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.transfer-module__YqziIq__head{border-bottom:1px solid var(--line-soft,var(--color-border-soft));flex:none;justify-content:space-between;align-items:center;gap:9px;padding:7px 10px;display:flex}.transfer-module__YqziIq__search{flex:none;padding:7px 10px}.transfer-module__YqziIq__list{flex:auto;height:150px;min-height:120px;padding:4px;overflow:auto}.transfer-module__YqziIq__row{border-radius:var(--r-md,8px);height:28px;min-height:28px;color:var(--fg-2,var(--color-fg-2));cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);align-items:center;gap:9px;min-width:0;padding-inline:8px;font-size:12.5px;display:flex}.transfer-module__YqziIq__row:hover{background:var(--bg-3,var(--color-surface-muted));color:var(--fg,var(--color-fg))}.transfer-module__YqziIq__row:focus-visible{box-shadow:inset 0 0 0 1px var(--accent-line,var(--color-accent-line));outline:none}.transfer-module__YqziIq__marked,.transfer-module__YqziIq__marked:hover{background:var(--accent-soft,var(--color-accent-soft));color:var(--accent-press,var(--color-accent-press))}.transfer-module__YqziIq__tick{pointer-events:none;color:inherit;opacity:.9;flex:none}.transfer-module__YqziIq__rowLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.transfer-module__YqziIq__mid{flex-direction:column;justify-content:center;align-self:center;align-items:center;gap:6px;padding-block:4px;display:flex}@media (max-width:480px){.transfer-module__YqziIq__root{grid-template-columns:1fr;gap:10px;max-width:100%}.transfer-module__YqziIq__mid{flex-direction:row;justify-content:center;padding-block:0}.transfer-module__YqziIq__list{height:132px}}@media (prefers-reduced-motion:reduce){.transfer-module__YqziIq__row{transition:none}}
.tree-select-module__0nR8Eq__root{width:100%;min-width:0;max-width:280px;color:var(--fg-2,var(--color-fg-2));font-size:12.5px;position:relative}.tree-select-module__0nR8Eq__trigger{text-align:left;cursor:pointer;align-items:center;gap:8px;width:100%;min-height:34px;display:flex}.tree-select-module__0nR8Eq__placeholder{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--fg-faint,var(--color-fg-subtle));flex:1;overflow:hidden}.tree-select-module__0nR8Eq__tags{scrollbar-width:thin;flex-wrap:wrap;flex:1;gap:4px;min-width:0;max-height:72px;display:flex;overflow:hidden auto}.tree-select-module__0nR8Eq__caret{color:var(--fg-faint,var(--color-fg-subtle));transition:transform var(--dur,var(--dur-fast,.12s)) var(--ease), color var(--dur,var(--dur-fast,.12s)) var(--ease);flex:none}.tree-select-module__0nR8Eq__caretOpen{color:var(--accent,var(--color-accent));transform:rotate(180deg)}.tree-select-module__0nR8Eq__pop{z-index:40;border:1px solid var(--line,var(--color-border));border-radius:var(--r-lg,12px);background:var(--bg-1,var(--color-surface));max-height:260px;color:var(--fg-2,var(--color-fg-2));box-shadow:var(--shadow-pop,var(--shadow-md));padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto}@media (max-width:360px){.tree-select-module__0nR8Eq__root{max-width:100%}.tree-select-module__0nR8Eq__pop{max-height:min(260px,50vh)}.tree-select-module__0nR8Eq__tags{max-height:56px}}.tree-select-module__0nR8Eq__search{z-index:1;background:var(--bg-1,var(--color-surface));padding-bottom:6px;position:sticky;top:0}.tree-select-module__0nR8Eq__tree{flex-direction:column;gap:1px;display:flex}.tree-select-module__0nR8Eq__node{border-radius:var(--r-md,8px);height:28px;min-height:28px;color:var(--fg-2,var(--color-fg-2));cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);align-items:center;gap:8px;min-width:0;padding-inline-end:8px;display:flex}.tree-select-module__0nR8Eq__node:hover{background:var(--bg-3,var(--color-surface-muted));color:var(--fg,var(--color-fg))}.tree-select-module__0nR8Eq__node:focus-visible{box-shadow:inset 0 0 0 1px var(--accent-line,var(--color-accent-line));outline:none}.tree-select-module__0nR8Eq__selected,.tree-select-module__0nR8Eq__selected:hover{background:var(--accent-soft,var(--color-accent-soft));color:var(--accent-press,var(--color-accent-press))}.tree-select-module__0nR8Eq__tick{pointer-events:none;opacity:.92;flex:none}.tree-select-module__0nR8Eq__caretSlot{width:14px;color:var(--fg-dim,var(--color-fg-muted));flex:none;place-items:center;display:grid}.tree-select-module__0nR8Eq__node>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.tree-select-module__0nR8Eq__caret,.tree-select-module__0nR8Eq__node{transition:none}}
.widget-grid-module__A2_5Mq__root{--grid-gap:var(--density-gap,var(--spacing-12px,12px));gap:var(--grid-gap);grid-template-columns:repeat(4,1fr);width:100%;margin:0;padding:0;list-style:none;display:grid}.widget-grid-module__A2_5Mq__root[data-size=compact]{--grid-gap:var(--spacing-8px,8px)}.widget-grid-module__A2_5Mq__root[data-size=comfortable]{--grid-gap:var(--spacing-12px,12px)}.widget-grid-module__A2_5Mq__root[data-size=spacious]{--grid-gap:var(--spacing-16px,16px)}.widget-grid-module__A2_5Mq__emptyHost{width:100%;min-width:0}.widget-grid-module__A2_5Mq__item{flex-direction:column;min-width:0;display:flex}.widget-grid-module__A2_5Mq__dragging{opacity:.72;outline:1px dashed var(--accent-line,var(--accent));outline-offset:2px;z-index:2;box-shadow:var(--shadow-pop);cursor:grabbing}.widget-grid-module__A2_5Mq__root:has(.widget-grid-module__A2_5Mq__dragging) .widget-grid-module__A2_5Mq__item:not(.widget-grid-module__A2_5Mq__dragging){opacity:.55}.widget-grid-module__A2_5Mq__head{color:var(--fg-faint);-webkit-user-select:none;user-select:none;align-items:center}.widget-grid-module__A2_5Mq__item[data-collapsed="1"] .widget-grid-module__A2_5Mq__head{border-bottom-color:#0000}.widget-grid-module__A2_5Mq__grip{min-width:24px;min-height:24px;color:var(--fg-dim,var(--color-fg-muted));border-radius:var(--r-sm,4px);font:inherit;transition:color var(--dur-fast,.12s) var(--ease,ease), background var(--dur-fast,.12s) var(--ease,ease);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:4px;line-height:0;display:inline-flex}.widget-grid-module__A2_5Mq__gripHandle{cursor:grab;touch-action:none;color:var(--fg-2,var(--color-fg-2));opacity:.45}.widget-grid-module__A2_5Mq__item:hover .widget-grid-module__A2_5Mq__gripHandle,.widget-grid-module__A2_5Mq__item:focus-within .widget-grid-module__A2_5Mq__gripHandle,.widget-grid-module__A2_5Mq__gripHandle:hover,.widget-grid-module__A2_5Mq__gripHandle:focus-visible{color:var(--fg,var(--color-fg));opacity:1}.widget-grid-module__A2_5Mq__gripHandle:hover,.widget-grid-module__A2_5Mq__gripHandle:focus-visible{background:var(--bg-3,var(--color-surface-muted))}.widget-grid-module__A2_5Mq__gripHandle:active,.widget-grid-module__A2_5Mq__item[data-dragging="1"] .widget-grid-module__A2_5Mq__gripHandle{cursor:grabbing;color:var(--accent,var(--color-accent));opacity:1;background:var(--accent-soft,var(--color-accent-soft))}.widget-grid-module__A2_5Mq__gripHandle:focus-visible{outline:2px solid var(--accent,var(--color-accent));outline-offset:2px}.widget-grid-module__A2_5Mq__titleStack{min-width:0}.widget-grid-module__A2_5Mq__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.widget-grid-module__A2_5Mq__trail{align-items:center;gap:var(--spacing-4px,4px);flex-shrink:0;margin-left:auto;display:inline-flex}.widget-grid-module__A2_5Mq__actions{align-items:center;gap:var(--spacing-4px,4px);min-width:0;display:inline-flex}.widget-grid-module__A2_5Mq__collapse{flex-shrink:0}.widget-grid-module__A2_5Mq__body{background:var(--bg-1)}@media (max-width:900px){.widget-grid-module__A2_5Mq__root{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.widget-grid-module__A2_5Mq__root{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.widget-grid-module__A2_5Mq__grip,.widget-grid-module__A2_5Mq__gripHandle,.widget-grid-module__A2_5Mq__item{transition:none}}
.wizard-module__L221Ca__root{border:1px solid var(--line);border-radius:var(--r-xl);background:var(--bg-2);width:100%;max-width:480px;flex-direction:column;min-inline-size:0;margin:0;padding:0;display:flex;overflow:hidden}.wizard-module__L221Ca__head{border-bottom:1px solid var(--line-soft);background:var(--bg-1);flex-direction:column;align-items:stretch;gap:12px;min-width:0;padding:12px 14px;display:flex}.wizard-module__L221Ca__title{font-size:13px;font-weight:var(--w-bold,600);color:var(--fg);margin:0;line-height:1.3}.wizard-module__L221Ca__hint{color:var(--fg-dim);text-wrap:pretty;font-size:12px;line-height:1.4}.wizard-module__L221Ca__body{flex-direction:column;gap:13px;min-width:0;min-height:150px;padding:14px 15px;display:flex}.wizard-module__L221Ca__foot{border-top:1px solid var(--line-soft);background:var(--bg-1);align-items:center;gap:9px;min-width:0;padding:11px 13px;display:flex}.wizard-module__L221Ca__spacer{flex:1}.wizard-module__L221Ca__count{color:var(--fg-dim);font-size:12px;font-family:var(--mono);flex:none}.wizard-module__L221Ca__done{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:34px 22px;display:flex}.wizard-module__L221Ca__doneIcon{background:var(--green-soft);width:44px;height:44px;color:var(--green);border-radius:99px;place-items:center;display:grid}.wizard-module__L221Ca__done b{color:var(--fg);font-size:14px}.wizard-module__L221Ca__done p{color:var(--fg-dim);text-wrap:pretty;max-width:260px;margin:0;font-size:12px;line-height:1.55}.wizard-module__L221Ca__kv{grid-template-columns:max-content 1fr;gap:6px 18px;min-width:0;margin:0;font-size:12.5px;display:grid}.wizard-module__L221Ca__kv dt{color:var(--fg-dim)}.wizard-module__L221Ca__kv dd{font-family:var(--mono);color:var(--fg);overflow-wrap:anywhere;min-width:0;margin:0;font-size:11.5px}.wizard-module__L221Ca__faint{color:var(--fg-dim)}.wizard-module__L221Ca__select{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--bg-2);width:100%;min-height:32px;color:var(--fg);font:inherit;padding:4px 8px;font-size:12.5px}.wizard-module__L221Ca__select:focus-visible{outline:2px solid var(--color-focus-ring,var(--accent));outline-offset:2px}.wizard-module__L221Ca__invalid{border-color:var(--red,var(--color-danger))}
