
.vault-modal { display:none; position:fixed; z-index:9999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); justify-content:center; align-items:center; }
.vault-modal-content { background:#0c0c0c; color:#fff; padding:30px; border-radius:10px; text-align:center; width:90%; max-width:400px; box-shadow: 0 0 20px rgba(146,72,231,0.7); }
.vault-modal-buttons { margin-top:20px; display:flex; justify-content:space-between; }
.vault-modal-buttons button { background:#b70000; color:#fff; border:none; padding:10px 20px; border-radius:5px; cursor:pointer; }
.mepr-cancel-button { background:#b70000; color:#fff; padding:10px 20px; border-radius:5px; border:none; cursor:pointer; }
