.custom-toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9998;display:flex;flex-direction:column-reverse;gap:12px;pointer-events:none;width:calc(100% - 40px);max-width:500px}.custom-toast{position:relative;display:flex;align-items:center;gap:12px;padding:16px 18px;background:#121212eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:16px;box-shadow:0 12px 40px #00000080;pointer-events:all;transform:translateY(100px);opacity:0;transition:all .35s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.custom-toast:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FC5259,transparent);opacity:.8}.custom-toast:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FC5259,transparent);opacity:.8}.custom-toast.active{transform:translateY(0);opacity:1}.custom-toast-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.custom-toast-success .custom-toast-icon{color:#4caf50}.custom-toast-error .custom-toast-icon{color:#fc5259}.custom-toast-info .custom-toast-icon{color:#7e57c2}.custom-toast-content{flex:1;min-width:0}.custom-toast-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:4px}.custom-toast-message{font-size:13px;color:#ffffffb3;line-height:1.4}.custom-toast-content:has(.custom-toast-title:only-child) .custom-toast-title{margin-bottom:0}.custom-toast-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#fff9;cursor:pointer;border-radius:50%;transition:background .2s}.custom-toast-close:hover{background:#ffffff1a;color:#fff}.custom-toast-close:active{transform:scale(.95)}@media(max-width:480px){.custom-toast-container{bottom:80px}.custom-toast{padding:14px}.custom-toast-title{font-size:14px}.custom-toast-message{font-size:12px}}
