:root {
  color-scheme: light;
  background: #d9cfba;
}

* {
  box-sizing: border-box;
  cursor: none !important;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

html,
body,
#encounter {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d9cfba;
}

#encounter {
  position: relative;
  isolation: isolate;
  touch-action: none;
}

#field {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1200px;
  height: 800px;
  border: 0;
  outline: 0;
  transform: translate(-50%, -50%);
  background: #e6dcc6;
}

#field:focus,
#field:focus-visible {
  outline: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  /* The causal timing is the study; no substitute law is inferred here. */
}
