/* 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); }

.avds-coverage-badge {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  align-items: center;
  min-height: 18px;
  padding: 1px 5px;
  border: 1px solid color-mix(in srgb, var(--primary) 38%, var(--border));
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--primary) 9%, transparent);
  color: var(--primary-strong);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  text-decoration: none;
  white-space: nowrap;
}
.avds-coverage-badge:hover,
.avds-coverage-badge:focus-visible { opacity: 1; }
