/* VMK Stagnation — full viewport shell (cache-busted separately from index.html) */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.workspace {
  position: fixed !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.doc-bar,
.menubar,
.fx-bar {
  flex: 0 0 auto !important;
}

.table-wrap {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  width: 100% !important;
}
