.toast_container{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #165efe1a;border-radius:12px;align-items:flex-start;min-width:320px;max-width:400px;padding:16px;animation:.4s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:fixed;top:100px;right:30px;overflow:hidden;box-shadow:0 10px 40px #00000026}.toast_container.closing{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideOut}.toast_icon_wrapper{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:12px;display:flex}.toast_content{flex-direction:column;flex:1;gap:4px;display:flex}.toast_title{color:#000;margin:0;font-size:14px;font-weight:600}.toast_message{color:#666;margin:0;font-size:13px;line-height:1.4}.toast_close_btn{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;margin-left:8px;padding:4px;transition:color .2s;display:flex}.toast_close_btn:hover{color:#000}.toast_progress{transform-origin:0;background:linear-gradient(90deg,#80b6ff 0%,#165efe 100%);width:100%;height:3px;position:absolute;bottom:0;left:0}.toast_container.success .toast_icon_wrapper{color:#165efe}.toast_container.success .toast_progress{background:linear-gradient(90deg,#80b6ff 0%,#165efe 100%)}.toast_container.error .toast_icon_wrapper{color:#ff903d}.toast_container.error .toast_progress{background:linear-gradient(90deg,#ff903d 0%,#ff4b1f 100%)}@keyframes slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(120%)}}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
