graphics-first-person-scene-debug-plane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

graphics-first-person-scene-debug-plane:not([open]) {
  display: none;
}

.fp-scene-debug-plane {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: none;
  border: none;
  cursor: auto;
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  z-index: 10;
}

.fp-scene-debug-plane [prop='error'] {
  color: crimson;
  font-size: 14px;
  font-weight: 500;
  padding: 0.3rem;
}

.fp-scene-debug-plane [prop='error']:empty {
  display: none;
}

.fp-scene-debug-plane [field] {
  display: flex;
  align-items: center;
  gap: 0.0825rem;
}


.fp-scene-debug-plane [group='info'] {
  pointer-events: all;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.33rem;
  padding: 0.33rem;
  width: 100%;
  min-height: 32px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.fp-scene-debug-plane [group='stats'] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.33rem;
  letter-spacing: .1px;
}

.fp-scene-debug-plane [group='stats'] [field="fps"] [prop="value"] {
  min-width: 30px;
}

.fp-scene-debug-plane [group='stats'] [field="time"] [prop="value"] {
  min-width: 56px;
}

.fp-scene-debug-plane [group='stats'] [field="frame"] [prop="value"] {
  min-width: 58px;
}
