.toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:99999;display:flex;flex-direction:column;gap:.6rem;pointer-events:none;width:340px;max-width:calc(100vw - 2.5rem)}.toast{pointer-events:all;display:flex;align-items:center;gap:.75rem;padding:.875rem;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:#1c1c1e;box-shadow:0 12px 40px #00000073,0 2px 8px #00000040;font-family:Inter,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.84rem;line-height:1.5;position:relative;overflow:hidden;animation:toast-in .32s cubic-bezier(.34,1.56,.64,1) forwards;color:#f5f5f7}.toast.toast--exit{animation:toast-out .28s ease forwards}.toast:before{display:none}.toast-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%}.toast--success .toast-icon{background:#4ade8026;color:#4ade80}.toast--error .toast-icon{background:#f8717126;color:#f87171}.toast--warning .toast-icon{background:#fbbf2426;color:#fbbf24}.toast--info .toast-icon{background:#60a5fa26;color:#60a5fa}.toast-message{flex:1;font-weight:500;letter-spacing:-.01em;color:#f5f5f7}.toast-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#ffffff59;opacity:1;flex-shrink:0;font-size:1.1rem;line-height:1;transition:color .15s,background .15s;padding:0;align-self:flex-start}.toast-close:hover{color:#ffffffbf;background:#ffffff14}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:2px;overflow:hidden;border-radius:0 0 16px 16px}.toast-progress-bar{height:100%;opacity:.45;animation:toast-progress linear forwards}.toast--success .toast-progress-bar{background:#4ade80}.toast--error .toast-progress-bar{background:#f87171}.toast--warning .toast-progress-bar{background:#fbbf24}.toast--info .toast-progress-bar{background:#60a5fa}@keyframes toast-in{0%{opacity:0;transform:translate(calc(100% + 1.25rem)) scale(.94)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0) scale(1);max-height:100px;margin-bottom:0}to{opacity:0;transform:translate(calc(100% + 1.25rem)) scale(.94);max-height:0;margin-bottom:-.6rem}}@keyframes toast-progress{0%{width:100%}to{width:0%}}@media(max-width:480px){.toast-container{top:auto;bottom:1rem;right:.75rem;left:.75rem;width:auto}@keyframes toast-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0) scale(1);max-height:100px}to{opacity:0;transform:translateY(8px) scale(.95);max-height:0}}}
