/* Console 2.0 — InputMini: the input demoted to a small secondary control for the output-first views. A compact joy-map / XY pad in a glass card; still drives inference, but no longer the hero. */ function InputMini({ mode, pos, onMove, noiseCap, size = 132, corner = 'bottom-left' }) { const DS = window.ManifoldDesignSystem_490915; const Pad = mode.input === 'joystick' ? DS.VirtualJoystick : DS.XYPad; const place = { 'bottom-left': { bottom: 14, left: 14 }, 'bottom-right': { bottom: 14, right: 14 }, 'top-left': { top: 14, left: 14 }, }[corner]; return (