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