.toast-container-modern{z-index:99999;pointer-events:none;flex-direction:column;gap:10px;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast-modern{pointer-events:auto;background:#18181b;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:12px;min-width:300px;padding:14px 16px 14px 18px;animation:.35s cubic-bezier(.21,1.02,.73,1) toastEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0003,0 10px 15px -3px #0000004d}.toast-modern.exiting{animation:.3s cubic-bezier(.06,.71,.55,1) forwards toastExit}@keyframes toastEnter{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastExit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-accent{border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;display:flex}.toast-icon svg{width:100%;height:100%}.toast-content{flex:1;min-width:0;padding-right:8px}.toast-title{color:#fafafa;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600;line-height:1.4}.toast-message{color:#a1a1aa;margin:4px 0 0;font-size:13px;line-height:1.5}.toast-close{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:-4px -4px -4px 0;transition:all .15s;display:flex}.toast-close:hover{color:#a1a1aa;background:#ffffff1a}.toast-close:active{transform:scale(.95)}.toast-close svg{width:16px;height:16px}.toast-progress{background:#ffffff0d;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.toast-progress-bar{border-radius:0 2px 2px 0;height:100%;transition:width .1s linear}.toast-modern.success .toast-accent{background:linear-gradient(#2981eb 0%,#2563eb 100%)}.toast-modern.success .toast-icon{color:#2981eb}.toast-modern.success .toast-progress-bar{background:linear-gradient(90deg,#2981eb 0%,#2563eb 100%)}.toast-modern.error .toast-accent{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.toast-modern.error .toast-icon{color:#ef4444}.toast-modern.error .toast-progress-bar{background:linear-gradient(90deg,#ef4444 0%,#dc2626 100%)}.toast-modern.warning .toast-accent{background:linear-gradient(#f59e0b 0%,#d97706 100%)}.toast-modern.warning .toast-icon{color:#f59e0b}.toast-modern.warning .toast-progress-bar{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.toast-modern.info .toast-accent{background:linear-gradient(#2981eb 0%,#2563eb 100%)}.toast-modern.info .toast-icon{color:#2981eb}.toast-modern.info .toast-progress-bar{background:linear-gradient(90deg,#2981eb 0%,#2563eb 100%)}html[data-theme=light] .toast-modern,body.theme-light .toast-modern{background:#fff;border-color:#00000014;box-shadow:0 4px 6px -1px #00000014,0 10px 15px -3px #0000001a}html[data-theme=light] .toast-title,body.theme-light .toast-title{color:#18181b}html[data-theme=light] .toast-message,body.theme-light .toast-message{color:#71717a}html[data-theme=light] .toast-close,body.theme-light .toast-close{color:#a1a1aa}html[data-theme=light] .toast-close:hover,body.theme-light .toast-close:hover{color:#71717a;background:#0000000f}html[data-theme=light] .toast-progress,body.theme-light .toast-progress{background:#0000000d}.toast-modern:hover{border-color:#ffffff1f}html[data-theme=light] .toast-modern:hover,body.theme-light .toast-modern:hover{border-color:#0000001f}@media (max-width:480px){.toast-container-modern{max-width:none;top:12px;left:12px;right:12px}.toast-modern{min-width:auto;padding:12px 14px 12px 16px}.toast-title{font-size:13px}.toast-message{font-size:12px}}.toast-container-modern .toast-modern:not(:first-child){animation:.35s cubic-bezier(.21,1.02,.73,1) toastStack}@keyframes toastStack{0%{opacity:0;transform:translateY(-10px)translate(20px)}to{opacity:1;transform:translateY(0)translate(0)}}
