.toast-region{z-index:2147483647;pointer-events:none;outline:none;width:min(420px,100vw - 32px);display:block;position:fixed}.toast-region--top-end{top:16px;right:16px}.toast-region--top,.toast-region--bottom{left:50%;transform:translate(-50%)}.toast-region--top{top:16px}.toast-region--bottom{bottom:16px}.toast-region--top-start{top:16px;left:16px}.toast-region--bottom-start{bottom:16px;left:16px}.toast-region--bottom-end{bottom:16px;right:16px}.toast-region .react-aria-ToastList,.toast-region .react-aria-ToastList>li{display:contents}.toast{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-popover);min-height:64px;color:var(--color-popover-foreground);pointer-events:auto;border-radius:18px;align-items:flex-start;gap:10px;padding:14px 44px 14px 16px;display:flex;position:absolute;left:0;right:0;box-shadow:0 18px 50px #0f172a2e,0 4px 16px #0f172a1a}.toast--top,.toast--top-start,.toast--top-end{top:0}.toast--bottom,.toast--bottom-start,.toast--bottom-end{bottom:0}.toast[data-hidden=true]{opacity:0;pointer-events:none}.toast:not([data-frontmost=true]){pointer-events:none;overflow:hidden}.toast__indicator{width:20px;height:20px;color:var(--color-foreground);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.toast__indicator .spinner{color:currentColor;width:16px;height:16px;display:inline-flex}.toast__indicator .spinner svg,.toast__indicator [data-slot=spinner-icon]{width:16px;height:16px;animation:.9s linear infinite toast-spinner-rotate}@keyframes toast-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast--success .toast__indicator,.toast--success .toast__title{color:#157f3c}.toast--warning .toast__indicator,.toast--warning .toast__title{color:#ae5f04}.toast--danger .toast__indicator,.toast--danger .toast__title{color:var(--color-destructive)}.toast--accent .toast__indicator,.toast--accent .toast__title{color:var(--color-ring)}.toast__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.toast__title{color:var(--color-popover-foreground);font-size:14px;font-weight:600;line-height:20px}.toast__description{color:var(--color-muted-foreground);font-size:13px;line-height:18px}.toast__close-button{width:24px;height:24px;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:10px;right:10px}.toast__close-button:hover{background:var(--color-muted);color:var(--color-foreground)}.toast__close-button svg{width:14px;height:14px}@media (width<=640px){.toast-region{width:auto;left:16px;right:16px;transform:none}}