.toast-container{z-index:999999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.toast{pointer-events:all;-webkit-backdrop-filter:none;backdrop-filter:none;background:#171a21;border:1px solid #303641;border-radius:4px;align-items:center;gap:12px;min-width:300px;max-width:380px;padding:16px 20px;animation:.4s cubic-bezier(.16,1,.3,1) forwards toastSlideIn;display:flex;box-shadow:0 14px 38px #00000094}.toast.toast-exit{animation:.5s cubic-bezier(.4,0,1,1) forwards toastSlideOut!important}@keyframes toastSlideIn{0%{opacity:0;transform:translate(450px)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(450px)}}.toast-icon{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.toast-success .toast-icon{color:#22c55e;background:#22c55e1f}.toast-error .toast-icon{color:#ef4444;background:#ef44441f}.toast-info .toast-icon{color:#3b82f6;background:#3b82f61f}.toast-warning .toast-icon{color:#f59e0b;background:#f59e0b24}.toast-content{flex:1;min-width:0}.toast-message{color:#fffffff2;word-wrap:break-word;margin:0;font-size:14px;font-weight:500;line-height:1.5}.toast-close{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex}.toast-close:hover{color:#ffffffb3;background:#ffffff14}.toast-success{border-color:#28513d}.toast-error{border-color:#633039}.toast-info{border-color:#30496b}.toast-warning{border-color:#665026}@media (max-width:768px){.toast-container{bottom:12px;left:12px;right:12px}.toast{min-width:auto;max-width:none}}
