.acg-toast-wrap{position:fixed;right:16px;bottom:24px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}
.acg-toast{display:flex;align-items:flex-start;gap:8px;min-width:220px;max-width:320px;padding:12px 16px;border-radius:6px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.14);border-left:4px solid #67c23a;font-size:13px;line-height:1.5;color:#333;animation:acgToastIn .25s ease;pointer-events:auto}
.acg-toast.error{border-left-color:#f56c6c}
.acg-toast .acg-toast-title{font-weight:600;margin-bottom:2px}
.acg-toast .acg-toast-msg{color:#666}
@keyframes acgToastIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.acg-toast.hide{opacity:0;transition:opacity .3s}
