.fixed.inset-0.z-50.bg-background\/80.backdrop-blur-xs{animation:fadeIn .3s cubic-bezier(.16,1,.3,1) forwards!important}.fixed.inset-0.z-50.bg-background\/80.backdrop-blur-xs[data-state=closed]{animation:fadeOut .2s cubic-bezier(.7,0,.84,0) forwards!important}.fixed.z-50.gap-4.bg-background.p-6.shadow-lg.border.h-full.left-0{animation:slideInLeft .4s cubic-bezier(.16,1,.3,1) forwards!important;will-change:transform,opacity}.fixed.z-50.gap-4.bg-background.p-6.shadow-lg.border.h-full.left-0[data-state=closed]{animation:slideOutLeft .3s cubic-bezier(.7,0,.84,0) forwards!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-100%);opacity:0}}