.toast-container{z-index:99999;pointer-events:none;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:all;color:#e5e5e5;opacity:0;background:#111113;border:1px solid #ffffff12;border-radius:12px;align-items:flex-start;gap:.75rem;min-width:280px;max-width:380px;padding:.875rem 1rem;font-family:inherit;transition:transform .35s cubic-bezier(.34,1.15,.64,1),opacity .25s;display:flex;position:relative;overflow:hidden;transform:translate(calc(100% + 2rem));box-shadow:0 4px 6px #0006,0 10px 40px #00000080}.toast.toast-visible{opacity:1;transform:translate(0)}.toast.toast-exit{opacity:0;transition:transform .25s ease-in,opacity .2s ease-in;transform:translate(calc(100% + 2rem))}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.toast-success .toast-icon-wrap{background:#22c55e1f}.toast-error .toast-icon-wrap{background:#ef44441f}.toast-warning .toast-icon-wrap{background:#f59e0b1f}.toast-info .toast-icon-wrap{background:#3b82f61f}.toast-icon{flex-shrink:0;font-size:1rem}.toast-success .toast-icon{color:#22c55e}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-body{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.toast-title{color:#f0f0f0;font-size:.875rem;font-weight:600;line-height:1.4}.toast-msg{color:#ffffff8c;font-size:.8rem;font-weight:400;line-height:1.4}.toast-close{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;padding:.25rem;font-size:.75rem;transition:color .15s,background .15s;display:flex}.toast-close:hover{color:#ffffffbf;background:#ffffff14}@media (max-width:640px){.toast-container{align-items:stretch;bottom:1rem;left:1rem;right:1rem}.toast{width:100%;min-width:0;max-width:100%}}
