/* Omtrix QA Solutions — minimal overrides beyond Tailwind CDN */
html {
  scroll-behavior: smooth;
}
.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: #0f172a;
  color: #fff;
  border-radius: 0.375rem;
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
