.toast{position:fixed;right:1rem;bottom:1rem;background:#0b0b0b;border:1px solid #2a2a2a;border-radius:12px;padding:.7rem 1rem}
.toast.show{animation:fade .2s ease-out}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
