/* =====================================================
   👻 404 / CONTEÚDO INDISPONÍVEL
===================================================== */

.not-found-container {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 32px 20px;
  text-align: center;
}

.not-found-icon {
  font-size: 64px;
  margin-bottom: 16px;
  opacity: 0.9;
}

.not-found-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.not-found-description {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.8;
  max-width: 360px;
  margin-bottom: 24px;
}

.not-found-actions .btn-primary {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}
