/* ============================================================
   WEIGHT LAB (Strategy panel "Chev's Edge" — moved from the Engine pane
   2026-07-13) — Ridge-regression confluence tag weight proposals + manual
   override editor. #weightLabBody reuses .stratShadowSection's dashed violet
   quarantine treatment (see strategy.css) since these are statistical
   suggestions, not results — same visual language as the Strategy Dashboard's
   Shadow Outcomes.
   ============================================================ */
@keyframes wlSkeleton {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
#weightLabBody summary { outline: none; cursor: pointer; }
#weightLabBody summary::-webkit-details-marker { color: var(--txt3); }
#weightLabBody .wlApproveBtn:hover { filter: brightness(1.15); }
#weightLabBody .wlApproveBtn:disabled,
#weightLabBody .wlUndoBtn:disabled { opacity: 0.5; cursor: default; }
#weightLabRefreshBtn {
  margin-left: auto; background: none; border: none; cursor: pointer;
  font-size: 11px; color: var(--txt3); padding: 0 4px;
}
#weightLabRefreshBtn:hover { color: var(--gold); }
