/* Editor AOR — barra herramientas integrada */
.has-aor-piece-toolbar.has-aor-carpeta-menubar{padding-top:64px}
.aor-carpeta-menubar--minimal{
  min-height:32px;padding:4px 12px;
  background:#0f172a;border-bottom:1px solid #334155
}
.aor-carpeta-menubar--minimal .aor-carpeta-brand{font-size:12px;color:#22c55e;font-weight:800}
.aor-carpeta-menubar.is-collapsed{display:none}
.aor-piece-toolbar{
  position:fixed;top:32px;left:0;right:0;z-index:9998;
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  padding:4px 12px;min-height:28px;
  background:#042f2e;border-bottom:1px solid #14b8a6;
  font-size:11px;font-family:system-ui,sans-serif;color:#ccfbf1
}
.aor-piece-toolbar.is-collapsed{display:none}
.aor-piece-label{font-weight:600;min-width:120px}
.aor-save-dot{
  width:8px;height:8px;border-radius:50%;background:#334155;flex-shrink:0
}
.aor-save-dot.is-on{background:#22c55e;box-shadow:0 0 6px #22c55e}
.aor-piece-tools{display:flex;flex-wrap:wrap;gap:4px;margin-left:auto}
.aor-piece-tools button{
  padding:3px 8px;border:1px solid #0f766e;background:#134e4a;color:#ecfdf5;
  border-radius:4px;cursor:pointer;font-size:10px
}
.aor-piece-tools button:hover{background:#0d9488}
body.aor-piece-edit-mode .aor-piece-target{cursor:grab}
body.aor-piece-edit-mode .aor-piece-target:hover{
  outline:1px dashed rgba(20,184,166,.6);outline-offset:1px
}
.aor-piece-on{outline:2px solid #14b8a6!important;outline-offset:2px;position:relative;z-index:2}
body.aor-drag-active{cursor:grabbing;user-select:none}
body.aor-visitor-preview .aor-piece-target{cursor:default}
body.aor-visitor-preview .aor-piece-target:hover{outline:none!important}
.aor-piece-handles{position:absolute;inset:-2px;pointer-events:none;z-index:4}
.aor-piece-handle{
  position:absolute;width:10px;height:10px;background:#14b8a6;
  border:2px solid #0f172a;border-radius:50%;pointer-events:auto
}
.aor-piece-handle--nw{top:-6px;left:-6px;cursor:nwse-resize}
.aor-piece-handle--n{top:-6px;left:50%;margin-left:-6px;cursor:ns-resize}
.aor-piece-handle--ne{top:-6px;right:-6px;cursor:nesw-resize}
.aor-piece-handle--e{top:50%;right:-6px;margin-top:-6px;cursor:ew-resize}
.aor-piece-handle--se{bottom:-6px;right:-6px;cursor:nwse-resize}
.aor-piece-handle--s{bottom:-6px;left:50%;margin-left:-6px;cursor:ns-resize}
.aor-piece-handle--sw{bottom:-6px;left:-6px;cursor:nesw-resize}
.aor-piece-handle--w{top:50%;left:-6px;margin-top:-6px;cursor:ew-resize}
.aor-custom-block{margin:8px 0}
@media(max-width:720px){
  .has-aor-piece-toolbar.has-aor-carpeta-menubar{padding-top:96px}
  .aor-piece-toolbar{top:48px}
  .aor-piece-handle{width:16px;height:16px}
}
