@layer base{.CommandBar-module__F6vsPq__input{color:var(--foreground-default);font-size:var(--font-size-default);padding-right:var(--space-4);padding-top:var(--space-4);padding-bottom:var(--space-4);background-color:transparent;border-color:transparent;outline:0;width:100%;height:28px;line-height:1.5;display:block}.CommandBar-module__F6vsPq__input::-webkit-input-placeholder{color:var(--foreground-dimmest)}.CommandBar-module__F6vsPq__input::placeholder{color:var(--foreground-dimmest)}.CommandBar-module__F6vsPq__input::placeholder{color:var(--foreground-dimmest)}.CommandBar-module__F6vsPq__input::placeholder{color:var(--foreground-dimmest)}.CommandBar-module__F6vsPq__input:focus::-webkit-input-placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:focus::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:focus::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:focus::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:hover::-webkit-input-placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:hover::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:hover::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__input:hover::placeholder{color:var(--foreground-dimmer)}.CommandBar-module__F6vsPq__menu{border-bottom-right-radius:8px;border-bottom-left-radius:8px;overflow:hidden}.CommandBar-module__F6vsPq__menuScroll{max-height:500px;overflow-x:hidden;overflow-y:auto}.CommandBar-module__F6vsPq__menuList{list-style:none}.CommandBar-module__F6vsPq__searchIcon{width:var(--space-24);height:100%;color:var(--accent-primary-default);justify-content:center;align-items:center;display:flex}.CommandBar-module__F6vsPq__messageContainer{padding:var(--space-8)}.CommandBar-module__F6vsPq__loadingContainer{padding:var(--space-4);padding-bottom:var(--space-8);justify-content:center;align-items:center;display:flex}.CommandBar-module__F6vsPq__loadingIcon{width:32px;height:32px}.CommandBar-module__F6vsPq__warningIcon{width:20px;height:20px}}
@layer components{.MultiSelectComboBox-module__HEavuq__comboBox{width:100%;display:block;position:relative}.MultiSelectComboBox-module__HEavuq__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.MultiSelectComboBox-module__HEavuq__inputGroup{border:1px solid var(--outline-default);border-radius:var(--border-radius-default);background:var(--background-default);width:100%;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:flex;position:relative}.MultiSelectComboBox-module__HEavuq__inputGroup:hover{border-color:var(--outline-stronger)}.MultiSelectComboBox-module__HEavuq__inputGroup:focus-within{outline:2px solid var(--accent-primary-default);outline-offset:-1px}.MultiSelectComboBox-module__HEavuq__inputContainer{cursor:text;padding:var(--space-8);flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-height:36px;display:flex;position:relative}.MultiSelectComboBox-module__HEavuq__inlineTag{border:1px solid var(--outline-default);background-color:var(--background-higher);border-radius:4px;align-items:center;gap:4px;max-width:100%;padding:2px 4px;font-size:12px;display:inline-flex}.MultiSelectComboBox-module__HEavuq__input{min-width:100px;color:var(--foreground-default);font-size:var(--font-size-small);line-height:var(--line-height-small);background:0 0;border:none;outline:none;flex:1;padding:2px 0;font-family:inherit}.MultiSelectComboBox-module__HEavuq__input::-webkit-input-placeholder{color:var(--foreground-dimmer)}.MultiSelectComboBox-module__HEavuq__input::placeholder{color:var(--foreground-dimmer)}.MultiSelectComboBox-module__HEavuq__input::placeholder{color:var(--foreground-dimmer)}.MultiSelectComboBox-module__HEavuq__input::placeholder{color:var(--foreground-dimmer)}.MultiSelectComboBox-module__HEavuq__triggerButton{cursor:pointer;color:var(--foreground-dimmer);background:0 0;border:none;justify-content:center;align-items:center;padding:0 8px;display:flex}.MultiSelectComboBox-module__HEavuq__triggerButton:hover{color:var(--foreground-default)}.MultiSelectComboBox-module__HEavuq__popover{border:1px solid var(--outline-default);border-radius:var(--border-radius-default);background-color:var(--background-default);max-height:300px;margin-top:2px;overflow:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.MultiSelectComboBox-module__HEavuq__popover::-webkit-scrollbar{width:6px}.MultiSelectComboBox-module__HEavuq__popover::-webkit-scrollbar-track{background:0 0}.MultiSelectComboBox-module__HEavuq__popover::-webkit-scrollbar-thumb{background-color:var(--outline-dimmest);border-radius:3px}.MultiSelectComboBox-module__HEavuq__popover::-webkit-scrollbar-thumb:hover{background-color:var(--outline-default)}.MultiSelectComboBox-module__HEavuq__listBox{flex-direction:column;gap:2px;padding:4px;display:flex}.MultiSelectComboBox-module__HEavuq__listBoxItem{cursor:pointer;border-radius:4px;outline:none;justify-content:space-between;align-items:center;padding:8px 8px 6px;display:flex}.MultiSelectComboBox-module__HEavuq__listBoxItem[data-hovered],.MultiSelectComboBox-module__HEavuq__listBoxItem[data-focused],.MultiSelectComboBox-module__HEavuq__listBoxItem[data-pressed]{background-color:var(--background-higher)}.MultiSelectComboBox-module__HEavuq__emptyState{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px;padding:4px}.MultiSelectComboBox-module__HEavuq__emptyState[data-hovered],.MultiSelectComboBox-module__HEavuq__emptyState[data-focused]{background-color:var(--background-higher)}.MultiSelectComboBox-module__HEavuq__tag{border:1px solid var(--outline-default);background-color:var(--background-higher);border-radius:4px;align-items:center;gap:4px;padding:2px 4px;font-size:12px;display:flex}.MultiSelectComboBox-module__HEavuq__removeButton{cursor:pointer;color:var(--foreground-dimmer);background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;padding:2px;display:flex}.MultiSelectComboBox-module__HEavuq__removeButton:hover{background-color:var(--interactive-background);color:var(--foreground-default)}.MultiSelectComboBox-module__HEavuq__tagText{text-overflow:ellipsis;overflow:hidden}.MultiSelectComboBox-module__HEavuq__selectedItemsContainer{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.MultiSelectComboBox-module__HEavuq__disabledContainer{border:1px solid var(--outline-default);border-radius:var(--border-radius-default);background:var(--background-default);padding:var(--space-6)var(--space-4);flex-wrap:wrap;align-items:center;width:100%;min-height:36px;display:flex}.MultiSelectComboBox-module__HEavuq__disabledButtonContent{align-items:start;gap:var(--space-6);flex-wrap:wrap;width:100%;display:flex}}
@layer components{.Switch-module__A3gb8a__label{align-items:center;gap:var(--space-8);flex-direction:row;display:flex}.Switch-module__A3gb8a__svg [data-switch-outline]{transition:stroke .1s ease-out}.Switch-module__A3gb8a__svg:hover [data-switch-outline]{transition:stroke}.Switch-module__A3gb8a__background{transition:fill 80ms ease-out}.Switch-module__A3gb8a__button{transition:x 80ms ease-out}}
@layer components{.ColorSwatch-module__N5XjtG__colorSwatch{--ColorSwatch--size:16px;border-radius:var(--border-radius-default);width:var(--ColorSwatch--size);height:var(--ColorSwatch--size);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}}
@layer components{.connections-module__EKNuIa__serviceRow{border:1px solid var(--outline-dimmest);border-radius:var(--border-radius-8);background-color:var(--background-higher)}.connections-module__EKNuIa__statusIndicator{width:var(--space-8);height:var(--space-8);border-radius:50%}.connections-module__EKNuIa__ok{background-color:var(--accent-positive-default)}.connections-module__EKNuIa__fatal{background-color:var(--accent-negative-default)}.connections-module__EKNuIa__infoBox{padding:var(--space-12);border-radius:var(--border-radius-8);background-color:var(--background-higher);border:1px solid var(--outline-dimmest)}}
@layer components{.repl-module__k-P9nq__promptText{font-family:var(--font-family-code);white-space:pre-wrap;word-wrap:break-word;border-radius:var(--border-radius-8);background:var(--background-higher);padding:var(--space-8);overflow-y:auto}}
@layer components{.survey-module__YMPlta__container{height:100%;overflow:auto}.survey-module__YMPlta__debugInfoSection{border:1px solid var(--outline-default);background:var(--background-default);border-radius:8px}.survey-module__YMPlta__deletedText{opacity:.6;text-decoration:line-through}.survey-module__YMPlta__errorText{color:var(--accent-negative-stronger)}}
@layer components{.subrepl-module__T98nrG__container{height:100%;overflow:auto}.subrepl-module__T98nrG__monospace{font-family:var(--font-family-code)}}
@layer components{.BetaDisclaimer-module__DnN4UG__fullBetaText{display:flex!important}@container (max-width:600px){.BetaDisclaimer-module__DnN4UG__fullBetaText{display:none!important}}@media (max-width:600px){.BetaDisclaimer-module__DnN4UG__fullBetaText{display:none!important}}.BetaDisclaimer-module__DnN4UG__abbreviatedBetaText{flex-shrink:0;display:none!important}@container (max-width:600px){.BetaDisclaimer-module__DnN4UG__abbreviatedBetaText{display:flex!important}}@media (max-width:600px){.BetaDisclaimer-module__DnN4UG__abbreviatedBetaText{display:flex!important}}}
@layer components{.Header-module__-uOpxq__headerRow{grid-gap:var(--space-8);align-items:center;gap:var(--space-8);grid-template-columns:1fr auto 1fr;width:100%;display:grid;container-type:inline-size}.Header-module__-uOpxq__headerCenter{justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.Header-module__-uOpxq__headerCenter>*{text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Header-module__-uOpxq__headerRight{justify-self:end}.Header-module__-uOpxq__headerLeft{justify-self:start}.Header-module__-uOpxq__buildingPillShadow{box-shadow:var(--shadow-2)}.Header-module__-uOpxq__buildingPill{min-width:65px}.Header-module__-uOpxq__automationTitle{max-width:220px}@container (max-width:500px){.Header-module__-uOpxq__automationTitle{max-width:120px;font-size:12px}}@media (max-width:500px){.Header-module__-uOpxq__automationTitle{max-width:120px;font-size:12px}}}
@layer components{.HeaderMenu-module__6tza3a__popoverContent{border-radius:inherit;max-width:246px}.HeaderMenu-module__6tza3a__popoverContent a{color:var(--foreground-dimmer);text-decoration:underline;transition:color .2s}.HeaderMenu-module__6tza3a__popoverContent a:hover{color:var(--foreground-default)}.HeaderMenu-module__6tza3a__popoverContentText{text-align:left}}
@layer components{.index-module__gbtx1a__container{overflow:hidden}.index-module__gbtx1a__canvasAreaWrapper{flex:1;height:0;position:relative}.index-module__gbtx1a__headerWrapper{position:absolute;top:0;left:0;right:0}.index-module__gbtx1a__textContainerMaxWidth{max-width:400px}.index-module__gbtx1a__overlayContainer{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}}
@layer components{.DevURLInfo-module__Y2imda__url{outline-offset:2px;color:var(--accent-positive-stronger);font-size:var(--font-size-small)}.DevURLInfo-module__Y2imda__url :hover{cursor:pointer;color:var(--accent-positive-strongest)}.DevURLInfo-module__Y2imda__expoGoLink{outline-offset:2px;color:var(--foreground-dimmer);font-size:var(--font-size-small);text-decoration:underline}.DevURLInfo-module__Y2imda__expoGoLink:hover{cursor:pointer;color:var(--foreground-default)}.DevURLInfo-module__Y2imda__qrCode{border-radius:var(--border-radius-4);overflow:hidden}}
@layer components{.WorkflowsBlocks-module__jZR2qq__outputBlockMetadataWrapper{background-color:var(--background-higher);border-bottom:var(--border-width-default)solid var(--surface-border-color-subtle)}}
@layer components{.WorkflowsConsole-module__bIdrjW__header{border-bottom:var(--border-width-default)solid var(--surface-border-color-subtle)}.WorkflowsConsole-module__bIdrjW__headerRecoveryMode{border-bottom:var(--border-width-default)solid var(--outline-dimmer);cursor:pointer;background-color:var(--warning-surface-color-100);color:var(--warning-text-color-100)}.WorkflowsConsole-module__bIdrjW__headerRecoveryMode:hover{background-color:var(--warning-surface-color-300)}.WorkflowsConsole-module__bIdrjW__outputsListParent{border-radius:var(--border-radius-8);overflow:hidden}.WorkflowsConsole-module__bIdrjW__outputsListWrapper{height:100%}.WorkflowsConsole-module__bIdrjW__outputsList{flex-grow:1;flex-shrink:1;height:auto;overflow-y:scroll}.WorkflowsConsole-module__bIdrjW__outputsListSnapToBottom{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.WorkflowsConsole-module__bIdrjW__scrollSnap{height:var(--border-width-default);margin-top:calc(-1*var(--border-width-default));pointer-events:none;scroll-snap-align:end}}
@layer components{.ExpandAgentButton-module__Sr5bZG__root{--ExpandAgentButton--width:0;--ExpandAgentButton--height:100%;--ExpandAgentButton--opacity:0;--ExpandAgentButton--align:start;--ExpandAgentButton--padding:var(--space-4);flex-direction:row;transition:opacity .3s .16s,width .3s .16s,height .3s .16s;display:flex;opacity:var(--ExpandAgentButton--opacity)!important;width:var(--ExpandAgentButton--width)!important;height:var(--ExpandAgentButton--height)!important}.ExpandAgentButton-module__Sr5bZG__right{--align-items:end}.ExpandAgentButton-module__Sr5bZG__show{--ExpandAgentButton--width:var(--space-24);--ExpandAgentButton--opacity:1}}
@layer components{.FigmaImport-module__p8csWa__overlay{--FigmaImport--z-index-modal:100000;z-index:calc(var(--FigmaImport--z-index-modal) + 1);background-color:var(--background-overlay);flex-direction:row;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.FigmaImport-module__p8csWa__animationWrapper{z-index:calc(var(--FigmaImport--z-index-modal) + 1);background-color:var(--background-overlay);min-width:300px;color:var(--foreground-default);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:34px;display:flex}.FigmaImport-module__p8csWa__progressBarContainer{width:200px;padding-top:16px}.FigmaImport-module__p8csWa__progressBarTrack{border-radius:var(--border-radius-round);background-color:var(--background-higher);width:100%;height:8px;overflow:hidden}.FigmaImport-module__p8csWa__progressBarFill{transition:width var(--transition-duration-chill)var(--transition-timing-function-chill);border-radius:var(--border-radius-round);background-color:var(--accent-primary-default);min-width:2px;height:100%}}
@layer components{.EditReplForm-module__DnkOSa__validationIcon,.EditReplForm-module__DnkOSa__validationText{color:var(--accent-negative-stronger)}}
@layer components{.FreemiumUsagePopover-module___B9tOa__measureBar{pointer-events:none}.FreemiumUsagePopover-module___B9tOa__usageCard{border-radius:var(--border-radius-8)}}
@layer components{.workspaceTour-module__-kv3kW__iconSurface{border-radius:var(--space-4);width:var(--space-24);height:var(--space-24)}.workspaceTour-module__-kv3kW__flippedIcon{transform:scaleX(-1)!important}}
@layer components{.ExportVideoMenu-module__Gud0Iq__menu{min-width:280px}.ExportVideoMenu-module__Gud0Iq__exportButton{width:100%}}
@media (max-width:768px){@layer components{.Deploy-module__8ZcrnG__baseButton div span{display:none}.Deploy-module__8ZcrnG__baseButton div svg{margin-right:0}.Deploy-module__8ZcrnG__roundedButton div span{display:none}.Deploy-module__8ZcrnG__roundedButton div svg{margin-right:0}.Deploy-module__8ZcrnG__baseButtonLoading div span{display:none}.Deploy-module__8ZcrnG__baseButtonLoading div svg{margin-right:0}.Deploy-module__8ZcrnG__roundedButtonLoading div span{display:none}.Deploy-module__8ZcrnG__roundedButtonLoading div svg{margin-right:0}}}@keyframes Deploy-module__8ZcrnG__pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@layer components{.Deploy-module__8ZcrnG__deployIconWithStatus{border-radius:var(--border-radius-4)0 0 var(--border-radius-4);position:relative}.Deploy-module__8ZcrnG__deployIconDotWrapper{top:calc(-1*var(--space-2));right:calc(-1*var(--space-2));border:var(--border-width-default)solid var(--background-default);width:var(--space-8);height:var(--space-8);border-radius:9999px;position:absolute}.Deploy-module__8ZcrnG__deployIconDot{border-radius:9999px;width:100%;height:100%}.Deploy-module__8ZcrnG__openPaneButton{border-radius:0 var(--border-radius-4)var(--border-radius-4)0!important}.Deploy-module__8ZcrnG__baseButton{flex-grow:1;flex-shrink:1;border-radius:var(--border-radius-4)0 0 var(--border-radius-4)!important}.Deploy-module__8ZcrnG__baseButton[data-icon-only=true] svg{margin-right:0}.Deploy-module__8ZcrnG__baseButton[data-icon-only=true] span{display:none}.Deploy-module__8ZcrnG__roundedButton{border-radius:var(--border-radius-4);flex-grow:1;flex-shrink:1}.Deploy-module__8ZcrnG__roundedButton[data-icon-only=true] svg{margin-right:0}.Deploy-module__8ZcrnG__roundedButton[data-icon-only=true] span{display:none}.Deploy-module__8ZcrnG__baseButtonLoading{background:linear-gradient(90deg,var(--background-higher)0%,var(--background-highest)50%,var(--background-higher)100%);background-size:200% 100%;flex-grow:1;flex-shrink:1;animation:1.5s ease-in-out infinite Deploy-module__8ZcrnG__pulse;border-radius:var(--border-radius-4)0 0 var(--border-radius-4)!important}.Deploy-module__8ZcrnG__baseButtonLoading[data-icon-only=true] svg{margin-right:0}.Deploy-module__8ZcrnG__baseButtonLoading[data-icon-only=true] span{display:none}.Deploy-module__8ZcrnG__roundedButtonLoading{border-radius:var(--border-radius-4);background:linear-gradient(90deg,var(--background-higher)0%,var(--background-highest)50%,var(--background-higher)100%);background-size:200% 100%;flex-grow:1;flex-shrink:1;animation:1.5s ease-in-out infinite Deploy-module__8ZcrnG__pulse}.Deploy-module__8ZcrnG__roundedButtonLoading[data-icon-only=true] svg{margin-right:0}.Deploy-module__8ZcrnG__roundedButtonLoading[data-icon-only=true] span{display:none}}
@layer components{.RunStatusButton-module__27k_5G__root{border-radius:var(--border-radius-4);position:relative}}
@layer components{.FiletreeButton-module__3d0q-a__flipped{transform:scaleX(-1)!important}}
@layer components{.InboxButton-module__ExH6bq__container{position:relative}.InboxButton-module__ExH6bq__indicator{top:var(--space-4);right:var(--space-4);background-color:var(--accent-negative-default);width:var(--space-6);height:var(--space-6);pointer-events:none;border-radius:50%;position:absolute}}
@layer components{.CustomAppThemeSelect2-module__3x6NKa__colorSwatch{box-shadow:var(--shadow-1);border:1px solid var(--background-highest);border-radius:3.75px;margin-left:-8px}}
@layer components{.CancelSubscription-module__VJqajq__modal{gap:var(--space-16);padding:var(--space-12)var(--space-16);flex-direction:column;display:flex}}
@layer components{.StackSelect-module__RCjhfq__stackSelectTriggerHighlighted{box-shadow:0 0 3px 1px var(--accent-primary-dimmer);border-radius:var(--border-radius-4)}}
@layer components{.SubscriptionCancellationWarning-module__1ytXMW__subscriptionCancellationWarning{max-width:700px}}
@layer components{.ReplsTable-module__w0Qhjq__table{min-height:400px}.ReplsTable-module__w0Qhjq__table tbody tr{height:56px}.ReplsTable-module__w0Qhjq__replLink{color:var(--foreground-dimmest);align-items:center;transition:color .2s;display:inline-flex}.ReplsTable-module__w0Qhjq__replLink:hover{color:var(--foreground-default)}.ReplsTable-module__w0Qhjq__bottomContent{grid-template-columns:1fr auto 1fr;display:grid}}
@layer components{.ReplItem-module__7E4LFq__wrapper{position:relative}@media (hover:hover){.ReplItem-module__7E4LFq__wrapper .ReplItem-module__7E4LFq__replStar{opacity:0}.ReplItem-module__7E4LFq__replStarActive:is(.ReplItem-module__7E4LFq__wrapper .ReplItem-module__7E4LFq__replStar){opacity:1}.ReplItem-module__7E4LFq__wrapper:hover .ReplItem-module__7E4LFq__replStar{opacity:1}.ReplItem-module__7E4LFq__wrapper:focus-within .ReplItem-module__7E4LFq__replStar{opacity:1}}.ReplItem-module__7E4LFq__item{border-radius:0}.ReplItem-module__7E4LFq__surfaceSelected{background-color:var(--interactive-background)}.ReplItem-module__7E4LFq__actionsContainer{background-color:transparent;position:absolute;top:12px;right:12px}.ReplItem-module__7E4LFq__replSelector{width:20px;height:20px}.ReplItem-module__7E4LFq__replSelector>div>input:not([disabled]){border-color:var(--interactive-border--hover)}.ReplItem-module__7E4LFq__hiddenOnDesktop{display:flex}@media (min-width:480.02px){.ReplItem-module__7E4LFq__hiddenOnDesktop{display:none}}.ReplItem-module__7E4LFq__hiddenOnMobile{display:none}@media (min-width:480.02px){.ReplItem-module__7E4LFq__hiddenOnMobile{display:flex}.ReplItem-module__7E4LFq__desktopPadding{padding-left:2px;padding-right:2px}.ReplItem-module__7E4LFq__borderRadiusTopOnly{border-radius:4px 4px 0 0}.ReplItem-module__7E4LFq__borderRadiusBottomOnly{border-radius:0 0 4px 4px}.ReplItem-module__7E4LFq__borderRadiusFull{border-radius:4px}}}
@layer components{.AuthorizedApps-module__IhPtja__serviceName{font-weight:var(--font-weight-medium)}}
@layer components{.Connectors-module__JJKzva__centeredMessage{color:var(--foreground-dimmer);justify-content:center;align-items:center;padding:16px;display:flex}.Connectors-module__JJKzva__headerContainer{flex-direction:column;align-items:flex-start;gap:16px;display:flex}@media (min-width:900px){.Connectors-module__JJKzva__headerContainer{flex-direction:row;justify-content:space-between;align-items:center}}.Connectors-module__JJKzva__searchControls{flex-direction:row;display:flex}@media (max-width:699.98px){.Connectors-module__JJKzva__searchControls{flex-direction:column;align-items:stretch;width:100%}}}
@layer components{.Connectors-module__Q297AG__headerContainer{flex-direction:column;align-items:flex-start;gap:16px;max-width:100%;display:flex}@media (min-width:1060px){.Connectors-module__Q297AG__headerContainer{flex-direction:row;justify-content:space-between;align-items:center}}.Connectors-module__Q297AG__searchControls{flex-direction:row;gap:8px;display:flex}@media (max-width:540px){.Connectors-module__Q297AG__searchControls{flex-direction:column;align-items:stretch;width:100%}}}
@layer components{.UsersTable-module__NEEuaG__table{min-height:400px}.UsersTable-module__NEEuaG__table tbody tr{height:56px}.UsersTable-module__NEEuaG__bottomContent{grid-template-columns:1fr auto 1fr;display:grid}}
@media screen and (min-width:450px){@layer components{.FolderList-module__MS0VVa__ctaButton{vertical-align:middle;display:inline-block}}}@layer components{.FolderList-module__MS0VVa__folderGrid{grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:minmax(0,1fr);display:grid}@media (min-width:480px){.FolderList-module__MS0VVa__folderGrid{gap:var(--space-12);grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.FolderList-module__MS0VVa__folderGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.FolderList-module__MS0VVa__spinner{width:100%;height:100%}.FolderList-module__MS0VVa__ctaBox{border-style:dashed;border-width:thin;border-color:var(--outline-dimmer);border-radius:var(--border-radius-16);text-align:center;max-width:500px}.FolderList-module__MS0VVa__ctaButton{vertical-align:middle;display:grid}.FolderList-module__MS0VVa__newFolder{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.FolderList-module__MS0VVa__errorContainer{width:100%;height:100%}}
@layer components{.replView-page-module__mzTEXq__overlimitBanner{margin-top:var(--space-12);margin-right:var(--space-12);margin-left:var(--space-12);text-align:center}.replView-page-module__mzTEXq__contentWrapper{width:100%;min-height:100vh}.replView-page-module__mzTEXq__content{width:100%;max-width:500px}}
/*# sourceMappingURL=9423cf9b16f00818.css.map*/