.toast-stack{z-index:99990;pointer-events:none;flex-direction:column;gap:12px;width:calc(100vw - 40px);max-width:380px;display:flex;position:fixed;top:84px;right:20px}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid var(--line-2);border-left:3px solid var(--text-mute);clip-path:var(--clip-card-corner);color:#fff;background:#0f0f12f7;align-items:flex-start;gap:12px;padding:14px 16px;animation:.36s cubic-bezier(.2,.8,.2,1) toast-in;display:flex;position:relative;box-shadow:0 24px 60px #000000b3,0 0 0 1px #0006}.toast.toast-leaving{animation:.3s cubic-bezier(.4,0,1,1) forwards toast-out}.toast.toast-success{border-left-color:var(--green)}.toast.toast-error{border-left-color:var(--red)}.toast.toast-info{border-left-color:#3b82f6}.toast-icon{width:22px;height:22px;font-family:var(--mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:13px;font-weight:900;line-height:1;display:flex}.toast-success .toast-icon{color:var(--green);background:#00c46a29;box-shadow:0 0 12px #00c46a59}.toast-error .toast-icon{color:var(--red);background:#ff002729;box-shadow:0 0 12px #ff002759}.toast-info .toast-icon{color:#3b82f6;background:#3b82f629;box-shadow:0 0 12px #3b82f659}.toast-body{min-width:0;color:var(--text);word-break:break-word;flex:1;padding-top:2px;font-size:13.5px;line-height:1.55}.toast-close{width:22px;height:22px;color:var(--text-mute);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:color .18s;display:flex}.toast-close:hover{color:#fff}@keyframes toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}@media (max-width:640px){.toast-stack{width:auto;max-width:none;inset:auto 20px 20px}}@media (prefers-reduced-motion:reduce){.toast,.toast.toast-leaving{animation-duration:.01ms}}
