.entry-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.entry-logo--floating {
  position: absolute;
  left: 16px;
  top: 24px;
  display: flex;
  align-items: center;
}

.entry-shell .entry-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.entry-shell .entry-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: transparent;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.entry-shell .entry-logo-text {
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}
