.toast-container{z-index:var(--z-toast,1100);pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:90px;right:20px}.toast{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;pointer-events:all;min-width:260px;max-width:380px;animation:toast-in .25s var(--ease-out-quint);border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:14px 18px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 8px 32px #0006}@keyframes toast-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:800;display:flex}.toast-message{flex:1;line-height:1.3}.toast-success{color:#6ee7b7;background:#10b98126;border-color:#10b9814d}.toast-success .toast-icon{color:#10b981;background:#10b98140}.toast-error{color:#fca5a5;background:#ef444426;border-color:#ef44444d}.toast-error .toast-icon{color:#ef4444;background:#ef444440}.toast-warning{color:#fcd34d;background:#f59e0b26;border-color:#f59e0b4d}.toast-warning .toast-icon{color:#f59e0b;background:#f59e0b40}.toast-info{color:#a5b4fc;background:#6366f126;border-color:#6366f14d}.toast-info .toast-icon{color:#6366f1;background:#6366f140}
