@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap";
.themeSegmented-module__s40hZG__segmented{--seg-track:var(--ds-surface-sunken);--seg-raised:var(--ds-surface);--seg-text:var(--ds-text);--seg-muted:var(--ds-text-muted);--seg-border:var(--ds-border);background:var(--seg-track);border-radius:14px;gap:4px;padding:4px;display:flex}.themeSegmented-module__s40hZG__item{height:42px;color:var(--seg-muted);font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;display:inline-flex}.themeSegmented-module__s40hZG__itemActive{background:var(--seg-raised);color:var(--seg-text);font-weight:var(--font-weight-semibold);box-shadow:var(--shadow-sm)}.themeSegmented-module__s40hZG__swatch{border:1px solid var(--seg-border);border-radius:50%;width:14px;height:14px}.themeSegmented-module__s40hZG__swatch_light{background:#fff}.themeSegmented-module__s40hZG__swatch_dark{background:#131314}.themeSegmented-module__s40hZG__swatch_system{background:linear-gradient(90deg,#fff 0 50%,#131314 50% 100%)}@media (forced-colors:active){.themeSegmented-module__s40hZG__swatch{forced-color-adjust:none}.themeSegmented-module__s40hZG__itemActive{outline-offset:-2px;outline:2px solid highlight}}
.profilePictureSection-module__6c6pEa__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-fast)}.profilePictureSection-module__6c6pEa__card:hover{box-shadow:var(--shadow-md)}.profilePictureSection-module__6c6pEa__cardTitle{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);letter-spacing:-.01em;margin-bottom:var(--spacing-xs)}.profilePictureSection-module__6c6pEa__helperText{margin-top:0;margin-bottom:var(--spacing-md);font-size:var(--font-size-xs);color:var(--color-text-tertiary);letter-spacing:.01em;line-height:1.5;display:block}.profilePictureSection-module__6c6pEa__row{align-items:center;gap:var(--spacing-lg);flex-wrap:wrap;display:flex}.profilePictureSection-module__6c6pEa__avatar{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative;overflow:hidden}.profilePictureSection-module__6c6pEa__avatarAccent{background:var(--ds-brand-soft);border-color:#0000}.profilePictureSection-module__6c6pEa__avatarImage{object-fit:cover;width:100%;height:100%;display:block}.profilePictureSection-module__6c6pEa__avatarInitials{font-size:32px;font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);letter-spacing:-.02em;text-transform:uppercase}.profilePictureSection-module__6c6pEa__avatarInitialsAccent{color:var(--ds-brand)}.profilePictureSection-module__6c6pEa__avatarSpinner{border:2px solid #0000;border-top-color:var(--color-primary);box-sizing:border-box;border-radius:50%;animation:.9s linear infinite profilePictureSection-module__6c6pEa__profilePictureSpin;position:absolute;inset:0}@keyframes profilePictureSection-module__6c6pEa__profilePictureSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profilePictureSection-module__6c6pEa__actions{gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.profilePictureSection-module__6c6pEa__primaryButton{background:var(--gradient-primary);color:var(--color-text-on-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);letter-spacing:-.01em;border:none;padding:10px 20px}.profilePictureSection-module__6c6pEa__primaryButton:hover:not(:disabled){background:var(--gradient-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.profilePictureSection-module__6c6pEa__primaryButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.profilePictureSection-module__6c6pEa__secondaryButton{background:var(--color-bg);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);padding:10px 20px}.profilePictureSection-module__6c6pEa__secondaryButton:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-border-hover)}.profilePictureSection-module__6c6pEa__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.profilePictureSection-module__6c6pEa__hiddenInput{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.profilePictureSection-module__6c6pEa__errorMessage{margin-top:var(--spacing-sm);color:var(--color-error);font-size:var(--font-size-xs)}.profilePictureSection-module__6c6pEa__editorOverlay{z-index:1000;padding:var(--spacing-lg);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profilePictureSection-module__6c6pEa__editorPanel{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--spacing-lg);max-width:calc(100vw - 2 * var(--spacing-lg));align-items:stretch;gap:var(--spacing-md);flex-direction:column;display:flex}.profilePictureSection-module__6c6pEa__editorTitle{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin:0}.profilePictureSection-module__6c6pEa__editorHelper{font-size:var(--font-size-xs);color:var(--color-text-tertiary);margin:0}.profilePictureSection-module__6c6pEa__editorViewport{border-radius:var(--radius-md);cursor:grab;touch-action:none;background:#111;align-self:center;position:relative;overflow:hidden}.profilePictureSection-module__6c6pEa__editorViewport:active{cursor:grabbing}.profilePictureSection-module__6c6pEa__editorImage{-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;position:absolute;top:50%;left:50%}.profilePictureSection-module__6c6pEa__editorMask{pointer-events:none;border:1px solid #ffffffa6;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 0 9999px #0000008c}.profilePictureSection-module__6c6pEa__editorMaskSquare{border-radius:var(--radius-md)}.profilePictureSection-module__6c6pEa__editorSlider{width:100%}.profilePictureSection-module__6c6pEa__editorActions{justify-content:flex-end;gap:var(--spacing-sm);display:flex}
.input-module__j2wpQW__wrapper{box-sizing:border-box;background:var(--ds-surface);border:1px solid var(--ds-border-strong);border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px 12px;transition:border-color .12s,box-shadow .12s;display:flex}.input-module__j2wpQW__wrapper:focus-within{border-color:var(--ds-brand);box-shadow:0px 0px 0px 3px var(--ds-brand-ring)}.input-module__j2wpQW__wrapper.input-module__j2wpQW__error{border-color:var(--ds-error);box-shadow:0px 0px 0px 3px color-mix(in srgb, var(--ds-error) 20%, transparent)}.input-module__j2wpQW__wrapper.input-module__j2wpQW__disabled{background:var(--ds-surface-sunken);cursor:not-allowed}.input-module__j2wpQW__input{min-width:0;font-family:var(--font-ui);color:var(--ds-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:14px;font-weight:400;line-height:22px}.input-module__j2wpQW__input:-webkit-autofill{caret-color:var(--ds-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--ds-surface) inset!important;box-shadow:0 0 0 1000px var(--ds-surface) inset!important;-webkit-text-fill-color:var(--ds-text)!important}.input-module__j2wpQW__input:-webkit-autofill:hover{caret-color:var(--ds-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--ds-surface) inset!important;box-shadow:0 0 0 1000px var(--ds-surface) inset!important;-webkit-text-fill-color:var(--ds-text)!important}.input-module__j2wpQW__input:-webkit-autofill:focus{caret-color:var(--ds-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--ds-surface) inset!important;box-shadow:0 0 0 1000px var(--ds-surface) inset!important;-webkit-text-fill-color:var(--ds-text)!important}.input-module__j2wpQW__input:-webkit-autofill:active{caret-color:var(--ds-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 1000px var(--ds-surface) inset!important;box-shadow:0 0 0 1000px var(--ds-surface) inset!important;-webkit-text-fill-color:var(--ds-text)!important}.input-module__j2wpQW__disabled .input-module__j2wpQW__input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;-webkit-text-fill-color:var(--ds-text-muted)!important}.input-module__j2wpQW__disabled .input-module__j2wpQW__input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;-webkit-text-fill-color:var(--ds-text-muted)!important}.input-module__j2wpQW__disabled .input-module__j2wpQW__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;-webkit-text-fill-color:var(--ds-text-muted)!important}.input-module__j2wpQW__disabled .input-module__j2wpQW__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;box-shadow:0 0 0 1000px var(--ds-surface-sunken) inset!important;-webkit-text-fill-color:var(--ds-text-muted)!important}.input-module__j2wpQW__input::placeholder{color:var(--ds-text-muted)}.input-module__j2wpQW__input:disabled{cursor:not-allowed;color:var(--ds-text-muted)}.input-module__j2wpQW__adornment{color:var(--ds-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.input-module__j2wpQW__adornment:disabled{cursor:not-allowed;opacity:.6}.input-module__j2wpQW__adornment svg{width:16px;height:16px}.input-module__j2wpQW__adornmentStatic{cursor:default}.input-module__j2wpQW__centered .input-module__j2wpQW__input{text-align:center}
.field-module__-2jcwa__field{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.field-module__-2jcwa__labelRow{flex-direction:row;align-items:center;gap:4px;display:flex}.field-module__-2jcwa__label{font-family:var(--font-ui);color:var(--ds-text);font-size:14px;font-weight:600;line-height:20px}.field-module__-2jcwa__required{font-family:var(--font-ui);color:var(--ds-error);font-size:14px;font-weight:600;line-height:20px}.field-module__-2jcwa__description{font-family:var(--font-ui);color:var(--ds-text-muted);font-size:14px;font-weight:400;line-height:22px}.field-module__-2jcwa__descriptionError{color:var(--ds-error)}
.checkbox-module__I0qYgG__row{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:8px;display:inline-flex}.checkbox-module__I0qYgG__row.checkbox-module__I0qYgG__disabled{cursor:not-allowed;opacity:.6}.checkbox-module__I0qYgG__input{appearance:none;box-sizing:border-box;background:var(--ds-surface);border:1px solid var(--ds-border-strong);width:16px;height:16px;cursor:inherit;border-radius:4px;flex-shrink:0;margin:0;transition:background-color .12s,border-color .12s;position:relative}.checkbox-module__I0qYgG__input:hover:not(:disabled){border-color:var(--ds-brand)}.checkbox-module__I0qYgG__input:focus-visible{outline:none;box-shadow:0 0 0 3px #691ef633}.checkbox-module__I0qYgG__input:checked{background:var(--ds-brand);border-color:var(--ds-brand)}.checkbox-module__I0qYgG__input:checked:after{content:"";border:solid var(--ds-brand-contrast);border-width:0 2px 2px 0;width:4px;height:7px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.checkbox-module__I0qYgG__label{font-family:var(--font-ui);color:var(--ds-text);font-size:13px;font-weight:600;line-height:18px}
.separator-module__iYRHvW__separator{flex-direction:row;align-items:center;gap:24px;width:100%;display:flex}.separator-module__iYRHvW__line{border-top:1px solid var(--ds-border);flex:1;height:0}.separator-module__iYRHvW__label{font-family:var(--font-ui);color:var(--ds-text-muted);font-size:14px;font-weight:400;line-height:22px}
.auth-split-layout-module__7IrMwq__page{background:var(--ds-surface);width:100%;min-height:100vh;font-family:var(--font-ui);color:var(--ds-text);flex-direction:row;display:flex;position:relative}.auth-split-layout-module__7IrMwq__leftPane{background:var(--ds-surface);flex:50%;justify-content:center;align-items:center;padding:32px 24px 88px;display:flex;position:relative}[data-theme=dark] .auth-split-layout-module__7IrMwq__leftPane{background:#0e0d0c}.auth-split-layout-module__7IrMwq__logo{flex-shrink:0;align-items:center;display:inline-flex;position:absolute;top:32px;left:max(24px,50% - 175px)}.auth-split-layout-module__7IrMwq__logoLight{display:block}.auth-split-layout-module__7IrMwq__logoDark,[data-theme=dark] .auth-split-layout-module__7IrMwq__logoLight{display:none}[data-theme=dark] .auth-split-layout-module__7IrMwq__logoDark{display:block}.auth-split-layout-module__7IrMwq__formColumn{flex-direction:column;align-items:stretch;gap:24px;width:100%;max-width:350px;display:flex}.auth-split-layout-module__7IrMwq__heading{flex-direction:column;gap:8px;display:flex}.auth-split-layout-module__7IrMwq__title{font-family:var(--font-ui);letter-spacing:-.015em;color:var(--ds-text);margin:0;font-size:24px;font-weight:500;line-height:32px}.auth-split-layout-module__7IrMwq__subtitle{font-family:var(--font-ui);color:var(--ds-text);margin:0;font-size:16px;font-weight:400;line-height:24px}.auth-split-layout-module__7IrMwq__body{flex-direction:column;gap:24px;display:flex}.auth-split-layout-module__7IrMwq__rightPane{background:#691ef60a;flex:50%;justify-content:center;align-items:center;padding:32px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .auth-split-layout-module__7IrMwq__rightPane{background:#1d1031}.auth-split-layout-module__7IrMwq__rightInner{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:600px;max-height:80vh;display:flex;position:relative;transform:translateY(-8%)}.auth-split-layout-module__7IrMwq__decorFrame{pointer-events:none;z-index:0;width:82%;height:64%;position:absolute;top:24%;left:9%;overflow:visible}.auth-split-layout-module__7IrMwq__slogan{letter-spacing:-.028em;text-align:center;text-transform:uppercase;color:var(--ds-text);white-space:pre-line;z-index:2;margin:10% 0 0;padding:0 10%;font-family:New Amsterdam,Satoshi,Onest,Inter,sans-serif;font-size:clamp(40px,6vw,72px);font-weight:400;line-height:80%;position:relative}.auth-split-layout-module__7IrMwq__sloganAccent{color:var(--ds-brand)}.auth-split-layout-module__7IrMwq__cursorImage{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;height:auto;display:block;position:absolute}.auth-split-layout-module__7IrMwq__cursorImageTopLeft{width:34.0223%;top:6.5%;left:6.5%}.auth-split-layout-module__7IrMwq__cursorImageBottomRight{width:35.8333%;bottom:-8%;right:3%}.auth-split-layout-module__7IrMwq__footerRow{font-family:var(--font-ui);color:var(--ds-text);flex-direction:row;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;display:flex}.auth-split-layout-module__7IrMwq__footerLink{color:var(--ds-brand);text-decoration:underline}.auth-split-layout-module__7IrMwq__footerLink:hover{color:var(--ds-brand-hover)}@media (max-height:900px){.auth-split-layout-module__7IrMwq__leftPane{align-items:flex-start;padding-top:104px}}@media (max-width:900px){.auth-split-layout-module__7IrMwq__rightPane{display:none}.auth-split-layout-module__7IrMwq__leftPane{flex:100%}}
.workflowgraphrenderer-module__YCjQ-q__workflowGraph{padding:var(--spacing-lg);z-index:0;flex-direction:column;align-items:center;gap:.15rem;width:100%;min-width:100%;display:flex;position:relative}.workflowgraphrenderer-module__YCjQ-q__workflowEdgeSvg{z-index:-1;pointer-events:none;position:absolute;top:0;left:0;overflow:visible}.workflowgraphrenderer-module__YCjQ-q__workflowEdgePath{fill:none;stroke:color-mix(in srgb, var(--ds-brand) 55%, transparent);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.workflowgraphrenderer-module__YCjQ-q__workflowEdgeArrow{fill:color-mix(in srgb, var(--ds-brand) 60%, transparent)}.workflowgraphrenderer-module__YCjQ-q__addDisabled .workflowgraphrenderer-module__YCjQ-q__connectorAddBtn,.workflowgraphrenderer-module__YCjQ-q__addDisabled .workflowgraphrenderer-module__YCjQ-q__branchEmptyCard{pointer-events:none;opacity:.4;cursor:default}.workflowgraphrenderer-module__YCjQ-q__graphViewport{border:1px solid var(--ds-border-strong);border-radius:var(--radius-xl);background-color:var(--ds-surface-sunken);background-image:radial-gradient(circle, color-mix(in srgb, var(--ds-text-subtle) 25%, transparent) .75px, transparent .75px);width:100%;min-height:200px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--ds-border-strong) 40%, transparent);background-size:20px 20px;flex:1 1 0;position:relative;overflow:clip}.workflowgraphrenderer-module__YCjQ-q__graphViewportFlush{box-shadow:none;border:none;border-radius:0}.workflowgraphrenderer-module__YCjQ-q__graphViewportInner{cursor:grab;overscroll-behavior:contain;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:relative}.workflowgraphrenderer-module__YCjQ-q__graphViewportInner.workflowgraphrenderer-module__YCjQ-q__isPanning,.workflowgraphrenderer-module__YCjQ-q__isPanning{cursor:grabbing}.workflowgraphrenderer-module__YCjQ-q__graphViewportInnerStatic{cursor:inherit;pointer-events:none;touch-action:auto}.workflowgraphrenderer-module__YCjQ-q__graphCanvas{transform-origin:top;will-change:transform;width:max-content;min-width:100%;height:max-content;min-height:100%;padding:var(--spacing-lg);justify-content:center;transition:transform 80ms ease-out;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__graphCanvasNoTransition{transition:none}.workflowgraphrenderer-module__YCjQ-q__graphCanvasSmoothPan{transition:transform .45s cubic-bezier(.4,0,.2,1)}.workflowgraphrenderer-module__YCjQ-q__graphCanvasHidden{opacity:0;visibility:hidden;pointer-events:none}.workflowgraphrenderer-module__YCjQ-q__graphControlsRight{bottom:var(--spacing-md);right:var(--spacing-md);box-shadow:none;z-index:3;background:0 0;border:none;flex-direction:row;align-items:center;gap:.4rem;padding:0;display:inline-flex;position:absolute}.workflowgraphrenderer-module__YCjQ-q__graphToolbarDock{bottom:var(--spacing-md);max-width:calc(100% - 2 * var(--spacing-md));z-index:3;flex-direction:column;align-items:center;gap:.5rem;display:inline-flex;position:absolute;left:50%;transform:translate(-50%)}.workflowgraphrenderer-module__YCjQ-q__graphToolbar{flex-direction:row;align-items:center;gap:.4rem;max-width:100%;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__toolbarDivider{background:var(--ds-border-strong);opacity:.6;flex:none;align-self:stretch;width:1px;min-height:1.6rem;margin:0 .15rem}.workflowgraphrenderer-module__YCjQ-q__zoomButton{border:1px solid var(--ds-border-strong);background:color-mix(in srgb, var(--ds-surface) 92%, transparent);width:2.5rem;height:2.5rem;-webkit-backdrop-filter:blur(var(--blur-sm));color:var(--ds-text-muted);cursor:pointer;box-shadow:var(--shadow-xs);border-radius:999px;place-items:center;font-size:1.1rem;line-height:1;transition:all .12s;display:grid}.workflowgraphrenderer-module__YCjQ-q__zoomButtonIcon{object-fit:contain;width:16px;height:16px}.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackH,.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackV{z-index:2;pointer-events:none;position:absolute}.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackH{height:9px;bottom:4px;left:4px;right:16px}.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackV{width:9px;top:4px;bottom:16px;right:4px}.workflowgraphrenderer-module__YCjQ-q__scrollbarThumb{pointer-events:none;opacity:0;background:color-mix(in srgb, var(--ds-text-subtle) 45%, transparent);cursor:pointer;border-radius:999px;transition:opacity .4s,background .15s;position:absolute}.workflowgraphrenderer-module__YCjQ-q__scrollbarThumbActive{pointer-events:auto;opacity:1}.workflowgraphrenderer-module__YCjQ-q__scrollbarThumb:hover{background:color-mix(in srgb, var(--ds-text-subtle) 70%, transparent)}.workflowgraphrenderer-module__YCjQ-q__scrollbarThumb:active{background:color-mix(in srgb, var(--ds-text-muted) 80%, transparent)}.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackH .workflowgraphrenderer-module__YCjQ-q__scrollbarThumb{height:100%;top:0}.workflowgraphrenderer-module__YCjQ-q__scrollbarTrackV .workflowgraphrenderer-module__YCjQ-q__scrollbarThumb{width:100%;left:0}.workflowgraphrenderer-module__YCjQ-q__zoomButton:hover,.workflowgraphrenderer-module__YCjQ-q__zoomButton:focus-visible{background:var(--ds-surface-hover);color:var(--ds-text);border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__workflowNode{--indent-step:26px;padding-left:calc(var(--indent-level) * 6px);position:relative}.workflowgraphrenderer-module__YCjQ-q__graphStepRow{justify-content:center;align-items:stretch;width:100%;display:flex}.workflowgraphrenderer-module__YCjQ-q__workflowCard{margin-left:calc(var(--indent-level) * var(--indent-step));width:fit-content;max-width:min(48rem,100%)}.workflowgraphrenderer-module__YCjQ-q__startStepRow{width:max-content;margin:0 auto}.workflowgraphrenderer-module__YCjQ-q__graphStepInfo{border-radius:var(--radius-md);background:var(--ds-surface);border:1px solid var(--ds-border-strong);box-shadow:var(--shadow-sm);cursor:pointer;gap:.7rem;margin:.35rem 0;padding:.75rem .9rem;transition:all .18s;display:flex}.workflowgraphrenderer-module__YCjQ-q__graphStepCardBody{flex-direction:column;gap:.35rem;display:flex}.workflowgraphrenderer-module__YCjQ-q__hasNotConnected{gap:0}.workflowgraphrenderer-module__YCjQ-q__hasNotConnected .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.workflowgraphrenderer-module__YCjQ-q__hasNotConnected .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:hover,.workflowgraphrenderer-module__YCjQ-q__hasNotConnected .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:focus-within{transform:none}.workflowgraphrenderer-module__YCjQ-q__graphStepGhost .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{opacity:.6;border-style:dashed;border-color:color-mix(in srgb, var(--ds-brand) 55%, var(--ds-border-strong));background:color-mix(in srgb, var(--ds-brand) 5%, var(--ds-surface));box-shadow:none;cursor:default}.workflowgraphrenderer-module__YCjQ-q__graphStepGhost .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:hover,.workflowgraphrenderer-module__YCjQ-q__graphStepGhost .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:focus-within{border-color:color-mix(in srgb, var(--ds-brand) 55%, var(--ds-border-strong));box-shadow:none;transform:none}.workflowgraphrenderer-module__YCjQ-q__graphStepBody{align-items:flex-start;gap:.75rem;width:100%;display:flex}.workflowgraphrenderer-module__YCjQ-q__collapseToggle{border-radius:var(--radius-sm);width:20px;height:20px;color:var(--ds-text-subtle);cursor:pointer;transition:var(--button-transition);background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;margin-top:.05rem;padding:0;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__collapseToggle:hover,.workflowgraphrenderer-module__YCjQ-q__collapseToggle:focus-visible{background:var(--ds-surface-hover);border-color:var(--ds-brand);color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__stepMenuButton{border-radius:var(--radius-sm);width:22px;height:22px;color:var(--ds-text-subtle);cursor:pointer;opacity:.5;background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-self:flex-start;align-items:center;margin-top:.05rem;padding:0;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__graphStepInfo:hover .workflowgraphrenderer-module__YCjQ-q__stepMenuButton,.workflowgraphrenderer-module__YCjQ-q__graphStepInfo:focus-within .workflowgraphrenderer-module__YCjQ-q__stepMenuButton,.workflowgraphrenderer-module__YCjQ-q__stepMenuButton[aria-expanded=true]{opacity:1}.workflowgraphrenderer-module__YCjQ-q__stepMenuButton:hover,.workflowgraphrenderer-module__YCjQ-q__stepMenuButton:focus-visible{background:var(--ds-surface-hover);border-color:var(--ds-brand);color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__stepMenu{background:var(--ds-surface);border:1px solid var(--ds-border-strong);min-width:200px;box-shadow:var(--ds-shadow-pop);z-index:1000;border-radius:8px;padding:4px;position:fixed;overflow-y:auto;transform:translate(-50%)}.workflowgraphrenderer-module__YCjQ-q__stepMenuItem{align-items:center;gap:var(--spacing-sm);width:100%;min-height:32px;padding:5.5px var(--spacing-sm);color:var(--ds-text);text-align:left;white-space:nowrap;cursor:pointer;font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);transition:background var(--transition-fast);background:0 0;border:none;border-radius:6px;display:flex}.workflowgraphrenderer-module__YCjQ-q__stepMenuItem:hover:not(:disabled){background:var(--ds-surface-hover)}.workflowgraphrenderer-module__YCjQ-q__stepMenuItem:disabled{opacity:.45;cursor:not-allowed}.workflowgraphrenderer-module__YCjQ-q__stepMenuItemDanger{color:var(--ds-error)}.workflowgraphrenderer-module__YCjQ-q__stepMenuItemDanger:hover:not(:disabled){background:color-mix(in srgb, var(--ds-error) 10%, var(--ds-surface))}.workflowgraphrenderer-module__YCjQ-q__stepMenuDivider{background:var(--ds-border);border:none;height:1px;margin:2px 4px}.workflowgraphrenderer-module__YCjQ-q__collapsedCount{background:color-mix(in srgb, var(--ds-brand) 10%, var(--ds-surface));border:1px solid color-mix(in srgb, var(--ds-brand) 25%, transparent);color:var(--ds-brand);font-size:.68rem;font-weight:var(--font-weight-medium);white-space:nowrap;border-radius:999px;flex:none;align-self:center;padding:.1rem .45rem}.workflowgraphrenderer-module__YCjQ-q__graphStepInfo:hover,.workflowgraphrenderer-module__YCjQ-q__graphStepInfo:focus-within{border-color:color-mix(in srgb, var(--ds-brand) 30%, var(--ds-border-strong));box-shadow:var(--shadow-md), 0 0 0 3px color-mix(in srgb, var(--ds-brand) 6%, transparent);transform:translateY(-1px)}.workflowgraphrenderer-module__YCjQ-q__connectorAddBtn{border:1px solid var(--ds-border-strong);background:var(--ds-surface);width:28px;height:28px;color:var(--ds-text);cursor:pointer;z-index:2;opacity:1;border-radius:999px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%,-50%)}.workflowgraphrenderer-module__YCjQ-q__connectorAlwaysVisible{opacity:1}.workflowgraphrenderer-module__YCjQ-q__connectorLoopAdd{border-color:hsl(from var(--ds-brand) h var(--color-loop-s) var(--color-loop-l));color:hsl(from var(--ds-brand) h var(--color-loop-s) var(--color-loop-l))}.workflowgraphrenderer-module__YCjQ-q__connectorLoopAdd:hover{background:var(--ds-brand);color:var(--ds-brand-contrast);border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__connectorAddBtn:hover,.workflowgraphrenderer-module__YCjQ-q__workflowNode:hover .workflowgraphrenderer-module__YCjQ-q__connectorAddBtn{opacity:1;background:var(--ds-surface-hover);color:var(--ds-brand);border-color:var(--ds-brand);box-shadow:var(--shadow-sm);transform:translate(-50%,-50%)scale(1.08)}.workflowgraphrenderer-module__YCjQ-q__connectorTail:after{display:none}.workflowgraphrenderer-module__YCjQ-q__startStepCard{box-shadow:none;background:0 0;border:none;align-items:center;padding:0}.workflowgraphrenderer-module__YCjQ-q__startStepCard:hover,.workflowgraphrenderer-module__YCjQ-q__startStepCard:focus-within{box-shadow:none;border-color:#0000;transform:none}.workflowgraphrenderer-module__YCjQ-q__startStepCard .workflowgraphrenderer-module__YCjQ-q__graphStepBody{align-items:center}.workflowgraphrenderer-module__YCjQ-q__startStepCard .workflowgraphrenderer-module__YCjQ-q__graphStepNumber{background:var(--ds-text);width:auto;height:auto;color:var(--ds-surface);font-size:.95rem;line-height:1.3;font-weight:var(--font-weight-bold);letter-spacing:0;text-transform:none;border-radius:999px;padding:.4rem 1.6rem}.workflowgraphrenderer-module__YCjQ-q__graphStepNumber{background:var(--gradient-primary);color:var(--ds-brand-contrast);font-size:.75rem;font-weight:var(--font-weight-bold);text-align:center;border-radius:var(--radius-sm);width:1.65rem;height:1.65rem;box-shadow:var(--shadow-xs);border:none;flex-shrink:0;line-height:1.65rem}.workflowgraphrenderer-module__YCjQ-q__graphStepText{color:var(--ds-text);flex-direction:column;flex:auto;align-items:stretch;gap:.3rem;font-size:.875rem;line-height:1.5;display:flex}.workflowgraphrenderer-module__YCjQ-q__stepTextContent{white-space:pre-line;max-width:55ch;display:block}.workflowgraphrenderer-module__YCjQ-q__stepMeta{background:var(--ds-surface-sunken);border-radius:var(--radius-xs);border:1px solid var(--ds-border-strong);color:var(--ds-text-muted);align-self:flex-start;align-items:center;gap:.3rem;margin-bottom:.1rem;padding:.2rem .45rem;font-size:.75rem;line-height:1.2;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__stepMetaIcon{object-fit:contain;background:var(--ds-surface);border:1px solid color-mix(in srgb, var(--ds-border-strong) 60%, transparent);width:20px;height:20px;box-shadow:var(--shadow-sm);border-radius:6px}[data-theme=dark] .workflowgraphrenderer-module__YCjQ-q__stepMetaIconLight{background:#fff}.workflowgraphrenderer-module__YCjQ-q__stepMetaFallback{background:var(--ds-surface-sunken);width:20px;height:20px;color:var(--ds-text);font-weight:var(--font-weight-semibold);border:1px solid color-mix(in srgb, var(--ds-border-strong) 60%, transparent);border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__stepMetaText{white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.workflowgraphrenderer-module__YCjQ-q__workflowConnector{height:52px;margin-left:calc(var(--indent-level) * var(--indent-step));align-items:center;display:flex;position:relative}.workflowgraphrenderer-module__YCjQ-q__workflowConnector:after,.workflowgraphrenderer-module__YCjQ-q__connectorBranch:after{display:none}.workflowgraphrenderer-module__YCjQ-q__branchIcon{color:var(--ds-brand);z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workflowgraphrenderer-module__YCjQ-q__connectorLoopBack:after{display:none}.workflowgraphrenderer-module__YCjQ-q__connectorMerge:after{border-top-color:color-mix(in srgb, var(--color-success) 50%, transparent)}.workflowgraphrenderer-module__YCjQ-q__stepText{white-space:normal;overflow-wrap:anywhere;min-width:0;color:var(--ds-text);flex:auto}.workflowgraphrenderer-module__YCjQ-q__stepLink{color:var(--ds-brand);font-weight:var(--font-weight-semibold);text-decoration:none}.workflowgraphrenderer-module__YCjQ-q__stepLink:hover,.workflowgraphrenderer-module__YCjQ-q__stepLink:focus-visible{color:var(--ds-brand-hover);text-decoration:underline}.workflowgraphrenderer-module__YCjQ-q__urlToggleButton{margin-left:var(--spacing-xs);border:1px solid var(--ds-border-strong);background:var(--ds-surface-sunken);border-radius:var(--radius-sm);cursor:pointer;color:var(--ds-text-muted);transition:var(--button-transition);justify-content:center;align-items:center;padding:.25rem .4rem;font-size:.75rem;line-height:1;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__urlToggleButton:hover{background:var(--ds-surface-hover);color:var(--ds-text);border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__branchContainer{flex-direction:column;gap:0;width:100%;margin:0;display:flex}.workflowgraphrenderer-module__YCjQ-q__branchCondition{flex-direction:column;align-items:center;margin-bottom:.5rem;display:flex}.workflowgraphrenderer-module__YCjQ-q__addElseIfBtn{border:1px dashed color-mix(in srgb, var(--ds-brand) 35%, transparent);background:var(--ds-surface);color:var(--ds-text-muted);font:inherit;font-size:.68rem;font-weight:var(--font-weight-medium);cursor:pointer;opacity:0;border-radius:999px;align-items:center;gap:.2rem;margin-top:.4rem;padding:.15rem .5rem;transition:opacity .12s,color .12s,border-color .12s;display:inline-flex}.workflowgraphrenderer-module__YCjQ-q__branchContainer:hover>.workflowgraphrenderer-module__YCjQ-q__branchCondition>.workflowgraphrenderer-module__YCjQ-q__addElseIfBtn,.workflowgraphrenderer-module__YCjQ-q__addElseIfBtn:focus-visible{opacity:1}.workflowgraphrenderer-module__YCjQ-q__addElseIfBtn:hover{color:var(--ds-brand);border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__branchConnectors{justify-content:center;align-items:center;width:100%;height:50px;margin:0;display:flex;position:relative}.workflowgraphrenderer-module__YCjQ-q__branchPaths{justify-content:center;gap:var(--spacing-lg);width:100%;padding:0;display:flex}.workflowgraphrenderer-module__YCjQ-q__branchPath{flex-direction:column;align-items:center;gap:.5rem;display:flex}.workflowgraphrenderer-module__YCjQ-q__branchLabel{font-size:.65rem;font-weight:var(--font-weight-bold);color:var(--ds-brand);text-align:center;text-transform:uppercase;letter-spacing:.08em;background:color-mix(in srgb, var(--ds-brand) 10%, var(--ds-surface));border:1px solid color-mix(in srgb, var(--ds-brand) 25%, transparent);border-radius:999px;width:fit-content;margin-bottom:.35rem;padding:.15rem .6rem}.workflowgraphrenderer-module__YCjQ-q__branchLabelEditable{text-transform:none;letter-spacing:.01em;cursor:pointer;max-width:18rem;font-family:inherit;font-size:.7rem}.workflowgraphrenderer-module__YCjQ-q__branchLabelEditable:hover,.workflowgraphrenderer-module__YCjQ-q__branchLabelEditable:focus-visible{background:color-mix(in srgb, var(--ds-brand) 20%, var(--ds-surface));border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__branchSteps{--indent-step:26px;flex-direction:column;flex:1;align-items:center;gap:.65rem;width:100%;display:flex}.workflowgraphrenderer-module__YCjQ-q__branchSteps .workflowgraphrenderer-module__YCjQ-q__workflowCard{margin-left:calc(var(--indent-level,0) * var(--indent-step,26px))}.workflowgraphrenderer-module__YCjQ-q__branchConnectorTail{flex:1;height:auto;min-height:52px}.workflowgraphrenderer-module__YCjQ-q__branchSteps .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{margin:0}.workflowgraphrenderer-module__YCjQ-q__branchEmptyCard{border-radius:var(--radius-sm);border:1px dashed var(--ds-border-strong);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.7rem;transition:all .15s;display:flex}.workflowgraphrenderer-module__YCjQ-q__branchEmptyCard:hover,.workflowgraphrenderer-module__YCjQ-q__branchEmptyCard:focus-visible{border-color:var(--ds-brand);background:color-mix(in srgb, var(--ds-brand) 4%, transparent)}.workflowgraphrenderer-module__YCjQ-q__branchEmptyText{color:var(--ds-text-subtle);font-size:.75rem;font-weight:var(--font-weight-medium)}.workflowgraphrenderer-module__YCjQ-q__branchEmptyAdd{width:100%;height:28px;position:relative}.workflowgraphrenderer-module__YCjQ-q__branchEmptyAdd .workflowgraphrenderer-module__YCjQ-q__connectorAddBtn{top:50%}.workflowgraphrenderer-module__YCjQ-q__emptyLoopBody{padding-left:calc(var(--loop-indent,1) * 26px);flex-direction:column;align-items:center;margin:.25rem 0;display:flex}.workflowgraphrenderer-module__YCjQ-q__stepNotConnected{border-radius:0 0 var(--radius-md) var(--radius-md);background:color-mix(in srgb, var(--color-warning,#f59e0b) 8%, var(--ds-surface));border:1px solid color-mix(in srgb, var(--color-warning,#f59e0b) 20%, var(--ds-border-strong));border-top:none;align-items:center;gap:.6rem;padding:.5rem .9rem;font-size:.82rem;display:flex}.workflowgraphrenderer-module__YCjQ-q__stepNotConnectedText{color:var(--ds-text-muted);flex:1}.workflowgraphrenderer-module__YCjQ-q__stepNotConnectedText:before{content:"⚠️";margin-right:.4rem}.workflowgraphrenderer-module__YCjQ-q__stepConnectButton{border-radius:var(--radius-sm,6px);border:1px solid var(--ds-border-strong);background:var(--ds-surface);color:var(--ds-brand);font-size:.78rem;font-weight:var(--font-weight-semibold,600);cursor:pointer;white-space:nowrap;padding:.3rem .7rem;transition:all .15s}.workflowgraphrenderer-module__YCjQ-q__stepConnectButton:hover{background:var(--color-bg-hover,var(--ds-surface-sunken));border-color:var(--ds-brand)}.workflowgraphrenderer-module__YCjQ-q__endStepRow{width:max-content;margin:0 auto}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__startStepCard .workflowgraphrenderer-module__YCjQ-q__graphStepNumber,.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__endStepCard .workflowgraphrenderer-module__YCjQ-q__graphStepNumber{background:var(--ds-surface);color:var(--ds-text);border:1.5px solid var(--ds-text);padding:.5rem 2rem}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__graphStepCardBody{filter:drop-shadow(0 2px 3px color-mix(in srgb, var(--ds-text) 12%, transparent))}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{text-align:center;min-width:150px;box-shadow:inset 0 0 0 1.5px var(--ds-border-strong);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);border:none;justify-content:center;margin:0;padding:2.25rem 2.75rem;transition:box-shadow .18s,background .18s}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:hover,.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__graphStepInfo:focus-within{box-shadow:inset 0 0 0 2px var(--ds-brand);background:color-mix(in srgb, var(--ds-brand) 4%, var(--ds-surface));transform:none}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__stepMeta{display:none}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__graphStepBody{justify-content:center}.workflowgraphrenderer-module__YCjQ-q__flowchart .workflowgraphrenderer-module__YCjQ-q__branchCondition .workflowgraphrenderer-module__YCjQ-q__stepTextContent{max-width:22ch}.workflowgraphrenderer-module__YCjQ-q__stepDraggable{cursor:grab}.workflowgraphrenderer-module__YCjQ-q__isReordering .workflowgraphrenderer-module__YCjQ-q__stepDraggable{cursor:grabbing}.workflowgraphrenderer-module__YCjQ-q__stepSelected .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{border-color:var(--ds-brand);box-shadow:0 0 0 2px color-mix(in srgb, var(--ds-brand) 35%, transparent)}.workflowgraphrenderer-module__YCjQ-q__stepDragging .workflowgraphrenderer-module__YCjQ-q__graphStepInfo{opacity:.45}.workflowgraphrenderer-module__YCjQ-q__dropIndicator{left:var(--spacing-lg);right:var(--spacing-lg);background:var(--ds-brand);height:3px;box-shadow:0 0 0 3px color-mix(in srgb, var(--ds-brand) 22%, transparent);pointer-events:none;z-index:5;border-radius:999px;position:absolute}.workflowgraphrenderer-module__YCjQ-q__dropIndicatorBlocked{background:var(--ds-danger,#d92d20);box-shadow:0 0 0 3px color-mix(in srgb, var(--ds-danger,#d92d20) 22%, transparent)}.workflowgraphrenderer-module__YCjQ-q__dropIndicatorLabel{white-space:nowrap;border-radius:var(--radius-sm,6px);background:var(--ds-danger,#d92d20);color:#fff;padding:.2rem .5rem;font-size:.72rem;font-weight:600;position:absolute;top:8px;left:50%;transform:translate(-50%)}.workflowgraphrenderer-module__YCjQ-q__selectionMarquee{border:1px solid var(--ds-brand);background:color-mix(in srgb, var(--ds-brand) 12%, transparent);border-radius:var(--radius-sm,6px);pointer-events:none;z-index:6;position:absolute}
.auth-legal-footer-module__rZMGtG__footer{z-index:2;font-family:var(--font-ui);color:var(--ds-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:20px 16px;font-size:13px;font-weight:500;line-height:18px;display:flex;position:absolute;bottom:0;left:0;right:0}.auth-legal-footer-module__rZMGtG__footer a{color:var(--ds-text-muted);text-decoration:none;transition:color .12s}.auth-legal-footer-module__rZMGtG__footer a:hover{color:var(--ds-text)}.auth-legal-footer-module__rZMGtG__separator{color:var(--ds-border-strong);-webkit-user-select:none;user-select:none}
.renameworkflowmodal-module__aF4HFW__formField{flex-direction:column;align-items:stretch;gap:8px;display:flex}.renameworkflowmodal-module__aF4HFW__label{font-family:var(--font-ui);color:var(--color-text-primary);font-size:14px;font-weight:600;line-height:20px}.renameworkflowmodal-module__aF4HFW__input{box-sizing:border-box;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-bg);width:100%;min-height:38px;color:var(--color-text-primary);font-family:var(--font-ui);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:8px 12px;font-size:14px;font-weight:400;line-height:22px;display:flex}.renameworkflowmodal-module__aF4HFW__input::placeholder{color:var(--color-text-secondary)}.renameworkflowmodal-module__aF4HFW__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);outline:none}.renameworkflowmodal-module__aF4HFW__input:disabled{cursor:not-allowed;opacity:.6}.renameworkflowmodal-module__aF4HFW__status{font-family:var(--font-ui);margin-top:8px;font-size:14px;line-height:20px}.renameworkflowmodal-module__aF4HFW__statusError{color:var(--color-error)}.renameworkflowmodal-module__aF4HFW__statusSuccess{color:var(--color-success)}
.create-module__T8fhWa__page{width:100%;height:100%;font-family:var(--font-ui);box-sizing:border-box;flex-flow:column;gap:0;padding:0;display:flex;position:relative;overflow:hidden}@media (max-width:900px){.create-module__T8fhWa__page{flex-direction:column}}.create-module__T8fhWa__chatAreaLeft{background:var(--ds-surface);flex-direction:column;flex:6 1 0;min-width:320px;height:100%;min-height:0;padding:0;display:flex;position:relative}.create-module__T8fhWa__jsonEditorPanelWrapper{justify-content:stretch}.create-module__T8fhWa__detailsArea{--details-fade-size:2rem;flex-direction:column;flex:1 1 0;width:100%;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.create-module__T8fhWa__builderBody{min-width:0;min-height:0;padding:0 var(--spacing-md) var(--spacing-md);flex:1 1 0;display:flex}.create-module__T8fhWa__builderFrame{border:1px solid var(--ds-border);border-radius:var(--radius-xl);background:var(--ds-surface);flex-direction:row;flex:1 1 0;min-width:0;min-height:0;display:flex;overflow:hidden}.create-module__T8fhWa__modeToggleAnchor{bottom:var(--spacing-md);left:var(--spacing-md);z-index:3;position:absolute}.create-module__T8fhWa__modeToggle{background:color-mix(in srgb, var(--ds-surface) 92%, transparent);-webkit-backdrop-filter:blur(var(--blur-sm));border:1px solid var(--ds-border-strong);box-shadow:var(--shadow-xs);border-radius:999px;flex-shrink:0;align-items:center;gap:2px;padding:3px;display:inline-flex}.create-module__T8fhWa__modeToggleButton{width:34px;height:28px;color:var(--ds-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background .12s,color .12s,box-shadow .12s;display:inline-flex}.create-module__T8fhWa__modeToggleButton:hover{color:var(--ds-text)}.create-module__T8fhWa__modeToggleButtonActive,.create-module__T8fhWa__modeToggleButtonActive:hover{background:var(--ds-surface);color:var(--ds-brand);box-shadow:var(--ds-shadow-card)}.create-module__T8fhWa__canvasToolButton{border:1px solid var(--ds-border-strong);background:color-mix(in srgb, var(--ds-surface) 92%, transparent);width:2.5rem;height:2.5rem;-webkit-backdrop-filter:blur(var(--blur-sm));color:var(--ds-text-muted);cursor:pointer;box-shadow:var(--shadow-xs);border-radius:999px;place-items:center;transition:all .12s;display:grid}.create-module__T8fhWa__canvasToolButton:hover:not(:disabled){background:var(--ds-surface-hover);color:var(--ds-text);border-color:var(--ds-brand)}.create-module__T8fhWa__canvasToolButton:disabled{opacity:.4;cursor:not-allowed}.create-module__T8fhWa__canvasToolButtonActive,.create-module__T8fhWa__canvasToolButtonActive:hover{background:var(--ds-brand);color:var(--ds-brand-contrast);border-color:var(--ds-brand)}.create-module__T8fhWa__canvasToolButtonIcon{object-fit:contain;width:18px;height:18px}.create-module__T8fhWa__canvasToolButtonActive .create-module__T8fhWa__canvasToolButtonIcon{filter:brightness(0)invert()}.create-module__T8fhWa__modeToggleIcon{object-fit:contain;width:16px;height:16px}.create-module__T8fhWa__commentModeBanner{font-size:var(--font-size-sm);color:var(--ds-text);background:color-mix(in srgb, var(--ds-surface) 92%, transparent);-webkit-backdrop-filter:blur(var(--blur-sm));border:1px solid var(--ds-border-strong);box-shadow:var(--shadow-xs);white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.4rem .85rem;display:inline-flex}.create-module__T8fhWa__commentModeBannerLink{font:inherit;color:var(--ds-brand);font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.create-module__T8fhWa__commentModeBannerLink:hover{color:var(--ds-brand-hover,var(--ds-brand))}.create-module__T8fhWa__detailsMenuWrapper{background:color-mix(in srgb, var(--ds-surface-sunken) 60%, transparent);border:1px solid var(--ds-border-strong);border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .35rem;display:inline-flex;position:relative}.create-module__T8fhWa__detailsMenuButton{cursor:pointer;color:var(--ds-text-muted);background-color:#0000;border:none;border-radius:999px;padding:.2rem .55rem;font-size:1.1rem;line-height:1;transition:all .15s}.create-module__T8fhWa__detailsMenuButton:hover{background-color:var(--ds-surface-hover);color:var(--ds-text)}.create-module__T8fhWa__detailsMenuDropdown{top:calc(100% + var(--spacing-xs));min-width:13rem;padding:var(--spacing-xs);background:var(--ds-surface);border:1px solid var(--ds-border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-xl);z-index:2;-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md));position:absolute;right:0}.create-module__T8fhWa__menuItem{text-align:left;align-items:center;gap:var(--spacing-xs);width:100%;padding:var(--spacing-sm) var(--spacing-md);color:var(--ds-text);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;white-space:nowrap;border-radius:var(--radius-sm);background:0 0;border:none;transition:all .12s;display:flex}.create-module__T8fhWa__menuItem:hover{background-color:var(--ds-surface-hover)}.create-module__T8fhWa__menuItemDanger{color:var(--ds-error)}.create-module__T8fhWa__separator{background-color:var(--ds-border-strong);flex:0 0 1px;align-self:stretch;width:1px;margin:0}.create-module__T8fhWa__stepsPreview{z-index:0;flex-direction:column;flex:1 1 0;gap:0;width:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.create-module__T8fhWa__booleanToggleOptionActive{border-color:var(--ds-brand);background:color-mix(in srgb, var(--ds-brand) 10%, var(--ds-surface));color:var(--ds-brand)}.create-module__T8fhWa__paramRemoveButton{border:1px solid color-mix(in srgb, var(--ds-border-strong) 70%, transparent);color:var(--ds-text-muted);cursor:pointer;width:28px;height:28px;transition:var(--button-transition);background:0 0;border-radius:999px;place-items:center;display:inline-grid}.create-module__T8fhWa__paramRemoveButton:before{content:"×";font-size:1rem;line-height:1}.create-module__T8fhWa__paramRemoveButton:hover,.create-module__T8fhWa__paramRemoveButton:focus-visible{border-color:var(--ds-brand);color:var(--ds-text)}.create-module__T8fhWa__paramAddRowButton{border:1px dashed color-mix(in srgb, var(--ds-brand) 50%, transparent);color:var(--ds-brand);cursor:pointer;transition:var(--button-transition);background:0 0;border-radius:999px;align-self:flex-start;align-items:center;gap:.25rem;padding:.3rem .75rem;font-size:.8rem;display:inline-flex}.create-module__T8fhWa__paramAddRowButton:hover,.create-module__T8fhWa__paramAddRowButton:focus-visible{border-color:var(--ds-brand);color:var(--ds-text)}.create-module__T8fhWa__schemaArrayItems{flex-direction:column;gap:.5rem;display:flex}.create-module__T8fhWa__schemaArrayItem{border:1px solid color-mix(in srgb, var(--ds-border-strong) 70%, transparent);background:var(--ds-surface);border-radius:10px;overflow:hidden}.create-module__T8fhWa__schemaArrayItemHeader{background:color-mix(in srgb, var(--ds-surface-sunken) 50%, transparent);width:100%;color:var(--ds-text);cursor:pointer;transition:var(--button-transition);text-align:left;border:none;justify-content:space-between;align-items:center;padding:.55rem .75rem;font-size:.85rem;display:flex}.create-module__T8fhWa__schemaArrayItemHeader:hover{background:color-mix(in srgb, var(--ds-surface-sunken) 80%, transparent)}.create-module__T8fhWa__schemaArrayItemTitle{font-weight:var(--font-weight-semibold);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.create-module__T8fhWa__schemaArrayItemChevron{color:var(--ds-text-muted);flex-shrink:0;margin-left:.5rem;font-size:.65rem}.create-module__T8fhWa__schemaArrayItemFields{border-top:1px solid color-mix(in srgb, var(--ds-border-strong) 50%, transparent);flex-direction:column;gap:.45rem;padding:.65rem .75rem;display:flex}.create-module__T8fhWa__schemaFieldRow{flex-direction:column;gap:.2rem;display:flex}.create-module__T8fhWa__schemaFieldLabel{color:var(--ds-text-muted);font-size:.78rem;font-weight:var(--font-weight-semibold)}.create-module__T8fhWa__schemaArrayItemFields .create-module__T8fhWa__paramRemoveButton{align-self:flex-end;margin-top:.25rem}.create-module__T8fhWa__filepathInputRow{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.create-module__T8fhWa__modalSubtitle{font-size:var(--font-size-base);color:var(--ds-text-muted);margin-bottom:calc(var(--spacing-md) + .35rem);transition:transform .2s;display:inline-block}.create-module__T8fhWa__inputGroup{margin-bottom:var(--spacing-sm)}.create-module__T8fhWa__inputLabel{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--ds-text-muted);margin-bottom:var(--spacing-sm);letter-spacing:.01em;display:block}.create-module__T8fhWa__charHelper{margin-top:var(--spacing-xs);font-size:var(--font-size-xs);color:var(--ds-text-muted);text-align:right}.create-module__T8fhWa__textarea{width:100%;font-size:var(--font-size-base);border:1px solid var(--ds-border-strong);border-radius:var(--radius-md);background-color:var(--ds-surface);color:var(--ds-text);padding:.75rem 1rem;transition:all .2s;box-shadow:inset 0 1px 2px #00000005}.create-module__T8fhWa__textarea:focus{border-color:var(--ds-brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--ds-brand) 10%, transparent), inset 0 1px 2px #0000000d;outline:none}.create-module__T8fhWa__visibilityToggle{border:1px solid var(--ds-border-strong);border-radius:var(--radius-md);background:var(--ds-surface);grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.create-module__T8fhWa__visibilityOption{border-radius:calc(var(--radius-md) - 3px);min-height:38px;color:var(--ds-text-muted);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:0}.create-module__T8fhWa__visibilityOptionActive{background:var(--ds-brand);color:var(--ds-brand-contrast)}.create-module__T8fhWa__visibilityOption:disabled{opacity:.55;cursor:not-allowed}.create-module__T8fhWa__visibilityLocked{border:1px solid var(--ds-border-strong);border-radius:var(--radius-md);background:var(--ds-surface);min-height:44px;color:var(--ds-text);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);align-items:center;padding:0 1rem;display:flex}.create-module__T8fhWa__modalFooter{justify-content:center;gap:var(--spacing-md);margin-top:var(--spacing-lg);display:flex}.create-module__T8fhWa__modalButton{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;background:var(--ds-brand);color:var(--ds-brand-contrast);box-shadow:0 2px 12px color-mix(in srgb, var(--ds-brand) 25%, transparent);border:none;border-radius:999px;padding:.6rem 1.5rem;transition:all .2s}.create-module__T8fhWa__modalButton:hover{box-shadow:0 4px 20px color-mix(in srgb, var(--ds-brand) 35%, transparent);transform:translateY(-1px)}.create-module__T8fhWa__modalButton:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.create-module__T8fhWa__modalButtonSecondary{color:var(--ds-text-muted);border:1px solid var(--ds-border-strong);box-shadow:none;background:0 0}.create-module__T8fhWa__modalButtonSecondary:hover{background:var(--ds-surface-hover);color:var(--ds-text);box-shadow:none}.create-module__T8fhWa__deleteModalFooter{justify-content:flex-end;gap:var(--spacing-sm);margin-top:var(--spacing-lg);display:flex}.create-module__T8fhWa__deleteConfirmButton{background-color:var(--ds-error);color:var(--ds-brand-contrast);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;transition:all .15s}.create-module__T8fhWa__deleteConfirmButton:hover{filter:brightness(1.05);box-shadow:0 4px 12px color-mix(in srgb, var(--ds-error) 30%, transparent);transform:translateY(-1px)}.create-module__T8fhWa__cancelDeleteButton{border:1px solid var(--ds-border-strong);color:var(--ds-text);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;background-color:#0000;border-radius:999px;padding:.5rem 1.25rem;transition:all .15s}.create-module__T8fhWa__cancelDeleteButton:hover{background-color:var(--ds-surface-sunken)}.create-module__T8fhWa__modalSuccess{color:var(--ds-success)}.create-module__T8fhWa__modalError{color:var(--ds-error)}.create-module__T8fhWa__workflowNameNotice{margin:0 0 var(--spacing-md);padding:var(--spacing-sm);border-radius:var(--radius-sm);align-items:flex-start;gap:var(--spacing-sm);background:var(--ds-surface-sunken);border:1px solid var(--ds-border-strong);color:var(--ds-text-muted);font-size:.9rem;display:flex}.create-module__T8fhWa__workflowNameNoticeIcon{font-size:.85rem;font-weight:600;line-height:1.2}.create-module__T8fhWa__workflowNameNotice.create-module__T8fhWa__workflowNameNoticeDuplicate{background:var(--ds-surface-active);border-color:var(--ds-border-strong);color:var(--ds-text)}.create-module__T8fhWa__workflowNameNoticeChecking{color:var(--ds-text-muted)}.create-module__T8fhWa__workflowNameNotice.create-module__T8fhWa__workflowNameNoticeError{background:color-mix(in srgb, var(--ds-error) 15%, var(--ds-surface));border-color:color-mix(in srgb, var(--ds-error) 35%, var(--ds-border-strong));color:var(--ds-error)}.create-module__T8fhWa__loadError{min-height:0;padding:var(--spacing-md);flex:1 1 0;justify-content:center;align-items:center;display:flex}.create-module__T8fhWa__loadErrorInner{align-items:center;gap:var(--spacing-md);text-align:center;flex-direction:column;max-width:24rem;display:flex}.create-module__T8fhWa__loadErrorTitle{color:var(--ds-text);margin:0;font-size:1.125rem;font-weight:600}.create-module__T8fhWa__loadErrorText{color:var(--ds-text-muted);margin:0;font-size:.9375rem}.create-module__T8fhWa__loadErrorActions{gap:var(--spacing-sm);display:flex}
.share-module__dL40Rq__body{flex-direction:column;gap:14px;display:flex}.share-module__dL40Rq__status{color:var(--ds-text-muted);align-items:flex-start;gap:8px;margin:0;font-size:13px;line-height:1.5;display:flex}.share-module__dL40Rq__note{color:var(--ds-text-subtle);align-items:center;gap:6px;margin:0;font-size:12px;line-height:1.5;display:flex}.share-module__dL40Rq__error{color:var(--ds-error);margin:0;font-size:12px}.share-module__dL40Rq__exposure{border:1px solid var(--ds-border);background:var(--ds-surface-sunken);border-radius:8px;padding:10px 12px}.share-module__dL40Rq__exposure h3{color:var(--ds-text-subtle);text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px;font-size:11px;font-weight:600}.share-module__dL40Rq__exposure ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.share-module__dL40Rq__exposure li{color:var(--ds-text-muted);align-items:baseline;gap:8px;font-size:12px;display:flex}.share-module__dL40Rq__exposure code{background:var(--ds-surface);border:1px solid var(--ds-border);color:var(--ds-text);border-radius:4px;padding:1px 6px;font-size:11px}.share-module__dL40Rq__linkRow{align-items:center;gap:6px;display:flex}.share-module__dL40Rq__linkInput{border:1px solid var(--ds-border-strong);background:var(--ds-surface-sunken);min-width:0;color:var(--ds-text);border-radius:7px;flex:auto;padding:7px 9px;font-size:12px}.share-module__dL40Rq__iconButton{border:1px solid var(--ds-border-strong);background:var(--ds-surface);width:32px;height:32px;color:var(--ds-text-muted);cursor:pointer;border-radius:7px;flex:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.share-module__dL40Rq__iconButton:hover{background:var(--ds-surface-hover);color:var(--ds-text)}.share-module__dL40Rq__confirm{border:1px solid color-mix(in srgb, var(--ds-warning-ink) 40%, transparent);background:var(--ds-warning-soft);border-radius:8px;flex-direction:column;gap:10px;padding:10px 12px;display:flex}.share-module__dL40Rq__confirmText{color:var(--ds-warning-ink);align-items:flex-start;gap:7px;margin:0;font-size:12px;line-height:1.5;display:flex}.share-module__dL40Rq__actions{justify-content:flex-end;gap:8px;display:flex}.share-module__dL40Rq__primary,.share-module__dL40Rq__secondary,.share-module__dL40Rq__danger{cursor:pointer;border:1px solid #0000;border-radius:7px;padding:7px 13px;font-size:13px}.share-module__dL40Rq__primary{background:var(--ds-brand);color:var(--ds-brand-contrast)}.share-module__dL40Rq__primary:hover:not(:disabled){background:var(--ds-brand-hover)}.share-module__dL40Rq__secondary{background:var(--ds-surface);border-color:var(--ds-border-strong);color:var(--ds-text)}.share-module__dL40Rq__secondary:hover:not(:disabled){background:var(--ds-surface-hover)}.share-module__dL40Rq__danger{background:var(--ds-warning-ink);color:var(--ds-status-contrast)}.share-module__dL40Rq__danger:hover:not(:disabled){filter:brightness(.94)}.share-module__dL40Rq__primary:disabled,.share-module__dL40Rq__secondary:disabled,.share-module__dL40Rq__danger:disabled{opacity:.6;cursor:default}
.palette-module__h1_JYq__palette{flex-direction:column;flex:auto;gap:14px;min-height:0;padding:12px 14px 18px;display:flex}.palette-module__h1_JYq__search{padding-top:2px}.palette-module__h1_JYq__notice,.palette-module__h1_JYq__empty{color:var(--ds-text-subtle);margin:0;font-size:12px}.palette-module__h1_JYq__group{flex-direction:column;gap:6px;display:flex}.palette-module__h1_JYq__groupTitle{color:var(--ds-text-subtle);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:11px;font-weight:600}.palette-module__h1_JYq__items{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.palette-module__h1_JYq__item{border:1px solid var(--ds-border);background:var(--ds-surface);text-align:left;cursor:pointer;border-radius:9px;align-items:flex-start;gap:9px;width:100%;padding:8px 9px;transition:border-color .12s,background .12s,transform .12s;display:flex}.palette-module__h1_JYq__item:hover:not(:disabled){border-color:var(--ds-brand);background:var(--ds-brand-soft);transform:translateY(-1px)}.palette-module__h1_JYq__item:hover:not(:disabled) .palette-module__h1_JYq__itemIcon{background:var(--ds-surface);color:var(--ds-brand-ink)}.palette-module__h1_JYq__item:focus-visible{outline:2px solid var(--ds-brand-ring);outline-offset:1px;border-color:var(--ds-brand)}@media (prefers-reduced-motion:reduce){.palette-module__h1_JYq__item{transition:none}.palette-module__h1_JYq__item:hover:not(:disabled){transform:none}}.palette-module__h1_JYq__item:disabled{opacity:.5;cursor:default}.palette-module__h1_JYq__itemIcon{background:var(--ds-surface-sunken);width:28px;height:28px;color:var(--ds-text-muted);border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.palette-module__h1_JYq__itemText{flex-direction:column;gap:1px;min-width:0;display:flex}.palette-module__h1_JYq__itemName{color:var(--ds-text);font-size:13px;font-weight:500}.palette-module__h1_JYq__itemDesc{color:var(--ds-text-subtle);font-size:11px;line-height:1.35}
.app-module__iaYz6W__page{--rail-width:36px;background:var(--ds-surface-sunken);flex-direction:column;height:100%;min-height:0;display:flex}.app-module__iaYz6W__workspace{flex:auto;grid-template-columns:1fr;min-height:0;display:grid}.app-module__iaYz6W__workspaceEditing{grid-template-columns:260px minmax(0,1fr) 300px}.app-module__iaYz6W__paletteCollapsed{grid-template-columns:var(--rail-width) minmax(0, 1fr) 300px}.app-module__iaYz6W__inspectorCollapsed{grid-template-columns:260px minmax(0, 1fr) var(--rail-width)}.app-module__iaYz6W__paletteCollapsed.app-module__iaYz6W__inspectorCollapsed{grid-template-columns:var(--rail-width) minmax(0, 1fr) var(--rail-width)}.app-module__iaYz6W__rail{background:var(--ds-surface);flex-direction:column;align-items:center;gap:12px;padding:9px 0;display:flex}.app-module__iaYz6W__workspace>.app-module__iaYz6W__rail:first-child{border-right:1px solid var(--ds-border)}.app-module__iaYz6W__workspace>.app-module__iaYz6W__rail:last-child{border-left:1px solid var(--ds-border)}.app-module__iaYz6W__railLabel{writing-mode:vertical-rl;letter-spacing:.04em;color:var(--ds-text-subtle);white-space:nowrap;font-size:11px;font-weight:600;transform:rotate(180deg)}.app-module__iaYz6W__paneHead{z-index:2;background:var(--ds-surface);border-bottom:1px solid var(--ds-border);justify-content:space-between;align-items:center;gap:8px;padding:8px 8px 8px 14px;display:flex;position:sticky;top:0}.app-module__iaYz6W__paneToggle{width:26px;height:26px;color:var(--ds-text-subtle);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;display:inline-flex}.app-module__iaYz6W__paneToggle:hover{background:var(--ds-surface-hover);color:var(--ds-text)}.app-module__iaYz6W__paneToggle:focus-visible{outline:2px solid var(--ds-brand-ring);outline-offset:1px}.app-module__iaYz6W__palettePane,.app-module__iaYz6W__inspectorPane{background:var(--ds-surface);flex-direction:column;min-height:0;display:flex;overflow-y:auto}.app-module__iaYz6W__palettePane{border-right:1px solid var(--ds-border)}.app-module__iaYz6W__inspectorPane{border-left:1px solid var(--ds-border)}.app-module__iaYz6W__paneTitle{letter-spacing:.02em;color:var(--ds-text);margin:0;font-size:12px;font-weight:600}.app-module__iaYz6W__canvasPane{min-width:0;min-height:0;padding:20px 22px 40px;overflow:auto}.app-module__iaYz6W__canvasPane>*{width:100%;max-width:var(--app-page-width,1080px);margin-inline:auto}.app-module__iaYz6W__boardSettings{border-top:1px solid var(--ds-border);flex-direction:column;gap:9px;margin:0 14px 16px;padding-top:14px;display:flex}.app-module__iaYz6W__boardSettings h3{color:var(--ds-text);margin:0;font-size:12px;font-weight:600}.app-module__iaYz6W__settingField{flex-direction:column;gap:5px;display:flex}.app-module__iaYz6W__settingLabel{color:var(--ds-text-muted);font-size:11px;font-weight:600}.app-module__iaYz6W__settingField select{border:1px solid var(--ds-border-strong);background:var(--ds-surface);color:var(--ds-text);border-radius:7px;padding:7px 9px;font-size:12px}.app-module__iaYz6W__settingField select:focus-visible{outline:2px solid var(--ds-brand-ring);outline-offset:1px;border-color:var(--ds-brand)}.app-module__iaYz6W__emptyBoard{border:1px dashed var(--ds-border-strong);background:color-mix(in srgb, var(--ds-surface) 88%, transparent);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:7px;padding:20px 26px;display:flex}.app-module__iaYz6W__emptyBoard h2{color:var(--ds-text);margin:0;font-size:16px;font-weight:600}.app-module__iaYz6W__emptyBoard p{max-width:42ch;color:var(--ds-text-muted);margin:0;font-size:13px;line-height:1.5}.app-module__iaYz6W__banner{background:var(--ds-warning-soft);color:var(--ds-warning-ink);margin:0;padding:7px 16px;font-size:12px}.app-module__iaYz6W__loadingBoard{flex:auto;min-height:0;padding:20px 22px 40px;overflow:hidden}.app-module__iaYz6W__loadingLabel{color:var(--ds-text-muted);margin:0 0 14px;font-size:13px}.app-module__iaYz6W__loadError{height:60vh;color:var(--ds-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:13px;display:flex}.app-module__iaYz6W__loadError button{border:1px solid var(--ds-border-strong);background:var(--ds-surface);color:var(--ds-text);cursor:pointer;border-radius:7px;padding:7px 13px}@media (max-width:900px){.app-module__iaYz6W__workspaceEditing,.app-module__iaYz6W__paletteCollapsed,.app-module__iaYz6W__inspectorCollapsed,.app-module__iaYz6W__paletteCollapsed.app-module__iaYz6W__inspectorCollapsed{grid-template-columns:1fr}.app-module__iaYz6W__palettePane,.app-module__iaYz6W__inspectorPane{border:0;border-top:1px solid var(--ds-border);max-height:240px}.app-module__iaYz6W__rail{border:0;border-top:1px solid var(--ds-border);flex-direction:row;justify-content:center;gap:8px;padding:7px 0}.app-module__iaYz6W__workspace>.app-module__iaYz6W__rail:first-child,.app-module__iaYz6W__workspace>.app-module__iaYz6W__rail:last-child{border-inline:0;border-top:1px solid var(--ds-border)}.app-module__iaYz6W__railLabel{writing-mode:horizontal-tb;transform:none}.app-module__iaYz6W__canvasPane{padding:14px}}.app-module__iaYz6W__screenRail{flex-wrap:wrap;align-items:center;gap:2px;padding:0 4px 10px;display:flex}.app-module__iaYz6W__screenTab{font:inherit;color:var(--ds-text-muted);border-radius:calc(var(--app-radius,10px) * .7);cursor:pointer;background:0 0;border:1px solid #0000;padding:6px 12px;font-size:13px;font-weight:500}.app-module__iaYz6W__screenTab:hover{color:var(--ds-text);background:var(--ds-surface-sunken)}.app-module__iaYz6W__screenTabActive,.app-module__iaYz6W__screenTabActive:hover{color:var(--ds-text);background:var(--ds-surface);border-color:var(--ds-border);font-weight:600}.app-module__iaYz6W__screenCrumb{color:var(--ds-text);padding:6px 4px;font-size:13px;font-weight:600}.app-module__iaYz6W__screenCrumb:before{content:"/";color:var(--ds-text-subtle);margin-inline-end:8px;font-weight:400}
.auth-centered-layout-module__Ukomba__page{background:var(--ds-surface);width:100%;min-height:100vh;font-family:var(--font-ui);color:var(--ds-text);flex-direction:column;justify-content:center;align-items:center;padding:32px 24px 88px;display:flex;position:relative}.auth-centered-layout-module__Ukomba__card{flex-direction:column;align-items:stretch;gap:32px;width:100%;max-width:350px;display:flex}.auth-centered-layout-module__Ukomba__heading{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.auth-centered-layout-module__Ukomba__icon{width:48px;height:48px;color:var(--ds-brand);justify-content:center;align-self:flex-start;align-items:center;display:inline-flex}.auth-centered-layout-module__Ukomba__icon svg{stroke-width:2px;width:38px;height:38px}.auth-centered-layout-module__Ukomba__text{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.auth-centered-layout-module__Ukomba__title{font-family:var(--font-ui);letter-spacing:-.015em;color:var(--ds-text);margin:0;font-size:24px;font-weight:500;line-height:32px}.auth-centered-layout-module__Ukomba__subtitle{font-family:var(--font-ui);color:var(--ds-text);margin:0;font-size:16px;font-weight:400;line-height:24px}.auth-centered-layout-module__Ukomba__body{flex-direction:column;gap:16px;display:flex}.auth-centered-layout-module__Ukomba__footer{flex-direction:column;align-items:stretch;gap:16px;display:flex}.auth-centered-layout-module__Ukomba__helpText{font-family:var(--font-ui);text-align:center;color:var(--ds-text-muted);margin:0;font-size:12px;font-weight:400;line-height:18px}.auth-centered-layout-module__Ukomba__helpText a{color:var(--ds-brand);font-weight:600;text-decoration:none}.auth-centered-layout-module__Ukomba__helpText a:hover{text-decoration:underline}
.auth-form-layout-module__ZuT7tW__page{background:var(--ds-surface);width:100%;min-height:100vh;font-family:var(--font-ui);color:var(--ds-text);flex-direction:column;justify-content:flex-start;align-items:center;padding:40px 24px 120px;display:flex;position:relative}.auth-form-layout-module__ZuT7tW__logo{justify-content:center;align-items:center;margin-bottom:64px;display:inline-flex}.auth-form-layout-module__ZuT7tW__logoLight{display:block}.auth-form-layout-module__ZuT7tW__logoDark,[data-theme=dark] .auth-form-layout-module__ZuT7tW__logoLight{display:none}[data-theme=dark] .auth-form-layout-module__ZuT7tW__logoDark{display:block}.auth-form-layout-module__ZuT7tW__card{flex-direction:column;align-items:stretch;gap:24px;width:100%;max-width:350px;display:flex}.auth-form-layout-module__ZuT7tW__header{flex-direction:column;align-items:stretch;gap:16px;display:flex}.auth-form-layout-module__ZuT7tW__heading{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.auth-form-layout-module__ZuT7tW__title{font-family:var(--font-ui);letter-spacing:-.015em;color:var(--ds-text);margin:0;font-size:24px;font-weight:500;line-height:32px}.auth-form-layout-module__ZuT7tW__subtitle{font-family:var(--font-ui);color:var(--ds-text);margin:0;font-size:16px;font-weight:400;line-height:24px}.auth-form-layout-module__ZuT7tW__bottomText{font-family:var(--font-ui);color:var(--ds-text);flex-direction:row;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;display:flex}.auth-form-layout-module__ZuT7tW__bottomLink{color:var(--ds-brand);text-decoration:underline}.auth-form-layout-module__ZuT7tW__bottomLink:hover{color:var(--ds-brand-hover)}.auth-form-layout-module__ZuT7tW__agreement{width:100%;max-width:350px;font-family:var(--font-ui);text-align:center;color:var(--ds-text-muted);margin-top:64px;font-size:14px;font-weight:400;line-height:22px}.auth-form-layout-module__ZuT7tW__agreement a{color:var(--ds-brand);font-weight:600;text-decoration:underline}
.alert-module__xFb2hG__alert{box-sizing:border-box;width:100%;font-family:var(--font-ui);border-radius:8px;flex-direction:row;align-items:flex-start;gap:10px;padding:12px 16px;font-size:14px;font-weight:400;line-height:22px;display:flex}.alert-module__xFb2hG__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:inline-flex}.alert-module__xFb2hG__icon svg{width:20px;height:20px}.alert-module__xFb2hG__body{flex:1;min-width:0}.alert-module__xFb2hG__success{background:var(--ds-success-soft);color:var(--ds-success)}.alert-module__xFb2hG__success .alert-module__xFb2hG__icon{color:var(--ds-success)}.alert-module__xFb2hG__error{background:var(--ds-error-soft);color:var(--ds-error)}.alert-module__xFb2hG__error .alert-module__xFb2hG__icon{color:var(--ds-error)}.alert-module__xFb2hG__info{color:var(--ds-brand-deep);background:#691ef614}.alert-module__xFb2hG__info .alert-module__xFb2hG__icon{color:var(--ds-brand-deep)}
.password-requirements-module__5GWpVa__list{flex-direction:column;align-items:flex-start;gap:4px;margin:0;padding:0;list-style:none;display:flex}.password-requirements-module__5GWpVa__item{font-family:var(--font-ui);flex-direction:row;align-items:center;gap:8px;font-size:12px;font-weight:400;line-height:18px;display:flex}.password-requirements-module__5GWpVa__bullet{box-sizing:border-box;border-radius:96px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.password-requirements-module__5GWpVa__bulletPending{background:var(--ds-surface);border:1px solid var(--ds-border-strong)}.password-requirements-module__5GWpVa__bulletMet{background:var(--ds-success);color:var(--ds-surface)}.password-requirements-module__5GWpVa__bulletMet svg{width:10px;height:10px}.password-requirements-module__5GWpVa__textMet{color:var(--ds-text)}.password-requirements-module__5GWpVa__textPending{color:var(--ds-text-muted)}
.step-indicator-module__oaZEoq__indicator{flex-direction:row;align-items:flex-start;gap:4px;width:100%;display:flex}.step-indicator-module__oaZEoq__segment{background:var(--ds-border-strong);border-radius:8px;flex:1;height:2px}.step-indicator-module__oaZEoq__segmentActive{background:var(--ds-brand)}
.info-callout-module__YDEZsG__callout{box-sizing:border-box;width:100%;color:var(--ds-brand-deep);font-family:var(--font-ui);background:#691ef614;border-radius:8px;flex-direction:row;align-items:flex-start;gap:16px;padding:16px;font-size:14px;font-weight:400;line-height:22px;display:flex}.info-callout-module__YDEZsG__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:inline-flex}.info-callout-module__YDEZsG__icon svg{width:20px;height:20px}.info-callout-module__YDEZsG__body{flex:1;min-width:0}.info-callout-module__YDEZsG__body a{color:var(--ds-brand);font-weight:600;text-decoration:underline}
.account-creation-module__fDOi_G__form{flex-direction:column;gap:32px;display:flex}.account-creation-module__fDOi_G__fields{flex-direction:column;gap:16px;display:flex}.account-creation-module__fDOi_G__fieldRow{flex-direction:row;gap:16px;display:flex}.account-creation-module__fDOi_G__fieldRow>*{flex:1;min-width:0}.account-creation-module__fDOi_G__formError{font-family:var(--font-ui);color:var(--ds-error);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:22px}.account-creation-module__fDOi_G__formSuccess{font-family:var(--font-ui);color:var(--ds-success);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:22px}
.sso-buttons-module__n1IIAG__group{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}.sso-buttons-module__n1IIAG__button{box-sizing:border-box;color:#1f1f1f;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #747775;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;width:100%;height:44px;padding:0 44px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.sso-buttons-module__n1IIAG__button:hover:not(:disabled){background:#f7f8f8}.sso-buttons-module__n1IIAG__button:focus-visible{outline:none;box-shadow:0 0 0 3px #691ef63d}.sso-buttons-module__n1IIAG__button:disabled{cursor:not-allowed;opacity:.55}:root[data-theme=dark] .sso-buttons-module__n1IIAG__button{color:#e3e3e3;background:#131314;border-color:#8e918f}:root[data-theme=dark] .sso-buttons-module__n1IIAG__button:hover:not(:disabled){background:#1e1f20}.sso-buttons-module__n1IIAG__icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.sso-buttons-module__n1IIAG__googleLogoDark{display:none}:root[data-theme=dark] .sso-buttons-module__n1IIAG__googleLogoLight{display:none}:root[data-theme=dark] .sso-buttons-module__n1IIAG__googleLogoDark{display:inline-flex}
.welcome-module__az9zbq__page{padding:var(--spacing-lg);font-family:var(--font-ui);background:linear-gradient(165deg,#eef0f6 0%,#e9e9f1 55%,#edeaf4 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}:root[data-theme=dark] .welcome-module__az9zbq__page{background:linear-gradient(165deg,#131219 0%,#100f16 55%,#16121e 100%)}.welcome-module__az9zbq__backdrop{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.welcome-module__az9zbq__glow{filter:blur(120px);will-change:transform;border-radius:50%;position:absolute}.welcome-module__az9zbq__glow1{background:var(--ds-brand);opacity:.16;width:46vw;height:46vw;animation:26s ease-in-out infinite alternate welcome-module__az9zbq__drift;top:-16vw;right:-10vw}.welcome-module__az9zbq__glow2{background:var(--ds-brand-2);opacity:.13;width:40vw;height:40vw;animation:30s ease-in-out infinite alternate-reverse welcome-module__az9zbq__drift;bottom:-16vw;left:-10vw}@keyframes welcome-module__az9zbq__drift{0%{transform:translate(0)scale(1)}to{transform:translate(4vw,5vh)scale(1.08)}}.welcome-module__az9zbq__card{--c-bg:#fff;--c-raised:#fff;--c-text:#1c1c24;--c-muted:#6a6f7b;--c-subtle:#a1a6b0;--c-border:#e9e9ee;--c-surface:#f5f5f8;--c-rail:#f7f7fb;--c-hover:#00000009;z-index:1;background:var(--c-bg);width:min(940px,94vw);height:min(600px,90vh);color:var(--c-text);border-radius:22px;animation:.45s cubic-bezier(.22,1,.36,1) welcome-module__az9zbq__cardIn;position:relative;overflow:hidden;box-shadow:0 24px 70px #18142e2e,0 2px 8px #18142e0f}:root[data-theme=dark] .welcome-module__az9zbq__card{--c-bg:#201f28;--c-raised:#34333f;--c-text:#ececf1;--c-muted:#a2a2af;--c-subtle:#6f6f7e;--c-border:#34333f;--c-surface:#2a2933;--c-rail:#191820;--c-hover:#ffffff0d;box-shadow:0 24px 70px #0000008c,0 2px 8px #0006}@keyframes welcome-module__az9zbq__cardIn{0%{opacity:0;transform:translateY(12px)scale(.995)}to{opacity:1;transform:translateY(0)scale(1)}}.welcome-module__az9zbq__skipSetup{z-index:3;color:var(--c-subtle);font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);border-radius:var(--radius-full);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;padding:6px 10px;position:absolute;top:20px;right:24px}.welcome-module__az9zbq__skipSetup:hover{color:var(--c-text);background:var(--c-surface)}.welcome-module__az9zbq__shell{grid-template-columns:264px 1fr;height:100%;display:grid}.welcome-module__az9zbq__rail{gap:var(--spacing-2xl);background:var(--c-rail);border-right:1px solid var(--c-border);flex-direction:column;padding:40px 28px;display:flex}.welcome-module__az9zbq__railLogo img{width:auto;height:14px}.welcome-module__az9zbq__railLogoLight{display:block}.welcome-module__az9zbq__railLogoDark,:root[data-theme=dark] .welcome-module__az9zbq__railLogoLight{display:none}:root[data-theme=dark] .welcome-module__az9zbq__railLogoDark{display:block}.welcome-module__az9zbq__stepper{flex-direction:column;gap:2px;list-style:none;display:flex}.welcome-module__az9zbq__stepItem{list-style:none}.welcome-module__az9zbq__stepButton{text-align:left;cursor:pointer;width:100%;transition:background var(--transition-fast);background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:9px 8px;display:flex;position:relative}.welcome-module__az9zbq__stepButton:disabled{cursor:default}.welcome-module__az9zbq__stepButton:not(:disabled):hover{background:var(--c-hover)}.welcome-module__az9zbq__stepDot{border:1.5px solid var(--c-border);background:var(--c-bg);width:26px;height:26px;color:var(--c-subtle);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border-radius:50%;flex-shrink:0;place-items:center;display:grid;position:relative}.welcome-module__az9zbq__stepItem:not(:last-child) .welcome-module__az9zbq__stepDot:after{content:"";background:var(--c-border);width:2px;height:20px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.welcome-module__az9zbq__stepLabel{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--c-muted);transition:color var(--transition-fast)}.welcome-module__az9zbq__stepActive .welcome-module__az9zbq__stepDot{background:var(--ds-brand);border-color:var(--ds-brand);color:#fff;box-shadow:0 0 0 4px var(--ds-brand-ring)}.welcome-module__az9zbq__stepActive .welcome-module__az9zbq__stepLabel{color:var(--c-text);font-weight:var(--font-weight-semibold)}.welcome-module__az9zbq__stepDone .welcome-module__az9zbq__stepDot{background:var(--ds-brand-soft);color:var(--ds-brand);border-color:#0000}.welcome-module__az9zbq__stepDone .welcome-module__az9zbq__stepDot:after{background:var(--ds-brand)}.welcome-module__az9zbq__stepDone .welcome-module__az9zbq__stepLabel{color:var(--c-text)}.welcome-module__az9zbq__content{flex-direction:column;min-width:0;padding:44px 52px 32px;display:flex;position:relative}.welcome-module__az9zbq__progressMini{border-radius:var(--radius-full);background:var(--c-border);height:4px;margin-bottom:var(--spacing-xl);z-index:1;display:none;position:relative;overflow:hidden}.welcome-module__az9zbq__progressMiniFill{height:100%;width:var(--progress,0%);border-radius:var(--radius-full);background:var(--ds-brand);transition:width var(--transition-base);display:block}.welcome-module__az9zbq__contentBody{z-index:1;flex:1;align-items:center;min-height:0;display:flex;position:relative}.welcome-module__az9zbq__contentInner{width:100%}.welcome-module__az9zbq__wave{transform-origin:70% 75%;margin-bottom:14px;font-size:40px;line-height:1;animation:2.6s ease-in-out infinite welcome-module__az9zbq__wave;display:inline-block}@keyframes welcome-module__az9zbq__wave{0%,62%,to{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}.welcome-module__az9zbq__confetti{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.welcome-module__az9zbq__confettiPiece{opacity:0;animation-name:welcome-module__az9zbq__confettiFall;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:-8%}@keyframes welcome-module__az9zbq__confettiFall{0%{opacity:0;transform:translateY(0)rotate(0)}12%{opacity:1}85%{opacity:1}to{opacity:0;transform:translateY(540px)rotate(340deg)}}.welcome-module__az9zbq__title{font-family:var(--font-ui);font-weight:var(--font-weight-bold);letter-spacing:-.02em;color:var(--c-text);margin-bottom:12px;font-size:clamp(1.75rem,2.9vw,2.4rem);line-height:1.12}.welcome-module__az9zbq__titleAccent{color:var(--ds-brand)}.welcome-module__az9zbq__subtitle{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:var(--c-muted);max-width:44ch}.welcome-module__az9zbq__fieldGroup{margin-top:var(--spacing-xl);flex-direction:column;gap:10px;display:flex}.welcome-module__az9zbq__fieldLabel{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--c-muted)}.welcome-module__az9zbq__fieldIcon{color:var(--c-subtle);flex-shrink:0}.welcome-module__az9zbq__inviteField{border:1.5px solid var(--c-border);background:var(--c-bg);height:54px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:14px;align-items:center;gap:12px;padding:0 16px;display:flex}.welcome-module__az9zbq__inviteField:focus-within{border-color:var(--ds-brand);box-shadow:0 0 0 3px var(--ds-brand-ring)}.welcome-module__az9zbq__inviteInput{min-width:0;color:var(--c-text);font-family:var(--font-ui);font-size:var(--font-size-base);background:0 0;border:none;outline:none;flex:1}.welcome-module__az9zbq__inviteInput::placeholder{color:var(--c-subtle)}.welcome-module__az9zbq__fieldError{color:var(--ds-error);font-size:var(--font-size-sm)}.welcome-module__az9zbq__searchSelectScope{--ss-bg:var(--c-bg);--ss-text:var(--c-text);--ss-border:var(--c-border);--ss-subtle:var(--c-subtle);--ss-hover-border:var(--c-subtle)}.welcome-module__az9zbq__appearance{flex-direction:column;display:flex}.welcome-module__az9zbq__segScope{--seg-track:var(--c-surface);--seg-raised:var(--c-raised);--seg-text:var(--c-text);--seg-muted:var(--c-muted);--seg-border:var(--c-border)}.welcome-module__az9zbq__accentScope{--acc-ring-bg:var(--c-bg)}.welcome-module__az9zbq__workGrid{margin-top:var(--spacing-lg);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:320px;padding-right:4px;display:grid;overflow-y:auto}@media (max-width:720px){.welcome-module__az9zbq__workGrid{grid-template-columns:minmax(0,1fr);max-height:260px}}.welcome-module__az9zbq__workEmpty{color:var(--c-muted);font-size:var(--font-size-sm);grid-column:1/-1;margin:0}.welcome-module__az9zbq__workOption{border:1.5px solid var(--c-border);background:var(--c-bg);width:100%;color:var(--c-text);font-family:var(--font-ui);text-align:left;cursor:pointer;transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border-radius:12px;align-items:flex-start;gap:10px;padding:12px 13px;display:flex}.welcome-module__az9zbq__workOption:not(:disabled):hover{border-color:color-mix(in srgb, var(--ds-brand) 45%, var(--c-border));transform:translateY(-1px)}.welcome-module__az9zbq__workOption:disabled{opacity:.45;cursor:not-allowed}.welcome-module__az9zbq__workOptionSelected{border-color:var(--ds-brand);box-shadow:0 0 0 3px var(--ds-brand-ring)}.welcome-module__az9zbq__workOptionText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.welcome-module__az9zbq__workOptionLabel{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);line-height:1.3}.welcome-module__az9zbq__workOptionDesc{font-size:var(--font-size-xs);color:var(--c-muted);line-height:1.35}.welcome-module__az9zbq__workOptionCheck{border:1.5px solid var(--c-border);color:#fff;border-radius:6px;flex-shrink:0;place-items:center;width:18px;height:18px;margin-top:1px;display:grid}.welcome-module__az9zbq__workOptionSelected .welcome-module__az9zbq__workOptionCheck{border-color:var(--ds-brand);background:var(--ds-brand)}.welcome-module__az9zbq__discordField{margin-top:var(--spacing-xl);border:1.5px solid var(--c-border);background:var(--c-bg);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border-radius:14px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;display:flex}.welcome-module__az9zbq__discordField:hover{border-color:color-mix(in srgb, #5865f2 45%, var(--c-border));transform:translateY(-1px);box-shadow:0 8px 22px #5865f22e}.welcome-module__az9zbq__discordIcon{color:#fff;background:#5865f2;border-radius:11px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.welcome-module__az9zbq__discordText{flex-direction:column;flex:1;min-width:0;display:flex}.welcome-module__az9zbq__discordTitle{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--c-text)}.welcome-module__az9zbq__discordSub{font-size:var(--font-size-sm);color:var(--c-muted)}.welcome-module__az9zbq__discordArrow{color:var(--c-subtle);flex-shrink:0}.welcome-module__az9zbq__templatesToolbar{margin-top:var(--spacing-lg);font-size:var(--font-size-sm);color:var(--c-muted);align-items:center;gap:14px;display:flex}.welcome-module__az9zbq__templatesCount{flex:1;min-width:0}.welcome-module__az9zbq__templatesLink{color:var(--ds-brand);font:inherit;font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:none;padding:0}.welcome-module__az9zbq__templatesLink:hover:not(:disabled){text-decoration:underline}.welcome-module__az9zbq__templatesLink:disabled{color:var(--c-muted);cursor:default}.welcome-module__az9zbq__templateGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:320px;margin-top:10px;padding-right:4px;display:grid;overflow-y:auto}@media (max-width:720px){.welcome-module__az9zbq__templateGrid{grid-template-columns:minmax(0,1fr);max-height:260px}}.welcome-module__az9zbq__templateOption{border:1.5px solid var(--c-border);background:var(--c-bg);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border-radius:12px;position:relative}.welcome-module__az9zbq__templateOption:hover{border-color:color-mix(in srgb, var(--ds-brand) 45%, var(--c-border));transform:translateY(-1px)}.welcome-module__az9zbq__templateOptionSelected,.welcome-module__az9zbq__templateOptionSelected:hover{border-color:var(--ds-brand);box-shadow:0 0 0 3px var(--ds-brand-ring)}.welcome-module__az9zbq__templateToggle{width:100%;color:var(--c-text);font-family:var(--font-ui);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 13px 32px;display:flex}.welcome-module__az9zbq__templateText{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.welcome-module__az9zbq__templateApps{align-items:center;gap:4px;min-height:18px;display:flex}.welcome-module__az9zbq__templateAppIcon,.welcome-module__az9zbq__templateAppInitials{background:var(--c-surface);border-radius:5px;flex-shrink:0;width:18px;height:18px}.welcome-module__az9zbq__templateAppIcon{object-fit:contain}.welcome-module__az9zbq__templateAppInitials{color:var(--c-muted);font-size:9px;font-weight:var(--font-weight-semibold);place-items:center;display:grid}.welcome-module__az9zbq__templateAppMore{font-size:var(--font-size-xs);color:var(--c-muted)}.welcome-module__az9zbq__templateName{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);line-height:1.3}.welcome-module__az9zbq__templateDesc{font-size:var(--font-size-xs);color:var(--c-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.welcome-module__az9zbq__templatePreview{font-size:var(--font-size-xs);color:var(--c-muted);align-items:center;gap:4px;text-decoration:none;display:inline-flex;position:absolute;bottom:9px;left:13px}.welcome-module__az9zbq__templatePreview:hover{color:var(--ds-brand);text-decoration:underline}.welcome-module__az9zbq__templatesStatus{margin:var(--spacing-lg) 0 0;color:var(--c-muted);font-size:var(--font-size-sm);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.welcome-module__az9zbq__templatesStatus a{color:var(--ds-brand)}.welcome-module__az9zbq__templatesSpin{animation:1s linear infinite welcome-module__az9zbq__templatesSpin}@keyframes welcome-module__az9zbq__templatesSpin{to{transform:rotate(360deg)}}.welcome-module__az9zbq__footer{z-index:1;justify-content:space-between;align-items:center;gap:var(--spacing-md);border-top:1px solid var(--c-border);padding-top:22px;display:flex;position:relative}.welcome-module__az9zbq__footerLeft{align-items:center;min-height:44px;display:flex}.welcome-module__az9zbq__backButton{height:44px;color:var(--c-muted);font-family:var(--font-ui);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;border-radius:12px;align-items:center;gap:6px;padding:0 14px;display:inline-flex}.welcome-module__az9zbq__backButton:hover{color:var(--c-text);background:var(--c-surface)}.welcome-module__az9zbq__primaryButton{background:var(--ds-brand);color:#fff;min-width:190px;height:44px;font-family:var(--font-ui);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);white-space:nowrap;cursor:pointer;box-shadow:0 6px 16px var(--ds-brand-ring);transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 22px;display:inline-flex}.welcome-module__az9zbq__primaryButton:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 10px 22px var(--ds-brand-ring);transform:translateY(-1px)}.welcome-module__az9zbq__primaryButton:disabled{opacity:.55;cursor:default;box-shadow:none}@media (max-width:820px){.welcome-module__az9zbq__page{padding:0}.welcome-module__az9zbq__card{border-radius:0;width:100vw;height:100vh}.welcome-module__az9zbq__shell{grid-template-columns:1fr}.welcome-module__az9zbq__rail{display:none}.welcome-module__az9zbq__progressMini{display:block}.welcome-module__az9zbq__content{padding:56px 28px 28px}}@media (max-width:460px){.welcome-module__az9zbq__title{font-size:1.7rem}.welcome-module__az9zbq__footer{flex-wrap:wrap}.welcome-module__az9zbq__primaryButton{flex:1;min-width:0}}
.forgot-password-module__bvJjua__form,.forgot-password-module__bvJjua__actions{flex-direction:column;gap:16px;display:flex}.forgot-password-module__bvJjua__backLink{font-family:var(--font-ui);color:var(--ds-text);text-align:center;font-size:14px;font-weight:600;line-height:20px;text-decoration:underline;display:inline-block}.forgot-password-module__bvJjua__backLink:hover{color:var(--ds-brand)}.forgot-password-module__bvJjua__emailDisplay{font-family:var(--font-ui);color:var(--ds-success);text-align:center;margin:0;font-size:14px;font-weight:600;line-height:20px}.forgot-password-module__bvJjua__successAlert{align-items:center}.forgot-password-module__bvJjua__formError{font-family:var(--font-ui);color:var(--ds-error);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:22px}
.login-module__4pxX9G__form{flex-direction:column;gap:24px;display:flex}.login-module__4pxX9G__fields{flex-direction:column;gap:16px;display:flex}.login-module__4pxX9G__optionsRow{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.login-module__4pxX9G__forgotPassword{font-family:var(--font-ui);color:var(--ds-brand);font-size:13px;font-weight:600;line-height:18px;text-decoration:none}.login-module__4pxX9G__forgotPassword:hover{text-decoration:underline}.login-module__4pxX9G__signUpLink{text-decoration:underline;-webkit-text-decoration-color:var(--ds-brand);text-decoration-color:var(--ds-brand)}.login-module__4pxX9G__formError{font-family:var(--font-ui);color:var(--ds-error);align-items:flex-start;gap:8px;margin:0;font-size:.875rem;font-weight:400;line-height:22px;display:flex}.login-module__4pxX9G__formErrorIcon{flex-shrink:0;width:16px;height:16px;margin-top:3px}.login-module__4pxX9G__resendVerification{font-family:var(--font-ui);color:var(--ds-brand);align-self:flex-start;margin-top:-16px;font-size:.875rem;font-weight:600;text-decoration:underline}
.mfa-module__DItaoq__content{flex-direction:column;gap:28px;display:flex}.mfa-module__DItaoq__emailHighlight{color:var(--ds-text);overflow-wrap:anywhere;font-weight:600}.mfa-module__DItaoq__codeField{flex-direction:column;gap:12px;display:flex}.mfa-module__DItaoq__codeHelper{font-family:var(--font-ui);color:var(--ds-text-muted);margin:0;font-size:14px;font-weight:400;line-height:22px}.mfa-module__DItaoq__inlineError{font-family:var(--font-ui);color:var(--ds-error);margin:0;font-size:14px;font-weight:400;line-height:22px}.mfa-module__DItaoq__linkRow{font-family:var(--font-ui);flex-direction:row;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;display:flex}.mfa-module__DItaoq__resendButton{color:var(--ds-brand);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:14px;font-weight:600;line-height:20px;transition:color .12s}.mfa-module__DItaoq__resendButton:hover:not(:disabled){color:var(--ds-brand-hover);text-decoration:underline}.mfa-module__DItaoq__resendButton:disabled{color:var(--ds-text-muted);cursor:not-allowed}.mfa-module__DItaoq__linkSeparator{color:var(--ds-border-strong);-webkit-user-select:none;user-select:none}.mfa-module__DItaoq__backLink{color:var(--ds-brand);text-decoration:none;transition:color .12s}.mfa-module__DItaoq__backLink:hover{color:var(--ds-brand-hover);text-decoration:underline}
.reset-password-module__YMk-UG__form{flex-direction:column;gap:16px;display:flex}.reset-password-module__YMk-UG__formError{font-family:var(--font-ui);color:var(--ds-error);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:22px}.reset-password-module__YMk-UG__backLink{width:100%;height:28px;font-family:var(--font-ui);color:var(--ds-text);text-align:center;border-radius:999px;justify-content:center;align-items:center;padding:4px 12px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.reset-password-module__YMk-UG__backLink:hover{background:var(--ds-surface-sunken)}
.signup-redirect-module__WMMlaq__email{color:var(--ds-text);overflow-wrap:anywhere;font-weight:600}.signup-redirect-module__WMMlaq__tips{background:var(--ds-surface-sunken);border:1px solid var(--ds-border);text-align:left;border-radius:8px;padding:16px 18px}.signup-redirect-module__WMMlaq__tipsTitle{font-family:var(--font-ui);color:var(--ds-text);margin:0 0 6px;font-size:14px;font-weight:600;line-height:20px}.signup-redirect-module__WMMlaq__tipsList{font-family:var(--font-ui);color:var(--ds-text-muted);margin:0;padding-left:18px;font-size:14px;font-weight:400;line-height:22px}.signup-redirect-module__WMMlaq__tipsList li{margin:2px 0}.signup-redirect-module__WMMlaq__form{flex-direction:column;gap:16px;display:flex}.signup-redirect-module__WMMlaq__successAlert{align-items:center}.signup-redirect-module__WMMlaq__backLink{font-family:var(--font-ui);color:var(--ds-text);text-align:center;font-size:14px;font-weight:600;line-height:20px;text-decoration:underline;display:inline-block}.signup-redirect-module__WMMlaq__backLink:hover{color:var(--ds-brand)}
.workflow-preview-module__5X9oeW__page{background:var(--color-bg-secondary);min-height:100vh;color:var(--color-text-primary);font-family:var(--font-family-base);padding-bottom:96px}.workflow-preview-module__5X9oeW__brand{align-items:center;text-decoration:none;display:inline-flex}.workflow-preview-module__5X9oeW__brandLogo{object-fit:contain;width:auto;height:18px}.workflow-preview-module__5X9oeW__brandLogoDark,[data-theme=dark] .workflow-preview-module__5X9oeW__brandLogoLight{display:none}[data-theme=dark] .workflow-preview-module__5X9oeW__brandLogoDark{display:inline-block}.workflow-preview-module__5X9oeW__headerActions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:14px;display:flex}.workflow-preview-module__5X9oeW__downloadButton,.workflow-preview-module__5X9oeW__loginButton,.workflow-preview-module__5X9oeW__primaryButton,.workflow-preview-module__5X9oeW__secondaryButton{min-height:40px;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-family:inherit;text-decoration:none;display:inline-flex}.workflow-preview-module__5X9oeW__downloadButton,.workflow-preview-module__5X9oeW__primaryButton,.workflow-preview-module__5X9oeW__loginButton{border:1px solid var(--color-primary);background:var(--color-primary);color:var(--color-text-on-primary)}.workflow-preview-module__5X9oeW__downloadButton:disabled,.workflow-preview-module__5X9oeW__primaryButton:disabled{opacity:.5;cursor:not-allowed}.workflow-preview-module__5X9oeW__secondaryButton{border:1px solid var(--color-border);color:var(--color-text-primary);background:var(--color-bg)}.workflow-preview-module__5X9oeW__content{max-width:980px;margin:0 auto;padding:clamp(28px,5vw,56px) clamp(16px,4vw,28px)}.workflow-preview-module__5X9oeW__stateText{text-align:center;color:var(--color-text-secondary);padding:72px 0}.workflow-preview-module__5X9oeW__errorCard,.workflow-preview-module__5X9oeW__previewCard{border:1px solid var(--color-border);background:var(--color-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.workflow-preview-module__5X9oeW__errorCard{text-align:center;color:var(--color-text-secondary);justify-items:center;gap:12px;padding:48px 24px;display:grid}.workflow-preview-module__5X9oeW__errorCard h1{color:var(--color-text-primary);font-size:var(--font-size-xl);margin:0}.workflow-preview-module__5X9oeW__errorCard p{margin:0}.workflow-preview-module__5X9oeW__previewCard{padding:clamp(22px,4vw,34px)}.workflow-preview-module__5X9oeW__headerRow{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.workflow-preview-module__5X9oeW__titleBlock{min-width:0}.workflow-preview-module__5X9oeW__eyebrow{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px}.workflow-preview-module__5X9oeW__title{overflow-wrap:anywhere;letter-spacing:0;margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.12}.workflow-preview-module__5X9oeW__description{color:var(--color-text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;margin:14px 0 0;line-height:1.6}.workflow-preview-module__5X9oeW__metaGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0 0;display:grid}.workflow-preview-module__5X9oeW__metaGrid div{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-secondary);min-width:0;padding:12px}.workflow-preview-module__5X9oeW__metaGrid dt{color:var(--color-text-tertiary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);margin-bottom:6px}.workflow-preview-module__5X9oeW__metaGrid dd{color:var(--color-text-primary);font-size:var(--font-size-sm);overflow-wrap:anywhere;margin:0}.workflow-preview-module__5X9oeW__creatorCell{align-items:center;gap:8px;min-width:0;max-width:100%;display:inline-flex}.workflow-preview-module__5X9oeW__creatorAvatar{background:var(--ds-brand-soft);width:22px;height:22px;color:var(--ds-brand);font-family:var(--font-ui);object-fit:cover;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:inline-flex;overflow:hidden}.workflow-preview-module__5X9oeW__creatorName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workflow-preview-module__5X9oeW__stepsSection{border-top:1px solid var(--color-border);margin-top:30px;padding-top:24px}.workflow-preview-module__5X9oeW__stepsSection h2{color:var(--color-text-primary);font-size:var(--font-size-base);text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px}.workflow-preview-module__5X9oeW__shareSection{border-top:1px solid var(--color-border);margin-top:30px;padding-top:24px}.workflow-preview-module__5X9oeW__shareSection h2{color:var(--color-text-primary);font-size:var(--font-size-base);text-transform:uppercase;letter-spacing:.04em;margin:0 0 16px}.workflow-preview-module__5X9oeW__shareRow{flex-wrap:wrap;gap:12px;display:flex}.workflow-preview-module__5X9oeW__shareButton{border:1px solid var(--color-border);background:var(--color-bg);width:42px;height:42px;color:var(--color-text-secondary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.workflow-preview-module__5X9oeW__shareButton:hover{color:var(--color-text-on-primary);border-color:var(--color-primary);background:var(--color-primary)}.workflow-preview-module__5X9oeW__poweredBy{z-index:20;border:1px solid var(--color-border);background:var(--color-bg);box-shadow:var(--shadow-md);color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:999px;align-items:center;gap:8px;padding:7px 12px;text-decoration:none;transition:box-shadow .15s,color .15s;display:inline-flex;position:fixed;bottom:22px;right:22px}.workflow-preview-module__5X9oeW__poweredBy:hover{color:var(--color-text-primary);box-shadow:var(--shadow-lg)}.workflow-preview-module__5X9oeW__poweredByLogo{object-fit:contain;width:auto;height:10px}.workflow-preview-module__5X9oeW__loginPanel{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-bg);width:min(340px,100vw - 44px);box-shadow:var(--shadow-lg);z-index:20;padding:18px;position:fixed;bottom:72px;right:22px}.workflow-preview-module__5X9oeW__loginPanel h2{font-size:var(--font-size-lg);margin:0}.workflow-preview-module__5X9oeW__loginPanel p{color:var(--color-text-secondary);line-height:1.5;font-size:var(--font-size-sm);margin:8px 0 16px}.workflow-preview-module__5X9oeW__modalText{color:var(--color-text-secondary);margin:0 0 20px;line-height:1.55}.workflow-preview-module__5X9oeW__formGroup{margin-bottom:16px}.workflow-preview-module__5X9oeW__workflowNameGroup{margin-top:28px}.workflow-preview-module__5X9oeW__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:8px;display:block}.workflow-preview-module__5X9oeW__select{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text-primary);font-size:var(--font-size-sm);padding:12px 14px;font-family:inherit;line-height:1.4}.workflow-preview-module__5X9oeW__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent);outline:none}.workflow-preview-module__5X9oeW__statusText{font-size:var(--font-size-sm);margin:10px 0 0}.workflow-preview-module__5X9oeW__statusError{color:var(--color-error)}.workflow-preview-module__5X9oeW__statusSuccess{color:var(--color-success)}.workflow-preview-module__5X9oeW__modalFooter{border-top:1px solid var(--color-divider);justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;display:flex}@media (max-width:720px){.workflow-preview-module__5X9oeW__metaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.workflow-preview-module__5X9oeW__metaGrid{grid-template-columns:1fr}.workflow-preview-module__5X9oeW__loginPanel{width:auto;bottom:66px;left:16px;right:16px}.workflow-preview-module__5X9oeW__poweredBy{bottom:16px;right:16px}}
