.toast-popup{z-index:9999;border-radius:12px;align-items:center;gap:.75rem;min-width:280px;max-width:420px;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;animation:.3s ease-out toast-in;display:flex;position:fixed;top:1.25rem;right:1.25rem;box-shadow:0 10px 40px #00000026,0 4px 12px #00000014}@keyframes toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-popup-success{color:#065f46;background:#fff;border:1px solid #a7f3d0}.toast-popup-success .toast-icon{color:#059669;flex-shrink:0}.toast-popup-error{color:#991b1b;background:#fff;border:1px solid #fecaca}.toast-popup-error .toast-icon{color:#dc2626;flex-shrink:0}.toast-text{flex:1;line-height:1.4}.toast-close{width:28px;height:28px;color:inherit;cursor:pointer;opacity:.85;background:#0000000f;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;line-height:1;transition:background .15s,opacity .15s;display:flex}.toast-close:hover{opacity:1;background:#0000001f}@media (max-width:480px){.toast-popup{min-width:0;max-width:none;left:1rem;right:1rem}}
