.page_toastViewport__36t9P{position:fixed;bottom:0;right:0;display:flex;flex-direction:column;padding:16px;gap:10px;width:calc(100vw - 32px);max-width:390px;margin:0;list-style:none;z-index:2147483647;outline:none}@media (min-width:640px){.page_toastViewport__36t9P{padding:25px;width:390px}}.page_toastRoot___NcAw{background-color:#ff4d4f;color:white;border-radius:6px;box-shadow:0 10px 38px -10px hsl(206 22% 7%/35%),0 10px 20px -15px hsl(206 22% 7%/20%);padding:15px;display:grid;grid-template-areas:"title close" "description close";grid-template-columns:auto max-content;grid-column-gap:15px;column-gap:15px;align-items:center}.page_toastRoot___NcAw[data-state=open]{animation:page_slideIn__Vaqza .15s cubic-bezier(.16,1,.3,1)}.page_toastRoot___NcAw[data-state=closed]{animation:page_hide__aW5YB .1s ease-in;pointer-events:none;opacity:0}.page_toastRoot___NcAw[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.page_toastRoot___NcAw[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.page_toastRoot___NcAw[data-swipe=end]{animation:page_swipeOut__p9W3_ .1s ease-out}.page_toastTitle__AUw12{grid-area:title;margin:0;font-weight:600;font-size:15px}.page_toastDescription__5eGIQ{grid-area:description;margin:0;font-size:13px;line-height:1.3}.page_toastClose__vp6GU{grid-area:close;background:transparent;border:none;color:white;font-size:24px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.page_link__p7xja{color:var(--accent-9);text-decoration:none;margin-left:.25em}.page_link__p7xja:hover{text-decoration:underline}@keyframes page_slideIn__Vaqza{0%{transform:translateX(calc(100% + 25px))}to{transform:translateX(0)}}@keyframes page_hide__aW5YB{0%{opacity:1}to{opacity:0}}@keyframes page_swipeOut__p9W3_{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + 25px))}}