*{box-sizing:border-box}html,body{margin:0;background:#0b0b0f;overscroll-behavior-y:none}@keyframes pop-check{0%{transform:scale(.4);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}@keyframes rise-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.pop-check{animation:pop-check .38s cubic-bezier(.34,1.56,.64,1) both}.rise-1{animation:rise-in .24s ease-out 90ms both}.rise-2{animation:rise-in .24s ease-out .18s both}.rise-3{animation:rise-in .24s ease-out .27s both}@keyframes toast-in{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-in{animation:toast-in .2s ease-out both}@media (prefers-reduced-motion: reduce){.pop-check,.rise-1,.rise-2,.rise-3,.toast-in{animation:rise-in .15s ease-out both;transform:none}}
