body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.modal-open {
  overflow: hidden;
}

#terms-modal[aria-hidden="true"] {
  display: none;
}

#terms-modal[aria-hidden="false"] {
  display: flex;
}

*:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}

.bg-grid {
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
}

img {
  max-width: 100%;
  height: auto;
}

.logo {
  transition: transform 0.2s ease;
}
.logo:hover {
  transform: scale(1.05);
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .bg-grid {
    background-size: 24px 24px;
  }
}
