/* Small AV DS bridge for isolated legacy shells.
   It deliberately contains only shared primitives and does not import the
   full product stylesheet into map workspaces. */

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2100;
  padding: 7px 11px;
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
