/* Locked release CTAs. The button still takes the press and still runs its
   liquid-metal animation -- it simply has no destination. `disabled` is
   deliberately NOT used: it would kill pointer events and with them the shader
   press, which is the feedback that makes the click feel acknowledged rather
   than broken. aria-disabled carries the meaning for assistive tech. */
[data-slot="liquid-button"].cta-locked {
  cursor: default;
}
.cta-lock {
  width: 1em;
  height: 1em;
  margin-right: .55em;
  flex: none;
  opacity: .9;
  position: relative;
  z-index: 1;
}
