.toast-stack{z-index:99999;pointer-events:none;flex-direction:column;gap:.6rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}[dir=rtl] .toast-stack{left:1.5rem;right:auto}.toast-item{pointer-events:auto;cursor:pointer;background:#fff;border-left:4px solid #0000;border-radius:12px;align-items:center;gap:.75rem;min-width:260px;max-width:420px;padding:.9rem 1.25rem;font-size:.9rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) toast-slide-in;display:flex;box-shadow:0 10px 30px -5px #0003,0 0 0 1px #0000000d}[dir=rtl] .toast-item{border-left:none;border-right:4px solid #0000}.toast-success{color:#14532d;border-left-color:#16a34a}[dir=rtl] .toast-success{border-right-color:#16a34a}.toast-error{color:#7f1d1d;border-left-color:#dc2626}[dir=rtl] .toast-error{border-right-color:#dc2626}.toast-info{color:#1e3a8a;border-left-color:#2563eb}[dir=rtl] .toast-info{border-right-color:#2563eb}.toast-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex}.toast-success .toast-icon{background:#16a34a}.toast-error .toast-icon{background:#dc2626}.toast-info .toast-icon{background:#2563eb}@keyframes toast-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
