/* [project]/src/app/Home.module.css [app-client] (css) */
.Home-module__jKgjFW__container, .Home-module__jKgjFW__container *, .Home-module__jKgjFW__container :before, .Home-module__jKgjFW__container :after {
  font-family: var(--font-product-sans) !important;
}

.Home-module__jKgjFW__container {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 32rem;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.Home-module__jKgjFW__navigation {
  justify-content: space-between;
  display: flex;
}

.Home-module__jKgjFW__navLink {
  color: #2563eb;
  text-decoration: none;
}

.Home-module__jKgjFW__navLink:hover {
  text-decoration: underline;
}

.Home-module__jKgjFW__fileLabel {
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

.Home-module__jKgjFW__fileInfo {
  color: #6b7280;
  margin-top: .5rem;
  font-size: .875rem;
}

.Home-module__jKgjFW__uploadButton {
  color: #fff;
  cursor: pointer;
  background-color: #2563eb;
  border: none;
  border-radius: .375rem;
  margin-top: 1rem;
  padding: .5rem 1rem;
  transition: background-color .2s;
}

.Home-module__jKgjFW__uploadButton:hover {
  background-color: #1d4ed8;
}

.Home-module__jKgjFW__uploadButton:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.Home-module__jKgjFW__message {
  color: #374181;
  margin-top: 1rem;
  font-size: .875rem;
}

/*# sourceMappingURL=src_app_Home_module_36cfbd77.css.map*/