.NotificationRoot{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);z-index:9999}.NotificationRoot[data-state=open]{animation:slideIn .3s cubic-bezier(.16,1,.3,1)}.NotificationRoot[data-state=closed]{animation:slideOut .2s ease-in}@keyframes slideIn{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}@keyframes slideOut{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,100%);opacity:0}}@media (max-width:640px){.NotificationViewport{--viewport-padding:16px}}