/* ===== Görsel Üretme sayfası ===== */
.img-result {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.img-result.hidden { display: none; }

.img-out {
  width: 100%;
  max-width: 512px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .35);
  display: block;
}
