.app-body {
  flex: 1;
  display: flex;
  min-height: 0;
}

.app-content {
  flex: 1;
  overflow-y: auto;
  background: var(--bg-base);
}
