header {
  background-color: var(--md-sys-color-surface);
  height: 64px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 0 var(--md-sys-color-outline-variant);
  z-index: 10;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

h1 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--md-sys-color-on-surface);
  display: flex;
  align-items: center;
  gap: 10px;
}

h1 span.credit {
  font-size: 0.75rem;
  color: var(--md-sys-color-primary);
  opacity: 0.8;
  font-weight: 400;
  margin-top: 4px;
}