.Toast-module__yWhMxq__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.Toast-module__yWhMxq__toast{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);min-width:300px;max-width:400px;color:var(--text-primary);pointer-events:auto;background:#1e1e24b3;border:1px solid #ffffff1a;align-items:flex-start;gap:12px;padding:16px;animation:.3s cubic-bezier(.16,1,.3,1) Toast-module__yWhMxq__slideIn;display:flex;box-shadow:0 8px 32px #0000004d}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__hiding{animation:.3s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__slideOut}.Toast-module__yWhMxq__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{color:var(--success)}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{color:var(--danger)}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__icon{color:var(--accent-primary)}.Toast-module__yWhMxq__content{flex-direction:column;flex:1;display:flex}.Toast-module__yWhMxq__title{margin-bottom:4px;font-size:14px;font-weight:600}.Toast-module__yWhMxq__message{color:var(--text-secondary);font-size:13px}.Toast-module__yWhMxq__closeBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.Toast-module__yWhMxq__closeBtn:hover{color:var(--text-primary);background:#ffffff1a}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__yWhMxq__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
