
.cash-avatar[data-v-64762987] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg);
  color: var(--mute);
  font-family: var(--font-sans);
  font-weight: 600;
  flex-shrink: 0;
  border: 1px solid var(--line);
}
.cash-avatar--sm[data-v-64762987] { width: 28px; height: 28px; font-size: 11px;
}
.cash-avatar--md[data-v-64762987] { width: 44px; height: 44px; font-size: 14px;
}
.cash-avatar--lg[data-v-64762987] { width: 64px; height: 64px; font-size: 20px;
}
.cash-avatar--xl[data-v-64762987] { width: 88px; height: 88px; font-size: 28px;
}
.cash-avatar__img[data-v-64762987] {
  width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;
}
.cash-avatar__icon[data-v-64762987] {
  font-size: 1.4em;
  color: var(--mute);
}


.osh-user[data-v-44522912] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.osh-user__meta[data-v-44522912] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.osh-user__greet[data-v-44522912] {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--mute);
}
.osh-user__name[data-v-44522912] {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

