.toast-container{position:fixed;bottom:24px;right:24px;z-index:20000;display:flex;flex-direction:column;gap:10px;max-width:90vw}.toast{min-width:280px;max-width:400px;background:#fff;padding:12px 18px 12px 16px;border-radius:12px;box-shadow:0 10px 25px #1b49650f,0 2px 6px #1b496505;display:flex;align-items:center;gap:12px;border-left:4px solid #cbd5e1;animation:toastPopIn .35s cubic-bezier(.16,1,.3,1);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}@keyframes toastPopIn{0%{transform:translateY(16px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.toast.removing{transform:translateY(-8px) scale(.96);opacity:0}.toast.success{border-left-color:#10b981;background-color:#f0fdf4}.toast.error{border-left-color:#ef4444;background-color:#fef2f2}.toast.warning{border-left-color:#f59e0b;background-color:#fffbeb}.toast.info{border-left-color:#3b82f6;background-color:#eff6ff}.toast-icon{font-family:Material Symbols Outlined!important;font-size:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;overflow:hidden}.toast.success .toast-icon{color:#059669}.toast.error .toast-icon{color:#dc2626}.toast.warning .toast-icon{color:#d97706}.toast.info .toast-icon{color:#2563eb}.toast-content{flex:1;padding-right:4px}.toast-message{font-size:.88rem;font-weight:500;color:#334155;margin:0;line-height:1.4}.toast-close{font-size:14px;color:#94a3b8;background:transparent;border:none;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#0000000d;color:#64748b;transform:rotate(90deg)}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:#00000008;width:100%}.toast-progress-bar{height:100%;width:100%;animation:toastProgress linear forwards}.toast.success .toast-progress-bar{background:#10b981}.toast.error .toast-progress-bar{background:#ef4444}.toast.warning .toast-progress-bar{background:#f59e0b}.toast.info .toast-progress-bar{background:#3b82f6}@keyframes toastProgress{0%{width:100%}to{width:0%}}@media (max-width: 480px){.toast-container{bottom:16px;right:12px;left:12px;gap:8px}.toast{min-width:0;width:100%;padding:10px 14px}}html[data-theme=dark] .toast{background:#1e293b!important;border-color:#475569!important;box-shadow:0 10px 25px #0006,0 2px 6px #0003!important}html[data-theme=dark] .toast-message{color:#f8fafc!important}html[data-theme=dark] .toast.success{background-color:#064e3b!important;border-left-color:#10b981!important}html[data-theme=dark] .toast.success .toast-icon{color:#34d399!important}html[data-theme=dark] .toast.error{background-color:#7f1d1d!important;border-left-color:#ef4444!important}html[data-theme=dark] .toast.error .toast-icon{color:#f87171!important}html[data-theme=dark] .toast.warning{background-color:#78350f!important;border-left-color:#f59e0b!important}html[data-theme=dark] .toast.warning .toast-icon{color:#fbbf24!important}html[data-theme=dark] .toast.info{background-color:#1e3a8a!important;border-left-color:#3b82f6!important}html[data-theme=dark] .toast.info .toast-icon{color:#60a5fa!important}html[data-theme=dark] .toast-close{color:#64748b!important}html[data-theme=dark] .toast-close:hover{background:#ffffff1a!important;color:#f8fafc!important}
