html[data-skin="vecteezy"] .tile {
  overflow: hidden;
  border: 0;
  background: #f7f0d9;
  box-shadow: 4px 5px 0 #c7b997, 5px 7px 7px rgba(0, 0, 0, .27);
}

html[data-skin="vecteezy"] .tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

footer small { font-size: .72rem; }
footer a { color: var(--jade-dark); }

/* Dialoge müssen über allen Spielstein-Ebenen liegen. */
.modal { z-index: 10000; }
