.toast{position:fixed;top:var(--toast-top, 100px);left:calc(50% - 126px);transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:12px;width:320px;height:50px;padding:20px 24px;background:#000000e6;border:1px solid rgba(255,255,255,.15);border-radius:12px;animation:toast-in .32s cubic-bezier(.22,1,.36,1)}.toast--leaving{animation:toast-out .24s ease forwards}.toast--fit{width:auto;max-width:calc(100vw - 48px)}.toast__icon{flex:none;width:24px;height:24px}.toast__message{flex:1;min-width:0;font-family:PingFang SC,sans-serif;font-size:15.5px;font-weight:400;line-height:24px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.toast__action{flex:none;padding:0;font-family:PingFang SC,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#8facf7;background:none;border:none;cursor:pointer}.toast__action:hover{opacity:.8}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-24px) scale(.9)}70%{opacity:1;transform:translate(-50%,4px) scale(1.02)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-12px) scale(.96)}}
