#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.app-header,
.app-footer {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 16px;
}

.app-footer {
  border-top: 1px solid #e5e7eb;
  border-bottom: 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.route-view {
  width: 100%;
  min-height: 100%;
}
