.Toast-module__yWhMxq__toastContainer{z-index:99999;pointer-events:none;flex-direction:column;gap:12px;width:calc(100% - 48px);max-width:380px;display:flex;position:fixed;top:24px;right:24px}.Toast-module__yWhMxq__toast{pointer-events:auto;background:var(--card-bg);border:1.5px solid var(--card-border);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;animation:.3s cubic-bezier(.16,1,.3,1) forwards Toast-module__yWhMxq__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #1f5c570d,0 8px 10px -6px #1f5c570d}.Toast-module__yWhMxq__toast:before{content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.Toast-module__yWhMxq__success{border-color:var(--primary)}.Toast-module__yWhMxq__success:before{background:var(--primary)}.Toast-module__yWhMxq__error{border-color:#f43f5e}.Toast-module__yWhMxq__error:before{background:#f43f5e}.Toast-module__yWhMxq__warning{border-color:#f59e0b}.Toast-module__yWhMxq__warning:before{background:#f59e0b}.Toast-module__yWhMxq__info{border-color:#6366f1}.Toast-module__yWhMxq__info:before{background:#6366f1}.Toast-module__yWhMxq__icon{flex-shrink:0;font-size:1.1rem}.Toast-module__yWhMxq__message{color:var(--foreground);flex-grow:1;margin:0;font-size:.88rem;font-weight:500;line-height:1.4}.Toast-module__yWhMxq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.15rem;line-height:1}.Toast-module__yWhMxq__closeBtn:hover{color:var(--primary)}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}
