#view { animation: fadeIn 0.5s ease; }

.view-error {
  color: #ef4444;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 8px;
  display: none;
}

.view-error.visible { display: block; }
