/* Holodepth — texture-binding sayfası: PBR slot micro-demo */

.doc-tb-slot-lab {
  border-color: rgba(180, 150, 255, 0.22);
}

.doc-tb-slot-lab .doc-material-demo__tag {
  color: rgba(200, 185, 255, 0.92);
}

.doc-tb-slot-lab__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.72rem;
  color: rgba(195, 205, 235, 0.95);
}

.doc-tb-slot-lab__controls label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

.doc-tb-slot-lab__controls input[type="checkbox"] {
  accent-color: #b56cff;
}

.doc-tb-slot-lab__sep {
  width: 100%;
  height: 1px;
  margin: 0.15rem 0;
  background: rgba(255, 255, 255, 0.06);
}

.doc-tb-slot-lab__wrong {
  color: rgba(255, 190, 160, 0.95);
}

.doc-tb-slot-lab .doc-material-demo__viewport-wrap {
  min-height: 240px;
  aspect-ratio: 16 / 10;
}
