@charset "UTF-8";
body {
  font-family: sans-serif;
  background-color: #f7fafc;
}

h1 {
  color: #3490dc;
}

header h1 {
  color: #fff;
}

/* Overlay de carregamento */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Desabilita interação quando necessário */
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* Área de upload com 40% da altura da viewport */
#dropzone {
  height: 40vh;
}

[x-cloak] {
  display: none !important;
}/*# sourceMappingURL=styles.css.map */