a.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: normal;
}

a.brand .mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
  flex-shrink: 0;
}

a.brand .mark svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

header.app-header a.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: normal;
}

header.app-header a.brand .mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
  flex-shrink: 0;
}

header.app-header a.brand .mark svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.auth-page-header a.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: normal;
}

.auth-page-header a.brand .mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
  flex-shrink: 0;
}

.auth-page-header a.brand .mark svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.auth-page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 8px 24px;
  background: transparent;
}
