@keyframes toast-in-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes toast-in-left{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes toast-in-top{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-in-bottom{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed}.toast-container--top-right{align-items:flex-end;top:16px;right:16px}.toast-container--top-right .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-right}.toast-container--top-right .toast-item.removing{opacity:0;transform:translate(30px)scale(.95)}.toast-container--bottom-right{flex-direction:column-reverse;align-items:flex-end;bottom:16px;right:16px}.toast-container--bottom-right .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-right}.toast-container--bottom-right .toast-item.removing{opacity:0;transform:translate(30px)scale(.95)}.toast-container--top-left{align-items:flex-start;top:16px;left:16px}.toast-container--top-left .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-left}.toast-container--top-left .toast-item.removing{opacity:0;transform:translate(-30px)scale(.95)}.toast-container--bottom-left{flex-direction:column-reverse;align-items:flex-start;bottom:16px;left:16px}.toast-container--bottom-left .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-left}.toast-container--bottom-left .toast-item.removing{opacity:0;transform:translate(-30px)scale(.95)}.toast-container--top-center{align-items:center;top:16px;left:50%;transform:translate(-50%)}.toast-container--top-center .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-top}.toast-container--top-center .toast-item.removing{opacity:0;transform:translateY(-20px)scale(.95)}.toast-container--bottom-center{flex-direction:column-reverse;align-items:center;bottom:16px;left:50%;transform:translate(-50%)}.toast-container--bottom-center .toast-item{animation:.35s cubic-bezier(.16,1,.3,1) toast-in-bottom}.toast-container--bottom-center .toast-item.removing{opacity:0;transform:translateY(20px)scale(.95)}.toast-item{pointer-events:auto;border-radius:12px;align-items:center;gap:8px;max-width:520px;min-height:36px;padding:4px 16px;transition:opacity .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000014}.toast-item:hover .toast-item__progress{animation-play-state:paused}.toast-item.removing{pointer-events:none}.toast-item--success{border-left-color:#16a34a}.toast-item--success .toast-item__icon{color:#16a34a;background:#16a34a14}.toast-item--success .toast-item__progress{background:#16a34a}.toast-item--error{border-left-color:var(--danger-500)}.toast-item--error .toast-item__icon{color:var(--danger-500);background:#ed3e3a14}.toast-item--error .toast-item__progress{background:var(--danger-500)}.toast-item--warning{border-left-color:#d97706}.toast-item--warning .toast-item__icon{color:#d97706;background:#d9770614}.toast-item--warning .toast-item__progress{background:#d97706}.toast-item--info{border-left-color:var(--blue-500)}.toast-item--info .toast-item__icon{color:var(--blue-500);background:#0077ff14}.toast-item--info .toast-item__progress{background:var(--blue-500)}.toast-item--default{background:var(--neutral-black)}.toast-item--default .toast-item__message{color:var(--white)}.toast-item--default .toast-item__icon{color:var(--neutral-600);background:#10161a0f}.toast-item--default .toast-item__progress{background:var(--neutral-black)}.toast-item__icon{justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;transition:background .2s;display:flex}.toast-item__message{letter-spacing:-.42px;font-size:14px;line-height:16px}.toast-item__close{width:26px;min-width:26px;height:26px;color:var(--neutral-500);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}@media screen and (hover:hover){.toast-item__close:hover{color:var(--neutral-black);background:#10161a12}}.toast-item__close:active{transform:scale(.92)}.toast-item__progress{opacity:.5;transform-origin:0;border-radius:0 0 0 10px;width:100%;height:3px;animation:linear forwards toast-progress;position:absolute;bottom:0;left:0}
