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