

.overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: var(--z-overlay);
  backdrop-filter: none;
}
