.app-floating-surface{--app-floating-enter-x:0px;--app-floating-enter-y:0px;transform-origin:var(--reka-popper-transform-origin,center)}.app-floating-surface[data-side=bottom]{--app-floating-enter-y:-.25rem}.app-floating-surface[data-side=top]{--app-floating-enter-y:.25rem}.app-floating-surface[data-side=left]{--app-floating-enter-x:.25rem}.app-floating-surface[data-side=right]{--app-floating-enter-x:-.25rem}@keyframes app-floating-surface-enter{0%{transform:translate(var(--app-floating-enter-x),var(--app-floating-enter-y)) scale(.97)}to{transform:translate(0)scale(1)}}@keyframes app-floating-surface-exit{0%{transform:translate(0)scale(1)}to{transform:translate(var(--app-floating-enter-x),var(--app-floating-enter-y)) scale(.98)}}.app-floating-surface[data-state=open]{animation:.18s cubic-bezier(.16,1,.3,1) both app-floating-surface-enter}.app-floating-surface[data-state=closed]{visibility:hidden;animation:.12s cubic-bezier(.7,0,.84,0) both app-floating-surface-exit}@media (prefers-reduced-motion:reduce){.app-floating-surface[data-state=closed],.app-floating-surface[data-state=open]{animation:none}}
