.cmd-overlay[data-state=open]{animation:.1s ease-out dialogOverlayIn}.cmd-overlay[data-state=closed]{animation:.1s ease-in forwards dialogOverlayOut}.cmd-content[data-state=open]{animation:.1s ease-out cmdContentIn}.cmd-content[data-state=closed]{animation:.1s ease-in forwards cmdContentOut}@keyframes cmdContentIn{0%{opacity:0;transform:scale(.98)}}@keyframes cmdContentOut{to{opacity:0;transform:scale(.98)}}
