#mp_toast_container { position: fixed; right: 16px; bottom: 16px; display:flex; flex-direction:column; gap:8px; z-index:99999 }
.mp_toast { background: rgba(32,33,36,0.95); color:#fff; padding:10px 14px; border-radius:10px; box-shadow:0 6px 18px rgba(0,0,0,0.12); max-width:320px; font-size:14px }
.mp_toast_error { background: rgba(180,40,40,0.95) }
