.toast-module__F-hVlG__toast-viewport{z-index:90;pointer-events:none;outline:none;flex-direction:column;gap:8px;width:360px;max-width:calc(100vw - 32px);margin:0;padding:0;list-style:none;display:flex;position:fixed;bottom:20px;right:20px}.toast-module__F-hVlG__toast{pointer-events:auto;background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:12px;align-items:flex-start;gap:10px;padding:14px;display:flex;box-shadow:0 4px 20px #25211c12}.toast-module__F-hVlG__toast-leading{flex-shrink:0;place-items:center;display:grid}.toast-module__F-hVlG__toast-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.toast-module__F-hVlG__toast-title{font-size:var(--ds-font-secondary);color:var(--ds-ink);overflow-wrap:anywhere;margin:0;font-weight:500;line-height:1.45}.toast-module__F-hVlG__toast-status{font-size:var(--ds-font-secondary);color:var(--ds-muted);overflow-wrap:anywhere;align-items:flex-start;gap:5px;margin:0;line-height:1.45;display:flex}.toast-module__F-hVlG__toast-status svg{flex-shrink:0;margin-top:1px}.toast-module__F-hVlG__toast[data-tone=success] .toast-module__F-hVlG__toast-status{color:var(--ds-success)}.toast-module__F-hVlG__toast[data-tone=danger] .toast-module__F-hVlG__toast-status{color:var(--ds-danger)}.toast-module__F-hVlG__toast-close{border-radius:var(--ds-radius-control);width:24px;height:24px;color:var(--ds-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;margin:-2px -3px 0 0;padding:0;display:grid}.toast-module__F-hVlG__toast-close:hover{background:var(--ds-hover);color:var(--ds-ink)}.toast-module__F-hVlG__toast-close:focus-visible{outline:2px solid var(--ds-focus);outline-offset:1px}.toast-module__F-hVlG__toast[data-state=open]{animation:.18s cubic-bezier(.22,1,.36,1) toast-module__F-hVlG__toast-in}.toast-module__F-hVlG__toast[data-state=closed]{animation:.13s ease-in toast-module__F-hVlG__toast-out}.toast-module__F-hVlG__toast[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.toast-module__F-hVlG__toast[data-swipe=cancel]{transition:transform .15s ease-out;transform:translate(0)}.toast-module__F-hVlG__toast[data-swipe=end]{animation:.13s ease-in toast-module__F-hVlG__toast-out}@keyframes toast-module__F-hVlG__toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes toast-module__F-hVlG__toast-out{to{opacity:0;transform:translateY(4px)scale(.98)}}@media (prefers-reduced-motion:reduce){.toast-module__F-hVlG__toast[data-state=open],.toast-module__F-hVlG__toast[data-state=closed],.toast-module__F-hVlG__toast[data-swipe=end]{animation:none}}@media (max-width:700px){.toast-module__F-hVlG__toast-viewport{width:auto;bottom:12px;left:12px;right:12px}}
