.toast-container{z-index:1450;pointer-events:none;flex-direction:column;gap:.75rem;max-height:100vh;padding:1rem;display:flex;position:fixed;overflow:hidden}.toast-container.top-right{top:0;right:0}.toast-container.top-left{top:0;left:0}.toast-container.top-center{top:0;left:50%;transform:translate(-50%)}.toast-container.bottom-right{bottom:0;right:0}.toast-container.bottom-left{bottom:0;left:0}.toast-container.bottom-center{bottom:0;left:50%;transform:translate(-50%)}html[dir=rtl] .toast-container.top-right{left:0;right:auto}html[dir=rtl] .toast-container.top-left{left:auto;right:0}html[dir=rtl] .toast-container.bottom-right{left:0;right:auto}html[dir=rtl] .toast-container.bottom-left{left:auto;right:0}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f1f5f9;min-width:320px;max-width:420px;font-family:var(--font-primary,"Inter", sans-serif);will-change:transform, opacity;background:#1a2332fa;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex;box-shadow:0 10px 40px #0006,0 0 0 1px #ffffff0d}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.toast-content{flex:1;min-width:0}.toast-title{margin-bottom:.25rem;font-size:.9375rem;font-weight:600;line-height:1.4}.toast-message{color:#94a3b8;word-wrap:break-word;font-size:.875rem;line-height:1.5}.toast-close{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:-.25rem -.25rem -.25rem 0;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:flex}.toast-close:hover{color:#f1f5f9;background:#ffffff1f}.toast-close:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.toast.toast-success{border-left:4px solid #10b981}.toast.toast-success .toast-icon{color:#34d399;background:#10b98126}.toast.toast-success .toast-title{color:#34d399}.toast.toast-error{border-left:4px solid #ef4444}.toast.toast-error .toast-icon{color:#f87171;background:#ef444426}.toast.toast-error .toast-title{color:#f87171}.toast.toast-warning{border-left:4px solid #f59e0b}.toast.toast-warning .toast-icon{color:#fbbf24;background:#f59e0b26}.toast.toast-warning .toast-title{color:#fbbf24}.toast.toast-info{border-left:4px solid #3b82f6}.toast.toast-info .toast-icon{color:#60a5fa;background:#3b82f626}.toast.toast-info .toast-title{color:#60a5fa}html[dir=rtl] .toast{border-left:none;border-right-style:solid;border-right-width:4px}html[dir=rtl] .toast.toast-success{border-right-color:#10b981}html[dir=rtl] .toast.toast-error{border-right-color:#ef4444}html[dir=rtl] .toast.toast-warning{border-right-color:#f59e0b}html[dir=rtl] .toast.toast-info{border-right-color:#3b82f6}.toast-progress{background:#ffffff1a;border-radius:0 0 12px 12px;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.toast-progress-bar{opacity:.6;transform-origin:0;background:currentColor;height:100%;animation:linear forwards toast-progress}html[dir=rtl] .toast-progress-bar{transform-origin:100%}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-enter{opacity:0;transform:translate(100%)}.toast-enter-active{opacity:1;transition:background-color .3s cubic-bezier(.21,1.02,.73,1),border-color .3s cubic-bezier(.21,1.02,.73,1),box-shadow .3s cubic-bezier(.21,1.02,.73,1),transform .3s cubic-bezier(.21,1.02,.73,1);transform:translate(0)}.toast-exit{opacity:1;transform:translate(0)}.toast-exit-active{opacity:0;transition:opacity .2s ease-in,transform .2s ease-in;transform:translate(100%)}html[dir=rtl] .toast-enter,html[dir=rtl] .toast-exit-active{transform:translate(-100%)}.toast-container.top-center .toast-enter,.toast-container.bottom-center .toast-enter,.toast-container.top-center .toast-exit-active,.toast-container.bottom-center .toast-exit-active{transform:translateY(-20px)scale(.95)}@media (width<=480px){.toast-container{padding:.75rem;left:0!important;right:0!important;transform:none!important}.toast{min-width:100%;max-width:100%}}@media (prefers-reduced-motion:reduce){.toast-enter-active,.toast-exit-active{transition:opacity .15s!important;transform:none!important}.toast-progress-bar{animation:none!important}}
