.style_snackbar__viewport__wVQ3i{--viewport-padding:25px;position:fixed;bottom:0;right:0;display:flex;flex-direction:column;align-items:center;padding:var(--viewport-padding);gap:10px;width:100%;max-width:100vw;margin:0;list-style:none;z-index:2147483647;outline:none}.style_snackbar__root__3h6df{min-width:343px;background-color:var(--color-background-inverse);border-radius:6px;box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);padding:15px;display:grid;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;grid-column-gap:15px;column-gap:15px;align-items:center;max-width:392px}.style_snackbar__root__3h6df[data-state=open]{animation:style_slideIn__n0Tz2 .15s cubic-bezier(.16,1,.3,1)}.style_snackbar__root__3h6df[data-state=closed]{animation:style_hide__nA1nh .1s ease-in}.style_snackbar__root__3h6df[data-swipe=move]{transform:translateY(var(--radix-toast-swipe-move-y))}.style_snackbar__root__3h6df[data-swipe=cancel]{transform:translateY(0);transition:transform .2s ease-out}.style_snackbar__root__3h6df[data-swipe=end]{animation:style_swipeOut__wP7yN .1s ease-out}@keyframes style_hide__nA1nh{0%{opacity:1}to{opacity:0}}@keyframes style_slideIn__n0Tz2{0%{transform:translateY(calc(100% + var(--viewport-padding)))}to{transform:translateY(0)}}@keyframes style_swipeOut__wP7yN{0%{transform:translateY(var(--radix-toast-swipe-end-y))}to{transform:translateY(calc(100% + var(--viewport-padding)))}}.style_snackbar__title__7_sqb{grid-area:title;color:var(--color-foreground-secondary);font-family:var(--font-family-market-sans);font-size:var(--font-size-body);line-height:var(--font-lineHeight-3);font-weight:var(--font-weight-400);color:var(--color-foreground-on-inverse);text-decoration:none}.style_snackbar__description__6GvhO{grid-area:description;margin:0;color:var(--color-foreground-on-inverse);font-size:13px;line-height:1.3}.style_snackbar__action__wY_xS{grid-area:action}.style_snackbar__button__zkbdi{all:unset;color:var(--color-foreground-secondary);font-family:var(--font-family-market-sans);font-size:var(--font-size-body);line-height:var(--font-lineHeight-3);font-weight:var(--font-weight-400);display:inline-flex;align-items:center;cursor:pointer;justify-content:center;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:underline;color:var(--color-foreground-on-inverse)}