.tw-toaster{position:fixed;right:24px;bottom:24px;z-index:999999999;display:flex;flex-direction:column;gap:14px;width:356px;margin:0;padding:0;list-style:none}@media (max-width:600px){.tw-toaster{right:16px;bottom:16px;left:16px;width:auto}}.tw-toast{box-sizing:border-box;display:flex;align-items:center;gap:6px;width:100%;padding:16px;border:1px solid var(--border);border-radius:8px;background-color:var(--popover);color:var(--popover-foreground);box-shadow:var(--shadow-card);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:13px;font-weight:400;line-height:19.5px;animation:tw-toast-in .4s cubic-bezier(.21,1.02,.73,1) both}.tw-toast[data-closing=true]{animation:tw-toast-out .2s cubic-bezier(.06,.71,.55,1) both}.tw-toast-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:16px;height:16px;margin-right:4px}.tw-toast-icon>svg{flex-shrink:0;width:20px;height:20px}.tw-toast-title{font-weight:500}@keyframes tw-toast-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes tw-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.tw-toast,.tw-toast[data-closing=true]{animation-duration:1ms}}