.WorkspaceIconPicker_root__IKfN7{border:1px solid var(--ui-neutral-stroke);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:12px;min-width:300px;background:var(--neutral-surface)}.WorkspaceIconPicker_rootPopover__FwK7g{border:none;padding:0;width:100%;min-width:0;background:transparent}.WorkspaceIconPicker_popoverHeader__PrgPO{display:flex;align-items:center;justify-content:space-between;gap:10px}.WorkspaceIconPicker_tabsContainer__eGhBv{width:auto;flex:1;min-width:0}.WorkspaceIconPicker_previewRow__U4K3g{display:flex;align-items:center;justify-content:space-between;gap:10px}.WorkspaceIconPicker_previewBadge__xHt7P{width:42px;height:42px;border-radius:10px;background:var(--ui-neutral-bg);border:1px solid var(--ui-neutral-stroke);display:flex;align-items:center;justify-content:center}.WorkspaceIconPicker_previewGlyph__5i8Bu{width:22px;height:22px;font-size:22px}.WorkspaceIconPicker_tabsList__F7W0b{width:fit-content;display:inline-flex;gap:4px;padding:3px;border-radius:10px;background:var(--neutral-bg)}.WorkspaceIconPicker_tabTrigger__eBLVe{border:1px solid transparent;background:transparent;color:var(--neutral-fg3);font-size:13px;font-weight:600;line-height:1;height:32px;min-width:78px;padding:0 12px;border-radius:8px}.WorkspaceIconPicker_tabTrigger__eBLVe[aria-selected=true]{color:var(--neutral-fg);background:var(--neutral-surface);border-color:var(--neutral-stroke)}.WorkspaceIconPicker_search__q13qy{width:100%}.WorkspaceIconPicker_searchRow__o6t3V{display:flex;align-items:center;gap:8px}.WorkspaceIconPicker_search__q13qy>div{min-height:36px}.WorkspaceIconPicker_randomIconButton__7fIPm{flex-shrink:0;width:36px;min-width:36px;height:36px;padding:0}.WorkspaceIconPicker_grid__RN4Nc{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;max-height:190px;overflow-y:auto;padding-right:2px}.WorkspaceIconPicker_optionButton__Jlxnv{width:100%;height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ui-neutral-fg);display:flex;align-items:center;justify-content:center;cursor:pointer}.WorkspaceIconPicker_optionButton__Jlxnv:hover{background:var(--ui-neutral-bg)}.WorkspaceIconPicker_optionButtonActive__MDFlE{border-color:var(--ui-brand-stroke);background:var(--ui-brand-subtle)}.WorkspaceIconPicker_optionEmoji__rI8Jx{font-size:21px;line-height:1}.WorkspaceIconPicker_optionFluent__84Y7X{width:20px;height:20px}.CreateWorkspaceDialog_form__4_Hu0{display:flex;flex-direction:column;gap:18px}.CreateWorkspaceDialog_dialogPanel____TGj{width:min(720px,calc(100vw - 48px))}.CreateWorkspaceDialog_fullWidth__qLJtP{width:100%}.CreateWorkspaceDialog_errorText__ugpRV{color:var(--danger)}.CreateWorkspaceDialog_footer__MlFYD{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.CreateWorkspaceDialog_nameWithIconRow__Co433{display:flex;align-items:center;gap:10px;width:100%}.CreateWorkspaceDialog_nameInputWrap__LPuUJ{flex:1;min-width:0}.CreateWorkspaceDialog_iconTriggerButton__UkHY4{width:36px;height:36px;border-radius:10px;border:1px solid var(--ui-neutral-stroke);background:var(--ui-neutral-bg);color:var(--ui-neutral-fg);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.CreateWorkspaceDialog_iconTriggerButton__UkHY4:hover{background:var(--neutral-bg)}.CreateWorkspaceDialog_iconTriggerButton__UkHY4:disabled{opacity:.6;cursor:not-allowed}.CreateWorkspaceDialog_iconTriggerGlyph__djuyr{width:18px;height:18px;font-size:18px}.CreateWorkspaceDialog_iconPopoverSurface__O2NYr{padding:10px;border-radius:12px;width:360px;max-width:calc(100vw - 48px);box-sizing:border-box;border:1px solid var(--neutral-stroke2);background:var(--neutral-surface);box-shadow:var(--shadow16);overflow:hidden}.Toast_toastThemeRoot__hmtVb{position:static}.Toast_viewport__eGDAi{position:fixed;right:1rem;bottom:1rem;z-index:1601;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;width:min(24rem,calc(100vw - 2rem));pointer-events:none}.Toast_toastItem__vhHmg{width:100%;pointer-events:auto}.Toast_toastBar__ufujm{width:100%;border-radius:.625rem;box-shadow:var(--shadow16)}.Toast_toastBody__Oblk7{width:100%}.Toast_toastBar__ufujm [class*=fui-MessageBar__icon]{display:none}.Toast_toastHeaderRow__zQdVL{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.Toast_toastMainContent__bBjHY{min-width:0;display:flex;align-items:flex-start;gap:.5rem}.Toast_intentIcon__1biC3{display:inline-flex;align-items:center;justify-content:center;margin-top:.125rem;flex-shrink:0}.Toast_toastTextWrap__tny2R{min-width:0;display:flex;flex-direction:column;gap:.125rem}.Toast_toastMessage__YcCZl{font-size:.875rem;line-height:1.35;word-break:break-word}.Toast_closeButton__9h_5R{flex-shrink:0;align-self:center}.Toast_toastEnter__wf1nS{animation:Toast_toast-slide-in__Qleca .18s cubic-bezier(.2,0,0,1)}.Toast_toastExit__9dUQu{animation:Toast_toast-slide-out__bk2fE .18s cubic-bezier(.2,0,0,1) forwards}@keyframes Toast_toast-slide-in__Qleca{0%{opacity:0;transform:translateX(14px) translateY(8px)}to{opacity:1;transform:translateX(0) translateY(0)}}@keyframes Toast_toast-slide-out__bk2fE{0%{opacity:1;transform:translateX(0) translateY(0)}to{opacity:0;transform:translateX(14px) translateY(8px)}}@media (prefers-reduced-motion:reduce){.Toast_toastEnter__wf1nS,.Toast_toastExit__9dUQu{animation-duration:0s}}