body { font-family: system-ui, Arial; margin: 0; }
.wrap { max-width: 1100px; margin: 24px auto; padding: 0 16px; }
.row { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; align-items: start; }
.imgBox { position: relative; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.imgBox img { width: 100%; display: block; }
.dots { position: absolute; inset: 0; pointer-events: none; }
.dot { position: absolute; width: 14px; height: 14px; border-radius: 50%;
  transform: translate(-50%,-50%); border: 2px solid #000; background: #fff; }
.dot-iconografia { background: #fff; }
.dot-materialidad { background: #fff; }
.dot-conservacion { background: #fff; }
.dot-fuente { background: #fff; }
.dot-contexto { background: #fff; }
.dot-preview { border-style: dashed; }

.controls { margin-top: 10px; display: grid; gap: 8px; }
textarea { width: 100%; min-height: 90px; }
button { padding: 10px 12px; cursor: pointer; }
.side .card { border: 1px solid #ddd; border-radius: 10px; padding: 10px; margin-bottom: 10px; }
.side .k { font-size: 12px; opacity: .7; margin-bottom: 6px; }
.hint { font-size: 12px; opacity: .7; }
.card { border: 1px solid #ddd; border-radius: 10px; padding: 12px; margin-bottom: 12px; }
label { display:block; margin-top: 10px; font-size: 13px; opacity: .8; }
input { width: 100%; padding: 10px; border-radius: 10px; border: 1px solid #ddd; }
.btnlink { display:inline-block; padding: 10px 12px; border:1px solid #ddd; border-radius: 999px; text-decoration:none; color: inherit; }
