.toasts{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:10;max-width:350px}.toast{padding:.5rem .75rem;border-radius:.25rem;white-space:pre-wrap;box-shadow:0 4px 12px #000;animation:slideIn .3s ease-out forwards;transition:opacity .3s ease-out}.toast:hover{box-shadow:0 6px 20px #00000040}.toast.closing{animation:slideOut .3s ease-out forwards;opacity:0}.toast.info{background:var(--secondary-bg)}.toast.info .close{color:var(--text)}.toast .content{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.toast .close{color:#fff;font-size:20px;font-weight:700;padding:0 4px;margin-left:10px;opacity:.7;transition:opacity .2s}.toast .close:hover{opacity:1}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}
