.upload,.upload-btn{font-weight:700;cursor:pointer}.clear-all,.description,.result-inner-cnt,.upload{text-align:center}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cnt{width:min(90vw,640px);display:none;flex-direction:column;align-items:center;gap:.75em}.cnt.active,.edit .images,.edit .params{display:flex}.cnt>*{width:100%}.clear-all,.edit .description,.folders-cnt,.params,.upload-btn,input[type=file]{display:none}.upload{height:250px;color:var(--gray);font-size:24px;border:1px solid var(--lgray);border-radius:1em;display:flex;flex-direction:column;align-items:center;justify-content:center}.upload.drag{border-width:4px;border-style:dashed}.edit .upload{height:100px;font-size:20px}.description{overflow:hidden;font-size:20px}.images{overflow-y:scroll;display:none;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5em;max-height:300px;padding:.5em}.image{position:relative;width:30%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.image-remove{cursor:pointer;position:absolute;top:-4px;right:-4px;color:#924d4d;background:#fffa;border-radius:1em;transform:scaleY(.8)}.images img{max-width:100%;max-height:100%}.edit .clear-all,.edit .folders-cnt,.edit .upload-btn{display:block}.clear-all{color:#844e4e}.coords,.result-info,.upload-btn{color:var(--gray)}.clear-all:hover{cursor:pointer;text-decoration:underline}.params{padding:12px 0;gap:1em;flex-wrap:wrap;align-items:center;justify-content:space-between}.params-col{flex-direction:column}.param,.result-header{align-items:center;display:flex}.param div{min-width:220px}.param.del-in{align-self:flex-end}.param.del-in div{min-width:166px}.param.del-in select{max-width:96px}.upload-btn{font-size:20px;padding:.3em 0;margin-top:.5em;transition:color .32s}.upload-btn:hover{color:inherit}.result-header{justify-content:space-between}.result-title{margin:0}.result-copy{position:relative;cursor:pointer;width:1.75em;height:1.75em;display:flex;align-items:center;justify-content:center}.result-copy img{position:absolute;height:100%;opacity:0;transition:opacity .32s}.result-copy img.active{opacity:1}.result-info{font-size:20px;line-height:24px}.result-inner-cnt{font-size:16px;padding:.5em;border:1px solid var(--lgray);border-radius:.5em;max-height:300px;overflow:auto}.result-item{padding:.25em 0}.result-item>a{display:block;font-size:14px}

.result-return-btn {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid var(--lgray);
  border-radius: .5em;
  transition: background-color .32s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-return-btn:hover {
  background-color: var(--hgray);
}