/* ============ v112 — Props, Makro & Mask ============ */

/* --- Remote HP: baris lower-third pada kotak PROPS --- */
.cfRemPropRow {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.cfRemPropRow input {
  flex: 1 1 auto;
  min-width: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e9eefb;
  border-radius: 10px;
  padding: 10px 12px;
  font: 500 14px/1.2 "TikTok Sans", system-ui, sans-serif;
}
.cfRemPropRow input:focus {
  outline: none;
  border-color: rgba(140, 170, 255, 0.55);
}
.cfRemPropRow .cfRemBtn {
  flex: 0 0 auto;
}

/* --- Remote HP: grid tombol MAKRO --- */
.cfRemMacroRow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cfRemMacro {
  white-space: normal;
  line-height: 1.15;
  min-height: 44px;
}

/* --- Output display: Mask (bar hitam atas/bawah, pengaman proyeksi) --- */
.dispMask {
  position: absolute;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  display: none;
}
.dispMask.on {
  display: block;
}
.dispMaskT,
.dispMaskB {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #000;
}
.dispMaskT {
  top: 0;
}
.dispMaskB {
  bottom: 0;
}

/* --- Design Panel: baris Mask --- */
.cfMaskRow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.cfMaskRow .cfMaskLbl {
  font: 700 11px/1 "TikTok Sans", system-ui, sans-serif;
  letter-spacing: 0.4px;
  opacity: 0.7;
}
.cfMaskRow label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  opacity: 0.9;
}
.cfMaskRow input {
  width: 52px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: inherit;
  border-radius: 8px;
  padding: 4px 6px;
  font: 600 12px/1 "TikTok Sans", system-ui, sans-serif;
}
.cfMaskUnit {
  font-size: 11px;
  opacity: 0.6;
}
