.toast-container{position:fixed;top:20px;right:20px;z-index:10000;pointer-events:none;display:flex;flex-direction:column;gap:8px;max-width:320px;width:100%}.toast{pointer-events:auto;min-width:280px;max-width:320px;border-radius:12px;overflow:hidden;transform:translate(350px);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:#000c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 25px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a}.toast.toast-show{transform:translate(0);opacity:1}.toast.toast-hide{transform:translate(350px);opacity:0}.toast-content{display:flex;align-items:center;padding:12px 16px;gap:10px;position:relative}.toast-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#fffc}.toast-message{flex:1;min-width:0}.toast-title{font-weight:500;font-size:13px;margin-bottom:2px;color:#ffffffe6;line-height:1.2}.toast-text{font-size:12px;line-height:1.3;color:#ffffffb3;word-wrap:break-word}.toast-close{flex-shrink:0;background:none;border:none;color:#ffffff80;cursor:pointer;padding:2px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.toast-close:hover{background:#ffffff1a;color:#fffc}.toast-progress{position:absolute;bottom:0;left:0;height:2px;width:100%;background:#ffffff1a;overflow:hidden}.toast-progress:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#fff6;animation:toast-progress-animation linear forwards;transform:translate(-100%)}@keyframes toast-progress-animation{0%{transform:translate(-100%)}to{transform:translate(100%)}}.toast-success{background:#000c;border-color:#ffffff1a}.toast-success .toast-icon{color:#fffc}.toast-success .toast-progress:before{background:#fff6}.toast-error{background:#000c;border-color:#ffffff1a}.toast-error .toast-icon{color:#fffc}.toast-error .toast-progress:before{background:#fff6}.toast-warning{background:#000c;border-color:#ffffff1a}.toast-warning .toast-icon{color:#fffc}.toast-warning .toast-progress:before{background:#fff6}.toast.toast-message{background:#000c;border-color:#ffffff1a}.toast.toast-message .toast-icon{color:#fffc}.toast.toast-message .toast-progress:before{background:#fff6}@media(max-width:640px){.toast-container{top:10px;right:10px;left:10px;max-width:none}.toast{min-width:auto;max-width:none;width:100%}.toast-content{padding:10px 14px}}.toast:hover{transform:translate(-3px);box-shadow:0 12px 30px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff26}.toast:focus-within{outline:1px solid rgba(255,255,255,.3);outline-offset:1px}.toast-container .toast:not(:last-child){margin-bottom:6px}.toast.toast-small{min-width:240px}.toast.toast-large{min-width:360px;max-width:380px}.toast.toast-small .toast-content{padding:10px 12px}.toast.toast-large .toast-content{padding:14px 18px}
