/* Public-launch quality pass: visible keyboard focus, readable dialogs and safe motion. */
:where(a,button,input,select,textarea,[tabindex]):focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.quality-route-status {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.destination-card[role='link'] { cursor: pointer; }
.modal-backdrop { overscroll-behavior: contain; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover, .place-card:hover, .guide-card:hover, .cost-card:hover, .tool-card:hover { transform: none; }
}
