/* Phase 14.3: exact layer-row micro-control repair.
   Targets the tiny boxes in each Layers row: select, O visibility, U/L lock, a/alpha, group arrow. */
#layersList .phase143-exact-microcontrol,
.layers-list .phase143-exact-microcontrol{
  pointer-events:auto !important;
  cursor:pointer !important;
  user-select:none !important;
  touch-action:manipulation !important;
  position:relative !important;
  z-index:50 !important;
}
#layersList .layer-select-box.phase143-exact-microcontrol,
.layers-list .layer-select-box.phase143-exact-microcontrol{
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  margin:0 !important;
  accent-color:#38d5ff;
}
#layersList .layer-toggle.phase143-exact-microcontrol,
#layersList .layer-lock.phase143-exact-microcontrol,
#layersList .layer-alpha.phase143-exact-microcontrol,
#layersList .layer-group-toggle.phase143-exact-microcontrol,
.layers-list .layer-toggle.phase143-exact-microcontrol,
.layers-list .layer-lock.phase143-exact-microcontrol,
.layers-list .layer-alpha.phase143-exact-microcontrol,
.layers-list .layer-group-toggle.phase143-exact-microcontrol{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  padding:0 !important;
  border-radius:5px !important;
  display:grid !important;
  place-items:center !important;
  line-height:1 !important;
  font-size:11px !important;
}
#layersList .phase143-visible-on,
.layers-list .phase143-visible-on{
  border-color:#38d5ff !important;
  background:#113447 !important;
  color:#f4fdff !important;
  box-shadow:0 0 0 1px rgba(56,213,255,.25) inset;
}
#layersList .phase143-visible-off,
.layers-list .phase143-visible-off{
  border-color:#64748b !important;
  background:#111827 !important;
  color:#9ca3af !important;
}
#layersList .phase143-lock-on,
.layers-list .phase143-lock-on,
#layersList .phase143-alpha-on,
.layers-list .phase143-alpha-on{
  border-color:#f7c24f !important;
  background:#2a2110 !important;
  color:#ffe08a !important;
}
#layersList .phase143-pressed,
.layers-list .phase143-pressed{
  transform:translateY(1px);
  filter:brightness(1.15);
}
#layersList .phase143-layer-hidden,
.layers-list .phase143-layer-hidden{
  opacity:.72;
}
#layersList .phase143-layer-hidden .layer-name,
.layers-list .phase143-layer-hidden .layer-name{
  text-decoration:line-through;
  color:#a7b4bd !important;
}
#layersList .phase143-exact-row-ready,
.layers-list .phase143-exact-row-ready{
  -webkit-user-drag:none;
}
#layersList .phase143-exact-row-ready .layer-thumb,
.layers-list .phase143-exact-row-ready .layer-thumb,
#layersList .phase143-exact-row-ready .layer-text,
.layers-list .phase143-exact-row-ready .layer-text{
  min-width:0;
}
