.toast-container{bottom:1.2rem;display:flex;flex-direction:column;gap:.5rem;position:fixed;right:1.2rem;z-index:9999}.toast{align-items:center;animation:toast-slide-in .25s ease-out;background:var(--surface);border:1px solid var(--border);border-radius:.62rem;box-shadow:0 8px 24px #07142c26;display:flex;gap:.6rem;max-width:380px;min-width:260px;padding:.7rem .9rem}.toast-content{align-items:center;display:flex;flex:1;gap:.5rem;min-width:0}.toast-message{color:var(--text);font-size:.85rem;line-height:1.4}.toast-link{color:var(--accent);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap}.toast-link:hover{text-decoration:underline}.toast-close{background:none;border:0;color:var(--muted);cursor:pointer;flex-shrink:0;font-size:1.1rem;line-height:1;padding:.15rem .3rem}.toast-close:hover{color:var(--text)}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}.toast-info,.toast-loading{border-left:3px solid var(--accent)}.toast-spinner{animation:toast-spin .8s linear infinite;border:2px solid var(--border);border-radius:50%;border-top-color:var(--accent);flex-shrink:0;height:14px;width:14px}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-spin{to{transform:rotate(360deg)}}
