/* Static-export compatibility entry point. */
@import url("/assets/ProjectNav-DhHTe19a.css");

/* Final UI/UX pass: keep project navigation actions easy to spot and tap. */
._back_1tl2s_20,
._contact_1tl2s_21 {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  justify-content: center;
}

._contact_1tl2s_21 {
  padding-inline: 15px;
  color: #fff;
  background: #151519;
  border: 1px solid #151519;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

._contact_1tl2s_21:hover,
._contact_1tl2s_21:focus-visible {
  color: #151519;
  background: #d9ff2f;
  transform: translateY(-2px);
}

@media (max-width: 560px) {
  ._back_1tl2s_20 {
    padding-inline: 7px;
  }

  ._contact_1tl2s_21 {
    padding-inline: 10px;
    letter-spacing: 0.07em;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._contact_1tl2s_21 {
    transition: none;
  }
}
