/* Shared token-section geometry. New tabs must be direct .scan-pane children
   of #scanPanes and inherit these edges; limit inner content, never the pane. */
#view-scan #scanPanes {
  box-sizing:border-box;
  width:100%;min-width:0;max-width:none;
  margin-inline:0;padding-inline:0;
}
#view-scan #scanPanes > .scan-pane {
  box-sizing:border-box;
  width:100%;min-width:0;max-width:none;
  margin-inline:0;padding-inline:0;
  justify-self:stretch;align-self:stretch;
}
