/* ============================================================
   Logo
   Teal tile holding the viewfinder mark. Shared: the wizard's
   top bar and the console's side nav brand both use it.
   ============================================================ */

.logo {
  width: 26px;
  height: 26px;
  border-radius: var(--r-sm);
  flex-shrink: 0;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
