.cad-loadbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 9px 18px;
  background: #f0f3f8;
  border-bottom: 1px solid var(--line);
}
.cad-load-status { flex: 1 1 220px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.cad-load-status:empty { flex-basis: 0; }
.reload-model {
  margin-left: auto;
  cursor: pointer;
  border: 0;
  padding: 8px 0;
  color: var(--blue);
  background: transparent;
  font: 550 14px var(--font);
  text-underline-offset: 4px;
}
.reload-model:hover { text-decoration: underline; }
.reload-model:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.cad-open-fallback { color: var(--blue); font-size: 14px; font-weight: 550; padding: 8px 0; }
.cad-open-fallback:hover { text-decoration: underline; text-underline-offset: 4px; }
