.page_toastViewport__NWT3V{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__NWT3V{padding:25px;width:390px}}.page_toastRoot__rJBeF{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__rJBeF[data-state=open]{animation:page_slideIn__IEArg .15s cubic-bezier(.16,1,.3,1)}.page_toastRoot__rJBeF[data-state=closed]{animation:page_hide__4A90K .1s ease-in;pointer-events:none;opacity:0}.page_toastRoot__rJBeF[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.page_toastRoot__rJBeF[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.page_toastRoot__rJBeF[data-swipe=end]{animation:page_swipeOut__3hBYG .1s ease-out}.page_toastTitle__PkiBj{grid-area:title;margin:0;font-weight:600;font-size:15px}.page_toastDescription__nSrPp{grid-area:description;margin:0;font-size:13px;line-height:1.3}.page_toastClose__A3AxN{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__CHZ8i{color:var(--accent-9);text-decoration:none;margin-left:.25em}.page_link__CHZ8i:hover{text-decoration:underline}@keyframes page_slideIn__IEArg{0%{transform:translateX(calc(100% + 25px))}to{transform:translateX(0)}}@keyframes page_hide__4A90K{0%{opacity:1}to{opacity:0}}@keyframes page_swipeOut__3hBYG{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + 25px))}}